@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";@font-face{font-family:Nexa;src:url(/assets/Nexa-Italic-DM-wppsN.ttf) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Nexa-Regular;src:url(/assets/Nexa-Light-COFY58nw.ttf) format("woff");font-weight:300;font-style:normal}*{list-style:none;text-decoration:none;scroll-behavior:smooth;margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--primary-color: #DC0037;--secondary-color: black ;--accent-color: #C00026;--background-color: #ffffff;--text-color: rgb(71, 71, 71)}section{padding:100px 8%}.btn{padding:15px 22px;cursor:pointer;font-size:15px;font-weight:500;transition:.3s;border-radius:5px}@media (max-width: 400px){section{padding:100px 5%}}.app-layout{display:flex;flex-direction:column;min-height:100vh}.content{flex:1}.breadcrumbs{color:#fff;margin-top:20px}.breadcrumbs .breadcrumbs-link{color:#fff}html,body{overflow-x:hidden!important}header{position:fixed;top:0;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:20px 5%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}header nav{width:100%;display:flex;justify-content:space-between;align-items:center}header nav .logo img{height:30px}header nav ul{gap:40px;display:flex;list-style:none;transition:all .3s ease-in-out}header nav .menu-links{display:flex;gap:40px;list-style:none;transition:all .3s ease-in-out;background:none}header nav ul li .Header-link{color:var(--text-color);font-size:13px;font-weight:500;text-decoration:none;transition:.3s;background:none;cursor:pointer;border:none;background-image:url()}header nav ul li .Header-link:hover{color:var(--primary-color)}header nav .Header-link-contact{background-color:var(--primary-color);color:#fff;font-size:13px}header nav .Header-link-contact:hover{background-color:var(--accent-color)}.header-drop-down{position:absolute;top:100%;min-width:200px;background:#fff;padding:12px;border-radius:6px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:8px;margin-top:8px;animation:dropdownFade .25s ease;z-index:1000}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.drop-down-link{font-size:14px;color:#333;text-decoration:none;padding:6px 10px;border-radius:4px;transition:background .2s ease}.drop-down-link:hover{background:#f5f5f5;color:var(--accent-color, #7d09db)}.menu-toggle{display:none;font-size:28px;cursor:pointer;color:var(--text-color);z-index:1100}.menu-toggle .close-icon,.contact-view-phone{display:none}@media (max-width: 768px){.contact-view-phone{display:block}.contact-view-pc{display:none}header nav ul{position:absolute;top:100px;left:-100%;flex-direction:column;width:100%;background-color:#fff;transition:left .3s ease-in-out;gap:20px;padding:20px 0;text-align:center;box-shadow:0 4px 5px #0000001a}header nav ul.active{left:0}.menu-toggle{display:block}header nav .contact-header-btn{display:none}.menu-toggle.active .open-icon{display:none}.menu-toggle.active .close-icon{display:inline}.close-icon,.open-icon{color:#000}}.footer{padding:0 5%}.footer-container1{background-image:linear-gradient(0deg,#c00026f8 0% 100%),url(/assets/abstract_line_pattern_background_2608-DUYglaAx.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;border-radius:30px;padding:20px 50px;margin:70px 0;height:276px;display:flex;justify-content:space-between;align-items:center}.footer-container1 span h2{color:#fff;font-family:nexa;font-size:50px;padding-bottom:20px}.footer-container1 span p{color:#fff;font-family:nexa}.footer-container1 .btn{color:#fff;background-color:#000001}.footer-container2{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:5% 8%}.footer-container2 div{display:flex;flex-direction:column}.footer-container2 div .footerLik{color:#000001c9;margin-top:10px}.footer-container3{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:20px}.footer-container3 aside img{margin:0 10px}.tp{color:#000001}.tp:hover{color:#272727}@media (max-width: 448px){.footer-container1,.footer-container3{flex-direction:column;height:auto}.footer-container1 span h2{font-size:25px;text-align:center}.footer-container1 span p{text-align:justify;padding-bottom:20px}.footer-container2{flex-wrap:wrap}.footer-container2 div{margin-top:20px}.footer-container3 p{font-size:13px}.footer-container3 aside img{width:30px;margin:20px}}.chatbot-container{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:Arial,sans-serif}.chat-toggle{width:60px;height:60px;border:.5px solid #ccc;border-radius:50%;background:#fff;box-shadow:0 4px 8px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.chat-toggle img{width:30px;height:30px}.chat-toggle:hover{transform:scale(1.1)}.chatbot{position:fixed;bottom:80px;right:20px;width:420px;height:620px;background-image:linear-gradient(#fff,#ffffffc0),url(/assets/ChatBot-bg-01-CWpgrjc-.png);background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:12px;box-shadow:0 4px 15px #0003;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px);opacity:0;visibility:hidden;transition:all .35s ease}.chatbot.open{transform:translateY(0);opacity:1;visibility:visible}.chatbot.closed{transform:translateY(20px);opacity:0;visibility:hidden}.chat-header{background:#dc0037;color:#fff;padding:12px 16px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.chat-header .Chatbot-close-btn{background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer}.chat-messages{flex:1;padding:12px;overflow-y:auto;scroll-behavior:smooth}.chat-message.user{margin-bottom:12px;display:flex;justify-content:flex-end}.chat-text{padding:8px 12px;border-radius:12px;max-width:75%;font-size:14px;line-height:1.4;word-wrap:break-word}.chat-message.bot .chat-text{background:#eee;color:#333;border-radius:12px 12px 12px 0}.chat-message.user .chat-text{background:#dc0037;color:#fff;border-radius:12px 12px 0}.user-avatar,.bot-avatar{width:28px;height:28px;border-radius:50%;margin-right:8px;margin-bottom:10px}.chat-quick-replies{display:flex;flex-wrap:wrap;gap:6px;padding:8px;background:#f1f1f1}.chat-quick-replies button{flex:1;min-width:45%;padding:6px 8px;font-size:12px;border:none;border-radius:8px;background:#e0e0e0;cursor:pointer;transition:background .2s ease}.chat-quick-replies button:hover{background:#d0d0d0}.chat-input{display:flex;border-top:1px solid #ddd;padding:8px;background:#fff}.chat-input input{flex:1;padding:8px;border:1px solid #ccc;border-radius:8px;font-size:14px}.chat-input button{margin-left:8px;padding:8px 12px;border:none;border-radius:8px;background:#dc0037;color:#fff;cursor:pointer;transition:background .2s ease}.chat-input button:hover{background:#c00026}@media (max-width: 992px){.chatbot{width:350px;height:520px;right:15px;bottom:70px}}@media (max-width: 600px){.chatbot{width:100%;height:100%;right:0;bottom:0;border-radius:0}.chat-header{padding:10px;font-size:14px}.chat-input input{font-size:13px}.chat-input button{padding:6px 10px;font-size:13px}.chat-quick-replies button{min-width:40%;font-size:11px;padding:5px 6px}}.error-page{text-align:center;background-color:#131313;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.error-hero h1{font-size:2rem;margin-bottom:10px;color:#fff}.error-hero p{font-size:1.2rem;margin-bottom:20px;color:#fff}.backToHome{display:inline-block;margin:10px 0;color:#fff;background:#dc0037;padding:8px 16px;border-radius:6px;text-decoration:none}.game-wrapper{position:relative;width:500px;margin:50px auto 100px;overflow:hidden}.game-title{margin-bottom:10px}.game-start-btn{position:absolute;top:63%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#dc0037,#c00026);color:#fff;border:none;padding:15px 40px;font-size:18px;font-weight:700;border-radius:12px;cursor:pointer;box-shadow:0 5px 15px #0000004d;transition:transform .2s ease,background .3s ease;z-index:10}.game-start-btn:hover{background:linear-gradient(135deg,#c00026,#dc0037);transform:translate(-50%,-50%) scale(1.05)}.game-over{text-align:center;margin-bottom:20px;transition:all .5s}.hearts{margin:10px;position:absolute;z-index:100;top:3rem}.heart{width:25px;margin:0 2px}.score{margin:5px 0;font-weight:700;position:absolute;z-index:100;top:3rem;right:10px;color:#c00026}.game-container{position:relative;width:500px;height:250px;margin:auto;overflow:hidden;background-color:#fff;transition:background-color .5s;border-radius:10px;border:2px solid #ffffff}.game-container.dark-mode{background-color:#131313}.sky{position:absolute;top:0;width:1000px;height:100%;background-repeat:repeat-x}.ground{position:absolute;bottom:0;width:500px;height:70px;background-repeat:repeat-x}.player{position:absolute;left:30px;width:40px;height:60px;z-index:2}.obstacle{position:absolute;bottom:50px}.obstacle.grass{width:50px;height:30px;z-index:3}.obstacle.box{width:30px;z-index:3;height:50px}.bird{position:absolute;width:30px;height:20px;z-index:1}@media (max-width: 600px){.game-wrapper{width:100%;margin:20px auto}.game-container{width:95%;height:200px}.sky{width:200%}.ground{width:200%;height:70px}.player{width:30px;height:45px}.game-start-btn{padding:12px 28px;font-size:16px}.error-hero h1{font-size:1.5rem}.error-hero p{font-size:1rem}.heart{left:30px}.score{right:20px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}html{scroll-behavior:smooth}.hero{display:flex;align-items:center;justify-content:space-between;height:100vh;background:linear-gradient(0deg,#fff,#e8e8e8);background-image:linear-gradient(#00000011 1.1px,transparent 1.1px),linear-gradient(to right,#0001 1.1px,#fff0 1.1px);background-size:100px 100px}.hero .hero-con-right{position:relative;width:45%;display:flex;justify-content:flex-end;align-items:center}.hero .hero-con-left{position:relative;width:45%}.hero-image-fixd{width:30rem}.floatinghero{position:absolute;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff;border-radius:20px;background-color:#f0f8ff1e!important}.hero-con-right .hero-image-icons{background-color:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;top:10px;left:150px;width:100%}.hero-image-web{padding:20px;width:18rem;left:0;top:-20px}.hero-image-email{padding:15px;width:13rem;left:80px;bottom:40px}.hero-image-seo{padding-bottom:30px;width:15rem;right:-80px;bottom:-30px;transform:rotate(30deg)}.hero .hero-con-left h4{display:inline-block;color:var(--text-color);border-radius:50px;border:1px solid #757575;font-size:13px;padding:7px 15px;font-weight:500;margin-bottom:20px}.hero .hero-con-left h1{font-size:50px;font-weight:700;color:var(--secondary-color);margin-bottom:20px;font-family:Nexa,sans-serif}.hero .hero-con-left p{color:var(--text-color)}.hero .hero-con-left h1 a{display:inline-flex;align-items:center;background:none;border:none;font-size:24px;color:var(--primary-color);text-decoration:none;cursor:pointer;font-weight:600;margin-left:30px;position:absolute;bottom:100px}.contact-in-phone{display:none}.hero .hero-con-left h1 .letstalk img{width:50px}.hero .hero-con-left h1 .letstalk{width:50%;bottom:95px!important}@media (max-width: 1366px){.hero{padding-top:10rem}.hero .hero-con-left h1{font-size:50px}.hero .hero-con-left h1 a img{width:50px}.hero .hero-con-left h1 a{font-size:17px;bottom:95px}.hero-con-right .hero-image-icons{top:10px;left:-50px;width:130%}.hero-image-email{left:-80px}.hero-image-web{padding:20px;width:18rem;left:-90px;top:20px}.hero-image-seo{right:-45px;width:200px}}@media (max-width: 400px){.hero{flex-direction:column;padding-top:10rem;height:117vh}.hero-con-left,.hero-con-right{width:100%;margin-bottom:50px}.hero .hero-con-left h1{font-size:30px;width:90%}.hero .hero-con-left h1 .letstalk{font-size:12px;bottom:auto!important;margin-top:5px;width:50%}.hero .hero-con-left h1 .letstalk img{width:30px}.hero .hero-con-left,.hero .hero-con-right{width:100%}.hero .hero-con-right,.hero .hero-con-left{align-items:center;justify-content:center}.hero-image-fixd{width:80%}.hero-con-right .hero-image-icons{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;top:10px;left:-10px;width:100%}.hero-image-web{padding:8px;width:8rem;left:0;top:-20px}.hero-image-email{padding:8px;width:8rem;left:0;bottom:40px}.hero-image-seo{width:rem;right:0}}.Client_Carousel{overflow:hidden;position:relative;width:100%;height:120px}.Carousel-track{display:flex;width:1200px;animation:scroll 15s linear infinite}.Carousel{width:203px;flex-shrink:0;padding:10px}.Carousel img{width:5rem;object-fit:contain}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-con1{width:100%;display:flex}.about-con1 img{border-radius:20px;width:33%;height:255px}.section-text-layout{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:20px}.section-subtitle{color:var(--text-color);font-weight:500;font-size:13px;padding:10px 20px;border:var(--text-color) 2px solid;border-radius:1000px}.section-title{font-size:35px;font-family:Nexa;padding:15px 0}.section-text{font-size:13px;color:var(--text-color);width:95%;line-height:20px}.service-con{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9f9f9}.about-con2{background-image:url(/assets/about-Cd32fErg.png);background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;height:458px;margin-top:20px;display:flex;justify-content:space-between}.about-text{color:#fff;width:50%;height:498px;padding:50px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.about-text h2{font-size:50px;font-family:Nexa-Regular;margin-bottom:20px}.about-text p{font-size:15px}.about-text ul{display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;gap:10px;width:80%;margin-bottom:30px}.about-text ul li{background-color:#fff;padding:15px 35px;border-radius:50px;transition:.3s ease-in-out;border:#ffffff79 .5px solid;cursor:pointer}.about-text ul li .about-btn-text{font-size:15px;color:#000;font-weight:500;margin-bottom:10px}.about-text ul li:hover{background-color:#ffffff2c}.about-text ul li:hover .about-btn-text{color:#fff}@media (max-width: 1366px){.about-con2{background-image:url(/src/assets/images/about.webp);background-repeat:no-repeat;background-position:center;background-size:contain;width:100%;height:400px;margin-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap}.about-text{height:398px}.about-text ul li{background-color:#fff;padding:10px 20px}.about-text ul li .about-btn-text{font-size:15px}.about-imgs img{padding-bottom:20px}}@media (max-width: 400px){.about-con1{flex-wrap:wrap;justify-content:center}.section-title{font-size:20px}.section-text{width:100%!important;text-align:justify;font-size:13px;margin-bottom:20px}.about-con1 img{border-radius:20px;width:100%;height:155px}.about-con2{background-image:linear-gradient(0deg,#000,#000000ef),url(/src/assets/images/abstract_line_pattern_background_2608.webp);border-radius:25px;background-size:cover;text-align:center;height:40rem}.about-text,.about-imgs{width:100%!important}.about-text{padding:20px;align-items:center}.about-text ul{width:100%}.about-text ul li{background-color:#fff;padding:10px 20px}.about-text ul li .about-btn-text{font-size:10px}.about-imgs img{padding-bottom:0;border-radius:25px;margin-bottom:16px}.about-imgs{height:33vh}.section-text{padding:0!important}.about-imgs .Haroon-H{z-index:3;right:20%!important;width:13rem!important;transition:.3s ease-in-out}.about-imgs .HZ-H{z-index:1;left:0rem;width:11rem!important;transition:.3s ease-in-out}.about-imgs .JD-H{z-index:2;right:0;width:9rem!important}}.How_We_Work{background:linear-gradient(0deg,#fff,#e8e8e8);background-image:linear-gradient(#00000011 1.1px,transparent 1.1px),linear-gradient(to right,#0001 1.1px,#fff0 1.1px);background-size:100px 100px}.HowWeWork-con2{position:relative;display:flex;align-items:center;justify-content:center}.HowWeWork-con2 .how-we-work-grop{width:60%}.how-we-work-step-1,.how-we-work-step-2,.how-we-work-step-3,.how-we-work-step-4{position:absolute;transition:.3s ease-in-out;cursor:pointer}.how-we-work-step-1{top:-5rem;right:150px}.how-we-work-step-2{top:15rem;left:10px}.how-we-work-step-3{top:40rem;right:110px}.how-we-work-step-4{top:63rem;left:80px}@media (max-width: 1366px){.how-we-work-step-1,.how-we-work-step-2,.how-we-work-step-3,.how-we-work-step-4{width:30%}}.Our-Services{background-image:linear-gradient(0deg,#141414e7,#000000ef),url(/assets/abstract_line_pattern_background_2608-DUYglaAx.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.Our-Services .section-text-layout h2{color:#fff}.Our-Services .section-text-layout p{color:#e7e7e7}.Our_Services-con1{display:flex}.Our_Services-con2{display:flex;flex-wrap:wrap;justify-content:space-between}.Our_Services-con2 .Services-Link-con{width:22rem;padding:30px;border:#ffffff1c 1px solid;margin:30px 0;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:.2s ease-in-out}.Our_Services-con2 .Services-Link-con:hover{box-shadow:0 0 5px #c5c5c580}.Our_Services-con2 .Services-Link-con img{width:50px;padding:10px;height:50px;border-radius:10px;border:#ffffff1c 1px solid}.Our_Services-con2 .Services-Link-con h3{color:#fff;padding:10px 0;font-weight:400;font-family:nexa}.Our_Services-con2 .Services-Link-con p{color:#a7a7a7;font-size:13px;text-align:justify}.Our_projects{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:0}.Our_projects,.projects-slider{background-color:#f3f3f3}.projects-slider{padding-bottom:50px}.Our_projects-con1,.Testimonials-con1{display:flex}.Our_projects-con2{display:flex;overflow:hidden;justify-content:flex-start}.View-More-btn{display:flex;justify-content:center;align-items:center;width:16rem;color:#fff;background-color:#222;border-radius:50px;padding:20px}.View-More-btn-icon{margin-right:10px}.projects_div{width:20rem;height:25rem;overflow:hidden;border:1px solid #fff;margin:30px 40px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:20px;background-color:#000;position:relative}.projects_div .project-info{z-index:100;display:flex;justify-content:space-between;align-items:center;padding:20px;background:#000;width:100%;color:#fff}.projects_div div h4{font-weight:400}.Details{display:flex;justify-content:center;align-items:center;color:#aaa}.projects-slider .slick-slide{padding:0 20px}.Details img{margin-right:15px}.projects_div .View-More-btn-icon{width:30px}.projects_div .projects_image{width:100%;z-index:10;position:absolute;transition:.5s ease}.projects_div:hover .projects_image{transform:scale(1.2) translateY(31px)}.viewmorepj{display:flex;justify-content:end;padding:20px 10%}@media (max-width: 480px){.project-card{width:85%!important}.header-drop-down{width:100%}.projects-slider .slick-slide{width:220px!important}.projects_div .projects_image{object-fit:cover;height:350px}.projects_div .project-info{flex-direction:column;align-items:flex-start;gap:10px}.viewmorepj{justify-content:center}.slick-arrow,.slick-dots{display:none!important}.Our_projects-con1,.Our_Services-con1,.Testimonials-con1{flex-direction:column}.section-text{margin-top:0!important;padding:0 20px}.how-we-work-step-1{top:-1rem;right:40px}.how-we-work-step-2{top:3rem;right:40px}.how-we-work-step-3{top:8rem;right:40px}.how-we-work-step-4{top:13rem;left:20px}}.testimonials-slider{width:100%;margin:0 auto;padding:40px 0}.testimonial-slide{width:100%;display:flex!important;justify-content:space-between;align-items:center}.testimonial-content{display:flex;width:100%;justify-content:space-between;align-items:center;gap:30px}.testimonial-text{max-width:800px;font-weight:600;font-size:16px;color:#333}.testimonial-text .quote{font-size:40px;font-weight:700;margin:0}.testimonial-text h4{margin-top:12px;font-weight:600}.slick-dots li button:before{font-size:15px;color:#bbb;opacity:1}.testimonial-image img{width:20rem}@media (max-width: 400px){.testimonial-text{max-width:100%;font-weight:600;font-size:16px;color:#333}.testimonial-image img{width:20rem;height:150px;object-position:end;object-fit:cover;border-radius:50px}.testimonial-content{display:flex;padding:0 5%;flex-direction:column}.testimonial-text p{font-size:13px;font-weight:400}}.Testimonials{padding-bottom:0}@media (max-width: 768px){.projects_div{width:100%!important;margin:0 auto!important}}.about-imgs{width:40%;display:flex;align-items:flex-end;justify-content:flex-end;position:relative;overflow:hidden}.about-imgs img{position:absolute}.about-imgs .Haroon-H{z-index:3;right:10rem;width:21rem;transition:.3s ease-in-out}.about-imgs .HZ-H{z-index:1;right:22rem;width:18rem;transition:.3s ease-in-out}.about-imgs .JD-H{z-index:2;right:0;width:14rem;transition:.3s ease-in-out}.about-imgs img{cursor:pointer;transition:.3s}.about-team-btn-text{position:absolute;z-index:100;background-color:#ff000004;border:.5px solid #fff;color:#fff;padding:15px;margin:10px;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:.5s ease-in-out;opacity:0}.about-imgs:hover img{filter:blur(5px);transform:scale(1)}.about-imgs img:hover{filter:none;transform:scale(1.1)}.Haroon-Text,.HZ-Text,.JD-Text{opacity:0;position:absolute;z-index:100;background-color:#f0f8ff04;border:.5px solid #fff;color:#fff;padding:20px;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:.5s ease-in-out}.Haroon-Text p,.HZ-Text p,.JD-Text p{font-size:15px;font-weight:200;text-align:center}.Haroon-Text,.HZ-Text{top:50px;left:100px}.JD-Text{top:50px;right:-100px}.Haroon-H:hover~.Haroon-Text{opacity:100;left:50px}.Haroon-H:hover~.about-team-btn-text{opacity:100}.about-team-btn-text:hover{background-color:#ff0000b9;opacity:100}.HZ-H:hover~.HZ-Text{opacity:100;left:0}.JD-H:hover~.JD-Text{opacity:100;right:50px}@media (max-width: 1366px){.about-imgs .Haroon-H{right:7rem;width:15rem}.about-imgs .HZ-H{right:16rem;width:13rem}.about-imgs .JD-H{z-index:2;right:0;width:10rem;transition:.5s ease-in-out}.Haroon-H,.HZ-H,.JD-H{padding:0}}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}to{transform:translatey(0)}}.float{animation:float 6s ease-in-out infinite}.about-btn-text{transition:.2s ease-in-out}.services-page{font-family:Inter,sans-serif;color:#222;line-height:1.6;background:linear-gradient(0deg,#fff,#e8e8e8);background-image:linear-gradient(#00000011 1.1px,transparent 1.1px),linear-gradient(to right,#0001 1.1px,#fff0 1.1px);background-size:100px 100px}.services-heading{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:#111}.services-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.services-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 6px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:20rem;border:#DC0037 1px solid}.services-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #0000001f}.services-card h3{font-size:1.4rem;margin-bottom:1rem;color:#111;font-family:nexa,sans-serif}.services-card p{font-size:1rem;margin-bottom:1.5rem;color:#555}.services-link{font-weight:600;color:#dc0037;border:1px solid #DC0037;padding:15px 30px;border-radius:15px;transition:.3s ease;position:relative}.services-link span{position:absolute;left:50%;opacity:0}.services-link:hover{border:1px solid #DC0037;background-color:#dc0037;color:#fff}.services-link:hover span{left:83%;opacity:1;transition:all .3s ease}.services-inspiration{text-align:center;background-image:linear-gradient(#000,#000000e3),url(/assets/abstract_line_pattern_background_2608-DUYglaAx.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.services-inspiration h2{font-size:2rem;margin-bottom:1rem;color:#fff;font-family:nexa}.services-inspiration p{max-width:700px;margin:0 auto;color:#9b9b9b}.services-advantages{background:linear-gradient(0deg,#fff,#e8e8e8);background-image:linear-gradient(#00000011 1.1px,transparent 1.1px),linear-gradient(to right,#0001 1.1px,#fff0 1.1px);background-size:100px 100px}.services-grid-6{display:flex;flex-wrap:wrap;justify-content:space-between}.services-adv-card{padding:1.8rem;border-radius:11px;box-shadow:0 6px 16px #0000000f;transition:transform .3s ease;margin:10px;width:30%;background-color:#fff;border:1px solid #DC0037}.services-adv-card:hover{transform:translateY(-5px)}.services-adv-card h4{font-size:1.5rem;margin-bottom:.8rem;font-family:nexa}.services-adv-card p{color:#555;font-size:14px}.services-directions .services-row{text-align:center}.services-direction-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 6px 16px #0000000f;border:#DC0037 1px solid}.services-help{text-align:center;background:#dc0037;color:#fff;padding:3rem 2rem}.services-help h2{font-size:2rem;margin-bottom:1rem;font-family:nexa}.services-help p{margin-bottom:1.5rem}.services-cta-btn{display:inline-block;background:#dc0037;color:#fff;padding:.8rem 1.6rem;font-weight:600;border-radius:6px;transition:background .3s ease}.services-Start-btn{display:inline-block;background:#fff;color:#dc0037;border:#DC0037 2px solid;padding:.8rem 1.6rem;font-weight:600;border-radius:6px;transition:.3s ease}.services-cta-btn:hover{background:#f1ebff;color:#dc0037}.services-Start-btn:hover{background:#dc0037;color:#fff;border:#fff 2px solid}.services-approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;text-align:center}.services-approach-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 6px 16px #0000000d;border:#DC0037 1px solid}.services-pricing-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:100%;margin:0 auto}.services-price-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 6px 16px #00000014;transition:all .3s ease}.services-price-card.featured{border:1px solid #DC0037;transform:scale(1.05)}.services-price{margin:1rem 0;font-size:1.8rem;font-weight:700;color:#dc0037}.services-features{list-style:none;padding:0;margin:1.2rem 0}.services-features li{margin:.4rem 0}.services-choose-btn{display:inline-block;background:#dc0037;color:#fff;padding:.8rem 1.6rem;border-radius:6px;font-weight:600;transition:background .3s ease}.services-choose-btn:hover{background:#c00026}.services-footer-cta{text-align:center;background:#111;color:#fff;padding:4rem 2rem}.services-footer-inner h2{font-size:2rem;margin-bottom:1rem}.services-footer-inner p{margin-bottom:1.5rem}@media (max-width: 992px){.services-heading{font-size:1.8rem}.services-page section{padding:60px 5%}}@media (min-width: 1200px){.services-row{grid-template-columns:repeat(3,1fr)}.services-grid-6{justify-content:space-between}.services-adv-card{width:30%}}@media (max-width: 1366px){.services-heading{font-size:1.8rem}.services-grid-6{justify-content:center}.services-adv-card{width:45%}.Our_Services-con1 p{width:60%!important}}.fb{width:100%;display:flex;justify-content:space-between;align-items:center}.service-detail{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333;line-height:1.6}.service-hero{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:3rem}.service-overview{flex:1 1 50%}.service-overview h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.service-overview p{font-size:1.15rem;color:#555}.service-section{margin:3rem 0;display:flex;width:100%;justify-content:space-between;align-items:flex-start}.service-section h2{font-size:2rem;margin-bottom:1.2rem;font-weight:600;color:#222}.service-features,.service-benefits{list-style:none;padding:0;margin:0}.service-features li,.service-benefits li{margin-bottom:.8rem;padding-left:1.5rem;position:relative;font-size:1.1rem}.service-features li:before,.service-benefits li:before{content:"✔";color:#dc0037;font-weight:700;position:absolute;left:0}.case-study{background:#fafafa;padding:2rem;border-radius:10px;border-left:6px solid #DC0037;box-shadow:0 3px 10px #0000000d}.case-study h2{font-size:1.8rem;margin-bottom:1rem}.service-cta-container{text-align:center;margin:3rem 0}.service-cta{padding:1rem 2.5rem;border:none;border-radius:15px;background:#dc0037;color:#fff;font-size:1.2rem;font-weight:600;cursor:pointer;transition:transform .2s ease,background .3s ease}.service-cta:hover{background:#8b0000;transform:scale(1.05)}.reviews{margin-top:4rem;text-align:center;width:100%}.reviews h2{font-size:2rem;margin-bottom:2rem;font-weight:700}.review-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 14px #00000014;text-align:left;transition:transform .2s ease}.review-card:hover{transform:translateY(-5px)}.review-card p{font-style:italic;margin-bottom:1rem;font-size:1rem;color:#555}.review-card span{font-weight:700;color:#111}@media (max-width: 576px){.Our_Services-con1 p{width:100%!important}.services-heading{font-size:1.4rem;margin-bottom:1.5rem}.services-row{grid-template-columns:1fr;gap:1rem;margin-top:20px}.services-card,.services-adv-card,.services-price-card,.services-direction-card{padding:1.2rem;width:100%!important;margin:10px 0;height:auto}.services-card h3,.services-adv-card h4,.services-price-card h3,.services-direction-card h3{font-size:18px;line-height:1.3}.services-card p,.services-adv-card p,.services-price-card p,.services-direction-card p{font-size:13px;line-height:1.5}.services-inspiration-inner h2{font-size:1.3rem}.services-inspiration-inner p{font-size:13px;padding:0 10px}.services-grid-6{flex-direction:column;align-items:stretch}.services-help{padding:2rem 1rem}.services-cta-btn,.services-choose-btn,.services-Start-btn{width:100%;text-align:center}.services-footer-cta{padding:2rem 1rem}.service-hero{flex-direction:column;text-align:center;gap:1.5rem}.service-overview h1{font-size:1.6rem}.service-overview p{font-size:14px}.service-section{flex-direction:column;gap:1.5rem}.service-section h2{font-size:1.3rem}.service-section div{margin-top:10px}.case-study{border-radius:8px;padding:1.2rem}.reviews h2{font-size:1.4rem}.review-list{grid-template-columns:1fr;gap:1rem}.review-card{padding:1.2rem}}.projects-section{min-height:100vh;background:#fff;margin-top:50px;background-image:linear-gradient(#00000011 1.1px,transparent 1.1px),linear-gradient(to right,#0001 1.1px,#fff0 1.1px);background-size:100px 100px}.projects-title{font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.projects-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.project-card{border:1px solid #ddd;border-radius:12px;overflow:hidden;box-shadow:0 2px 6px #0000001a;transition:box-shadow .3s ease;cursor:pointer;background-color:#fff}.projects-heading{text-align:center;font-family:nexa;font-size:40px;margin-bottom:20px}.project-card:hover{box-shadow:0 6px 14px #00000026}.project-image{width:100%;height:220px;object-fit:cover}.project-content{display:flex;align-items:center;justify-content:space-between;padding:1rem}.project-title{font-size:1.1rem;font-weight:600}.project-description{font-size:.9rem;color:#666}.project-link{margin-left:1rem;padding:.5rem;border-radius:50%;background:#f1f1f1;display:flex;align-items:center;justify-content:center;transition:background .3s,color .3s}.project-link:hover{background:#000}.project-arrow{width:20px;height:20px;filter:invert(0)}.project-details{font-family:Arial,sans-serif}.hero-project-details{height:400px;background-size:cover;background-position:center;position:relative;border-radius:10px}.hero-overlay{height:100%;background:#000000e5;display:flex;justify-content:center;align-items:center;border-radius:10px}.hero-overlay h1{color:#fff;font-size:60px;font-family:nexa}.info-section{display:flex;justify-content:space-between;gap:20px;margin:100px 0}.info-left,.info-right{width:50%}.info-left img{width:70%;height:300px;margin-bottom:10px;border-radius:8px;object-fit:cover}.info-right h2{margin-bottom:10px;font-family:nexa;font-size:50px}.info-right .tool-icon{width:20px;margin-right:20px;margin-bottom:15px}.tools-list h3{font-size:30px;margin-bottom:20px}.tools-list li{display:flex;flex-wrap:wrap;align-items:flex-start}.info-right{display:flex;flex-direction:column;justify-content:space-between}.gallery-section{margin:40px 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.gallery-grid img{width:100%;height:18rem;border-radius:6px;object-fit:cover;object-position:top;cursor:pointer;transition:object-position 4s ease-in-out,filter .2s ease-in-out,box-shadow .3s ease-in-out;filter:grayscale(60%)}.gallery-grid img:hover{object-position:bottom;box-shadow:2px 2px 10px #666;filter:grayscale(0%)}.gallery-nav{margin-top:15px;text-align:center}.gallery-nav button{padding:5px 10px;border-radius:10px;margin:20px;background-color:#666;color:#fff;border:none;cursor:pointer;transition:.3s}.gallery-nav button:hover{background-color:#000}.team-section{margin:40px 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;align-items:flex-start;display:flex;justify-content:space-between}.team-card{text-align:center}.team-card2{position:relative;overflow:hidden;text-align:center;border-radius:20px;transition:.3s}.team-card2 img{width:300px;height:300px;object-fit:cover;margin-bottom:10px}.team-descriptionProject{position:absolute;top:0;left:0;height:81%;width:100%;background-color:#000000b6;color:#fff;padding:20px;text-align:justify;font-size:14px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.team-card2:hover{transform:translateY(-15px)}.team-card2:hover .team-descriptionProject{opacity:1;visibility:visible}.gallery-item{position:relative;overflow:hidden}.view-btn{position:absolute;top:10px;right:10px;background:#0009;border:none;color:#fff;padding:8px 10px;border-radius:50%;cursor:pointer;font-size:16px;opacity:0;transition:opacity .3s ease-in-out;transform:scale(.8)}.gallery-item:hover .view-btn{opacity:1;transform:scale(1)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:5099;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.lightbox img{max-width:90%;max-height:90%;border-radius:8px}.close-btn{position:absolute;top:50px;right:30px;font-size:28px;color:#fff;cursor:pointer}@media (max-width: 1377px){.hero-overlay h1{font-size:30px}.info-right h2{font-size:40px}.info-right p{font-size:15px}.tools-list h3{font-size:35px;font-family:nexa;margin-top:20px}}@media (max-width: 600px){.hero-overlay h1{font-size:20px;text-align:center}.info-section{flex-direction:column}.info-left,.info-right{width:100%}.info-right h2{font-size:30px;text-align:center}.info-right p{font-size:14px;text-align:justify}.info-left img{width:100%;height:auto}.gallery-grid{grid-template-columns:repeat(2,1fr)}.tools-list h3{font-size:30px;margin-bottom:10px;font-family:nexa;margin-top:20px}.team-grid{flex-direction:column;align-items:center}}:root{--primary-color: #dc0037;--secondary-color: black;--accent-color: #c00026;--background-color: #ffffff;--text-color: rgb(71, 71, 71)}.careers-page{font-family:Inter,sans-serif;background:var(--background-color);color:var(--text-color);padding:3rem 2rem}.careers-wrapper{max-width:1200px;margin:0 auto}.careers-header{text-align:center;margin-bottom:3rem}.careers-header h1{font-size:2.5rem;color:var(--primary-color)}.careers-header p{max-width:600px;margin:.5rem auto;font-size:1.1rem}.careers-section{margin-bottom:4rem}.careers-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--secondary-color);text-align:center}.careers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.career-card{background:var(--background-color);border:2px solid var(--accent-color);border-radius:15px;padding:1.5rem;text-align:center;box-shadow:0 4px 10px #00000014;transition:transform .2s ease-in-out,border .2s}.career-card:hover{transform:translateY(-5px);border-color:var(--primary-color)}.career-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--secondary-color)}.apply-btn{background:var(--primary-color);color:#fff;border:none;border-radius:15px;padding:.7rem 1.2rem;font-size:.95rem;cursor:pointer;transition:background .3s ease-in-out}.apply-btn:hover{background:var(--accent-color)}.blog-page{padding:0!important;background:#fafafa}.section-heading{text-align:center;margin:40px 0 20px;font-size:2rem;font-weight:700;color:#222;position:relative}.section-heading:after{content:"";display:block;width:60px;height:3px;background:#dc0037;margin:12px auto 0;border-radius:2px}.new-blogs-grid,.blogs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:25px;padding:10px 10%}.blog-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 6px 18px #0000001a;padding-bottom:20px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.blog-card:hover{box-shadow:0 10px 25px #00000026}.blog-card:hover .blog-image{transform:scale(1.1)}.blog-image{width:100%;height:200px;object-fit:cover;border-radius:15px 15px 0 0;transition:.3s}.blog-title{margin:15px;font-size:1.3rem;font-weight:600;color:#111}.blog-desc{margin:0 15px 15px;color:#555;font-size:.95rem;line-height:1.6}.blog-actions{display:flex;justify-content:space-between;align-items:center;margin:0 15px;padding-top:12px;border-top:1px solid #eee}.blog-actions .btn{background:#dc0037;color:#fff;padding:8px 14px;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .3s ease}.blog-actions .btn:hover{background:#b5002c}.blog-actions .social-links{display:flex;gap:12px}.blog-actions .social-links img{width:22px;height:22px;transition:transform .2s ease}.blog-actions .social-links img:hover{transform:scale(1.1)}.category-slider{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:25px;position:relative;padding:0 10%}.category-buttons{display:flex;gap:10px;overflow:hidden;flex-wrap:nowrap;justify-content:center;transition:all .3s ease}.category-btn{border:1px solid #ccc;padding:8px 16px;border-radius:20px;cursor:pointer;background:#fff;font-size:.9rem;transition:all .3s ease;white-space:nowrap}.category-btn:hover{border-color:#dc0037;color:#dc0037}.category-btn.active{background:#dc0037;color:#fff;border-color:#dc0037}.arrow-btn{color:#dc0037;font-size:20px;cursor:pointer;transition:all .3s ease;background-color:transparent;border:none;padding:5px 10px}.arrow-btn:hover{color:#000}.arrow-btn:disabled{opacity:.3;cursor:not-allowed}.subscribe-section{background:#000;color:#fff;text-align:center;padding:60px 20px;margin-top:60px}.subscribe-section h2{font-size:2rem;margin-bottom:15px}.subscribe-form{display:flex;justify-content:center;margin-top:20px;gap:10px;flex-wrap:wrap}.subscribe-form input{padding:10px;border-radius:6px;border:none;width:250px}.subscribe-form button{background:#333;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;transition:background .3s ease}.subscribe-form button:hover{background:#111}.blog-detail-layout{display:grid;grid-template-columns:3fr 1fr;gap:40px;margin-top:30px}.blog-detail{background:linear-gradient(0deg,#fff,#e8e8e8);background-image:linear-gradient(#00000011 1.1px,transparent 1.1px),linear-gradient(to right,#0001 1.1px,#fff0 1.1px);background-size:100px 100px}@media (max-width: 992px){.blog-detail-layout{grid-template-columns:1fr}.category-slider{padding:0 20px}.arrow-btn{font-size:18px;padding:3px 8px}}.detail-meta{font-size:.95rem;color:#777;margin-bottom:20px}.detail-meta span{color:#dc0037;font-weight:500}.blog-sidebar{background:#fafafa;padding:25px;border-radius:12px;box-shadow:0 4px 12px #0000000f;height:fit-content}.sidebar-section{margin-bottom:35px}.sidebar-section h3{font-size:1.2rem;font-weight:600;margin-bottom:15px;border-left:4px solid #DC0037;padding-left:10px;color:#222}.sidebar-section ul{list-style:none;padding:0}.sidebar-section ul li{margin-bottom:12px}.sidebar-section ul li a{text-decoration:none;color:#444;font-size:.95rem;transition:color .3s ease}.sidebar-section ul li a:hover{color:#dc0037}.subscribe-box{background:#000;color:#fff;padding:25px;border-radius:12px;text-align:center}.subscribe-box h3{margin-bottom:10px;font-size:1.3rem;color:#dc0037}.subscribe-box p{font-size:.95rem;margin-bottom:15px;opacity:.9}.subscribe-box form{display:flex;flex-direction:column;gap:10px}.subscribe-box input{padding:10px;border:none;border-radius:6px;width:100%}.subscribe-box button{background:#dc0037;color:#fff;border:none;padding:10px;border-radius:6px;cursor:pointer;transition:background .3s ease}.subscribe-box button:hover{background:#333}.back-btn-wrapper{margin-top:30px}.back-btn{background-color:#dc0037;color:#fff}.blog-detail-hero img{width:100%;height:60vh;object-fit:cover}.blog-detail-content{font-family:Inter,Helvetica,Arial,sans-serif;color:#222;line-height:1.8;font-size:16px;max-width:800px;margin:0;padding:30px 0}.blog-detail-content h1,.blog-detail-content h2,.blog-detail-content h3,.blog-detail-content h4,.blog-detail-content h5,.blog-detail-content h6{font-weight:700;margin-top:2em;margin-bottom:1em;color:#111;line-height:1.3}.blog-detail-content p{margin-bottom:1.5em}.blog-detail-content ul,.blog-detail-content ol{margin:1em 0 1.5em 1.5em;padding:0}.blog-detail-content li{margin-bottom:.8em}.blog-detail-content hr,.blog-detail-content .separator{border:0;border-top:1px solid #ddd;margin:2em 0}.blog-detail-content a:hover{text-decoration:underline}.blog-detail-content strong{font-weight:600}.blog-detail-content img{max-width:100%;height:auto;display:block;margin:1.5em 0}.blog-detail-content code,.blog-detail-content pre{background-color:#f5f5f5;padding:5px 10px;border-radius:5px;font-family:Courier New,Courier,monospace}.blog-detail-content pre{overflow-x:auto;padding:15px}.contact-page{font-family:nexa;color:#222;background:#fff}.contact-hero{position:relative;height:60vh;overflow:hidden;background:#000000d5;background-image:linear-gradient(#ffffff28 1.1px,transparent 1.1px),linear-gradient(to right,#c0c0c011 1.1px,#000 1.1px);background-size:100px 100px}.contact-hero-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.contact-hero-overlay h1{color:#fff;font-size:70px;margin-top:100px;font-family:nexa}.contact-container{display:flex;flex-wrap:wrap;gap:40px;margin:60px;padding:0 15%;justify-content:space-between}.contact-info{flex:1;min-width:300px}.contact-info h2{font-size:52px;font-family:nexa;margin:20px 0 40px}.contact-info p{color:#202020;margin-bottom:50px}.contact-details{display:flex;flex-wrap:wrap;gap:10px}.contact-details p{margin:8px 0;display:flex;flex-direction:column;width:40%}.contact-details p a{margin:5px}.contact-details p img{width:30px;border-radius:50%}.contact-details a:hover{text-decoration:underline}.contact-form{flex:1;min-width:300px;background:#f5f5f5;padding:25px;border-radius:10px;box-shadow:0 4px 10px #0000000d}.contact-form h3{margin-bottom:20px}.contact-form form{display:flex;flex-direction:column;justify-content:space-between;gap:40px}.contact-form input,.contact-form textarea{padding:12px;border:none;border-bottom:1px solid #ccc;font-size:14px;background:transparent}.contact-form button{background:#000;color:#fff;border:none;padding:12px;border-radius:6px;cursor:pointer;transition:.3s}.contact-form button:hover{background:#333}.form-result{margin-top:10px;font-size:13px;color:#444}@media (max-width: 1366px){.section-subtitle{width:30%!important;margin-top:20px}.contact-info h2{font-size:30px}.contact-container{padding:0 8%}}@media (max-width: 768px){.contact-container{margin:0;padding:0 5%}.section-subtitle{width:54%!important;margin-top:20px;text-align:center}.contact-info h2{font-size:30px}.contact-details p{width:100%}}.team-main-container{background:linear-gradient(0deg,#fff,#e8e8e8);background-image:linear-gradient(#00000011 1.1px,transparent 1.1px),linear-gradient(to right,#0001 1.1px,#fff0 1.1px);background-size:100px 100px}.team-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:100px}.team-card{position:relative;background:#fff;box-shadow:0 4px 8px #00000014;overflow:hidden;transition:transform .3s ease;text-align:center;padding-bottom:16px;border-radius:20px}.team-card:hover{transform:translateY(-6px)}.linkedin-icon{position:absolute;top:10px;right:12px;color:gray;z-index:2;transition:color .3s}.linkedin-icon:hover{color:#0a66c2}.team-image-wrapper{position:relative;width:100%;overflow:hidden}.team-photo{width:100%;height:280px;object-fit:contain;display:block;transition:opacity .4s ease}.team-description{position:absolute;inset:0;background:#fffffff2;display:flex;justify-content:center;align-items:center;padding:15px;opacity:0;transition:opacity .4s ease}.team-card:hover .team-photo{opacity:0}.team-card:hover .team-description{opacity:1}.team-card h3{margin:12px 0 4px;font-size:1.1rem;font-weight:700}.team-card h4{margin:0;font-size:.95rem;font-weight:400;color:#555}.page-banner-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:200px;padding-bottom:100px;background-image:linear-gradient(#000,#000000e3),url(/assets/abstract_line_pattern_background_2608-DUYglaAx.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:50vh}.page-banner-section h1{font-size:50px;width:70%;font-weight:400;color:#fff;text-align:center;text-transform:uppercase;font-family:nexa;margin-top:20px}.services-banner-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:200px;background-image:linear-gradient(#000,#000000e3),url(/assets/abstract_line_pattern_background_2608-DUYglaAx.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:80vh}.services-banner-section h1{font-size:50px;width:70%;font-weight:400;color:#fff;text-align:center;text-transform:uppercase;font-family:nexa;margin-top:20px}.services-banner-section p{font-size:15px;width:50%;font-weight:400;color:#fff;text-align:center;font-family:nexa;margin-top:20px}.hero-ctas{margin-top:40px;display:flex}.serv-btn{color:#fff;padding:15px 20px;border-radius:10px;margin:10px;background-color:#c40031;border:1px solid #c40031;transition:.2s ease-in-out}.serv-btn:hover{background-color:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ghost-btn:hover{background-color:#c00030}.ghost-btn{border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:transparent}@media (max-width: 400px){.page-banner-section h1{font-size:40px}.services-banner-section h1{width:90%;font-size:20px}.services-banner-section p{font-size:12px;width:90%}.hero-ctas{flex-direction:column;width:100%;text-align:center}.serv-btn{font-size:13px}}.cv-page{max-width:800px;margin:40px auto;margin-top:10rem;padding:30px;background:#fff;border-radius:12px;box-shadow:0 6px 16px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222}.cv-header{display:flex;align-items:center;border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:25px}.cv-avatar img{width:120px;height:120px;border-radius:50%;border:3px solid #0073b1;margin-right:20px}.cv-info h1{font-size:28px;margin:0;color:#0073b1}.cv-tagline{font-size:16px;font-weight:500;margin:6px 0;color:#444}.cv-note{display:inline-block;font-size:14px;color:#777;background:#f3f3f3;padding:6px 12px;border-radius:6px;margin-top:8px}.cv-section{margin-bottom:30px}.cv-section h2{font-size:20px;color:#333;border-left:4px solid #0073b1;padding-left:10px;margin-bottom:12px}.cv-section p{font-size:15px;color:#555;line-height:1.6}.cv-section ul{list-style:disc;margin-left:20px;color:#444}.cv-section ul li{margin-bottom:8px;font-size:15px}
