.top-bar{background-color:var(--theme-d-secondary);color:#fff;font-size:.9rem;padding:.5rem 0}.top-bar__content{align-items:center;display:flex;justify-content:space-between}.top-bar__contact{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.top-bar__contact a{align-items:center;color:#fff;display:flex;gap:.5rem;text-decoration:none;transition:color .3s}.top-bar__contact a:hover{color:var(--theme-d-primary)}.top-bar__socials{align-items:center;display:flex;gap:1rem}.top-bar__socials a{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s,transform .3s}.top-bar__socials a:hover{color:var(--theme-d-primary);transform:scale(1.2)}.header-d{background:#fff;box-shadow:0 1px 4px #0000000d;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;z-index:1000}.header-d.scrolled{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#fffc;box-shadow:0 4px 15px #0000001a}.nav-d{justify-content:space-between;min-height:75px}.nav-d,.nav-d__logo{align-items:center;display:flex}.nav-d__logo{flex-direction:column;gap:2px;text-decoration:none}.logo-img-header{height:40px;width:60px}.logo-text__name{color:var(--theme-d-secondary);font-size:1rem;font-weight:900;letter-spacing:.5px;line-height:1.2;text-transform:uppercase}.logo-text__tagline{color:#2b5a7a;font-size:.85rem;font-weight:400;line-height:1.2}.nav-d__desktop{align-items:center;display:flex;gap:2rem}.nav-d__desktop a{color:#555;font-weight:700;text-decoration:none;transition:color .3s}.nav-d__desktop a.active,.nav-d__desktop a:hover{color:var(--theme-d-primary)}.nav-d__cta{background:var(--theme-d-primary);border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px;text-decoration:none;transition:all .3s}.nav-d__cta:hover{background:var(--theme-d-secondary);box-shadow:0 4px 10px #0000001a}.nav-d__services-link{position:relative}.nav-d__services-link .fa-chevron-down{font-size:.8em;margin-left:5px;transition:transform .3s}.nav-d__services-link:hover .fa-chevron-down{transform:rotate(180deg)}.nav-d__services-dropdown{background:#fff;border-radius:8px;box-shadow:0 8px 25px #0000001a;left:50%;max-width:95vw;opacity:0;padding:2rem;position:absolute;top:100%;transform:translateX(-50%) translateY(10px);transition:opacity .3s ease,transform .3s ease;visibility:hidden;width:1000px;z-index:1100}.nav-d__services-link:hover .nav-d__services-dropdown{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.services-dropdown-grid{display:flex;gap:2rem}.services-dropdown-col{flex:1 1}.services-dropdown-title{border-bottom:2px solid var(--theme-d-light);color:var(--theme-d-primary);cursor:pointer;font-size:1.1rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem;transition:color .3s}.services-dropdown-title:hover{color:var(--theme-d-secondary)}.nav-d__services-dropdown a{border-radius:5px;display:block;font-size:.95rem;font-weight:500;padding:.6rem 0;text-align:left;transition:padding-left .3s ease,background-color .3s ease}.nav-d__services-dropdown a:hover{background-color:var(--theme-d-light);color:var(--theme-d-secondary);padding-left:.5rem}.nav-d__mobile-toggle{background:none;border:none;color:var(--theme-d-secondary);cursor:pointer;display:none;font-size:1.5rem}.nav-d__mobile-menu{background:var(--theme-d-secondary);height:100%;left:0;max-width:320px;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);transition:transform .4s ease-in-out;width:85%;z-index:1250}.nav-d__mobile-menu.open{transform:translateX(0)}.mobile-menu-close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:1rem;transition:transform .3s;z-index:1251}.mobile-menu-close-btn:hover{transform:rotate(90deg)}.mobile-menu-links{display:flex;flex-direction:column;padding:5rem 1.5rem 2rem;text-align:left}.mobile-menu-links>a{border-bottom:1px solid #ffffff1a;color:#fff;display:block;font-size:1.2rem;font-weight:700;padding:1rem 0;text-decoration:none;transition:color .3s}.mobile-menu-links>a:first-of-type{border-top:1px solid #ffffff1a}.mobile-menu-links>a:hover{color:var(--theme-d-primary)}.mobile-menu-accordion-item{border-bottom:1px solid #ffffff1a}.mobile-menu-parent-link{align-items:center;display:flex;justify-content:space-between}.mobile-menu-parent-link a{color:#fff;flex-grow:1;font-size:1.2rem;font-weight:700;padding:1rem 0;text-decoration:none;transition:color .3s}.mobile-menu-parent-link a:hover{color:var(--theme-d-primary)}.mobile-menu-chevron{cursor:pointer;margin-right:-1rem;padding:1rem}.mobile-menu-chevron .fa-chevron-down{color:#fff;font-size:1rem;transition:transform .3s ease-in-out}.mobile-menu-chevron .fa-chevron-down.open{transform:rotate(180deg)}.mobile-services-dropdown{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.mobile-services-dropdown.open{max-height:1000px}.mobile-services-dropdown-inner{border-left:2px solid var(--theme-d-primary);margin-left:.75rem;padding:.5rem 0 .5rem .75rem}.mobile-menu-parent-link-L2{align-items:center;display:flex;justify-content:space-between}.mobile-services-title{color:#fff;cursor:pointer;flex-grow:1;font-size:1.1rem;font-weight:700;padding:.75rem 0;transition:color .3s}.mobile-services-title:hover{color:var(--theme-d-primary)}.mobile-services-sub-dropdown{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.mobile-services-sub-dropdown.open{max-height:500px}.mobile-services-sub-dropdown-inner{border-left:2px solid #fff3;margin-left:.75rem;padding:.5rem 0 .5rem .75rem}.mobile-services-sub-dropdown a{color:#eee;display:block;font-size:1rem;font-weight:400;padding:.5rem 0;text-decoration:none}.mobile-services-sub-dropdown a:hover{color:var(--theme-d-primary)}@media (max-width:992px){.nav-d__cta,.nav-d__desktop{display:none}.nav-d__mobile-toggle{display:block}}@media (max-width:768px){.top-bar{display:none}}.category-popup-overlay{align-items:center;animation:fadeIn .3s forwards;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:2000}.category-popup-content{animation:scaleIn .3s forwards;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:700px;overflow-y:auto;padding:2.5rem;position:relative;transform:scale(.9);width:90%}.category-popup-close{background:none;border:none;color:#888;cursor:pointer;font-size:2.5rem;line-height:1;position:absolute;right:20px;top:15px;transition:color .3s,transform .3s}.category-popup-close:hover{color:#333;transform:rotate(90deg)}.category-popup-header{align-items:flex-start;border-bottom:1px solid #eee;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem}.category-popup-title{color:var(--theme-d-secondary);flex-grow:1;font-size:1.8rem;font-weight:900;line-height:1.2;margin:0}.category-popup-actions{display:flex;flex-shrink:0;gap:.75rem}.category-popup-body{color:#555;flex-grow:1;font-size:1rem;line-height:1.7}.category-popup-body h4{color:var(--theme-d-primary);font-size:1.2rem;font-weight:700;margin-bottom:1rem;margin-top:0}.category-popup-body p{margin-bottom:1.5rem;margin-top:0}.category-popup-body ul{list-style:none;margin:0;padding-left:0}.category-popup-body li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.category-popup-body li:before{color:var(--theme-d-primary);content:"\f058";font-family:Font Awesome\ 6 Free;font-weight:900;left:0;position:absolute;top:4px}.category-popup-cta,.category-popup-link{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:.85rem;font-weight:700;padding:8px 18px;text-align:center;text-decoration:none;transition:all .3s;white-space:nowrap}.category-popup-cta{background-color:var(--theme-d-primary);color:#fff}.category-popup-cta:hover{background-color:var(--theme-d-secondary);box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.category-popup-link{background-color:#f0f0f0;color:#333}.category-popup-link:hover{background-color:#e0e0e0}@media (max-width:768px){.category-popup-content{padding:1.5rem}.category-popup-header{align-items:stretch;flex-direction:column;gap:1rem;margin-bottom:1rem;padding-bottom:1rem}.category-popup-title{font-size:1.5rem;text-align:center}.category-popup-actions{flex-direction:column;gap:.5rem}.category-popup-cta,.category-popup-link{font-size:1rem;padding:12px;width:100%}.category-popup-body h4{font-size:1.1rem}}.footer-new{background-color:var(--theme-d-light);color:var(--theme-d-text);padding-top:1px}.footer-new .container-d{border-top:1px solid #ddd;padding-top:4rem}.footer-new__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1.5fr 1fr;padding-bottom:3rem}.footer-new__logo-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.logo-img-footer{height:40px;width:60px}.footer-new__logo-text{color:var(--theme-d-secondary);font-size:1.2rem;font-weight:900;line-height:1.2;margin:0;text-transform:uppercase}.footer-new__tagline{color:var(--theme-d-primary);font-size:1rem;line-height:1.2;margin:0}.footer-new__col .footer-new__desc{color:#555;font-size:.9rem;line-height:1.8;margin:0}.footer-new__col .footer-new__title{color:var(--theme-d-secondary);font-size:1.2rem;font-weight:700;margin:0 0 1.5rem}.footer-new__links{list-style:none;margin:0;padding:0}.footer-new__links li{margin-bottom:.8rem}.footer-new__links a{color:#555;text-decoration:none;transition:color .3s}.footer-new__links a:hover{color:var(--theme-d-primary)}.footer-new__socials{display:flex;gap:1rem}.footer-new__socials a{color:var(--theme-d-secondary);font-size:1.5rem;transition:color .3s}.footer-new__socials a:hover{color:var(--theme-d-primary)}.footer-new__bottom{border-top:1px solid #ddd;padding:1.5rem 0;text-align:center}.footer-new__bottom p{color:#888;margin:0}.newsletter-form input{background:#fff;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;color:var(--theme-d-text);margin-bottom:.75rem;padding:.8rem;width:100%}.newsletter-form input::placeholder{color:#aaa}.newsletter-form button{background:var(--theme-d-primary);border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.8rem;transition:background .3s;width:100%}.newsletter-form button:hover{background:var(--theme-d-secondary)}@media (max-width:992px){.footer-new__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-new__grid{grid-template-columns:1fr;text-align:center}.footer-new__logo-container{align-items:center}.footer-new__socials{justify-content:center}}.popup-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility 0s .3s;visibility:hidden;width:100%;z-index:3000}.popup-overlay.open{opacity:1;transition:opacity .3s ease,visibility 0s 0s;visibility:visible}.popup-content{background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0003;max-width:650px;padding:2rem 2.5rem;position:relative;transform:scale(.95);transition:transform .3s ease;width:90%}.popup-overlay.open .popup-content{transform:scale(1)}.popup-close{background:none;border:none;color:#888;cursor:pointer;font-size:2.5rem;line-height:1;position:absolute;right:15px;top:10px;transition:color .3s,transform .3s}.popup-close:hover{color:#333;transform:rotate(90deg)}.popup-header{margin-bottom:2rem;text-align:center}.popup-header-icon{color:var(--theme-d-primary);font-size:2.5rem;margin-bottom:.5rem}.popup-title{color:var(--theme-d-secondary);font-size:1.8rem;font-weight:700;margin:0}.popup-subtitle{color:#666;margin-top:.5rem}.popup-form{flex-direction:column}.popup-form,.popup-form-row{display:flex;gap:1rem}.form-group-popup{display:flex;flex:1 1;flex-direction:column}.form-group-popup label{color:#555;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.required-star{color:var(--theme-d-primary)}.input-with-icon{position:relative}.input-with-icon .fas{color:#aaa;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.form-group-popup input,.form-group-popup textarea{border:1px solid #ddd;border-radius:5px;box-sizing:border-box;font-size:1rem;padding:12px;transition:border-color .3s;width:100%}.input-with-icon input{padding-left:40px}.form-group-popup input:focus,.form-group-popup textarea:focus{border-color:var(--theme-d-primary);outline:none}.form-group-popup textarea{resize:vertical}.captcha-group{display:flex;flex-direction:column}.captcha-box{align-items:center;border:1px solid #ddd;border-radius:5px;display:flex;gap:.5rem;padding:0 12px}.captcha-box span{font-weight:700;white-space:nowrap}.captcha-box input{border:none;padding:12px 0;text-align:center;width:100%}.captcha-box input:focus{outline:none}.popup-submit-btn{font-size:1.1rem;margin-top:1rem;padding:15px;width:100%}.popup-success{padding:2rem 0;text-align:center}.popup-success__icon{color:#28a745;font-size:4rem;margin-bottom:1rem}.popup-success__title{color:var(--theme-d-secondary);font-size:2rem;margin:0}.popup-success__message{color:#555;font-size:1.1rem;margin-top:.5rem}.captcha-error{color:#dc3545;font-size:.9rem;margin:-.5rem 0 .5rem;text-align:center}@media (max-width:768px){.popup-content{max-height:90vh;overflow-y:auto;padding:1.5rem}.popup-form-row{flex-direction:column;gap:1rem}.popup-title{font-size:1.5rem}}.whatsapp-button{align-items:center;background-color:#25d366;border:none;border-radius:50%;bottom:25px;box-shadow:0 4px 10px #0003;color:#fff;cursor:pointer;display:flex;font-size:2.5rem;height:60px;justify-content:center;position:fixed;right:25px;transition:all .3s;width:60px;z-index:1001}.whatsapp-button:hover{transform:scale(1.1)}.whatsapp-button i{transition:transform .3s ease}.whatsapp-button i.fa-times{transform:rotate(180deg)}.whatsapp-chat-window{background:#fff;border-radius:15px;bottom:100px;box-shadow:0 5px 20px #0003;display:flex;flex-direction:column;height:450px;overflow:hidden;position:fixed;right:25px;transform:scale(0);transform-origin:bottom right;transition:transform .3s ease-in-out;width:350px;z-index:1000}.whatsapp-chat-window.open{transform:scale(1)}.whatsapp-chat-header{align-items:center;background:var(--theme-d-primary);color:#fff;display:flex;justify-content:space-between;padding:1rem}.whatsapp-chat-header h3{font-size:1.1rem;margin:0}.whatsapp-chat-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;opacity:.8}.whatsapp-chat-messages{background-color:#e5ddd5;display:flex;flex-direction:column;flex-grow:1;gap:.75rem;overflow-y:auto;padding:1rem}.message-bubble{border-radius:10px;line-height:1.4;max-width:80%;padding:.5rem 1rem}.message-bubble.bot{align-self:flex-start;background:#fff;border-bottom-left-radius:0}.message-bubble.user{align-self:flex-end;background:#dcf8c6;border-bottom-right-radius:0}.whatsapp-chat-input-area{background:#f0f0f0;border-top:1px solid #ddd;display:flex;padding:.5rem}.whatsapp-chat-input{border:1px solid #ccc;border-radius:20px;flex-grow:1;font-size:1rem;padding:.5rem 1rem}.whatsapp-chat-send-btn{background:var(--theme-d-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1rem;height:40px;margin-left:.5rem;width:40px}@media (max-width:768px){.whatsapp-chat-window{bottom:90px;height:60vh;right:10px;width:calc(100% - 20px)}}.hero-d-new{align-items:center;background-color:var(--theme-d-secondary);color:#fff;display:flex;height:80vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero-d-new__bg-video{object-fit:cover;z-index:1}.hero-d-new__bg-video,.hero-d-new__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-d-new__overlay{background:#274f481a;z-index:2}.hero-d-new__content{max-width:800px;position:relative;z-index:3}.hero-d-new__tag{background:#ffffff26;border-radius:50px;display:inline-block;font-weight:700;margin-bottom:1.5rem;padding:.5rem 1.5rem;text-shadow:1px 1px 4px #00000080}.hero-d-new__title{font-size:3.5rem;font-weight:900;line-height:1.3;margin-bottom:1.5rem;text-shadow:2px 2px 8px #000000b3}.hero-d-new__subtitle{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;text-shadow:1px 1px 6px #000000b3}.service-card-d{background:#fff;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card-d:hover{border-color:var(--theme-d-primary);box-shadow:0 10px 20px #0000000d;transform:translateY(-5px)}.service-card-d__icon{color:var(--theme-d-primary);font-size:2.5rem;margin-bottom:1.5rem}.service-card-d__title{color:var(--theme-d-secondary);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.service-card-d__desc{color:#666}.view-all-services-container{margin-top:3rem;text-align:center}.view-all-services-link{animation:blinker 1.5s linear infinite;border-radius:5px;color:var(--theme-d-primary);display:inline-block;font-size:1.1rem;font-weight:700;padding:10px 20px;text-decoration:none;transition:background-color .3s}.view-all-services-link:hover{animation:none;background-color:var(--theme-d-light)}@keyframes blinker{50%{opacity:.5}}.why-us-modern__grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.why-us-modern__image-col img{border-radius:12px;height:100%;object-fit:cover;width:100%}.why-us-modern__content-col .section-d__header{margin-bottom:2rem}.why-us-modern__list{display:flex;flex-direction:column;gap:2rem}.why-us-modern__item{align-items:flex-start;display:flex;gap:1.5rem}.why-us-modern__icon{color:var(--theme-d-primary);flex-shrink:0;font-size:1.5rem;margin-top:4px;text-align:center;width:30px}.why-us-modern__title{color:var(--theme-d-secondary);font-size:1.2rem;font-weight:700;margin:0 0 .25rem}.why-us-modern__desc{color:#666;margin:0}.how-we-work__timeline{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:2rem;position:relative}.how-we-work__timeline:before{background-color:#e0e0e0;content:"";height:4px;left:12.5%;position:absolute;right:12.5%;top:40px;z-index:1}.how-we-work__step{align-items:center;display:flex;flex-direction:column;position:relative;text-align:center;z-index:2}.how-we-work__icon-wrapper{margin-bottom:1.5rem}.how-we-work__icon{align-items:center;background-color:#fff;border:4px solid #e0e0e0;border-radius:50%;color:var(--theme-d-primary);display:flex;font-size:2rem;height:80px;justify-content:center;transition:all .3s ease;width:80px}.how-we-work__step:hover .how-we-work__icon{background-color:var(--theme-d-primary);border-color:var(--theme-d-primary);color:#fff;transform:scale(1.1)}.how-we-work__title{color:var(--theme-d-secondary);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.how-we-work__desc{color:#666;line-height:1.6}.why-us-card-d{padding:2rem;text-align:center}.why-us-card-d__icon{color:var(--theme-d-primary);font-size:3rem;margin-bottom:1.5rem}.why-us-card-d__title{color:var(--theme-d-secondary);font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.why-us-card-d__desc{color:#666}@media (max-width:992px){.why-us-modern__grid{grid-template-columns:1fr}.hero-d-new__title{font-size:2.8rem}.how-we-work__timeline{grid-template-columns:repeat(2,1fr)}.how-we-work__timeline:before{display:none}}@media (max-width:768px){.hero-d-new__title{font-size:2.2rem;line-height:1.4}.how-we-work__timeline{gap:3rem;grid-template-columns:1fr}.how-we-work__timeline:before{bottom:0;display:block;height:100%;left:40px;right:auto;top:0;width:4px}.how-we-work__step{align-items:flex-start;flex-direction:row;gap:1.5rem;text-align:left}.how-we-work__icon-wrapper{margin-bottom:0}}.grid-d--home-services{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.grid-d--home-services>.flip-card{flex:1 1 300px;max-width:350px}.flip-card{background-color:initial;cursor:pointer;height:300px;perspective:1000px}.flip-card-inner{border-radius:8px;box-shadow:0 4px 8px 0 #0000001a;height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .6s;width:100%}.flip-card:focus .flip-card-inner,.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;position:absolute;width:100%}.flip-card-front{background-color:#fff;border:1px solid #e8e8e8;color:var(--theme-d-secondary)}.flip-card-back{background-color:var(--theme-d-primary);color:#fff;justify-content:space-around;transform:rotateY(180deg)}.flip-card-icon{color:var(--theme-d-primary);font-size:3rem;margin-bottom:1rem}.flip-card-title{font-size:1.4rem;font-weight:700;margin:.5rem 0}.flip-card-tagline{color:#666;font-size:1rem;font-style:italic}.flip-card-description{font-size:.95rem;line-height:1.6}.flip-card-cta{background-color:#fff;border:none;border-radius:50px;color:var(--theme-d-primary);cursor:pointer;font-weight:700;margin-top:1rem;padding:10px 20px;transition:all .3s}.flip-card-cta:hover{background-color:var(--theme-d-secondary);color:#fff}.services-tabs-nav{border-bottom:2px solid #e0e0e0;display:flex;gap:2rem;justify-content:center;margin-bottom:3rem}.services-tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1.1rem;font-weight:700;margin-bottom:-2px;padding:1rem 1.5rem;transition:all .3s ease}.services-tab-active,.services-tab-btn:hover{color:var(--theme-d-primary)}.services-tab-active{border-bottom-color:var(--theme-d-primary)}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem;text-align:center}.benefit-item{align-items:center;display:flex;flex-direction:column}.benefit-icon{color:var(--theme-d-primary);font-size:2.5rem;margin-bottom:1rem}.benefit-title{color:var(--theme-d-secondary);font-size:1.2rem;font-weight:700}.testimonials-section{padding:5rem 0}.testimonial-slider{margin:0 auto;max-width:800px;overflow:hidden;position:relative}.testimonial-slider-track{display:flex;transition:transform .5s ease-in-out}.testimonial-slide{align-items:stretch;box-sizing:border-box;display:flex;min-width:100%;padding:0 1rem}.testimonial-card{background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000014;display:flex;flex:1 1;flex-direction:column;padding:2.5rem;position:relative;width:100%}.testimonial-quote-icon{color:var(--theme-d-primary);font-size:3rem;left:1.5rem;opacity:.2;position:absolute;top:1.5rem}.testimonial-quote{color:#555;flex-grow:1;font-size:1.1rem;font-style:italic;margin:0;padding-top:2rem}.testimonial-author{margin-top:2rem;text-align:right}.testimonial-name{color:var(--theme-d-secondary);font-weight:900;margin:0}.testimonial-company{color:#777;margin:0}@media (max-width:992px){.benefits-grid{grid-template-columns:1fr}}@media (max-width:768px){.services-page-grid{grid-template-columns:1fr}.services-tabs-nav{border-bottom:none;flex-direction:column;gap:0}.services-tab-btn{border-bottom:1px solid #e0e0e0;text-align:left}.services-tab-active{background-color:var(--theme-d-light);border-bottom-color:var(--theme-d-primary)}}.service-popup-overlay{align-items:center;animation:fadeIn .3s forwards;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:2000}.service-popup-content{animation:scaleIn .3s forwards;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0003;max-height:80vh;max-width:700px;overflow-y:auto;padding:2rem 2.5rem;position:relative;transform:scale(.9);width:90%}.service-popup-close{background:none;border:none;color:#888;cursor:pointer;font-size:2.5rem;line-height:1;position:absolute;right:15px;top:10px;transition:color .3s,transform .3s}.service-popup-close:hover{color:#333;transform:rotate(90deg)}.service-popup-title{color:var(--theme-d-secondary);flex-grow:1;font-size:1.8rem;font-weight:700;margin-bottom:0;margin-top:0;padding-right:1rem}.service-popup-description{color:#555;font-size:1rem;line-height:1.7}@keyframes fadeIn{to{opacity:1}}@keyframes scaleIn{to{transform:scale(1)}}.service-popup-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.service-popup-cta{background-color:var(--theme-d-primary);border:none;border-radius:50px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.9rem;font-weight:700;padding:8px 18px;transition:all .3s;white-space:nowrap}.service-popup-cta:hover{background-color:var(--theme-d-secondary);box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.team-modal-overlay{align-items:center;background:#000c;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:2100}.team-modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:800px;overflow-y:auto;padding:2rem;position:relative;width:100%}.team-modal-close{background:none;border:none;color:#888;cursor:pointer;font-size:2.5rem;line-height:1;position:absolute;right:15px;top:10px}.team-modal-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:150px 1fr;margin-bottom:2rem}.team-modal-img{background-color:#fff;border:4px solid var(--theme-d-light);border-radius:50%;height:150px;object-fit:contain;width:150px}.team-modal-name{color:var(--theme-d-secondary);font-size:2rem;margin:0}.team-modal-title{color:var(--theme-d-primary);font-size:1.2rem;font-weight:700;margin:.5rem 0 1rem}.team-modal-linkedin{align-items:center;color:#0077b5;display:inline-flex;font-weight:700;gap:.5rem;text-decoration:none}.team-modal-linkedin i{font-size:1.5rem}.team-modal-bio p{color:#555;line-height:1.8;margin-bottom:1rem}.team-modal-bio p:last-child{margin-bottom:0}@media (max-width:768px){.team-modal-grid{grid-template-columns:1fr;text-align:center}.team-modal-img{margin:0 auto 1rem}}.about-hero{background:linear-gradient(#2c3e5080,#2c3e50b3),url(/static/media/8.74f7f4f79f58832bb1d9.webp) no-repeat 50%/cover;color:#fff;padding:6rem 0;text-align:center}.about-hero__title{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.about-hero__subtitle{font-size:1.3rem;margin:0 auto;max-width:700px;opacity:.9}.stats-grid{grid-gap:2rem;background:var(--theme-d-light);border-radius:8px;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);padding:3rem}.stat-item{display:flex;flex-direction:column;text-align:center}.stat-item__number{color:var(--theme-d-primary);font-size:3rem;font-weight:900}.stat-item__label{color:var(--theme-d-secondary);font-size:1.1rem;font-weight:700}.our-story-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.our-story-grid__image img{border-radius:8px;width:100%}.vision-mission-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.vision-mission-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:2.5rem;text-align:center}.vision-mission-icon{color:var(--theme-d-primary);font-size:3rem;margin-bottom:1.5rem}.vision-mission-card h3{color:var(--theme-d-secondary);font-size:1.5rem;margin-bottom:1rem}.our-story-grid__text p,.vision-mission-card p{font-size:1.1rem;line-height:1.7}.value-card{padding:1.5rem;text-align:center}.value-card__icon{color:var(--theme-d-primary);font-size:2.5rem;margin-bottom:1rem}.value-card__title{color:var(--theme-d-secondary);font-size:1.3rem;margin-bottom:.5rem}.team-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #00000014;cursor:pointer;overflow:hidden;text-align:center;transition:transform .3s,box-shadow .3s}.team-card:hover{box-shadow:0 12px 25px #0000001f;transform:translateY(-5px)}.team-card__image-container{background-color:#fff;position:relative}.team-card__img{display:block;height:280px;object-fit:contain;width:100%}.team-card__overlay{align-items:center;background:#007a7ab3;color:#fff;display:flex;font-size:2.5rem;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s;width:100%}.team-card:hover .team-card__overlay{opacity:1}.team-card__info{padding:1.5rem;position:relative}.team-card__name{color:var(--theme-d-secondary);font-size:1.4rem;margin:.5rem 0}.team-card__title{color:var(--theme-d-primary);font-size:1rem;font-weight:700}.team-card__linkedin{bottom:1rem;color:#0077b5;font-size:1.5rem;position:absolute;right:1rem;transition:transform .3s}.team-card__linkedin:hover{transform:scale(1.2)}.partners-scroller{-webkit-mask:linear-gradient(90deg,#0000,#fff 20%,#fff 80%,#0000);mask:linear-gradient(90deg,#0000,#fff 20%,#fff 80%,#0000);overflow:hidden;width:100%}.partners-scroller__track{animation:scroll 30s linear infinite;display:flex;gap:3rem;width:-webkit-max-content;width:max-content}.partners-scroller:hover .partners-scroller__track{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.partner-logo{height:60px;opacity:1;transition:all .3s ease}.partner-logo:hover{transform:scale(1.1)}.partner-logo img{height:100%;width:auto}@media (max-width:992px){.vision-mission-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.our-story-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-hero__title{font-size:2.5rem}.stats-grid{grid-template-columns:1fr}}.stats-grid .stat-item:nth-child(2) .stat-item__number{font-size:0;position:relative}.stats-grid .stat-item:nth-child(2) .stat-item__number:before{color:var(--theme-d-primary);content:"< 90";font-size:3rem;font-weight:900;left:-5px;position:relative}#team .grid-d--3{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}#team .grid-d--3>.team-card{flex:0 1 350px}@media (max-width:992px){#team .grid-d--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){#team .grid-d--3{grid-template-columns:1fr}}.blog-hero{background:url(/static/media/insights6.72349bd9f6685470f77d.webp) no-repeat 50%/cover;color:#fff;padding:6rem 0;position:relative;text-align:center}.blog-hero__overlay{background-color:#2c3e50b3;height:100%;left:0;position:absolute;top:0;width:100%}.blog-hero__content{position:relative;z-index:2}.blog-hero__title{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.blog-hero__subtitle{font-size:1.3rem;margin:0 auto;max-width:700px;opacity:.9}.blog-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:3rem}.blog-search{flex-grow:1;max-width:400px;position:relative}.blog-search i{color:#aaa;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.blog-search input{border:1px solid #ccc;border-radius:50px;font-size:1rem;padding:.8rem 1rem .8rem 40px;width:100%}.blog-filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{background:#fff;border:1px solid #ccc;border-radius:50px;cursor:pointer;font-weight:700;padding:.6rem 1.2rem;transition:background-color .3s,border-color .3s}.filter-btn:hover{background:var(--theme-d-light);border-color:var(--theme-d-primary)}.filter-btn.active{background:var(--theme-d-primary);border-color:var(--theme-d-primary);color:#fff}.blog-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2.5fr 1fr}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.blog-card{background:#fff;border:1px solid #eee;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;text-decoration:none}.blog-card__image{height:220px;object-fit:cover;width:100%}.blog-card__content{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.blog-card__category{align-self:flex-start;background:#fde68a;border-radius:50px;color:#713f12;display:inline-block;font-size:.75rem;font-weight:700;margin-bottom:.75rem;padding:.3rem .8rem;text-transform:uppercase}.blog-card__title{color:var(--theme-d-secondary);font-size:1.25rem;line-height:1.4;margin:0 0 .5rem}.blog-card__snippet{color:#666;flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.blog-card__meta{border-top:1px solid #eee;color:#888;display:flex;flex-wrap:wrap;font-size:.8rem;gap:1.5rem;margin-top:auto;padding-top:1rem}.blog-card__meta .meta-item{align-items:center;display:flex;gap:.4rem}.blog-card__meta .meta-item i{color:var(--theme-d-primary)}.blog-sidebar .sidebar-widget{margin-bottom:3rem}.sidebar-widget__title{border-bottom:2px solid var(--theme-d-primary);color:var(--theme-d-secondary);display:inline-block;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.infographic-card{border:1px solid #eee;border-radius:8px;overflow:hidden}.infographic-card img{display:block;width:100%}.infographic-card p{background:#fff;color:var(--theme-d-secondary);font-weight:700;margin:0;padding:1rem}.quick-tip-card{background:var(--theme-d-light);border-left:4px solid var(--theme-d-primary);border-radius:0 8px 8px 0;margin-bottom:1rem;padding:1.5rem}.quick-tip-card h4{color:var(--theme-d-secondary);margin:0 0 .5rem}.quick-tip-card h4 i{color:var(--theme-d-primary);margin-right:.5rem}.quick-tip-card p{color:#555;margin:0}.article-page{padding:3rem 0}.article-page .container-d{max-width:800px}.back-to-blog-btn{background:none;border:none;color:var(--theme-d-primary);cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:2rem;text-decoration:none}.article-page__title{color:var(--theme-d-secondary);font-size:2.8rem;line-height:1.3;margin-bottom:1rem}.article-page__meta{align-items:center;color:#888;display:flex;gap:1.5rem;margin-bottom:2rem}.article-page__category{background:var(--theme-d-light);border-radius:50px;color:var(--theme-d-primary);font-size:.8rem;font-weight:700;padding:.3rem .8rem}.article-page__image{border-radius:8px;height:auto;margin-bottom:2rem;width:100%}.article-page__content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}@media (max-width:1200px){.blog-grid{grid-template-columns:1fr}}@media (max-width:992px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{margin-top:3rem}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-toolbar{align-items:stretch;flex-direction:column}.blog-hero__title{font-size:2.5rem}.article-page__title{font-size:2.2rem}.blog-grid{grid-template-columns:1fr}}.contact-page-new{padding-bottom:5rem}.contact-page-new__header-section{background:var(--theme-d-light);margin-bottom:4rem;padding:4rem 0;text-align:center}.contact-page-new__main-title{color:var(--theme-d-secondary);font-size:3rem;margin:0 0 .5rem}.contact-page-new__main-subtitle{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.contact-page-new__content-wrapper{grid-gap:3rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;display:grid;gap:3rem;grid-template-columns:1fr;overflow:hidden}.contact-page-new__info{background:var(--theme-d-secondary);color:#fff;padding:2.5rem}.contact-page-new__info-title{font-size:1.8rem;font-weight:700;margin:0 0 1rem}.contact-page-new__info-text{margin-bottom:2.5rem;opacity:.9}.contact-page-new__info-item{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:2rem;word-break:break-word}.contact-page-new__info-item i{color:var(--theme-d-primary);font-size:1.5rem;margin-top:5px}.contact-page-new__info-item h4{font-size:1.1rem;margin:0 0 .25rem}.contact-page-new__info-item a,.contact-page-new__info-item p{color:#fff;margin:0;opacity:.9;text-decoration:none;transition:opacity .3s}.contact-page-new__info-item a:hover{opacity:1}.contact-page-new__form-container{padding:2.5rem}.contact-page-new__form .form-group{margin-bottom:1.5rem}.contact-page-new__form label{color:var(--theme-d-secondary);display:block;font-weight:700;margin-bottom:.5rem}.contact-page-new__form input,.contact-page-new__form textarea{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-family:var(--font-d);font-size:1rem;padding:1rem;transition:border-color .3s,box-shadow .3s;width:100%}.contact-page-new__form input:focus,.contact-page-new__form textarea:focus{border-color:var(--theme-d-primary);box-shadow:0 0 0 3px #007a7a26;outline:none}.application-form-container{background:#fff;border-radius:8px;box-shadow:0 5px 20px #00000014;margin:2rem auto;max-width:800px;padding:3rem}.application-form .form-title{color:var(--theme-d-secondary);font-size:1.8rem;margin-bottom:2rem;text-align:center}.application-form .form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.application-form .form-group{margin-bottom:1rem}.application-form label{color:var(--theme-d-secondary);display:block;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.application-form input,.application-form select,.application-form textarea{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-family:var(--font-d);font-size:1rem;padding:.8rem;width:100%}.application-form select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px}.application-form .file-upload-wrapper{position:relative}.application-form .file-upload-wrapper input[type=file]{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.application-form .file-upload-label{align-items:center;border:1px dashed #ccc;border-radius:5px;cursor:pointer;display:flex;padding:.8rem;transition:border-color .3s}.application-form .file-upload-label:hover{border-color:var(--theme-d-primary)}.application-form .file-upload-label i{color:var(--theme-d-primary);margin-right:.75rem}.application-form .file-upload-label span{color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.application-form .btn-d--primary{margin-top:1rem;width:100%}@media (min-width:768px){.contact-page-new__content-wrapper{grid-template-columns:1fr 1.2fr}.contact-page-new__info{border-bottom-left-radius:12px;border-top-left-radius:12px}}@media (max-width:768px){.application-form .form-grid{grid-template-columns:1fr}.application-form-container{padding:2rem}.contact-page-new__header-section{margin-bottom:2rem;padding:3rem 0}.contact-page-new__main-title{font-size:2.2rem}.contact-page-new__content-wrapper{gap:0}.contact-page-new__info{border-bottom-left-radius:0;padding:2rem}.contact-page-new__form-container{padding:2rem}}.contact-page-new__map-section{margin-top:4rem}.contact-page-new__map-title{color:var(--theme-d-secondary);font-size:2.2rem;margin-bottom:2rem;text-align:center}.contact-page-new__map-container{border-radius:12px;box-shadow:0 10px 30px #00000014;line-height:0;overflow:hidden}.contact-page-new__map-container iframe{border:0;height:450px;width:100%}:root{--theme-d-primary:#007a7a;--theme-d-secondary:#2c3e50;--theme-a-secondary:#2c3e50;--theme-d-light:#f4f7f6;--theme-d-text:#333;--font-d:"Lato",sans-serif}body{background:#fff;color:#333;color:var(--theme-d-text);font-family:Lato,sans-serif;font-family:var(--font-d);line-height:1.7;margin:0;overflow-x:hidden}.container-d{margin:0 auto;max-width:1200px;width:90%}.section-d{padding:5rem 0}.bg-light-d{background:#f4f7f6;background:var(--theme-d-light)}.section-d__header{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem;text-align:center}.section-d__title{color:#2c3e50;color:var(--theme-d-secondary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.section-d__subtitle{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.page-content{min-height:60vh}.grid-d{grid-gap:2rem;display:grid;gap:2rem}.grid-d--2{grid-template-columns:repeat(2,1fr)}.grid-d--3{grid-template-columns:repeat(3,1fr)}.grid-d--4{grid-template-columns:repeat(4,1fr)}.required-star{color:#e74c3c}.btn-d{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:15px 35px;text-decoration:none;transition:all .3s}.btn-d--primary{background:#2c3e50;background:var(--theme-d-secondary);color:#fff}.btn-d--primary:hover{background:#007a7a;background:var(--theme-d-primary);transform:translateY(-2px)}.btn-d--secondary{background:#fff;color:#007a7a;color:var(--theme-d-primary);font-size:1.1rem}.btn-d--secondary:hover{background:#2c3e50;background:var(--theme-d-secondary);box-shadow:0 10px 20px #0003;color:#fff;transform:translateY(-3px)}.final-cta-section{background-color:#2c3e50;background-color:var(--theme-d-secondary);color:#fff;padding:4rem 0;text-align:center}.final-cta-title{font-size:2.8rem;font-weight:700;margin:0 0 1rem}.final-cta-subtitle{font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:700px;opacity:.9}@media (max-width:992px){.grid-d--3,.grid-d--4{grid-template-columns:1fr 1fr}.final-cta-title{font-size:2.2rem}}@media (max-width:768px){.section-d{padding:3rem 0}.final-cta-title,.section-d__title{font-size:2rem}.grid-d--2,.grid-d--3,.grid-d--4{grid-template-columns:1fr}}
/*# sourceMappingURL=main.13b53855.css.map*/