.Navbar-module__cJzEcG__navbar{background:var(--background);background:color-mix(in srgb,var(--background),transparent 5%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border);align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--foreground);font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__themeBtn{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--foreground);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.Navbar-module__cJzEcG__themeBtn:hover{background:var(--background-alt);color:var(--primary)}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:block}}.Navbar-module__cJzEcG__mobileMenu{background:var(--background);box-shadow:var(--shadow-lg);border-bottom:1px solid #e2e8f0;flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:absolute;top:80px;left:0;right:0}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{display:flex}.Navbar-module__cJzEcG__mobileMenu a{color:var(--text-main);font-size:1.1rem;font-weight:500}.Navbar-module__cJzEcG__mobileMenu a:hover{color:var(--primary)}
.Hero-module__ZARIfG__hero{background:var(--hero-bg);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__title{color:var(--foreground);margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.Hero-module__ZARIfG__buttons{gap:1rem;display:flex}.Hero-module__ZARIfG__imageWrapper{z-index:10;position:relative}.Hero-module__ZARIfG__mainImage{background:var(--primary);background-image:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80);background-position:50%;background-size:cover;border-radius:30px;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.Hero-module__ZARIfG__floatingCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border);border-radius:16px;max-width:200px;padding:1.5rem;position:absolute;bottom:-30px;left:-30px}.Hero-module__ZARIfG__statNumber{color:var(--primary);font-size:2rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--text-secondary);font-size:.875rem}@media (max-width:968px){.Hero-module__ZARIfG__hero{min-height:auto;padding:120px 0 60px}.Hero-module__ZARIfG__grid{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__subtitle{margin:0 auto 2rem}.Hero-module__ZARIfG__buttons{justify-content:center}.Hero-module__ZARIfG__imageWrapper{margin-top:2rem}.Hero-module__ZARIfG__floatingCard{bottom:-20px;left:50%;transform:translate(-50%)}}
.Stats-module__yL2aHq__stats{background-color:var(--primary);color:#fff;padding:4rem 0}.Stats-module__yL2aHq__grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.Stats-module__yL2aHq__grid{grid-template-columns:repeat(4,1fr)}}.Stats-module__yL2aHq__item h3{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Stats-module__yL2aHq__item p{opacity:.9;font-size:1.125rem}.Stats-module__yL2aHq__iconItem h3{margin-bottom:.5rem;font-size:1.5rem}
.About-module__vAULUW__about{background-color:var(--background);padding:5rem 0}.About-module__vAULUW__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.About-module__vAULUW__grid{grid-template-columns:1fr 1fr;align-items:center}}.About-module__vAULUW__content h2{color:var(--foreground);margin-bottom:1.5rem;font-size:2.5rem}.About-module__vAULUW__content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.About-module__vAULUW__cards{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}.About-module__vAULUW__card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.About-module__vAULUW__card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem}.About-module__vAULUW__valuesList{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0;list-style:none;display:grid}.About-module__vAULUW__valuesList li{align-items:center;gap:.5rem;font-weight:500;display:flex}.About-module__vAULUW__valuesList li:before{content:"✓";color:var(--primary);font-weight:700}
.Founders-module__72p8vW__section{background:var(--bg-surface);padding:5rem 0}.Founders-module__72p8vW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Founders-module__72p8vW__header{text-align:center;margin-bottom:4rem}.Founders-module__72p8vW__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Founders-module__72p8vW__titleAccent{color:var(--primary)}.Founders-module__72p8vW__grid{grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto;display:grid}@media (min-width:768px){.Founders-module__72p8vW__grid{grid-template-columns:1fr 1fr}}.Founders-module__72p8vW__card{border:1px solid var(--border);background:#fff;border-radius:1.5rem;align-items:center;gap:1.5rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.Founders-module__72p8vW__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.Founders-module__72p8vW__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%);border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.5rem;font-weight:700;display:flex}.Founders-module__72p8vW__info{flex-grow:1}.Founders-module__72p8vW__name{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Founders-module__72p8vW__role{color:var(--primary);font-size:.875rem;font-weight:500}
.Services-module__dpHhBa__services{background:var(--background);padding:8rem 0}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;display:grid}.Services-module__dpHhBa__card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2.5rem;transition:all .3s}.Services-module__dpHhBa__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px -5px #0000001a}.Services-module__dpHhBa__icon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.Services-module__dpHhBa__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Services-module__dpHhBa__cardText{color:var(--text-secondary);line-height:1.7}
.WhyChooseUs-module__aV2w7G__section{background-color:var(--bg-surface);padding:5rem 0}.WhyChooseUs-module__aV2w7G__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.WhyChooseUs-module__aV2w7G__header{text-align:center;margin-bottom:4rem}.WhyChooseUs-module__aV2w7G__text{max-width:600px;color:var(--text-light);margin:0 auto}.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(3,1fr)}}.WhyChooseUs-module__aV2w7G__card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:1.5rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.WhyChooseUs-module__aV2w7G__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.WhyChooseUs-module__aV2w7G__icon{width:5rem;height:5rem;color:var(--primary);background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.WhyChooseUs-module__aV2w7G__title{color:var(--text-main);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.WhyChooseUs-module__aV2w7G__description{color:var(--text-light);font-size:.95rem;line-height:1.6}
.Testimonials-module__ItA9Ha__testimonials{background-color:var(--background-alt);padding:5rem 0}.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr 1fr}}.Testimonials-module__ItA9Ha__card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.Testimonials-module__ItA9Ha__quote{color:var(--foreground);margin-bottom:1.5rem;font-size:1.125rem;font-style:italic}.Testimonials-module__ItA9Ha__author{color:var(--primary);font-weight:600}
.Enquiry-module__qEY0vq__section{color:#fff;background:radial-gradient(circle at 100% 0,#1e293b 0%,#0f172a 100%);padding:8rem 0;position:relative;overflow:hidden}.Enquiry-module__qEY0vq__container{z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.Enquiry-module__qEY0vq__glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-100px;right:-100px}.Enquiry-module__qEY0vq__glow2{z-index:1;pointer-events:none;background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-50px;left:-50px}.Enquiry-module__qEY0vq__header{text-align:center;margin-bottom:5rem}.Enquiry-module__qEY0vq__label{color:#67e8f9;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.Enquiry-module__qEY0vq__title{background:linear-gradient(90deg,#fff,#94a3b8);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Enquiry-module__qEY0vq__gradientText{background:linear-gradient(90deg,#3b82f6,#06b6d4);color:#0000;-webkit-background-clip:text;background-clip:text}.Enquiry-module__qEY0vq__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.7}.Enquiry-module__qEY0vq__formWrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #ffffff14;border-radius:2rem;grid-template-columns:1fr;gap:3rem;max-width:1000px;margin:0 auto;padding:3rem;display:grid;box-shadow:0 25px 50px -12px #00000080}@media (min-width:1024px){.Enquiry-module__qEY0vq__formWrapper{grid-template-columns:350px 1fr;padding:4rem}}.Enquiry-module__qEY0vq__context{flex-direction:column;gap:2rem;display:flex}.Enquiry-module__qEY0vq__contextTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Enquiry-module__qEY0vq__contextText{color:#94a3b8;margin-bottom:2rem;line-height:1.6}.Enquiry-module__qEY0vq__benefits{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.Enquiry-module__qEY0vq__benefitItem{color:#e2e8f0;align-items:center;gap:1rem;font-weight:500;display:flex}.Enquiry-module__qEY0vq__checkIcon{color:#60a5fa;background:#3b82f633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Enquiry-module__qEY0vq__tabs{background:#0f172a99;border-radius:1rem;flex-direction:column;gap:1rem;padding:.5rem;display:flex}.Enquiry-module__qEY0vq__tabButton{text-align:left;color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Enquiry-module__qEY0vq__tabButton:hover{color:#fff;background:#ffffff0d}.Enquiry-module__qEY0vq__activeTab{color:#fff;background:linear-gradient(135deg,#3b82f633 0%,#06b6d41a 100%);border:1px solid #3b82f666;box-shadow:0 4px 6px -1px #0003}.Enquiry-module__qEY0vq__formContainer{position:relative}.Enquiry-module__qEY0vq__formTitle{color:#fff;align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}.Enquiry-module__qEY0vq__formTitle:before{content:"";background:linear-gradient(#3b82f6,#06b6d4);border-radius:2px;width:4px;height:24px;display:block}.Enquiry-module__qEY0vq__formGrid{gap:1.5rem;display:grid}.Enquiry-module__qEY0vq__col2{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.Enquiry-module__qEY0vq__col2{grid-template-columns:1fr 1fr}}.Enquiry-module__qEY0vq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Enquiry-module__qEY0vq__labelInput{color:#cbd5e1;margin-left:.25rem;font-size:.875rem;font-weight:600}.Enquiry-module__qEY0vq__input,.Enquiry-module__qEY0vq__select,.Enquiry-module__qEY0vq__textarea{color:#fff;background:#0f172a99;border:1px solid #ffffff1a;border-radius:.75rem;outline:none;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.Enquiry-module__qEY0vq__input::placeholder,.Enquiry-module__qEY0vq__textarea::placeholder{color:#64748b}.Enquiry-module__qEY0vq__input:focus,.Enquiry-module__qEY0vq__select:focus,.Enquiry-module__qEY0vq__textarea:focus{background:#0f172acc;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.Enquiry-module__qEY0vq__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#0891b2 100%);border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #2563eb4d}.Enquiry-module__qEY0vq__submitBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb66}.Enquiry-module__qEY0vq__arrowIcon{width:1.25rem;height:1.25rem;transition:transform .3s}.Enquiry-module__qEY0vq__submitBtn:hover .Enquiry-module__qEY0vq__arrowIcon{transform:translate(4px)}
.ContactInfo-module__nqIKyG__section{background:var(--bg-light);padding:5rem 0}.ContactInfo-module__nqIKyG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ContactInfo-module__nqIKyG__title{text-align:center;color:var(--text-main);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.ContactInfo-module__nqIKyG__accent{color:var(--accent)}.ContactInfo-module__nqIKyG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ContactInfo-module__nqIKyG__card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:1.5rem;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.ContactInfo-module__nqIKyG__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.ContactInfo-module__nqIKyG__iconWrapper{width:4rem;height:4rem;color:var(--primary);background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.ContactInfo-module__nqIKyG__cardTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ContactInfo-module__nqIKyG__content{color:var(--text-light);font-size:1rem}.ContactInfo-module__nqIKyG__link{color:var(--primary);font-weight:500;text-decoration:none}.ContactInfo-module__nqIKyG__link:hover{text-decoration:underline}
.Footer-module__S6Hkya__footer{background:var(--bg-dark);color:#fff;padding:5rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand h3{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.Footer-module__S6Hkya__brand p{color:#94a3b8;max-width:320px;line-height:1.6}.Footer-module__S6Hkya__column h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__links{list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:1rem}.Footer-module__S6Hkya__links a{color:#94a3b8;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--primary)}.Footer-module__S6Hkya__copyright{text-align:center;color:#64748b;border-top:1px solid #1e293b;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__copyright{flex-direction:column;gap:1rem}}
