.footer-wrapper{background-color:#27348b;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;padding:16px;color:#fff;gap:20px}.footer-maps-section,.footer-wrapper{width:100%;display:flex;flex-direction:column}.footer-maps-section{max-width:1400px;gap:16px}.footer-maps-title{font-family:GilroyBold;font-size:22px;text-align:center}.footer-locations-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px;width:100%;align-items:stretch}.footer-headoffice-card{display:flex;flex-direction:column;gap:10px}.footer-map-heading{display:flex;align-items:center;justify-content:space-between;font-family:GilroyBold;font-size:16px}.footer-map-tag{font-family:Gilroy-500;font-size:11px;padding:3px 10px;border-radius:999px;background-color:var(--tertiary-color);color:#27348b;white-space:nowrap}.footer-map-container{width:100%;height:42vh;min-height:260px;background-color:#000;border-radius:10px;overflow:hidden}.footer-office-address{display:flex;flex-direction:column;gap:3px;font-style:normal;font-family:Gilroy-500;font-size:13px;line-height:1.45}.footer-remote-list{display:flex;flex-direction:column;gap:16px}.footer-remote-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid hsla(0,0%,100%,.25);border-radius:10px;background-color:hsla(0,0%,100%,.06)}.footer-remote-note{font-family:Gilroy-500;font-size:13px;line-height:1.45;color:var(--tertiary-color)}.footer-content-wrapper{width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center}.footer-logo-content-wrapper{display:flex;width:100%;align-items:center;justify-content:space-around;margin-bottom:2vw}.footer-logo-wrapper{min-width:280px;gap:10px}.footer-logo-wrapper,.footer-logo-wrapper>div{display:flex;flex-direction:column;align-items:center}.footer-logo-wrapper>div{padding:6px;height:150px;width:150px;background-color:#fff;border-radius:50%}.footer-logo-wrapper>div>img{width:100%}.footer-logo-img-wrapper{display:block!important;width:100%;height:100%}.footer-logo-wrapper>h2{font-weight:800;font-family:GilroyBold;font-size:20px}.footer-logo-wrapper>p{font-weight:500;font-size:15px}.footer-services-polices{display:flex;gap:2vw;min-width:280px}.footer-policies,.footer-service{display:flex;flex-direction:column;gap:1vw}.footer-policies>h3,.footer-service>h3{font-family:GilroyBold;font-size:20px}.footer-hvac-maint{display:flex;gap:2vw}.footer-hvac-maint>div{width:18vw}.footer-hvac-wrapper>div{padding-left:15px;display:flex;flex-direction:column;gap:1vw}.footer-hvac-wrapper>div>p{font-weight:500;font-size:12px}.footer-hvac-wrapper>h4,.footer-policies>div>h4{font-family:Gilroy-500;margin-bottom:.7vw}.footer-service>div{display:flex}.footer-social-copyright{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:10px;color:#fff}.footer-line{height:1px;background-color:#fff;width:100%}.social-logo-wrapper{align-self:flex-end;display:flex;gap:3vw}.social-logo-wrapper>a>img{width:20px}.footer-policies>div{display:flex;flex-direction:column;gap:10px;font-size:12px;font-family:Gilroy-500}.footer-policies>div>a{color:var(--tertiary-color)}@media screen and (max-width:1200px){.footer-locations-layout{grid-template-columns:1fr}.footer-remote-list{flex-direction:row}.footer-remote-card{flex:1 1}.footer-map-container{height:45vh}.footer-logo-content-wrapper{flex-direction:column;align-items:center}.footer-services-polices{justify-content:space-between}.footer-hvac-maint>div{width:24vw}}@media screen and (max-width:500px){.footer-remote-list{flex-direction:column}.footer-logo-content-wrapper{gap:10vw;margin-bottom:10vw}.footer-services-polices{flex-direction:column;gap:10vw;justify-content:space-between}.footer-services-polices>div>h3{align-self:center}.footer-hvac-maint{flex-direction:column}.footer-hvac-maint>div{width:78vw}.footer-social-copyright>.social-logo-wrapper{align-self:center;gap:9vw}.footer-line{width:100%}.footer-hvac-wrapper>div{gap:3vw}}.header{display:flex;align-items:center;justify-content:space-around;padding:10px 30px;height:90px;position:-webkit-sticky;position:sticky;top:0;background-color:var(--primary-color);border-bottom:1px solid transparent;z-index:9999;transition:all .4s cubic-bezier(.25,.8,.25,1)}.header.header-scrolled{height:70px;background-color:hsla(0,0%,100%,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(39,52,139,.08);box-shadow:0 4px 24px rgba(39,52,139,.06)}.navbarlogoWrapper{align-self:center;background:var(--primary-color);border-radius:50%;overflow:hidden;height:130px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:5px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.25,.8,.25,1);z-index:10000}.header-scrolled .navbarlogoWrapper{height:60px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.navbar{flex:0.9 1;display:flex;align-items:center;justify-content:space-between}.navbarLogo{height:100%}.navbar>ul{flex:1 1;gap:15px;display:flex;list-style-type:none;align-items:center;justify-content:center}.navbar>ul>li{display:flex;flex-direction:column;text-align:center;min-width:100px;font-family:GilroyBold;position:relative;cursor:pointer}.navbar>ul>li>a,.navbar>ul>li>span{color:var(--secondary-color);font-size:15px;padding:8px 0;transition:color .3s ease}.navbar>ul>li>a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--quarternary-color);transition:all .3s cubic-bezier(.25,.8,.25,1);transform:translateX(-50%)}.navbar>ul>li>a:hover:after{width:70%}.navbar>ul>li>a:hover,.navbar>ul>li>span:hover{color:var(--quarternary-color)}.navdropdownWrapper{background-color:var(--primary-color);width:150px;display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:5px;border-radius:8px;font-size:13px;box-shadow:0 10px 25px rgba(39,52,139,.15);border:1px solid rgba(39,52,139,.05);transition:all .3s ease}.dropdownTitleWrapper{display:flex;align-items:center;justify-content:space-around}.hamburgerMenuWrapper{display:none;flex-direction:column;gap:20px;height:-moz-fit-content;height:fit-content;padding:10px;border-radius:10px;align-items:flex-end;background-color:var(--primary-color);box-shadow:0 54px 55px rgba(0,0,0,.25),0 -12px 30px rgba(0,0,0,.12),0 4px 6px rgba(0,0,0,.12),0 12px 13px rgba(0,0,0,.17),0 -3px 5px rgba(0,0,0,.09)}.hamburgerContentList{list-style-type:none;display:flex;flex-direction:column;gap:20px;color:var(--secondary-color);font-family:Gilroy-500}@media (max-width:1000px){.header{justify-content:space-between}.navbar{display:none}.hamburgerMenuWrapper{display:flex}.dropdownTitleWrapper{justify-content:space-between}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slowZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.routeheroWrapper{height:80vh;display:grid;place-items:center;padding:16px;position:relative;overflow:hidden;isolation:isolate;background-color:var(--secondary-color)}.routeheroImage{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center center;animation:slowZoom 6s cubic-bezier(.16,1,.3,1) forwards}.routeheroWrapper:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(10,16,48,.8),rgba(20,28,78,.55) 48%,rgba(39,52,139,.25))}.routeheroContent{max-width:1400px;width:100%;color:var(--primary-color);position:relative;z-index:2;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) forwards}.routeheroContent>div{max-width:760px;display:flex;flex-direction:column;gap:14px}.routeheroContent>div>h1{font-size:4.4vw;line-height:1.08;font-family:GilroyBold;letter-spacing:-.5px}.routeheroContent>div>h1:after{content:"";display:block;margin-top:16px;width:84px;height:4px;border-radius:4px;background-color:var(--quarternary-color)}.routeheroContent>div>p{font-size:1.15vw;line-height:1.6;font-family:Gilroy-500;color:hsla(0,0%,100%,.9);max-width:620px}@media (max-width:1000px){.routeheroWrapper{height:70vh}.routeheroContent>div>h1{font-size:8vw}.routeheroContent>div>p{font-size:3.6vw}}.topbarWrapper{min-height:38px;background-color:var(--secondary-color);padding:6px 30px;font-family:GilroyBold}.topbar-inner,.topbarWrapper{display:flex;align-items:center;justify-content:flex-end}.topbar-inner{gap:16px;flex-wrap:wrap}.topbar-socials{display:flex;align-items:center;gap:10px}.topbar-socials a{color:var(--primary-color);display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:hsla(0,0%,100%,.12);font-size:14px;transition:background .25s ease,color .25s ease}.topbar-socials a:hover{background:var(--quarternary-color);color:var(--secondary-color)}.topbar-location{color:var(--primary-color);display:inline-flex;align-items:center;gap:7px;font-size:13px;transition:color .25s ease}.topbar-location:hover{color:var(--quarternary-color)}.topbar-location>span{white-space:nowrap}.topbar-divider{width:1px;height:18px;background:hsla(0,0%,100%,.25)}.topbar-lang{flex-shrink:0}@media (max-width:600px){.topbarWrapper{padding:6px 14px}.topbar-inner{gap:12px}.topbar-location>span{display:none}}.lang-toggle{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:999px;background:rgba(39,52,139,.08);border:1px solid rgba(39,52,139,.15)}.lang-toggle-btn{border:none;background:transparent;cursor:pointer;padding:5px 12px;border-radius:999px;font-family:GilroyBold,sans-serif;font-size:13px;line-height:1;color:var(--secondary-color);transition:background .2s ease,color .2s ease}.lang-toggle-btn:hover{color:var(--quarternary-color)}.lang-toggle-btn.is-active{background:var(--secondary-color);color:#fff}.lang-toggle-btn:focus-visible{outline:2px solid var(--quarternary-color);outline-offset:2px}.lang-toggle.on-dark{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.28)}.lang-toggle.on-dark .lang-toggle-btn{color:#fff}.lang-toggle.on-dark .lang-toggle-btn.is-active{background:#fff;color:var(--secondary-color)}