.Navbar-module__nuAbfa__header{background-color:var(--background);z-index:1000;width:100%;transition:var(--transition);border-bottom:1px solid #0000;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__scrolled{box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Navbar-module__nuAbfa__scrolled .Navbar-module__nuAbfa__navContainer{height:70px}.Navbar-module__nuAbfa__logo{font-family:var(--font-poppins);gap:.25rem;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__nuAbfa__logoPrimary{color:var(--primary)}.Navbar-module__nuAbfa__logoSecondary{color:var(--secondary)}.Navbar-module__nuAbfa__nav{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navList{gap:2rem;list-style:none;display:flex}.Navbar-module__nuAbfa__navList a{color:var(--foreground);font-size:1rem;font-weight:500}.Navbar-module__nuAbfa__navList a:hover{color:var(--primary)}.Navbar-module__nuAbfa__mobileToggle{color:var(--primary);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:992px){.Navbar-module__nuAbfa__mobileToggle{display:block}.Navbar-module__nuAbfa__nav{background-color:var(--background);width:100%;box-shadow:var(--shadow-lg);clip-path:polygon(0 0,100% 0,100% 0,0 0);border-top:1px solid var(--border);flex-direction:column;padding:2rem;transition:clip-path .3s ease-in-out;position:absolute;top:100%;left:0}.Navbar-module__nuAbfa__navOpen{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.Navbar-module__nuAbfa__navList{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.Navbar-module__nuAbfa__navActions{justify-content:center;width:100%;margin-top:1rem;display:flex}}
.Hero-module__Z8hQ_W__heroSection{background-color:var(--surface-alt);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__overlay{z-index:1;background:linear-gradient(90deg,#fff 0%,#ffffffe6 50%,#ffffff1a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__heroContainer{z-index:2;justify-content:flex-start;width:100%;display:flex;position:relative}.Hero-module__Z8hQ_W__heroContent{max-width:600px;animation:1s ease-out forwards Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__badge{background-color:var(--secondary-light);color:var(--secondary-hover);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__badgeIcon{animation:2s infinite Hero-module__Z8hQ_W__pulse}.Hero-module__Z8hQ_W__title{color:var(--foreground);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.Hero-module__Z8hQ_W__highlight{color:var(--primary)}.Hero-module__Z8hQ_W__subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{gap:1rem;display:flex}.Hero-module__Z8hQ_W__imageWrapper{z-index:0;width:60%;height:100%;position:absolute;top:0;right:0}.Hero-module__Z8hQ_W__heroImage{object-fit:cover;object-position:center 20%}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width:992px){.Hero-module__Z8hQ_W__overlay{background:linear-gradient(#ffffffd9 0%,#fff 60% 100%)}.Hero-module__Z8hQ_W__imageWrapper{opacity:.6;width:100%}.Hero-module__Z8hQ_W__heroContainer{text-align:center;justify-content:center}.Hero-module__Z8hQ_W__heroContent{max-width:100%;padding:3rem 1rem}.Hero-module__Z8hQ_W__actions{justify-content:center}}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:2.5rem}.Hero-module__Z8hQ_W__subtitle{font-size:1.1rem}.Hero-module__Z8hQ_W__actions{flex-direction:column}}
.About-module__vqXTeW__aboutSection{background-color:var(--background)}.About-module__vqXTeW__aboutHeader{margin-bottom:4rem}.About-module__vqXTeW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.About-module__vqXTeW__card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border);height:100%;padding:2.5rem 2rem}.About-module__vqXTeW__card:hover{box-shadow:var(--shadow-lg);border-color:var(--secondary-light);transform:translateY(-5px)}.About-module__vqXTeW__iconWrapper{background-color:var(--primary-light);width:64px;height:64px;color:var(--primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.About-module__vqXTeW__card:hover .About-module__vqXTeW__iconWrapper{background-color:var(--primary);color:#fff}.About-module__vqXTeW__cardTitle{margin-bottom:1rem;font-size:1.5rem}.About-module__vqXTeW__cardText{color:var(--text-muted);line-height:1.7}.About-module__vqXTeW__valueList{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.About-module__vqXTeW__valueList li{color:var(--foreground);align-items:center;gap:.75rem;font-weight:500;display:flex}.About-module__vqXTeW__checkIcon{color:var(--secondary);flex-shrink:0}
.Services-module__PFRRnG__servicesSection{background-color:var(--surface-alt)}.Services-module__PFRRnG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.Services-module__PFRRnG__card{background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);border:1px solid #0000;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.Services-module__PFRRnG__card:before{content:"";background:var(--primary);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__PFRRnG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--border);transform:translateY(-10px)}.Services-module__PFRRnG__card:hover:before{transform:scaleX(1)}.Services-module__PFRRnG__iconWrapper{background-color:var(--primary-light);width:70px;height:70px;color:var(--primary);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__iconWrapper{background-color:var(--primary);color:#fff;transform:scale(1.1)rotate(5deg)}.Services-module__PFRRnG__cardTitle{margin-bottom:1rem;font-size:1.25rem}.Services-module__PFRRnG__cardText{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.Services-module__PFRRnG__learnMore{color:var(--primary);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-self:flex-start;align-items:center;gap:.5rem;padding:0;font-size:1rem;font-weight:600;display:flex}.Services-module__PFRRnG__learnMore:hover{color:var(--secondary);gap:.75rem}
.Stats-module__UZLpCq__statsSection{background-color:var(--primary);color:#fff;padding:4rem 0}.Stats-module__UZLpCq__grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.Stats-module__UZLpCq__statCard{padding:1.5rem}.Stats-module__UZLpCq__statValue{font-family:var(--font-poppins);color:#fff;justify-content:center;align-items:center;gap:.25rem;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;display:flex}.Stats-module__UZLpCq__suffix{color:var(--secondary-light)}.Stats-module__UZLpCq__statLabel{color:var(--primary-light);text-transform:uppercase;letter-spacing:1px;font-size:1.125rem;font-weight:500}
.WhyChooseUs-module__rvx7SW__wrapperSection{background-color:var(--background)}.WhyChooseUs-module__rvx7SW__flexContainer{flex-wrap:wrap;gap:4rem;display:flex}.WhyChooseUs-module__rvx7SW__column{flex:1;min-width:320px}.WhyChooseUs-module__rvx7SW__introText{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.WhyChooseUs-module__rvx7SW__reasonsList{flex-direction:column;gap:2rem;display:flex}.WhyChooseUs-module__rvx7SW__reasonItem{gap:1.5rem;display:flex}.WhyChooseUs-module__rvx7SW__iconBox{background-color:var(--primary-light);width:50px;height:50px;color:var(--primary);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.WhyChooseUs-module__rvx7SW__reasonTitle{margin-bottom:.5rem;font-size:1.25rem}.WhyChooseUs-module__rvx7SW__reasonDesc{color:var(--text-muted);line-height:1.5}.WhyChooseUs-module__rvx7SW__howWeWorkBox{background-color:var(--primary);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3rem 2.5rem}.WhyChooseUs-module__rvx7SW__boxTitle{color:#fff;margin-bottom:.5rem;font-size:2rem}.WhyChooseUs-module__rvx7SW__boxSubtitle{color:var(--primary-light);margin-bottom:2.5rem}.WhyChooseUs-module__rvx7SW__stepsContainer{flex-direction:column;gap:1.5rem;display:flex;position:relative}.WhyChooseUs-module__rvx7SW__stepsContainer:before{content:"";z-index:1;background-color:#fff3;width:2px;height:calc(100% - 20px);position:absolute;top:10px;left:19px}.WhyChooseUs-module__rvx7SW__stepItem{z-index:2;gap:1.5rem;display:flex;position:relative}.WhyChooseUs-module__rvx7SW__stepNumber{width:40px;height:40px;color:var(--primary);font-weight:700;font-family:var(--font-poppins);box-shadow:0 0 0 4px var(--primary);background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WhyChooseUs-module__rvx7SW__stepTitle{color:#fff;margin-top:.5rem;margin-bottom:.25rem;font-size:1.125rem}.WhyChooseUs-module__rvx7SW__stepDesc{color:#fffc;font-size:.95rem;line-height:1.5}@media (max-width:768px){.WhyChooseUs-module__rvx7SW__howWeWorkBox{padding:2rem 1.5rem}}
.Testimonials-module__MlUweW__testimonialsSection{background-color:var(--surface-alt)}.Testimonials-module__MlUweW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.Testimonials-module__MlUweW__card{background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);padding:2.5rem 2rem;position:relative}.Testimonials-module__MlUweW__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Testimonials-module__MlUweW__quoteIcon{color:var(--border);opacity:.5;position:absolute;top:1.5rem;right:2rem}.Testimonials-module__MlUweW__rating{color:#fbbf24;gap:.25rem;margin-bottom:1.5rem;display:flex}.Testimonials-module__MlUweW__text{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7}.Testimonials-module__MlUweW__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__MlUweW__avatar{background-color:var(--primary-light);width:50px;height:50px;color:var(--primary);font-size:1.25rem;font-weight:700;font-family:var(--font-poppins);border-radius:50%;justify-content:center;align-items:center;display:flex}.Testimonials-module__MlUweW__name{margin-bottom:.25rem;font-size:1.1rem}.Testimonials-module__MlUweW__role{color:var(--secondary);font-size:.875rem;font-weight:500}
.FAQ-module__KSzKsa__faqSection{background-color:var(--background)}.FAQ-module__KSzKsa__faqWrapper{flex-wrap:wrap;align-items:flex-start;gap:4rem;display:flex}.FAQ-module__KSzKsa__faqContent{flex:3;min-width:300px}.FAQ-module__KSzKsa__faqImageContainer{flex:2;min-width:300px}.FAQ-module__KSzKsa__accordion{flex-direction:column;gap:1rem;display:flex}.FAQ-module__KSzKsa__accordionItem{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--surface);transition:var(--transition);overflow:hidden}.FAQ-module__KSzKsa__accordionItem.FAQ-module__KSzKsa__active{border-color:var(--primary);box-shadow:var(--shadow-sm)}.FAQ-module__KSzKsa__accordionHeader{text-align:left;width:100%;color:var(--foreground);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-family:inherit;font-size:1.1rem;font-weight:600;display:flex}.FAQ-module__KSzKsa__accordionHeader:hover{color:var(--primary)}.FAQ-module__KSzKsa__chevron{color:var(--primary);flex-shrink:0;transition:transform .3s}.FAQ-module__KSzKsa__active .FAQ-module__KSzKsa__chevron{transform:rotate(180deg)}.FAQ-module__KSzKsa__accordionBody{max-height:0;transition:max-height .3s;overflow:hidden}.FAQ-module__KSzKsa__active .FAQ-module__KSzKsa__accordionBody{max-height:200px}.FAQ-module__KSzKsa__answer{color:var(--text-muted);padding:0 1.5rem 1.5rem;line-height:1.6}.FAQ-module__KSzKsa__decorativeBox{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);border-radius:var(--radius-lg);color:#fff;text-align:center;box-shadow:var(--shadow-lg);padding:3rem 2rem}.FAQ-module__KSzKsa__decorativeBox h3{color:#fff;margin-bottom:1rem}.FAQ-module__KSzKsa__decorativeBox p{color:#ffffffe6;margin-bottom:1.5rem}@media (max-width:768px){.FAQ-module__KSzKsa__faqWrapper{gap:2rem}}
.Contact-module__OWeMSG__contactSection{background-color:var(--surface-alt)}.Contact-module__OWeMSG__grid{flex-wrap:wrap;gap:3rem;margin-top:2rem;display:flex}.Contact-module__OWeMSG__infoColumn{flex-direction:column;flex:1;gap:2rem;min-width:320px;display:flex}.Contact-module__OWeMSG__formColumn{flex:1;min-width:320px}.Contact-module__OWeMSG__infoCard{background-color:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:2.5rem}.Contact-module__OWeMSG__infoTitle{margin-bottom:2rem;font-size:1.5rem}.Contact-module__OWeMSG__infoList{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.Contact-module__OWeMSG__infoList li{align-items:flex-start;gap:1.5rem;display:flex}.Contact-module__OWeMSG__infoIcon{color:var(--primary);flex-shrink:0;margin-top:.25rem}.Contact-module__OWeMSG__infoList strong{color:var(--foreground);margin-bottom:.25rem;font-weight:600;display:block}.Contact-module__OWeMSG__infoList p{color:var(--text-muted)}.Contact-module__OWeMSG__infoList a{color:var(--primary)}.Contact-module__OWeMSG__infoList a:hover{text-decoration:underline}.Contact-module__OWeMSG__mapContainer{border-radius:var(--radius-lg);height:300px;box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow:hidden}.Contact-module__OWeMSG__formCard{background-color:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3rem 2.5rem}.Contact-module__OWeMSG__formTitle{text-align:center;margin-bottom:2rem;font-size:1.75rem}.Contact-module__OWeMSG__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__OWeMSG__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__OWeMSG__formGroup label{color:var(--foreground);font-weight:500}.Contact-module__OWeMSG__formGroup input,.Contact-module__OWeMSG__formGroup select,.Contact-module__OWeMSG__formGroup textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);width:100%;color:var(--foreground);transition:var(--transition);padding:.75rem 1rem;font-size:1rem}.Contact-module__OWeMSG__formGroup input:focus,.Contact-module__OWeMSG__formGroup select:focus,.Contact-module__OWeMSG__formGroup textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.Contact-module__OWeMSG__formGroup textarea{resize:vertical}
.FloatingButtons-module__3tFS0a__floatingContainer{z-index:999;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.FloatingButtons-module__3tFS0a__btn{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex}.FloatingButtons-module__3tFS0a__btn:hover{transform:scale(1.1)}.FloatingButtons-module__3tFS0a__whatsappBtn{background-color:#25d366}.FloatingButtons-module__3tFS0a__callBtn{background-color:var(--primary)}@media (max-width:768px){.FloatingButtons-module__3tFS0a__floatingContainer{bottom:1.5rem;right:1.5rem}.FloatingButtons-module__3tFS0a__btn{width:50px;height:50px}}
.Footer-module__EZoWya__footer{color:#f8fafc;background-color:#0f172a;padding-top:5rem}.Footer-module__EZoWya__footerContainer{margin-bottom:4rem}.Footer-module__EZoWya__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.Footer-module__EZoWya__col{flex-direction:column;display:flex}.Footer-module__EZoWya__logo{font-family:var(--font-poppins);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__EZoWya__logoIcon{color:var(--secondary)}.Footer-module__EZoWya__logoPrimary{color:#fff}.Footer-module__EZoWya__logoSecondary{color:var(--secondary)}.Footer-module__EZoWya__desc{color:#94a3b8;margin-bottom:2rem;line-height:1.7}.Footer-module__EZoWya__socials{gap:1rem;display:flex}.Footer-module__EZoWya__socials a{color:#fff;width:40px;height:40px;transition:var(--transition);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__socials a:hover{background-color:var(--primary);transform:translateY(-3px)}.Footer-module__EZoWya__colTitle{color:#fff;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;position:relative}.Footer-module__EZoWya__colTitle:after{content:"";background-color:var(--secondary);border-radius:3px;width:40px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__EZoWya__linkList,.Footer-module__EZoWya__contactDetails{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__linkList a,.Footer-module__EZoWya__contactDetails li,.Footer-module__EZoWya__contactDetails a{color:#94a3b8;transition:var(--transition)}.Footer-module__EZoWya__linkList a:hover,.Footer-module__EZoWya__contactDetails a:hover{color:var(--secondary);padding-left:.5rem}.Footer-module__EZoWya__bottomBar{text-align:center;background-color:#020617;padding:1.5rem 0}.Footer-module__EZoWya__bottomBar p{color:#64748b;font-size:.9rem}
