.TeamDetails-module__M7pCUG__teamDetails{position:relative}.TeamDetails-module__M7pCUG__profileGrid{grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);align-items:center;gap:80px;display:grid}.TeamDetails-module__M7pCUG__profileVisual{position:relative}.TeamDetails-module__M7pCUG__imageWrapper{border-radius:28px;width:min(100%,500px);height:450px;margin:0 auto;position:relative;overflow:hidden}.TeamDetails-module__M7pCUG__imageWrapper img{transition:transform .6s}.TeamDetails-module__M7pCUG__imageWrapper:hover img{transform:scale(1.035)}.TeamDetails-module__M7pCUG__profileContent{max-width:650px}.TeamDetails-module__M7pCUG__sectionLabel{color:var(--primary);font-size:12px;font-weight:var(--font-weight-bold);letter-spacing:.7px;text-transform:uppercase;align-items:center;gap:7px;display:inline-flex}.TeamDetails-module__M7pCUG__profileContent h1{color:var(--text-heading);font-size:clamp(40px,5vw,62px);font-weight:var(--font-weight-extrabold);letter-spacing:-2px;margin:0 0 7px;line-height:1.08}.TeamDetails-module__M7pCUG__role{color:var(--primary);font-size:15px;font-weight:var(--font-weight-semibold);margin-bottom:23px;display:inline-block}.TeamDetails-module__M7pCUG__intro{max-width:600px;color:var(--text-light);margin:0 0 30px;font-size:16px;line-height:1.8}.TeamDetails-module__M7pCUG__infoList{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:30px;display:grid}.TeamDetails-module__M7pCUG__infoItem{border:1px solid var(--border-color);background:var(--bg-white);border-radius:12px;align-items:center;gap:12px;padding:14px;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.TeamDetails-module__M7pCUG__infoItem:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.TeamDetails-module__M7pCUG__infoItem>span{background:var(--primary-soft);width:38px;height:38px;color:var(--primary);border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.TeamDetails-module__M7pCUG__infoItem div{min-width:0}.TeamDetails-module__M7pCUG__infoItem small{color:var(--text-muted);font-size:9px;font-weight:var(--font-weight-semibold);letter-spacing:.5px;text-transform:uppercase;margin-bottom:3px;display:block}.TeamDetails-module__M7pCUG__infoItem strong{color:var(--text-heading);font-size:12px;font-weight:var(--font-weight-semibold);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.TeamDetails-module__M7pCUG__profileActions{align-items:center;gap:25px;display:flex}.TeamDetails-module__M7pCUG__socials{align-items:center;gap:8px;display:flex}.TeamDetails-module__M7pCUG__socials a{border:1px solid var(--border-color);background:var(--bg-white);width:38px;height:38px;color:var(--text-heading);border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:color .3s,background .3s,border-color .3s,transform .3s;display:inline-flex}.TeamDetails-module__M7pCUG__socials a:hover{border-color:var(--primary);background:var(--primary);color:var(--white);transform:translateY(-3px)}.TeamDetails-module__M7pCUG__contentGrid{border-top:1px solid var(--border-color);grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:80px;display:grid}.TeamDetails-module__M7pCUG__aboutContent h2,.TeamDetails-module__M7pCUG__skillsCard h2{max-width:700px;color:var(--text-heading);font-size:clamp(30px,3vw,42px);font-weight:var(--font-weight-extrabold);letter-spacing:-1.2px;margin:15px 0 22px;line-height:1.15}.TeamDetails-module__M7pCUG__aboutContent>p{max-width:700px;color:var(--text-light);margin:0 0 17px;font-size:15px;line-height:1.85}.TeamDetails-module__M7pCUG__highlightBox{border:1px solid var(--border-primary);background:var(--primary-soft);border-radius:15px;gap:15px;max-width:650px;margin-top:30px;padding:20px;display:flex}.TeamDetails-module__M7pCUG__highlightIcon{background:var(--primary);width:42px;height:42px;color:var(--white);border-radius:11px;flex:0 0 42px;justify-content:center;align-items:center;font-size:19px;display:inline-flex}.TeamDetails-module__M7pCUG__highlightBox strong{color:var(--text-heading);font-size:14px;font-weight:var(--font-weight-bold);margin-bottom:5px;display:block}.TeamDetails-module__M7pCUG__highlightBox p{color:var(--text-light);margin:0;font-size:12px;line-height:1.6}.TeamDetails-module__M7pCUG__skillsCard{border:1px solid var(--border-color);background:var(--bg-light);border-radius:20px;padding:35px}.TeamDetails-module__M7pCUG__skillsCard h2{margin-bottom:28px;font-size:30px}.TeamDetails-module__M7pCUG__skillsList{flex-direction:column;gap:10px;display:flex}.TeamDetails-module__M7pCUG__skillItem{background:var(--bg-white);border-radius:10px;align-items:center;gap:12px;padding:13px 14px;transition:transform .3s,box-shadow .3s;display:flex}.TeamDetails-module__M7pCUG__skillItem:hover{box-shadow:var(--shadow-sm);transform:translate(5px)}.TeamDetails-module__M7pCUG__skillItem span{background:var(--primary-soft);width:27px;height:27px;color:var(--primary);border-radius:7px;justify-content:center;align-items:center;font-size:15px;display:inline-flex}.TeamDetails-module__M7pCUG__skillItem strong{color:var(--text-heading);font-size:13px;font-weight:var(--font-weight-semibold)}@media (max-width:1199px){.TeamDetails-module__M7pCUG__profileGrid,.TeamDetails-module__M7pCUG__contentGrid{gap:50px}}@media (max-width:991px){.TeamDetails-module__M7pCUG__profileGrid{grid-template-columns:1fr;gap:45px}.TeamDetails-module__M7pCUG__profileVisual{width:100%;max-width:550px;margin:0 auto}.TeamDetails-module__M7pCUG__profileContent{text-align:center;max-width:750px;margin:0 auto}.TeamDetails-module__M7pCUG__intro{margin-left:auto;margin-right:auto}.TeamDetails-module__M7pCUG__infoList{text-align:left}.TeamDetails-module__M7pCUG__profileActions{justify-content:center}.TeamDetails-module__M7pCUG__contentGrid{grid-template-columns:1fr;gap:45px;margin-top:80px;padding-top:60px}.TeamDetails-module__M7pCUG__aboutContent{text-align:center}.TeamDetails-module__M7pCUG__aboutContent>p,.TeamDetails-module__M7pCUG__highlightBox{margin-left:auto;margin-right:auto}.TeamDetails-module__M7pCUG__skillsCard{width:100%;max-width:650px;margin:0 auto}}@media (max-width:767px){.TeamDetails-module__M7pCUG__profileContent h1{letter-spacing:-1.3px;font-size:42px}.TeamDetails-module__M7pCUG__intro{font-size:14px}.TeamDetails-module__M7pCUG__infoList{grid-template-columns:1fr}.TeamDetails-module__M7pCUG__profileActions{flex-direction:column;gap:20px}.TeamDetails-module__M7pCUG__contentGrid{margin-top:65px}.TeamDetails-module__M7pCUG__aboutContent h2,.TeamDetails-module__M7pCUG__skillsCard h2{font-size:30px}}@media (max-width:575px){.TeamDetails-module__M7pCUG__experienceBadge{min-width:130px;padding:13px 15px;bottom:15px;right:15px}.TeamDetails-module__M7pCUG__experienceBadge strong{font-size:24px}.TeamDetails-module__M7pCUG__experienceBadge span{font-size:9px}.TeamDetails-module__M7pCUG__profileContent h1{font-size:35px}.TeamDetails-module__M7pCUG__role{font-size:13px}.TeamDetails-module__M7pCUG__infoItem{padding:12px}.TeamDetails-module__M7pCUG__highlightBox{text-align:left}.TeamDetails-module__M7pCUG__skillsCard{padding:25px 18px}}
.CustomImage-module__E9rE5G__image{display:block}.CustomImage-module__E9rE5G__cover{object-fit:cover}.CustomImage-module__E9rE5G__contain{object-fit:contain}.CustomImage-module__E9rE5G__fill{object-fit:fill}.CustomImage-module__E9rE5G__none{object-fit:none}
.CustomLink-module__ED6AQa__link{min-height:var(--button-height);padding:12px var(--button-padding-x);border-radius:var(--button-radius);background:var(--button-bg);color:var(--button-text);font-size:12.5px;font-weight:var(--font-weight-bold);box-shadow:var(--shadow-primary);transition:var(--transition);word-spacing:2px;border:0;justify-content:center;align-items:center;gap:9px;min-width:160px;line-height:1;display:inline-flex}.CustomLink-module__ED6AQa__uppercase{text-transform:uppercase}.CustomLink-module__ED6AQa__capitalize{text-transform:capitalize}.CustomLink-module__ED6AQa__link:hover{background:var(--button-hover-bg);color:var(--white);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.CustomLink-module__ED6AQa__link svg{transition:var(--transition);font-size:19px}.CustomLink-module__ED6AQa__link:hover svg{transform:translate(3px,-3px)}.CustomLink-module__ED6AQa__primary{background:var(--button-bg);color:var(--button-text);border:0}.CustomLink-module__ED6AQa__primary:hover{background:var(--button-hover-bg);color:var(--white);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.CustomLink-module__ED6AQa__outline{border:1px solid var(--primary);color:var(--primary);background:0 0}.CustomLink-module__ED6AQa__outline:hover{background:var(--primary);color:var(--white);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.CustomLink-module__ED6AQa__white{border:1px solid var(--white);background:var(--white);color:var(--text-heading)}.CustomLink-module__ED6AQa__white svg{color:var(--primary)}.CustomLink-module__ED6AQa__white:hover{background:var(--primary);color:var(--white);border-color:var(--primary);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.CustomLink-module__ED6AQa__white:hover svg{color:var(--white)}
.SectionHeading-module__m6v2LG__label{border:1px solid var(--border-primary);border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:var(--font-weight-bold);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;padding:8px 13px;display:inline-flex}.SectionHeading-module__m6v2LG__label svg{font-size:16px}.SectionHeading-module__m6v2LG__description{font-size:15px}@media (max-width:767px){.SectionHeading-module__m6v2LG__label{margin-bottom:14px;font-size:10px}}
.AboutSection-module__qmUeOa__storyImageMain{border-radius:20px 20px 90px;width:82%;height:490px;position:absolute;top:0;left:20px;overflow:hidden}.AboutSection-module__qmUeOa__storyImageMain img{object-fit:cover;width:100%;height:100%}.AboutSection-module__qmUeOa__storyImageSmall{border:8px solid var(--white);width:45%;height:230px;box-shadow:var(--shadow-lg);border-radius:18px;position:absolute;bottom:10px;right:0;overflow:hidden}.AboutSection-module__qmUeOa__storyImageSmall img{object-fit:cover;width:100%;height:100%}.AboutSection-module__qmUeOa__storyVisual{min-height:600px;position:relative}.AboutSection-module__qmUeOa__expertiseDots{background:var(--white);align-items:center;gap:4px;padding:0 7px;display:flex;position:absolute;bottom:-9px;left:50%;transform:translate(-50%)}.AboutSection-module__qmUeOa__expertiseDots i{background:currentColor;border-radius:50%;width:6px;height:6px;display:block}.AboutSection-module__qmUeOa__expertiseDots i:nth-child(2){opacity:.7}.AboutSection-module__qmUeOa__expertiseDots i:nth-child(3){opacity:.4}.AboutSection-module__qmUeOa__aboutGrid{position:relative}.AboutSection-module__qmUeOa__aboutPoints{flex-direction:column;gap:12px;margin:0 0 30px;padding:0;list-style:none;display:flex}.AboutSection-module__qmUeOa__aboutPoints li{color:var(--text-heading);font-size:13px;font-weight:var(--font-weight-medium);align-items:center;gap:9px;display:flex}.AboutSection-module__qmUeOa__pointIcon{color:var(--primary);flex:none;justify-content:center;align-items:center;font-size:14px;display:inline-flex}@media (max-width:1199px){.AboutSection-module__qmUeOa__storyImageMain{height:440px}.AboutSection-module__qmUeOa__storyVisual{min-height:540px}}@media (max-width:991px){.AboutSection-module__qmUeOa__expertiseDots{bottom:-5px;left:auto;right:25px;transform:none}.AboutSection-module__qmUeOa__aboutPoints{text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.AboutSection-module__qmUeOa__storyVisual{width:min(100%,650px);margin:0 auto}}@media (max-width:767px){.AboutSection-module__qmUeOa__aboutPoints{gap:10px}.AboutSection-module__qmUeOa__aboutPoints li{align-items:flex-start;font-size:12px}.AboutSection-module__qmUeOa__storyVisual{min-height:470px}.AboutSection-module__qmUeOa__storyImageMain{width:88%;height:380px;left:0}.AboutSection-module__qmUeOa__storyImageSmall{width:45%;height:180px}}@media (max-width:575px){.AboutSection-module__qmUeOa__expertiseDots{right:18px}.AboutSection-module__qmUeOa__storyVisual{min-height:380px}.AboutSection-module__qmUeOa__storyImageMain{height:300px}.AboutSection-module__qmUeOa__storyImageSmall{border-width:5px;height:145px}}
.HeroSection-module__ild5OG__heroBanner{background:var(--bg-white);align-items:center;min-height:760px;padding:150px 0 100px;display:flex;position:relative;overflow:hidden}.HeroSection-module__ild5OG__heroBanner:before{content:"";background:var(--primary-soft);opacity:.55;filter:blur(5px);border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;left:-180px}.HeroSection-module__ild5OG__heroBannerInner{z-index:2;grid-template-columns:.88fr 1.12fr;align-items:center;gap:35px;display:grid;position:relative}.HeroSection-module__ild5OG__heroContent{z-index:5;max-width:590px;position:relative}.HeroSection-module__ild5OG__heroEyebrow{border:1px solid var(--border-primary);border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:var(--font-weight-bold);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:18px;padding:8px 13px;display:inline-flex}.HeroSection-module__ild5OG__heroEyebrow svg{font-size:16px}.HeroSection-module__ild5OG__heroContent h1{max-width:570px;color:var(--text-heading);font-size:clamp(45px,5vw,70px);font-weight:var(--font-weight-extrabold);letter-spacing:-2.5px;margin-bottom:24px;line-height:1.08}.HeroSection-module__ild5OG__heroContent h1 span{color:var(--primary)}.HeroSection-module__ild5OG__heroContent p{max-width:525px;color:var(--text-body);margin-bottom:32px;font-size:16px;line-height:1.8}.HeroSection-module__ild5OG__heroActions{align-items:center;gap:20px;display:flex}.HeroSection-module__ild5OG__heroVideoBtn{color:var(--text-heading);font-size:12px;font-weight:var(--font-weight-bold);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.HeroSection-module__ild5OG__heroVideoBtn:hover{color:var(--primary)}.HeroSection-module__ild5OG__heroPlay{background:var(--primary);width:46px;height:46px;color:var(--white);box-shadow:var(--shadow-primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.HeroSection-module__ild5OG__heroVideoBtn:hover .HeroSection-module__ild5OG__heroPlay{background:var(--secondary);transform:scale(1.08)}.HeroSection-module__ild5OG__heroSocials{flex-wrap:wrap;align-items:center;gap:27px;margin-top:92px;display:flex}.HeroSection-module__ild5OG__heroSocials a{color:var(--secondary);font-size:10px;font-weight:var(--font-weight-bold);letter-spacing:1px;text-transform:uppercase;transition:var(--transition);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.HeroSection-module__ild5OG__heroSocials a svg{color:var(--primary);font-size:15px}.HeroSection-module__ild5OG__heroSocials a:nth-child(2) svg{color:red}.HeroSection-module__ild5OG__heroSocials a:nth-child(3) svg{color:#1da1f2}.HeroSection-module__ild5OG__heroSocials a:nth-child(4) svg{color:#0a66c2}.HeroSection-module__ild5OG__heroSocials a:hover{color:var(--primary);transform:translateY(-2px)}.HeroSection-module__ild5OG__heroVisual{min-height:540px;position:relative}.HeroSection-module__ild5OG__heroImageWrap{z-index:4;width:min(100%,500px);height:440px;position:absolute;top:40px;right:30px}.HeroSection-module__ild5OG__heroImageBg{background:var(--primary-light);border-radius:0 30px 30px 0;position:absolute;inset:0}.HeroSection-module__ild5OG__heroImageBg:before{content:"";background:var(--primary);opacity:.8;border-radius:50% 50% 50% 0;width:170px;height:170px;position:absolute;top:-37px;left:-48px}.HeroSection-module__ild5OG__heroImageBg:after{content:"";opacity:.9;background:#22b9ec;border-radius:100% 0 0;width:180px;height:230px;position:absolute;top:55px;left:-125px}.HeroSection-module__ild5OG__heroPerson{z-index:5;object-fit:contain;object-position:bottom right;width:auto;max-width:107%;height:120%;position:absolute;bottom:-1px;right:-55px}.HeroSection-module__ild5OG__heroShape{z-index:1;pointer-events:none;position:absolute}.HeroSection-module__ild5OG__heroShapeOne{background:var(--primary);clip-path:polygon(25% 0,100% 60%,100% 100%,0 100%);opacity:.82;width:430px;height:260px;bottom:10px;right:-110px}.HeroSection-module__ild5OG__heroShapeTwo{clip-path:polygon(25% 0,100% 65%,100% 100%,0 100%);background:#20b8eb;width:400px;height:190px;bottom:-40px;right:-60px}.HeroSection-module__ild5OG__heroShapeThree{border:32px solid var(--primary);opacity:.8;border-radius:50%;width:120px;height:120px;top:10px;right:130px}.HeroSection-module__ild5OG__heroRatingBottom{animation-delay:-2s;bottom:15px;left:40px}.HeroSection-module__ild5OG__heroFloatingDot{z-index:2;background:var(--primary);border-radius:50%;width:9px;height:9px;animation:2.5s ease-in-out infinite HeroSection-module__ild5OG__heroPulse;position:absolute}.HeroSection-module__ild5OG__heroDotOne{top:75px;right:90px}.HeroSection-module__ild5OG__heroDotTwo{background:#20b8eb;animation-delay:-1.2s;bottom:120px;right:25px}@keyframes HeroSection-module__ild5OG__heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes HeroSection-module__ild5OG__heroPulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}@media (max-width:1199px){.HeroSection-module__ild5OG__heroBanner{min-height:700px}.HeroSection-module__ild5OG__heroBannerInner{grid-template-columns:.9fr 1.1fr}.HeroSection-module__ild5OG__heroContent h1{font-size:clamp(42px,5vw,60px)}.HeroSection-module__ild5OG__heroVisual{min-height:500px}.HeroSection-module__ild5OG__heroImageWrap{width:470px;right:0}}@media (max-width:991px){.HeroSection-module__ild5OG__heroBanner{min-height:auto;padding:145px 0 80px}.HeroSection-module__ild5OG__heroBannerInner{grid-template-columns:1fr;gap:45px}.HeroSection-module__ild5OG__heroContent{text-align:center;max-width:750px;margin:0 auto}.HeroSection-module__ild5OG__heroContent h1,.HeroSection-module__ild5OG__heroContent p{margin-left:auto;margin-right:auto}.HeroSection-module__ild5OG__heroActions{justify-content:center}.HeroSection-module__ild5OG__heroSocials{justify-content:center;margin-top:55px}.HeroSection-module__ild5OG__heroVisual{width:min(100%,650px);min-height:500px;margin:0 auto}.HeroSection-module__ild5OG__heroImageWrap{width:500px;right:50%;transform:translate(50%)}.HeroSection-module__ild5OG__heroRatingBottom{left:30px}}@media (max-width:767px){.HeroSection-module__ild5OG__heroBanner{padding:125px 0 60px}.HeroSection-module__ild5OG__heroEyebrow{margin-bottom:14px;font-size:10px}.HeroSection-module__ild5OG__heroContent h1{letter-spacing:-1.5px;margin-bottom:18px;font-size:clamp(38px,10vw,52px)}.HeroSection-module__ild5OG__heroContent p{margin-bottom:25px;font-size:14px;line-height:1.7}.HeroSection-module__ild5OG__heroActions{flex-wrap:wrap;gap:15px}.HeroSection-module__ild5OG__heroSocials{gap:16px 22px;margin-top:40px}.HeroSection-module__ild5OG__heroSocials a{font-size:9px}.HeroSection-module__ild5OG__heroVisual{min-height:420px}.HeroSection-module__ild5OG__heroImageWrap{width:410px;height:360px;top:30px}.HeroSection-module__ild5OG__heroPerson{max-width:95%;height:105%}.HeroSection-module__ild5OG__heroRatingBottom{bottom:0;left:10px}.HeroSection-module__ild5OG__heroShapeOne{width:350px;height:210px;bottom:0;right:-100px}.HeroSection-module__ild5OG__heroShapeTwo{width:330px;height:160px;bottom:-20px;right:-70px}.HeroSection-module__ild5OG__heroShapeThree{border-width:24px;width:90px;height:90px;top:0;right:70px}}@media (max-width:575px){.HeroSection-module__ild5OG__heroBanner{padding-top:115px}.HeroSection-module__ild5OG__heroContent h1{font-size:clamp(35px,10vw,45px)}.HeroSection-module__ild5OG__heroContent p{font-size:13px}.HeroSection-module__ild5OG__heroActions{flex-direction:column;width:100%}.HeroSection-module__ild5OG__heroVideoBtn{justify-content:center}.HeroSection-module__ild5OG__heroSocials{gap:15px}.HeroSection-module__ild5OG__heroSocials a span{display:none}.HeroSection-module__ild5OG__heroSocials a svg{font-size:18px}.HeroSection-module__ild5OG__heroVisual{min-height:350px}.HeroSection-module__ild5OG__heroImageWrap{width:330px;height:290px;top:30px}.HeroSection-module__ild5OG__heroImageBg{border-radius:0 20px 20px 0}.HeroSection-module__ild5OG__heroImageBg:before{width:100px;height:100px;top:-25px;left:-25px}.HeroSection-module__ild5OG__heroImageBg:after{width:110px;height:150px;top:35px;left:-70px}.HeroSection-module__ild5OG__heroRatingBottom{bottom:-5px;left:0}.HeroSection-module__ild5OG__heroShapeOne{width:280px;height:160px;bottom:0;right:-125px}.HeroSection-module__ild5OG__heroShapeTwo{width:270px;height:125px;bottom:-15px;right:-100px}.HeroSection-module__ild5OG__heroShapeThree{border-width:18px;width:70px;height:70px;right:40px}}@media (prefers-reduced-motion:reduce){.HeroSection-module__ild5OG__heroBanner,.HeroSection-module__ild5OG__heroPlay,.HeroSection-module__ild5OG__heroVideoBtn,.HeroSection-module__ild5OG__heroSocials a,.HeroSection-module__ild5OG__heroFloatingDot{transition:none;animation:none}}
.Industries-module__vn0cWW__industriesGrid{justify-content:center;gap:24px;max-width:1080px;margin:55px auto 0;padding:0;list-style:none}.Industries-module__vn0cWW__industryItem{border:1px solid var(--border-light);background:var(--bg-white);min-height:68px;box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition);border-radius:999px;align-items:center;gap:16px;padding:8px 22px 8px 8px;display:flex;position:relative}.Industries-module__vn0cWW__industryItem:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-5px)}.Industries-module__vn0cWW__iconBox{width:50px;height:50px;transition:var(--transition);border-radius:50%;flex:0 0 50px;justify-content:center;align-items:center;font-size:23px;display:inline-flex}.Industries-module__vn0cWW__industryItem:hover .Industries-module__vn0cWW__iconBox{transform:scale(1.08)rotate(-4deg)}.Industries-module__vn0cWW__industryTitle{color:var(--text-heading);font-size:15px;font-weight:var(--font-weight-semibold);white-space:nowrap;line-height:1.3;transition:color .3s}.Industries-module__vn0cWW__industryItem:hover .Industries-module__vn0cWW__industryTitle{color:var(--primary)}.Industries-module__vn0cWW__arrow{width:28px;height:28px;color:var(--primary);opacity:0;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;font-size:17px;transition:opacity .3s,transform .3s,background .3s;display:inline-flex;transform:translate(-5px,5px)}.Industries-module__vn0cWW__industryItem:hover .Industries-module__vn0cWW__arrow{opacity:1;background:var(--primary-soft);transform:translate(0)}.Industries-module__vn0cWW__blue .Industries-module__vn0cWW__iconBox{color:var(--primary);background:#266ff21a}.Industries-module__vn0cWW__blue:hover .Industries-module__vn0cWW__iconBox{background:var(--primary);color:var(--white)}.Industries-module__vn0cWW__orange .Industries-module__vn0cWW__iconBox{color:#ff8e52;background:#ff8e521a}.Industries-module__vn0cWW__orange:hover .Industries-module__vn0cWW__iconBox{color:var(--white);background:#ff8e52}.Industries-module__vn0cWW__yellow .Industries-module__vn0cWW__iconBox{color:#ffb91f;background:#ffbe2e1f}.Industries-module__vn0cWW__yellow:hover .Industries-module__vn0cWW__iconBox{color:var(--white);background:#ffb91f}.Industries-module__vn0cWW__green .Industries-module__vn0cWW__iconBox{color:#2ba470;background:#2ba4701a}.Industries-module__vn0cWW__green:hover .Industries-module__vn0cWW__iconBox{color:var(--white);background:#2ba470}.Industries-module__vn0cWW__cyan .Industries-module__vn0cWW__iconBox{color:#18beeb;background:#18beeb1a}.Industries-module__vn0cWW__cyan:hover .Industries-module__vn0cWW__iconBox{color:var(--white);background:#18beeb}.Industries-module__vn0cWW__purple .Industries-module__vn0cWW__iconBox{color:#ae5bd3;background:#ae5bd31a}.Industries-module__vn0cWW__purple:hover .Industries-module__vn0cWW__iconBox{color:var(--white);background:#ae5bd3}.Industries-module__vn0cWW__red .Industries-module__vn0cWW__iconBox{color:#f75b5b;background:#f75b5b1a}.Industries-module__vn0cWW__red:hover .Industries-module__vn0cWW__iconBox{color:var(--white);background:#f75b5b}@media (max-width:991px){.Industries-module__vn0cWW__industriesGrid{gap:18px;max-width:760px;margin-top:45px}.Industries-module__vn0cWW__industryItem{min-height:64px;padding-right:18px}.Industries-module__vn0cWW__iconBox{flex-basis:46px;width:46px;height:46px;font-size:21px}.Industries-module__vn0cWW__industryTitle{font-size:14px}}@media (max-width:575px){.Industries-module__vn0cWW__industriesGrid{gap:14px;margin-top:35px}.Industries-module__vn0cWW__industryItem{min-height:62px;padding:7px 16px 7px 7px}.Industries-module__vn0cWW__iconBox{flex-basis:46px;width:46px;height:46px;font-size:20px}.Industries-module__vn0cWW__industryTitle{font-size:14px}.Industries-module__vn0cWW__arrow{opacity:1;background:var(--primary-soft);width:26px;height:26px;transform:none}}
.ServicesSection-module__MeMe4q__servicesContainer{z-index:2;position:relative}.ServicesSection-module__MeMe4q__sectionHeading{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.ServicesSection-module__MeMe4q__serviceCard{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;overflow:hidden}.ServicesSection-module__MeMe4q__serviceCard:hover{border-color:var(--border-primary);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.ServicesSection-module__MeMe4q__serviceImage{background:var(--primary-light);height:230px;position:relative;overflow:hidden}.ServicesSection-module__MeMe4q__serviceImage img{transition:transform .7s}.ServicesSection-module__MeMe4q__serviceCard:hover .ServicesSection-module__MeMe4q__serviceImage img{transform:scale(1.08)}.ServicesSection-module__MeMe4q__imageOverlay{pointer-events:none;background:linear-gradient(#00000005 25%,#0000008c 100%);position:absolute;inset:0}.ServicesSection-module__MeMe4q__serviceNumber{border-radius:var(--radius-pill);min-width:42px;height:30px;color:var(--white);font-size:11px;font-weight:var(--font-weight-bold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff59;justify-content:center;align-items:center;padding:0 10px;display:inline-flex;position:absolute;top:18px;left:18px}.ServicesSection-module__MeMe4q__serviceIcon{z-index:3;border:4px solid var(--white);background:var(--primary);width:58px;height:58px;color:var(--white);box-shadow:var(--shadow-primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex;position:absolute;bottom:20px;right:18px}.ServicesSection-module__MeMe4q__serviceCard:hover .ServicesSection-module__MeMe4q__serviceIcon{background:var(--primary-dark);transform:rotate(-8deg)scale(1.08)}.ServicesSection-module__MeMe4q__serviceContent{padding:38px 24px 25px}.ServicesSection-module__MeMe4q__serviceContent h3{color:var(--text-heading);font-size:21px;font-weight:var(--font-weight-bold);transition:var(--transition);margin:0 0 11px;line-height:1.3}.ServicesSection-module__MeMe4q__serviceCard:hover .ServicesSection-module__MeMe4q__serviceContent h3{color:var(--primary)}.ServicesSection-module__MeMe4q__serviceContent p{min-height:66px;color:var(--text-body);margin:0 0 22px;font-size:13px;line-height:1.75}.ServicesSection-module__MeMe4q__serviceLink{color:var(--text-heading);font-size:12px;font-weight:var(--font-weight-bold);letter-spacing:.4px;text-transform:uppercase;transition:var(--transition);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.ServicesSection-module__MeMe4q__serviceArrow{background:var(--primary-soft);width:31px;height:31px;color:var(--primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:17px;display:inline-flex}.ServicesSection-module__MeMe4q__serviceLink:hover{color:var(--primary)}.ServicesSection-module__MeMe4q__serviceLink:hover .ServicesSection-module__MeMe4q__serviceArrow{background:var(--primary);color:var(--white);transform:translate(3px,-3px)}.ServicesSection-module__MeMe4q__servicesBottom{text-align:center;justify-content:center;align-items:center;margin-top:45px;display:flex}.ServicesSection-module__MeMe4q__bottomLink{color:var(--primary);font-size:14px;font-weight:var(--font-weight-bold);align-items:center;gap:7px;text-decoration:none;display:inline-flex}.ServicesSection-module__MeMe4q__bottomLink svg{transition:var(--transition);font-size:18px}.ServicesSection-module__MeMe4q__bottomLink:hover{color:var(--primary-dark)}.ServicesSection-module__MeMe4q__bottomLink:hover svg{transform:translate(3px,-3px)}@media (max-width:1199px){.ServicesSection-module__MeMe4q__serviceImage{height:215px}.ServicesSection-module__MeMe4q__serviceContent{padding-left:20px;padding-right:20px}.ServicesSection-module__MeMe4q__serviceContent h3{font-size:19px}}@media (max-width:991px){.ServicesSection-module__MeMe4q__serviceImage{height:240px}.ServicesSection-module__MeMe4q__serviceContent{padding:38px 24px 25px}.ServicesSection-module__MeMe4q__serviceContent h3{font-size:21px}}@media (max-width:767px){.ServicesSection-module__MeMe4q__serviceImage{height:250px}}@media (max-width:575px){.ServicesSection-module__MeMe4q__serviceImage{height:220px}.ServicesSection-module__MeMe4q__serviceContent{padding:35px 20px 22px}.ServicesSection-module__MeMe4q__serviceContent h3{font-size:19px}.ServicesSection-module__MeMe4q__serviceContent p{min-height:auto;font-size:12px}.ServicesSection-module__MeMe4q__serviceNumber{top:14px;left:14px}.ServicesSection-module__MeMe4q__serviceIcon{width:52px;height:52px;font-size:21px;right:14px}}@media (prefers-reduced-motion:reduce){.ServicesSection-module__MeMe4q__serviceCard,.ServicesSection-module__MeMe4q__serviceImage img,.ServicesSection-module__MeMe4q__serviceIcon,.ServicesSection-module__MeMe4q__serviceContent h3,.ServicesSection-module__MeMe4q__serviceArrow,.ServicesSection-module__MeMe4q__bottomLink svg{transition:none}}
.Testimonials-module__3ZepyW__sliderWrapper{z-index:2;margin-top:55px;padding:5px 2px 75px;position:relative}.Testimonials-module__3ZepyW__testimonialSwiper{width:100%;overflow:visible}.Testimonials-module__3ZepyW__testimonialCard{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--bg-white);height:100%;min-height:315px;box-shadow:var(--shadow-sm);padding:30px;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative}.Testimonials-module__3ZepyW__testimonialCard:hover{border-color:var(--border-primary);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Testimonials-module__3ZepyW__cardTop{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.Testimonials-module__3ZepyW__quoteIcon{background:var(--primary-soft);width:48px;height:48px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;font-size:25px;transition:transform .4s,background .4s,color .4s;display:inline-flex}.Testimonials-module__3ZepyW__testimonialCard:hover .Testimonials-module__3ZepyW__quoteIcon{background:var(--primary);color:var(--white);transform:rotate(-5deg)}.Testimonials-module__3ZepyW__rating{color:#f5b301;align-items:center;gap:3px;font-size:15px;display:flex}.Testimonials-module__3ZepyW__testimonialText{min-height:125px;color:var(--text-body);margin:0 0 28px;font-size:15px;line-height:1.8}.Testimonials-module__3ZepyW__clientInfo{border-top:1px solid var(--border-light);align-items:center;gap:13px;padding-top:20px;display:flex}.Testimonials-module__3ZepyW__clientDetails{min-width:0}.Testimonials-module__3ZepyW__clientDetails h6{margin:0 0 4px;font-size:15px}.Testimonials-module__3ZepyW__clientDetails span{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.5;display:block;overflow:hidden}.Testimonials-module__3ZepyW__sliderControls{z-index:10;align-items:center;gap:10px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Testimonials-module__3ZepyW__prevButton,.Testimonials-module__3ZepyW__nextButton{border:1px solid var(--border-light);background:var(--bg-white);width:44px;height:44px;color:var(--text-heading);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:19px;transition:background .3s,color .3s,border-color .3s,transform .3s;display:inline-flex}.Testimonials-module__3ZepyW__prevButton:hover,.Testimonials-module__3ZepyW__nextButton:hover{border-color:var(--primary);background:var(--primary);color:var(--white);transform:translateY(-2px)}@media (max-width:767px){.Testimonials-module__3ZepyW__sliderWrapper{margin-top:40px;padding-bottom:65px}.Testimonials-module__3ZepyW__testimonialCard{min-height:300px;padding:24px}.Testimonials-module__3ZepyW__testimonialText{min-height:auto;font-size:14px}.Testimonials-module__3ZepyW__quoteIcon{width:44px;height:44px;font-size:23px}}@media (max-width:575px){.Testimonials-module__3ZepyW__testimonialCard{padding:22px}.Testimonials-module__3ZepyW__cardTop{margin-bottom:20px}.Testimonials-module__3ZepyW__rating{font-size:13px}.Testimonials-module__3ZepyW__testimonialText{margin-bottom:22px;font-size:13px;line-height:1.7}.Testimonials-module__3ZepyW__clientDetails span{font-size:11px}}
.WhyChooseUs-module__iYLgwG__whySection{position:relative}.WhyChooseUs-module__iYLgwG__whySection:before{content:"";background:var(--primary-soft);opacity:.55;filter:blur(15px);pointer-events:none;border-radius:50%;width:430px;height:430px;position:absolute;top:-180px;right:-180px}.WhyChooseUs-module__iYLgwG__whySection:after{content:"";background:var(--primary-soft);opacity:.3;filter:blur(20px);pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-180px;left:-180px}.WhyChooseUs-module__iYLgwG__whyLayout{z-index:2;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);align-items:center;gap:75px;display:grid;position:relative}.WhyChooseUs-module__iYLgwG__whyContent{max-width:520px}.WhyChooseUs-module__iYLgwG__checkList{flex-direction:column;gap:13px;margin-bottom:31px;display:flex}.WhyChooseUs-module__iYLgwG__checkItem{color:var(--text-heading);font-size:13px;font-weight:var(--font-weight-medium);align-items:center;gap:9px;display:flex}.WhyChooseUs-module__iYLgwG__checkItem svg{color:var(--primary);flex:none;font-size:17px}.WhyChooseUs-module__iYLgwG__reasonsGrid{gap:18px}.WhyChooseUs-module__iYLgwG__reasonCard{border:1px solid var(--border-light);border-radius:var(--radius-md);min-height:245px;box-shadow:var(--shadow-sm);background:#ffffffeb;padding:27px 25px 24px;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.WhyChooseUs-module__iYLgwG__reasonCard:before{content:"";background:var(--primary-soft);opacity:0;border-radius:50%;width:170px;height:170px;transition:opacity .4s;position:absolute;top:-80px;right:-80px}.WhyChooseUs-module__iYLgwG__reasonCard:hover{border-color:var(--border-primary);box-shadow:var(--shadow-lg);transform:translateY(-7px)}.WhyChooseUs-module__iYLgwG__reasonCard:hover:before{opacity:1}.WhyChooseUs-module__iYLgwG__cardTop{z-index:2;justify-content:space-between;align-items:center;margin-bottom:25px;display:flex;position:relative}.WhyChooseUs-module__iYLgwG__iconBox{border:1px solid var(--border-primary);background:var(--primary-soft);width:52px;height:52px;color:var(--primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:inline-flex}.WhyChooseUs-module__iYLgwG__reasonCard:hover .WhyChooseUs-module__iYLgwG__iconBox{background:var(--primary);color:var(--white);transform:rotate(-8deg)scale(1.06)}.WhyChooseUs-module__iYLgwG__number{background:var(--bg-light);width:31px;height:31px;color:var(--text-light);font-size:10px;font-weight:var(--font-weight-bold);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.WhyChooseUs-module__iYLgwG__reasonCard:hover .WhyChooseUs-module__iYLgwG__number{background:var(--primary);color:var(--white)}.WhyChooseUs-module__iYLgwG__reasonCard h3{z-index:2;color:var(--text-heading);font-size:18px;font-weight:var(--font-weight-bold);margin:0 0 10px;position:relative}.WhyChooseUs-module__iYLgwG__reasonCard p{z-index:2;color:var(--text-light);margin:0;font-size:13px;line-height:1.75;position:relative}.WhyChooseUs-module__iYLgwG__cardLine{background:var(--border-light);border-radius:10px;height:2px;position:absolute;bottom:20px;left:25px;right:25px;overflow:hidden}.WhyChooseUs-module__iYLgwG__cardLine:before{content:"";border-radius:inherit;background:var(--primary);width:0;height:100%;transition:width .5s;position:absolute;top:0;left:0}.WhyChooseUs-module__iYLgwG__reasonCard:hover .WhyChooseUs-module__iYLgwG__cardLine:before{width:100%}@media (max-width:1199px){.WhyChooseUs-module__iYLgwG__whyLayout{gap:45px}.WhyChooseUs-module__iYLgwG__reasonCard{min-height:235px}}@media (max-width:991px){.WhyChooseUs-module__iYLgwG__whyLayout{grid-template-columns:1fr;gap:45px}.WhyChooseUs-module__iYLgwG__whyContent{text-align:center;max-width:700px;margin:0 auto}.WhyChooseUs-module__iYLgwG__checkList{align-items:center}.WhyChooseUs-module__iYLgwG__reasonsGrid{width:100%;max-width:760px;margin:0 auto}}@media (max-width:575px){.WhyChooseUs-module__iYLgwG__whyLayout{gap:35px}.WhyChooseUs-module__iYLgwG__checkItem{text-align:left;align-items:flex-start;font-size:12px}.WhyChooseUs-module__iYLgwG__reasonCard{min-height:auto;padding:23px 20px 25px}.WhyChooseUs-module__iYLgwG__reasonCard h3{font-size:17px}.WhyChooseUs-module__iYLgwG__reasonCard p{font-size:12px}}
.WorkFlow-module__JAELbG__workflowSection{position:relative}.WorkFlow-module__JAELbG__workflowItem{text-align:center;border-radius:var(--radius-md);min-height:260px;transition:var(--transition);padding:34px 28px 30px;position:relative}.WorkFlow-module__JAELbG__workflowItem:hover{background:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.WorkFlow-module__JAELbG__iconWrapper{justify-content:center;align-items:center;margin-bottom:22px;display:inline-flex;position:relative}.WorkFlow-module__JAELbG__iconCircle{background:var(--white);border:1px solid var(--border-light);width:66px;height:66px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:30px;display:flex}.WorkFlow-module__JAELbG__workflowItem:hover .WorkFlow-module__JAELbG__iconCircle{transform:scale(1.06)}.WorkFlow-module__JAELbG__blue{color:#20b8eb;border-color:#20b8eb}.WorkFlow-module__JAELbG__primary{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.WorkFlow-module__JAELbG__yellow{color:#f5b301;border-color:#f5b301}.WorkFlow-module__JAELbG__red{color:#ff4d4f;border-color:#ff4d4f}.WorkFlow-module__JAELbG__stepNumber{background:var(--white);width:28px;height:28px;color:var(--text-heading);font-size:11px;font-weight:var(--font-weight-bold);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-7px;right:-12px}.WorkFlow-module__JAELbG__content p{max-width:250px;color:var(--text-light);margin:0 auto;font-size:14px;line-height:1.9}.WorkFlow-module__JAELbG__connector{z-index:5;align-items:center;gap:7px;display:flex;position:absolute;top:66px;right:-31px}.WorkFlow-module__JAELbG__connector span{background:var(--primary);border-radius:50%;width:5px;height:5px}.WorkFlow-module__JAELbG__workflowItem:first-child .WorkFlow-module__JAELbG__connector span{background:#20b8eb}.WorkFlow-module__JAELbG__workflowItem:nth-child(2) .WorkFlow-module__JAELbG__connector span{background:var(--primary)}.WorkFlow-module__JAELbG__workflowItem:nth-child(3) .WorkFlow-module__JAELbG__connector span{background:#f5b301}@media (max-width:1199px){.WorkFlow-module__JAELbG__workflowItem{padding-left:20px;padding-right:20px}.WorkFlow-module__JAELbG__connector{gap:5px;right:-24px}}@media (max-width:991px){.WorkFlow-module__JAELbG__workflowItem{min-height:245px}.WorkFlow-module__JAELbG__connector{display:none}}@media (max-width:767px){.WorkFlow-module__JAELbG__workflowItem{min-height:auto;padding:30px 24px}.WorkFlow-module__JAELbG__content p{font-size:13px}}
.RecentProject-module__D3_JHq__projectsSection{position:relative}.RecentProject-module__D3_JHq__projectsLayout{grid-template-columns:minmax(280px,.75fr) minmax(0,1.45fr);align-items:start;gap:55px;display:grid}.RecentProject-module__D3_JHq__projectsContent{padding-top:2px}.RecentProject-module__D3_JHq__filterList{flex-wrap:wrap;gap:8px;max-width:390px;display:flex}.RecentProject-module__D3_JHq__filterButton{border:1px solid var(--border-light);background:var(--white);min-height:32px;color:var(--text-light);font-family:var(--font-primary);font-size:14px;font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition);border-radius:4px;padding:0 9px}.RecentProject-module__D3_JHq__filterButton:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft);transform:translateY(-1px)}.RecentProject-module__D3_JHq__filterActive{border-color:var(--primary);background:var(--primary);color:var(--white)}.RecentProject-module__D3_JHq__filterActive:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:var(--white)}.RecentProject-module__D3_JHq__projectsGrid{gap:24px 20px}.RecentProject-module__D3_JHq__projectCard{min-width:0;color:inherit;text-decoration:none;display:block;position:relative}.RecentProject-module__D3_JHq__projectImageWrap{background:var(--bg-light);border-radius:9px;width:100%;height:260px;position:relative;overflow:hidden}.RecentProject-module__D3_JHq__projectCard img{transition:transform .7s cubic-bezier(.22,1,.36,1)}.RecentProject-module__D3_JHq__projectCard:hover img{transform:scale(1.06)}.RecentProject-module__D3_JHq__projectOverlay{opacity:0;visibility:hidden;background:linear-gradient(#0000,#08183740 45%,#081837e6);align-items:flex-end;transition:opacity .45s,visibility .45s,transform .45s;display:flex;position:absolute;inset:0;transform:translateY(15px)}.RecentProject-module__D3_JHq__projectCard:hover .RecentProject-module__D3_JHq__projectOverlay{opacity:1;visibility:visible;transform:translateY(0)}.RecentProject-module__D3_JHq__overlayContent{background:var(--white);width:100%;padding:22px 0;transition:transform .45s 50ms;position:relative;transform:translateY(15px)}.RecentProject-module__D3_JHq__projectCard:hover .RecentProject-module__D3_JHq__overlayContent{transform:translateY(0)}.RecentProject-module__D3_JHq__overlayContent>span{font-size:10px;font-weight:var(--font-weight-bold);letter-spacing:.8px;margin-bottom:6px;display:block}.RecentProject-module__D3_JHq__overlayArrow{width:42px;height:42px;color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:var(--transition);background:#ffffff1f;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:inline-flex;position:absolute;bottom:0;right:0;transform:translate(8px,8px)}.RecentProject-module__D3_JHq__projectCard:hover .RecentProject-module__D3_JHq__overlayArrow{background:var(--primary);border-color:var(--primary);transform:translate(0)}.RecentProject-module__D3_JHq__noProjects{border:1px dashed var(--border-light);border-radius:var(--radius-md);min-height:250px;color:var(--text-light);grid-column:1/-1;justify-content:center;align-items:center;font-size:14px;display:flex}@media (max-width:1199px){.RecentProject-module__D3_JHq__projectsLayout{gap:35px}.RecentProject-module__D3_JHq__projectImageWrap{height:240px}}@media (max-width:991px){.RecentProject-module__D3_JHq__projectsLayout{grid-template-columns:1fr;gap:45px}.RecentProject-module__D3_JHq__projectsContent{text-align:center;max-width:650px;margin:0 auto}.RecentProject-module__D3_JHq__filterList{justify-content:center;margin-left:auto;margin-right:auto}.RecentProject-module__D3_JHq__projectImageWrap{height:235px}}@media (max-width:575px){.RecentProject-module__D3_JHq__projectsLayout{gap:35px}.RecentProject-module__D3_JHq__projectsGrid{gap:18px}.RecentProject-module__D3_JHq__projectOverlay{padding:18px}.RecentProject-module__D3_JHq__overlayContent h3{font-size:17px}}
.Contact-module__UZJCVq__contactHeader .section-heading{margin-bottom:60px}.Contact-module__UZJCVq__contactHeader .section-heading h2 span{color:var(--primary)}.Contact-module__UZJCVq__contactGrid{align-items:stretch;gap:40px;position:relative}.Contact-module__UZJCVq__contactInfo{flex-direction:column;justify-content:center;padding:20px 20px 20px 0;display:flex}.Contact-module__UZJCVq__infoIntro>span,.Contact-module__UZJCVq__formHeader>span{color:var(--primary);font-size:11px;font-weight:var(--font-weight-bold);letter-spacing:1px;text-transform:uppercase;margin-bottom:14px;display:inline-block}.Contact-module__UZJCVq__infoIntro p{max-width:520px;color:var(--text-light);margin:0;font-size:15px;line-height:1.8}.Contact-module__UZJCVq__infoList{flex-direction:column;gap:12px;margin-top:38px;display:flex}.Contact-module__UZJCVq__infoItem{border:1px solid var(--border-color);border-radius:var(--radius-md);color:inherit;transition:var(--transition);background:#ffffffa6;align-items:center;gap:15px;padding:14px 16px;text-decoration:none;display:flex;position:relative}.Contact-module__UZJCVq__infoItem:hover{border-color:var(--primary);background:var(--white);box-shadow:var(--shadow-sm);transform:translate(5px)}.Contact-module__UZJCVq__infoIcon{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);transition:var(--transition);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.Contact-module__UZJCVq__infoItem:hover .Contact-module__UZJCVq__infoIcon{background:var(--primary);color:var(--white)}.Contact-module__UZJCVq__infoItem div:nth-child(2){flex-direction:column;gap:3px;display:flex}.Contact-module__UZJCVq__infoItem small{color:var(--text-muted);font-size:10px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.5px}.Contact-module__UZJCVq__infoItem strong{color:var(--text-heading);font-size:13px;font-weight:var(--font-weight-semibold)}.Contact-module__UZJCVq__infoArrow{color:var(--text-muted);transition:var(--transition);margin-left:auto;font-size:17px}.Contact-module__UZJCVq__infoItem:hover .Contact-module__UZJCVq__infoArrow{color:var(--primary);transform:translate(2px,-2px)}.Contact-module__UZJCVq__responseCard{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--primary-soft);align-items:center;gap:14px;margin-top:28px;padding:18px;display:flex}.Contact-module__UZJCVq__responseIcon{background:var(--primary);width:42px;height:42px;color:var(--white);border-radius:11px;flex:none;justify-content:center;align-items:center;font-size:19px;display:inline-flex}.Contact-module__UZJCVq__responseCard strong{color:var(--text-heading);font-size:12px;font-weight:var(--font-weight-bold);margin-bottom:3px;display:block}.Contact-module__UZJCVq__responseCard p{color:var(--text-light);margin:0;font-size:11px;line-height:1.5}.Contact-module__UZJCVq__formCard{box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #fffc;border-radius:24px;padding:42px}.Contact-module__UZJCVq__formHeader{margin-bottom:30px}.Contact-module__UZJCVq__formHeader h3{font-size:clamp(27px,3vw,38px)}.Contact-module__UZJCVq__contactForm{flex-direction:column;gap:20px;display:flex}.Contact-module__UZJCVq__formBottom{justify-content:space-between;align-items:center;gap:20px;margin-top:5px;display:flex}.Contact-module__UZJCVq__checkbox{max-width:300px;color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:8px;font-size:10px;line-height:1.5;display:flex}.Contact-module__UZJCVq__checkbox input{width:14px;height:14px;accent-color:var(--primary);margin-top:1px}.Contact-module__UZJCVq__submitBtn{cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;min-width:170px;min-height:50px;display:inline-flex}.Contact-module__UZJCVq__submitBtn svg{transition:var(--transition);font-size:17px}.Contact-module__UZJCVq__submitBtn:hover svg{transform:translate(2px,-2px)}@media (max-width:1199px){.Contact-module__UZJCVq__contactGrid{gap:30px}.Contact-module__UZJCVq__contactInfo{padding-right:0}.Contact-module__UZJCVq__formCard{padding:32px}}@media (max-width:991px){.Contact-module__UZJCVq__contactHeader .section-heading{margin-bottom:45px}.Contact-module__UZJCVq__contactInfo{padding:0}.Contact-module__UZJCVq__infoIntro{text-align:center}.Contact-module__UZJCVq__infoIntro p{margin:0 auto}.Contact-module__UZJCVq__infoList,.Contact-module__UZJCVq__responseCard{width:100%;max-width:650px;margin-left:auto;margin-right:auto}.Contact-module__UZJCVq__formCard{padding:30px}}@media (max-width:575px){.Contact-module__UZJCVq__contactHeader .section-heading{margin-bottom:35px}.Contact-module__UZJCVq__contactGrid{gap:35px}.Contact-module__UZJCVq__infoIntro p,.Contact-module__UZJCVq__formHeader p{font-size:13px}.Contact-module__UZJCVq__infoItem{padding:12px}.Contact-module__UZJCVq__infoIcon{border-radius:10px;width:40px;height:40px;font-size:18px}.Contact-module__UZJCVq__infoItem strong{font-size:12px}.Contact-module__UZJCVq__formCard{border-radius:18px;padding:22px 17px}.Contact-module__UZJCVq__formHeader{margin-bottom:25px}.Contact-module__UZJCVq__contactForm{gap:17px}.Contact-module__UZJCVq__formBottom{flex-direction:column;align-items:stretch}.Contact-module__UZJCVq__checkbox{max-width:none}.Contact-module__UZJCVq__submitBtn{width:100%}}
.BlogDetail-module__NQ6NwW__article{min-width:0}.BlogDetail-module__NQ6NwW__articleHeader{max-width:900px;margin-bottom:35px}.BlogDetail-module__NQ6NwW__category{border:1px solid var(--border-primary);border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:var(--font-weight-bold);letter-spacing:.7px;text-transform:uppercase;align-items:center;margin-bottom:18px;padding:7px 13px;display:inline-flex}.BlogDetail-module__NQ6NwW__articleHeader h1{max-width:850px;color:var(--text-heading);font-size:clamp(38px,5vw,62px);font-weight:var(--font-weight-extrabold);letter-spacing:-2px;margin-bottom:20px;line-height:1.08}.BlogDetail-module__NQ6NwW__articleIntro{max-width:760px;color:var(--text-light);margin-bottom:25px;font-size:17px;line-height:1.8}.BlogDetail-module__NQ6NwW__articleMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:13px;font-size:13px;display:flex}.BlogDetail-module__NQ6NwW__articleMeta span{align-items:center;gap:6px;display:inline-flex}.BlogDetail-module__NQ6NwW__articleMeta svg{color:var(--primary);font-size:16px}.BlogDetail-module__NQ6NwW__articleMeta strong{color:var(--text-heading)}.BlogDetail-module__NQ6NwW__metaDivider{background:var(--border-primary);border-radius:50%;width:4px;height:4px}.BlogDetail-module__NQ6NwW__featuredImage{background:var(--bg-soft);border-radius:22px;width:100%;height:500px;margin-bottom:45px;position:relative;overflow:hidden}.BlogDetail-module__NQ6NwW__featuredImage img,.BlogDetail-module__NQ6NwW__contentImage img,.BlogDetail-module__NQ6NwW__relatedImage img{object-fit:cover}.BlogDetail-module__NQ6NwW__articleBody{max-width:850px;color:var(--text-body)}.BlogDetail-module__NQ6NwW__articleBody p{color:var(--text-body);margin-bottom:23px;font-size:16px;line-height:1.9}.BlogDetail-module__NQ6NwW__articleBody h2{color:var(--text-heading);font-size:clamp(27px,3vw,36px);font-weight:var(--font-weight-bold);margin:45px 0 18px;line-height:1.2}.BlogDetail-module__NQ6NwW__articleBody h3{color:var(--text-heading);font-size:21px;font-weight:var(--font-weight-bold);margin:32px 0 12px}.BlogDetail-module__NQ6NwW__quote{border-left:4px solid var(--primary);background:var(--bg-soft);border-radius:0 16px 16px 0;margin:38px 0;padding:35px 40px;position:relative}.BlogDetail-module__NQ6NwW__quoteIcon{color:var(--primary);margin-bottom:4px;font-family:Georgia,serif;font-size:55px;line-height:.7;display:block}.BlogDetail-module__NQ6NwW__quote p{color:var(--text-heading);font-size:21px;font-weight:var(--font-weight-semibold);margin-bottom:15px;line-height:1.6}.BlogDetail-module__NQ6NwW__quote footer{color:var(--text-muted);font-size:12px;font-weight:var(--font-weight-bold);letter-spacing:.7px;text-transform:uppercase}.BlogDetail-module__NQ6NwW__contentImage{background:var(--bg-soft);border-radius:18px;width:100%;height:390px;margin:35px 0;position:relative;overflow:hidden}.BlogDetail-module__NQ6NwW__checkList{gap:13px;margin:25px 0 30px;padding:0;list-style:none;display:grid}.BlogDetail-module__NQ6NwW__checkList li{color:var(--text-heading);font-size:15px;font-weight:var(--font-weight-semibold);align-items:center;gap:11px;display:flex}.BlogDetail-module__NQ6NwW__checkList svg{background:var(--primary-soft);width:21px;height:21px;color:var(--primary);border-radius:50%;flex:none;padding:4px}.BlogDetail-module__NQ6NwW__articleFooter{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:25px;margin-top:45px;padding:25px 0;display:flex}.BlogDetail-module__NQ6NwW__tags,.BlogDetail-module__NQ6NwW__share{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.BlogDetail-module__NQ6NwW__tags>span,.BlogDetail-module__NQ6NwW__share>span{color:var(--text-heading);font-size:12px;font-weight:var(--font-weight-bold);align-items:center;gap:5px;margin-right:5px;display:inline-flex}.BlogDetail-module__NQ6NwW__tags a{border:1px solid var(--border-color);border-radius:var(--radius-pill);color:var(--text-light);transition:var(--transition);padding:7px 11px;font-size:11px}.BlogDetail-module__NQ6NwW__tags a:hover{border-color:var(--primary);background:var(--primary);color:var(--white)}.BlogDetail-module__NQ6NwW__share a{border:1px solid var(--border-color);width:34px;height:34px;color:var(--text-heading);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.BlogDetail-module__NQ6NwW__share a:hover{border-color:var(--primary);background:var(--primary);color:var(--white);transform:translateY(-3px)}.BlogDetail-module__NQ6NwW__authorBox{border:1px solid var(--border-color);background:var(--bg-soft);border-radius:18px;align-items:center;gap:20px;margin-top:35px;padding:25px;display:flex}.BlogDetail-module__NQ6NwW__authorAvatar{background:var(--gradient-primary);width:70px;height:70px;color:var(--white);font-size:24px;font-weight:var(--font-weight-bold);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.BlogDetail-module__NQ6NwW__authorLabel{color:var(--primary);font-size:9px;font-weight:var(--font-weight-bold);letter-spacing:1px;margin-bottom:4px;display:block}.BlogDetail-module__NQ6NwW__authorBox h4{color:var(--text-heading);font-size:18px;font-weight:var(--font-weight-bold);margin-bottom:5px}.BlogDetail-module__NQ6NwW__authorBox p{max-width:650px;color:var(--text-light);margin:0;font-size:13px;line-height:1.7}.BlogDetail-module__NQ6NwW__sidebar{position:relative}.BlogDetail-module__NQ6NwW__backLink{color:var(--text-heading);font-size:13px;font-weight:var(--font-weight-semibold);transition:var(--transition);align-items:center;gap:7px;margin-bottom:20px;display:inline-flex}.BlogDetail-module__NQ6NwW__backLink:hover{color:var(--primary);transform:translate(-3px)}.BlogDetail-module__NQ6NwW__sidebarCard{border:1px solid var(--border-color);background:var(--bg-white);box-shadow:var(--shadow-sm);border-radius:18px;padding:25px}.BlogDetail-module__NQ6NwW__sidebarTitle{align-items:center;gap:9px;margin-bottom:20px;display:flex}.BlogDetail-module__NQ6NwW__sidebarTitle svg{color:var(--primary);font-size:19px}.BlogDetail-module__NQ6NwW__sidebarTitle h3{color:var(--text-heading);font-size:18px;font-weight:var(--font-weight-bold);margin:0}.BlogDetail-module__NQ6NwW__sidebarCard ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.BlogDetail-module__NQ6NwW__sidebarCard li a{color:var(--text-light);transition:var(--transition);border-radius:9px;padding:12px 13px;font-size:13px;line-height:1.5;display:block}.BlogDetail-module__NQ6NwW__sidebarCard li a:hover{background:var(--primary-soft);color:var(--primary);transform:translate(4px)}.BlogDetail-module__NQ6NwW__sidebarCta{background:var(--text-dark);border-radius:20px;margin-top:22px;padding:30px;position:relative;overflow:hidden}.BlogDetail-module__NQ6NwW__sidebarCta:before{content:"";background:var(--primary);opacity:.25;filter:blur(20px);border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-100px}.BlogDetail-module__NQ6NwW__sidebarCta>*{z-index:1;position:relative}.BlogDetail-module__NQ6NwW__sidebarCta>span{color:var(--primary);font-size:10px;font-weight:var(--font-weight-bold);letter-spacing:1px}.BlogDetail-module__NQ6NwW__sidebarCta h3{color:var(--white);margin:12px 0;font-size:25px;line-height:1.25}.BlogDetail-module__NQ6NwW__sidebarCta h3 strong{color:var(--primary);display:block}.BlogDetail-module__NQ6NwW__sidebarCta p{color:#ffffffa6;margin-bottom:22px;font-size:13px;line-height:1.7}.BlogDetail-module__NQ6NwW__ctaButton{background:var(--primary);color:var(--white);font-size:12px;font-weight:var(--font-weight-bold);transition:var(--transition);border-radius:8px;align-items:center;gap:8px;padding:12px 17px;display:inline-flex}.BlogDetail-module__NQ6NwW__ctaButton:hover{background:var(--white);color:var(--text-heading);transform:translateY(-2px)}.BlogDetail-module__NQ6NwW__relatedSection{background:var(--bg-light)}.BlogDetail-module__NQ6NwW__relatedHeader{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:35px;display:flex}.BlogDetail-module__NQ6NwW__relatedHeader>div>span{color:var(--primary);font-size:11px;font-weight:var(--font-weight-bold);letter-spacing:.8px}.BlogDetail-module__NQ6NwW__relatedHeader h2{color:var(--text-heading);font-size:clamp(30px,4vw,42px);font-weight:var(--font-weight-bold);margin-top:7px}.BlogDetail-module__NQ6NwW__relatedHeader>a{color:var(--primary);font-size:13px;font-weight:var(--font-weight-bold);align-items:center;gap:7px;display:inline-flex}.BlogDetail-module__NQ6NwW__relatedCard{border:1px solid var(--border-color);background:var(--bg-white);transition:var(--transition);border-radius:17px;display:block;overflow:hidden}.BlogDetail-module__NQ6NwW__relatedCard:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.BlogDetail-module__NQ6NwW__relatedImage{width:100%;height:220px;position:relative;overflow:hidden}.BlogDetail-module__NQ6NwW__relatedCard:hover .BlogDetail-module__NQ6NwW__relatedImage img{transform:scale(1.05)}.BlogDetail-module__NQ6NwW__relatedImage img{transition:transform .6s}.BlogDetail-module__NQ6NwW__relatedContent{padding:22px;position:relative}.BlogDetail-module__NQ6NwW__relatedContent span{color:var(--primary);font-size:10px;font-weight:var(--font-weight-bold);letter-spacing:.7px;text-transform:uppercase}.BlogDetail-module__NQ6NwW__relatedContent h3{color:var(--text-heading);font-size:18px;font-weight:var(--font-weight-bold);margin:8px 30px 0 0;line-height:1.4}.BlogDetail-module__NQ6NwW__relatedContent>svg{color:var(--primary);font-size:20px;position:absolute;top:22px;right:20px}@media (max-width:991px){.BlogDetail-module__NQ6NwW__sidebar{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.BlogDetail-module__NQ6NwW__backLink{grid-column:1/-1;margin-bottom:0}.BlogDetail-module__NQ6NwW__sidebarCta{margin-top:0}.BlogDetail-module__NQ6NwW__featuredImage{height:430px}}@media (max-width:767px){.BlogDetail-module__NQ6NwW__articleHeader h1{letter-spacing:-1.3px}.BlogDetail-module__NQ6NwW__articleIntro{font-size:15px}.BlogDetail-module__NQ6NwW__articleMeta{gap:9px}.BlogDetail-module__NQ6NwW__metaDivider{display:none}.BlogDetail-module__NQ6NwW__featuredImage{border-radius:15px;height:320px;margin-bottom:35px}.BlogDetail-module__NQ6NwW__articleBody p{font-size:15px;line-height:1.8}.BlogDetail-module__NQ6NwW__quote{padding:25px}.BlogDetail-module__NQ6NwW__quote p{font-size:17px}.BlogDetail-module__NQ6NwW__contentImage{border-radius:14px;height:280px}.BlogDetail-module__NQ6NwW__articleFooter{flex-direction:column;align-items:flex-start}.BlogDetail-module__NQ6NwW__authorBox{align-items:flex-start;padding:20px}.BlogDetail-module__NQ6NwW__sidebar{flex-direction:column;display:flex}.BlogDetail-module__NQ6NwW__sidebarCta{width:100%}.BlogDetail-module__NQ6NwW__relatedHeader{flex-direction:column;align-items:flex-start}.BlogDetail-module__NQ6NwW__relatedImage{height:210px}}@media (max-width:575px){.BlogDetail-module__NQ6NwW__category{font-size:9px}.BlogDetail-module__NQ6NwW__articleHeader h1{font-size:34px}.BlogDetail-module__NQ6NwW__articleMeta{font-size:11px}.BlogDetail-module__NQ6NwW__featuredImage{height:240px}.BlogDetail-module__NQ6NwW__contentImage{height:220px}.BlogDetail-module__NQ6NwW__authorBox{flex-direction:column}.BlogDetail-module__NQ6NwW__authorAvatar{width:55px;height:55px;font-size:19px}.BlogDetail-module__NQ6NwW__sidebarCard,.BlogDetail-module__NQ6NwW__sidebarCta{padding:22px}}
.Input-module__F2qWWG__formGroup{flex-direction:column;gap:8px;display:flex}.Input-module__F2qWWG__formGroup label{color:var(--text-heading);font-size:11px;font-weight:var(--font-weight-bold);align-items:center;gap:6px;display:flex}.Input-module__F2qWWG__formGroup label svg{color:var(--primary);font-size:15px}.Input-module__F2qWWG__formGroup input,.Input-module__F2qWWG__formGroup textarea{border:1px solid var(--border-color);background:var(--bg-white);width:100%;color:var(--text-heading);transition:var(--transition);border-radius:10px;outline:none;font-family:inherit;font-size:13px}.Input-module__F2qWWG__formGroup input{height:48px;padding:0 15px}.Input-module__F2qWWG__formGroup textarea{resize:vertical;min-height:140px;padding:14px 15px}.Input-module__F2qWWG__formGroup input::placeholder,.Input-module__F2qWWG__formGroup textarea::placeholder{color:var(--text-muted)}.Input-module__F2qWWG__formGroup input:focus,.Input-module__F2qWWG__formGroup textarea:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px var(--primary-soft)}
