@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--primary:#73be44;--primary-hover:#61a637;--primary-dark:#2d6614;--primary-light:#eef8e8;--primary-glow:#73be4459;--secondary:#0f2d19;--secondary-light:#164225;--dark-bg:#09150d;--dark-surface:#102316;--dark-card:#152d1d;--dark-border:#73be442e;--light-bg:#f8faf7;--light-surface:#fff;--light-border:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--text-white:#fff;--accent-amber:#f59e0b;--accent-blue:#0ea5e9;--accent-emerald:#10b981;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 40px #0000001f;--shadow-glow:0 8px 30px #73be4440;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;color:var(--text-main);background-color:var(--light-bg);font-family:Plus Jakarta Sans,sans-serif}body{-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-family:Outfit,sans-serif;font-weight:700;line-height:1.25}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.badge{border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.badge-primary{background-color:var(--primary-light);color:var(--primary-dark);border:1px solid #73be444d}.badge-dark{color:#a7f3d0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#73be44 0%,#5ba332 100%);box-shadow:0 4px 14px #73be4459}.btn-primary:hover{background:linear-gradient(135deg,#7ecf4c 0%,#68b53a 100%);transform:translateY(-2px);box-shadow:0 8px 20px #73be4473}.btn-secondary{color:#1e293b;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0}.btn-secondary:hover{box-shadow:var(--shadow-md);background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.btn-dark{color:#fff;background:#0f172a}.btn-dark:hover{background:#1e293b;transform:translateY(-2px)}.btn-outline-white{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff40}.btn-outline-white:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.btn-lg{border-radius:var(--radius-md);padding:.95rem 1.85rem;font-size:1.05rem}.btn-sm{border-radius:var(--radius-sm);padding:.5rem .95rem;font-size:.85rem}.section-header{text-align:center;max-width:720px;margin:0 auto 3rem}.section-header h2{color:#0f172a;margin:.75rem 0 1rem;font-size:2.35rem}.section-header p{color:var(--text-muted);font-size:1.05rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #73be4466}50%{box-shadow:0 0 0 12px #73be4400}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-in{animation:.4s forwards fadeIn}.animate-float{animation:4s ease-in-out infinite float}.pulse-circle{animation:2.5s infinite pulseGlow}:root{--green-brand:#73be44;--green-dark:#5fa834;--green-mint-bg:#b9e7af;--green-mint-soft:#a8df9e;--card-bg-light:#eef4ec;--card-border-light:#e2ebe0;--text-dark:#333;--text-muted:#555;--gold-accent:#f5a623;--bottom-bar-bg:#0b3328}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.exact-container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.25rem}.exact-header{z-index:999;background:#fff;border-bottom:1px solid #eaeaea;position:sticky;top:0;box-shadow:0 2px 10px #0000000a}.header-inner{justify-content:space-between;align-items:center;height:88px;display:flex}.exact-logo-container,.exact-logo-link{cursor:pointer;align-items:center;text-decoration:none;display:flex}.exact-header-logo{object-fit:contain;max-width:260px;height:68px}.fallback-logo{align-items:center;gap:8px;display:flex}.fallback-logo-circle{color:#fff;background:#73be44;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3rem;display:flex}.fallback-logo-text{color:#333;font-size:1.4rem;font-weight:700}.exact-nav-menu{align-items:center;gap:2rem;display:flex}.exact-nav-link{color:#333;cursor:pointer;letter-spacing:.03em;background:0 0;border:none;padding:.4rem 0;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.exact-nav-link:hover,.exact-nav-link.active{color:var(--green-brand)}.mobile-hamburger-btn{color:#222;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:none}.mobile-hamburger-btn:hover{color:var(--green-brand);background:#73be441f}.mobile-nav-drawer-backdrop{-webkit-backdrop-filter:blur(4px);z-index:10000;opacity:0;visibility:hidden;background:#00000073;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.mobile-nav-drawer-backdrop.open{opacity:1;visibility:visible}.mobile-nav-drawer-content{background:#fff;flex-direction:column;width:85%;max-width:320px;height:100%;padding:1.5rem 1.25rem;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 30px #0000002e}.mobile-nav-drawer-content.open{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.mobile-drawer-logo{cursor:pointer;align-items:center;gap:10px;display:flex}.mobile-drawer-icon{object-fit:contain;width:32px;height:32px}.mobile-drawer-brand{flex-direction:column;display:flex}.mobile-drawer-brand span{color:#222;font-size:1.1rem;font-weight:800;line-height:1.1}.mobile-drawer-brand span strong{color:var(--green-brand)}.mobile-drawer-brand small{color:#666;font-size:.65rem;font-weight:500}.mobile-drawer-close{cursor:pointer;color:#444;background:#f4f4f4;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.mobile-drawer-close:hover{color:#111;background:#eaeaea}.mobile-drawer-links{flex-direction:column;gap:.65rem;margin-bottom:2rem;display:flex}.mobile-drawer-link{color:#333;cursor:pointer;text-align:left;background:#fbfbfb;border:1px solid #f0f0f0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.9rem 1.15rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.mobile-drawer-link:hover,.mobile-drawer-link.active{background:var(--green-brand);border-color:var(--green-brand);color:#fff}.mobile-drawer-link .link-arrow{opacity:.5;transition:transform .2s}.mobile-drawer-link:hover .link-arrow,.mobile-drawer-link.active .link-arrow{opacity:1;color:#fff;transform:translate(3px)}.mobile-drawer-cta-section{border-top:1px solid #f0f0f0;flex-direction:column;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}.mobile-drawer-cta-title{color:#444;align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.mobile-drawer-store-btns{flex-direction:column;gap:.65rem;display:flex}.mobile-store-btn{justify-content:center;width:100%;padding:.55rem 1rem}.exact-hero-section{background:#a8df9e;padding:4.5rem 0 4rem}.exact-hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:3rem;display:grid}.exact-hero-left{flex-direction:column;gap:1.25rem;display:flex}.exact-hero-badge{color:#3a8220;flex-wrap:wrap;align-items:center;gap:.25rem;font-size:1.85rem;font-weight:700;display:inline-flex}.text-gold{color:#f5a623}.city-rotating-container{vertical-align:middle;align-items:center;padding:0 4px;display:inline-flex;position:relative;overflow:hidden}.rotating-city-badge{color:#f5a623;will-change:transform, opacity, filter;text-shadow:0 2px 8px #f5a62347;font-weight:800;display:inline-block}.rotating-city-badge.city-entering{animation:.45s cubic-bezier(.34,1.56,.64,1) forwards cityRotateIn}.rotating-city-badge.city-exiting{animation:.28s ease-in forwards cityRotateOut}@keyframes cityRotateIn{0%{opacity:0;filter:blur(4px);transform:translateY(22px)scale(.92)}60%{opacity:1;filter:blur();transform:translateY(-2px)scale(1.02)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes cityRotateOut{0%{opacity:1;filter:blur();transform:translateY(0)scale(1)}to{opacity:0;filter:blur(4px);transform:translateY(-20px)scale(.92)}}.exact-hero-title{color:#3a8220;font-size:2.85rem;font-weight:700;line-height:1.2}.exact-hero-desc{color:#2b3b24;max-width:580px;font-size:1.05rem;line-height:1.65}.exact-store-badges{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.exact-store-btn{color:#fff;box-sizing:border-box;white-space:nowrap;background:#000;border-radius:8px;flex-shrink:0;align-items:center;gap:.65rem;padding:.55rem 1.1rem;text-decoration:none;transition:transform .2s,opacity .2s,box-shadow .2s;display:inline-flex}.exact-store-btn:hover{opacity:.92;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.exact-store-btn.small{border-radius:7px;gap:.55rem;padding:.45rem .8rem}.exact-store-btn.small .store-icon{width:20px;min-width:20px;height:20px}.exact-store-btn.small .store-btn-text small{font-size:.58rem;line-height:1}.exact-store-btn.small .store-btn-text strong{font-size:.82rem;line-height:1.15}.store-icon{fill:currentColor;flex-shrink:0;width:22px;min-width:22px;height:22px;display:block}.store-btn-text{text-align:left;white-space:nowrap;flex-direction:column;line-height:1.15;display:flex}.store-btn-text small{opacity:.85;letter-spacing:.2px;white-space:nowrap;margin-bottom:2px;font-size:.62rem;line-height:1}.store-btn-text strong{white-space:nowrap;font-size:.92rem;font-weight:700;line-height:1.1}.exact-hero-right{justify-content:center;display:flex}.exact-hero-phone-img{filter:drop-shadow(0 20px 30px #00000026);width:100%;max-width:320px;height:auto}.exact-clean-india-section{background:#fff;padding:5rem 0}.exact-clean-india-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:4.5rem;display:grid}.exact-clean-left{justify-content:center;display:flex}.clean-phone-chassis{background:#1c1c1e;border-radius:46px;flex-direction:column;width:285px;height:565px;padding:10px;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #00000014}.clean-phone-notch-bar{z-index:10;background:#1c1c1e;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:center;align-items:center;gap:8px;width:88px;height:18px;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}.clean-phone-speaker{background:#2c2c2e;border-radius:2px;width:38px;height:4px}.clean-phone-camera{background:#111113;border:1.5px solid #2c2c2e;border-radius:50%;width:7px;height:7px}.clean-phone-screen{box-sizing:border-box;background:#faf7ec;border-radius:38px;flex-direction:column;align-items:center;width:100%;height:100%;padding:2.25rem 1rem 1rem;display:flex;position:relative;overflow:hidden}.clean-phone-doodles{pointer-events:none;opacity:.18;position:absolute;inset:0}.clean-phone-doodles .doodle{font-size:16px;position:absolute}.clean-phone-doodles .d1{top:28%;left:8%}.clean-phone-doodles .d2{top:38%;right:8%}.clean-phone-doodles .d3{top:62%;left:10%}.clean-phone-doodles .d4{top:70%;right:10%}.clean-phone-doodles .d5{top:15%;right:12%}.clean-phone-doodles .d6{bottom:12%;left:14%}.clean-phone-header-logo{z-index:2;margin-top:.5rem;margin-bottom:1.25rem}.clean-phone-logo-badge{flex-direction:column;align-items:center;gap:4px;display:flex}.clean-logo-img{object-fit:contain;width:44px;height:44px;margin-bottom:2px}.clean-logo-svg{width:44px;height:44px}.clean-logo-text-wrap{flex-direction:column;align-items:center;line-height:1.1;display:flex}.clean-logo-brand{color:#222;letter-spacing:-.5px;font-size:1.15rem;font-weight:800}.clean-logo-brand .brand-g{color:#73be44}.clean-logo-tagline{color:#555;letter-spacing:.2px;font-size:.58rem;font-weight:600}.clean-phone-subtitle{color:#68705c;text-align:center;z-index:2;margin-bottom:1.5rem;font-size:.88rem;font-weight:700;line-height:1.3}.text-olive{color:#5c684e}.clean-phone-types-grid{z-index:2;grid-template-columns:1fr 1fr;gap:1.25rem 2rem;width:100%;max-width:200px;margin-bottom:2rem;display:grid}.clean-type-item{flex-direction:column;align-items:center;gap:6px;display:flex}.clean-type-icon-box{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.clean-type-label{color:#73be44;font-size:.82rem;font-weight:700}.clean-phone-continue-btn{color:#fff;letter-spacing:.8px;cursor:pointer;z-index:2;background:#73be44;border:none;border-radius:6px;margin-top:auto;margin-bottom:.75rem;padding:.55rem 1.6rem;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:800;box-shadow:0 4px 10px #73be4459}.clean-phone-dots{z-index:2;align-items:center;gap:5px;margin-bottom:.5rem;display:flex}.clean-phone-dots .dot{background:#d4cfbd;border-radius:50%;width:5px;height:5px}.clean-phone-dots .dot.active{background:#73be44;width:6px;height:6px}.exact-clean-right{flex-direction:column;gap:1.5rem;display:flex}.exact-section-title-wrap{margin-bottom:.5rem}.exact-section-title-wrap.text-center{text-align:center;flex-direction:column;align-items:center;display:flex}.exact-section-title{color:#73be44;letter-spacing:-.5px;font-size:2.5rem;font-weight:800}.exact-section-title.center{text-align:center;margin-left:auto;margin-right:auto}.text-center{text-align:center}.exact-title-underline{align-items:center;gap:6px;width:100px;height:3.5px;margin-top:10px;display:flex}.exact-title-underline:before{content:"";background-color:var(--green-brand);will-change:width;border-radius:2px;flex-shrink:0;width:6px;height:100%;animation:2.4s ease-in-out infinite alternate moveBlankSpace;display:block}.exact-title-underline:after{content:"";background-color:var(--green-brand);border-radius:2px;flex:1;height:100%;display:block}@keyframes moveBlankSpace{0%{width:6px}to{width:88px}}.exact-title-underline.center{margin:10px auto 0}.text-green-brand{color:#73be44}.exact-clean-lead{color:#222;font-size:1.05rem;font-weight:500;line-height:1.6}.exact-body-text{color:#222;font-size:1.02rem;line-height:1.7}.floating-scroll-top-btn{z-index:9999;color:#fff;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;background-color:#73be44;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),background-color .2s,visibility .3s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(12px)scale(.9);box-shadow:0 4px 14px #0000002e}.floating-scroll-top-btn.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.floating-scroll-top-btn:hover{background-color:#5ea834;transform:translateY(-2px)scale(1.05)}.exact-why-us-section{background:#fff;padding:4.5rem 0 5rem}.exact-why-grid{grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:2.5rem;display:grid}.exact-why-col{flex-direction:column;gap:2.5rem;display:flex}.exact-why-item{text-align:center;flex-direction:column;align-items:center;gap:.65rem;display:flex}.exact-why-icon-box{background:var(--green-brand);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.25rem;display:flex}.exact-why-item-title{color:#111;font-size:1.15rem;font-weight:700}.exact-why-item-desc{color:#555;max-width:300px;font-size:.92rem;line-height:1.55}.exact-vehicle-frame{border-radius:12px;width:100%;overflow:hidden;box-shadow:0 10px 30px #0000001f}.exact-vehicle-img{object-fit:cover;width:100%;height:440px;display:block}.exact-sdg-section{background:#fff;padding:4.5rem 0 5.5rem}.exact-sdg-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:3.5rem;display:grid}.exact-sdg-left{flex-direction:column;gap:1.25rem;display:flex}.exact-sdg-text{color:#444;font-size:.98rem;line-height:1.7}.exact-sdg-tiles-grid{grid-template-columns:1fr 1fr;gap:1.25rem;max-width:380px;margin:0 auto;display:grid}.sdg-tile-box{will-change:transform;border-radius:12px;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s;overflow:hidden;box-shadow:0 4px 15px #00000014}.sdg-tile-box:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 12px 26px #00000026}.sdg-tile-box img{width:100%;height:auto;transition:transform .35s;display:block}.sdg-tile-box:hover img{transform:scale(1.02)}.exact-faq-section{background:#a8df9e;padding:5rem 0 5.5rem}.exact-faq-accordion-container{flex-direction:column;gap:.85rem;max-width:900px;margin:0 auto;display:flex}.exact-faq-item{border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000a}.exact-faq-header-bar{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.15rem 1.5rem;font-family:Poppins,sans-serif;transition:all .2s;display:flex}.exact-faq-question-text{color:#222;font-size:1rem;font-weight:600}.exact-faq-toggle-icon{color:#444;font-size:1.3rem;font-weight:700}.exact-faq-item.open .exact-faq-header-bar{background:var(--green-brand);border-color:var(--green-brand)}.exact-faq-item.open .exact-faq-question-text,.exact-faq-item.open .exact-faq-toggle-icon{color:#fff}.exact-faq-body-pane{color:#444;background:#fff;border:1px solid #e0e0e0;border-top:none;padding:1.25rem 1.5rem;font-size:.95rem;line-height:1.65}.exact-footer{background:#fff;border-top:1px solid #eee;padding:4.5rem 0 3.5rem}.exact-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;align-items:start;gap:3.5rem;display:grid}.exact-footer-col.col-brand{text-align:center;flex-direction:column;align-items:center;display:flex}.exact-footer-logo{object-fit:contain;max-width:280px;height:76px;margin-bottom:1.25rem}.exact-footer-desc{color:#333;text-align:center;max-width:380px;margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.exact-footer-download-box{flex-direction:column;align-items:center;width:100%;display:flex}.exact-download-title{color:#000;text-align:center;letter-spacing:.5px;margin-bottom:.85rem;font-size:.95rem;font-weight:800}.exact-footer-store-btns{flex-flow:wrap;justify-content:center;align-items:center;gap:.65rem;width:100%;display:flex}.exact-footer-store-btns .exact-store-btn.small{flex:0 auto;justify-content:flex-start;min-width:135px;max-width:155px}.exact-footer-heading{color:var(--green-brand);margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.exact-footer-underline{align-items:center;gap:5px;width:75px;height:3.5px;margin:8px 0 1.5rem;display:flex}.exact-footer-underline:before{content:"";background-color:var(--green-brand);will-change:width;border-radius:2px;flex-shrink:0;width:6px;height:100%;animation:2.4s ease-in-out infinite alternate moveFooterBlankSpace;display:block}.exact-footer-underline:after{content:"";background-color:var(--green-brand);border-radius:2px;flex:1;height:100%;display:block}@keyframes moveFooterBlankSpace{0%{width:6px}to{width:64px}}.exact-footer-list{flex-direction:column;gap:.95rem;margin:0;padding:0;list-style:none;display:flex}.exact-footer-link{color:#333;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.exact-footer-link:hover{color:var(--green-brand)}.exact-footer-link-btn{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;transition:color .2s}.exact-footer-link-btn:hover{color:var(--green-brand)}.exact-bottom-bar{color:#fff;background:#0b1f38;padding:1.25rem 0;position:relative;overflow:hidden}.bottom-bar-inner{justify-content:center;align-items:center;display:flex;position:relative}.exact-copyright-text{color:#fff;text-align:center;margin:0;font-size:.95rem;font-weight:500}.copyright-parent-link{color:#73be44;font-weight:600;text-decoration:none;transition:opacity .2s}.copyright-parent-link:hover{text-decoration:underline}.exact-bottom-bar-corner{cursor:pointer;color:#fff;background-color:#73be44;border:none;border-top-left-radius:18px;justify-content:center;align-items:center;width:28px;font-size:11px;transition:background-color .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.exact-bottom-bar-corner:hover{background-color:#5ea834}.copyright-parent-link{color:var(--green-brand);font-weight:600;text-decoration:none}.exact-scroll-top-square{background:var(--green-brand);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:background-color .2s;display:flex}.exact-scroll-top-square:hover{background:var(--green-dark)}.exact-page-banner{text-align:center;background:#a8df9e;padding:3.5rem 0}.exact-page-h1{color:#3a8220;font-size:2.85rem;font-weight:700}.exact-pl-main{padding:3.5rem 1.25rem 6rem}.exact-pl-filter-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin-bottom:2rem;display:flex}.exact-pl-pill-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:.55rem 1.35rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.exact-pl-pill-btn:hover{background:#222}.exact-pl-pill-btn.active{background:var(--green-brand);color:#fff}.exact-pl-controls-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-bottom:4rem;display:flex}.exact-city-dropdown-box{width:220px}.exact-city-select-wrap{background:#fff;border:1px solid #ccc;border-radius:6px;align-items:center;height:46px;padding:0 .85rem;display:flex;position:relative}.city-pin-icon{color:var(--green-brand);flex-shrink:0;margin-right:6px}.exact-city-select{color:#333;cursor:pointer;appearance:none;background:0 0;border:none;outline:none;width:100%;padding-right:1.5rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600}.city-chevron-icon{color:#666;pointer-events:none;position:absolute;right:10px}.exact-pl-search-input-wrap{background:#fff;border:1px solid #ccc;border-radius:6px;align-items:center;width:100%;max-width:480px;height:46px;display:flex;overflow:hidden}.exact-pl-search-field{color:#333;border:none;outline:none;flex:1;padding:.75rem 1.25rem;font-family:Poppins,sans-serif;font-size:.95rem}.exact-pl-search-btn{background:var(--green-brand);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:46px;height:46px;transition:background-color .2s;display:flex}.exact-pl-search-btn:hover{background:var(--green-dark)}.exact-categories-list{flex-direction:column;gap:3.5rem;display:flex}.exact-category-section-block{flex-direction:column;gap:1.5rem;display:flex}.exact-cat-layout-grid{grid-template-columns:280px 1fr;align-items:start;gap:3.5rem;display:grid}.exact-cat-info-col{flex-direction:column;gap:.75rem;display:flex}.exact-cat-illustration-box{width:100%;max-width:180px;margin-bottom:.5rem}.exact-category-api-img{object-fit:contain;width:100%;max-height:120px;display:block}.exact-cat-heading{color:#111;font-size:1.6rem;font-weight:700}.exact-cat-description{color:#555;font-size:.92rem;line-height:1.6}.exact-cat-cards-col{width:100%}.exact-cat-items-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.exact-cat-item-card{background:var(--card-bg-light);border:1px solid var(--card-border-light);text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;min-height:160px;padding:1.5rem .85rem;transition:transform .2s,box-shadow .2s;display:flex}.exact-cat-item-card:hover{border-color:var(--green-brand);transform:translateY(-3px);box-shadow:0 8px 20px #73be4426}.exact-item-icon-circle{justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.25rem;display:flex;position:relative}.exact-item-icon-img{object-fit:contain;border-radius:4px;width:44px;height:44px}.exact-item-fallback-icon{justify-content:center;align-items:center;display:flex}.exact-item-name{color:#222;font-size:.95rem;font-weight:700;line-height:1.3}.exact-item-price-tag{color:var(--green-brand);font-size:1.05rem;font-weight:700}.exact-item-price-tag small{color:var(--green-brand);font-size:.85rem;font-weight:600}.exact-cat-bulk-notice{text-align:center;padding-top:1rem}.exact-cat-bulk-notice p{color:var(--green-brand);font-size:.95rem;font-weight:600}.bulk-link{color:var(--green-brand);cursor:pointer;text-decoration:underline}.exact-cat-divider-line{background-color:#eaeaea;width:100%;height:1px;margin-top:1.5rem}.exact-no-items{text-align:center;color:#666;padding:3rem}.exact-reset-btn{background:var(--green-brand);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:1rem;padding:.6rem 1.25rem;font-weight:600}.modern-contact-page{background:#f8faf7;min-height:100vh}.modern-contact-banner{text-align:center;background:linear-gradient(#f0f7ec 0%,#f8faf7 100%);padding:3.5rem 1rem 2rem}.banner-content-wrap{flex-direction:column;align-items:center;max-width:680px;margin:0 auto;display:flex}.exact-contact-subtitle{color:#4a5c43;margin-top:.6rem;font-size:1.05rem;font-weight:500;line-height:1.5}.modern-contact-content{flex-direction:column;gap:2rem;max-width:780px;margin:0 auto;padding:1rem 1.25rem 5rem;display:flex}.modern-contact-quick-cards{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.quick-info-pill{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.85rem;padding:.9rem 1.15rem;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 4px 14px #00000008}.quick-info-pill:hover{border-color:var(--green-brand);transform:translateY(-2px);box-shadow:0 8px 20px #73be441f}.quick-pill-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.quick-pill-icon.phone-bg{color:#55962b;background:#73be4426}.quick-pill-icon.email-bg{color:#2563eb;background:#3b82f61f}.quick-pill-icon.loc-bg{color:#d97706;background:#f59e0b26}.quick-pill-details{flex-direction:column;display:flex;overflow:hidden}.pill-title{text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-size:.72rem;font-weight:600}.pill-val{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.modern-contact-card{background:#fff;border:1px solid #e8ede4;border-radius:20px;padding:2.75rem 2.5rem;box-shadow:0 16px 40px -10px #0000000f}.modern-form-wrapper{flex-direction:column;gap:1.75rem;display:flex}.form-fields-grid{grid-template-columns:1fr 1fr;gap:1.35rem 1.25rem;display:grid}.modern-input-group{flex-direction:column;gap:.45rem;display:flex}.modern-input-group.full-width{grid-column:span 2}.modern-field-label{color:#2b3b24;font-size:.88rem;font-weight:600}.req-star{color:#e11d48;font-weight:700}.modern-input-with-icon{align-items:center;display:flex;position:relative}.modern-input-with-icon .input-icon{color:#94a3b8;pointer-events:none;transition:color .2s;position:absolute;left:14px}.modern-input-with-icon.textarea-icon-wrap{align-items:flex-start}.modern-input-with-icon .textarea-icon{top:14px}.modern-input-element{color:#1e293b;background:#fbfdfa;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem .85rem 2.65rem;font-family:Poppins,sans-serif;font-size:.94rem;transition:all .2s}.modern-input-element:focus{border-color:var(--green-brand);background:#fff;box-shadow:0 0 0 4px #73be4424}.modern-input-element:focus+.input-icon,.modern-input-with-icon:focus-within .input-icon{color:var(--green-brand)}.modern-input-element.modern-textarea{resize:vertical;min-height:120px;line-height:1.5}.form-submit-footer{flex-direction:column;align-items:center;gap:.85rem;margin-top:.5rem;display:flex}.modern-submit-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.65rem;padding:.95rem 2.2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.modern-submit-btn.primary-btn{background:var(--green-brand);color:#fff;box-shadow:0 6px 18px #73be4447}.modern-submit-btn.primary-btn:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 24px #73be4459}.modern-submit-btn.primary-btn:active{transform:translateY(0)}.modern-submit-btn.outline-btn{color:#334155;background:#fff;border:1.5px solid #cbd5e1}.modern-submit-btn.outline-btn:hover{border-color:var(--green-brand);color:var(--green-brand);background:#f4fbf0}.submit-wide-btn{width:100%;max-width:320px}.form-trust-note{color:#64748b;text-align:center;align-items:center;gap:.4rem;font-size:.82rem;display:flex}.modern-contact-thanks{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;display:flex}.thanks-icon-wrap{color:var(--green-brand);background:#73be4424;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.5rem;animation:.35s cubic-bezier(.175,.885,.32,1.275) scaleIn;display:flex}@keyframes scaleIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.thanks-heading{color:#1e293b;margin-bottom:.6rem;font-size:1.8rem;font-weight:700}.thanks-body{color:#475569;max-width:480px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.thanks-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.modern-contact-quick-cards{grid-template-columns:1fr;gap:.75rem}.modern-contact-card{padding:2rem 1.25rem}.form-fields-grid{grid-template-columns:1fr;gap:1.15rem}.modern-input-group.full-width{grid-column:span 1}.submit-wide-btn{max-width:100%}.thanks-actions{flex-direction:column;width:100%}.thanks-actions .modern-submit-btn{width:100%}}.exact-policy-subtitle{color:#2b3b24;letter-spacing:.5px;margin-top:.5rem;font-size:1.1rem;font-weight:600}.exact-policy-main{background:#f8faf7;padding:3.5rem 1.25rem 5.5rem}.exact-policy-container{max-width:920px;margin:0 auto}.exact-policy-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;flex-direction:column;gap:2.25rem;padding:3rem 2.5rem;display:flex;box-shadow:0 6px 20px #0000000a}.policy-section{flex-direction:column;gap:.85rem;display:flex}.policy-section-header{border-bottom:2px solid #f0f6ec;align-items:center;gap:.85rem;margin-bottom:.25rem;padding-bottom:.65rem;display:flex}.policy-num-badge{background:var(--green-brand);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:800;display:flex}.policy-section-title{color:#1a2e12;margin:0;font-size:1.35rem;font-weight:700}.policy-subsection{flex-direction:column;gap:.35rem;margin-top:.75rem;display:flex}.policy-sub-title{color:#2e591b;margin:0;font-size:1.05rem;font-weight:700}.policy-text{color:#3f473c;margin:0;font-size:.98rem;line-height:1.75}.policy-list{flex-direction:column;gap:.65rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.policy-list li{color:#3f473c;align-items:flex-start;gap:.75rem;font-size:.96rem;line-height:1.6;display:flex}.policy-check-icon{color:var(--green-brand);flex-shrink:0;margin-top:3px}.policy-alert-icon{color:#e53e3e;flex-shrink:0;margin-top:3px}.policy-info-box{color:#2b3b24;background:#f0f8ed;border:1px solid #d3ebcb;border-radius:8px;align-items:center;gap:.85rem;padding:1rem 1.25rem;font-size:.95rem;display:flex}.policy-box-icon{color:var(--green-brand);flex-shrink:0}.policy-contact-box{background:#fbfdfa;border:1px solid #e1eedc;border-radius:10px;padding:1.75rem}.policy-contact-links{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.policy-email-badge{background:var(--green-brand);color:#fff;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.policy-email-badge:hover{background:var(--green-dark)}.policy-email-badge.phone{background:#111}.policy-email-badge.phone:hover{background:#333}.deletion-steps-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1rem 0;display:grid}.deletion-step-item{background:#f6faf3;border:1px solid #ddecda;border-radius:8px;flex-direction:column;gap:.45rem;padding:1.15rem 1rem;display:flex}.step-number{color:var(--green-brand);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:800}.step-desc{color:#2b3b24;font-size:.92rem;line-height:1.5}.policy-callout-warning{color:#744210;background:#fff8e6;border:1px solid #ffd580;border-radius:8px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;font-size:.92rem;line-height:1.6;display:flex}.policy-callout-warning .warning-icon{color:#d97706;flex-shrink:0;margin-top:2px}.policy-inline-link{color:var(--green-brand);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}@media (width<=992px){.exact-hero-grid,.exact-clean-india-grid,.exact-sdg-grid{grid-template-columns:1fr;gap:2.5rem}.exact-hero-left{text-align:center;align-items:center}.exact-hero-right{justify-content:center;display:flex}.exact-why-grid{grid-template-columns:1fr;gap:2rem}.exact-vehicle-img{height:300px}.exact-cat-layout-grid{grid-template-columns:1fr;gap:2rem}.exact-cat-info-col{text-align:center;flex-direction:column;align-items:center;display:flex}.exact-cat-items-grid{grid-template-columns:repeat(3,1fr)}.exact-footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=768px){.desktop-nav{display:none!important}.mobile-hamburger-btn{display:flex!important}.header-inner{height:78px;padding:0 .75rem}.exact-header-logo{max-width:220px;height:60px}.exact-hero-section{padding:2.5rem 0 2rem}.exact-hero-badge{font-size:1.35rem}.exact-hero-title{font-size:1.85rem;line-height:1.25}.exact-hero-desc{font-size:.95rem;line-height:1.6}.exact-store-badges{justify-content:center;gap:.75rem}.exact-store-btn{padding:.5rem .95rem}.exact-store-btn .store-icon{width:20px;height:20px}.exact-hero-phone-img{width:100%;max-width:260px}.exact-clean-india-section,.exact-why-us-section,.exact-sdg-section,.exact-faq-section{padding:3rem 0}.exact-section-title{font-size:1.85rem}.exact-clean-lead{font-size:.98rem}.exact-body-text{font-size:.95rem;line-height:1.65}.exact-pl-controls-bar{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:2.5rem}.exact-city-dropdown-box,.exact-pl-search-input-wrap{width:100%;max-width:100%}.exact-pl-filter-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;padding-bottom:.65rem;display:flex;overflow-x:auto}.exact-pl-filter-row::-webkit-scrollbar{display:none}.exact-pl-pill-btn{white-space:nowrap;flex-shrink:0;padding:.45rem 1rem;font-size:.85rem}.exact-cat-items-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.exact-cat-item-card{min-height:145px;padding:1.15rem .65rem}.exact-item-icon-circle{width:42px;height:42px}.exact-item-icon-img{width:38px;height:38px}.exact-item-name{font-size:.88rem}.exact-item-price-tag{font-size:.95rem}.exact-contact-content{padding:2.5rem 1rem 4rem}.exact-contact-form-box{padding:1.75rem 1.25rem}}@media (width<=580px){.exact-container{padding:0 1rem}.header-inner{height:74px}.exact-header-logo{max-width:195px;height:56px}.exact-hero-title{font-size:1.6rem}.exact-hero-badge{font-size:1.15rem}.clean-phone-chassis{border-radius:40px;width:260px;height:515px;padding:8px}.clean-phone-screen{border-radius:32px;padding:1.85rem .75rem .75rem}.clean-phone-subtitle{margin-bottom:1.15rem;font-size:.82rem}.clean-phone-types-grid{gap:.85rem 1.25rem;max-width:185px;margin-bottom:1.25rem}.clean-type-label{font-size:.76rem}.clean-type-icon-box{width:36px;height:36px}.clean-phone-continue-btn{padding:.45rem 1.4rem;font-size:.74rem}.exact-section-title{font-size:1.65rem}.exact-vehicle-img{height:220px}.exact-sdg-tiles-grid{grid-template-columns:1fr 1fr;gap:.75rem;max-width:300px}.exact-faq-header-bar{gap:.5rem;padding:.85rem 1rem}.exact-faq-question-text{font-size:.88rem}.exact-faq-body-pane{padding:.85rem 1rem;font-size:.85rem}.exact-footer{padding:3rem 0 2rem}.exact-footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.exact-footer-col{flex-direction:column;align-items:center;display:flex}.exact-footer-underline{margin:6px auto 1.25rem}.exact-footer-list{align-items:center}.exact-footer-link,.exact-footer-link-btn{text-align:center;padding:.25rem 0}.exact-copyright-text{padding:0 .5rem;font-size:.82rem;line-height:1.5}.floating-scroll-top-btn{width:38px;height:38px;font-size:13px;bottom:16px;right:16px}.exact-page-h1{font-size:1.85rem}.exact-cat-items-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.exact-cat-item-card{gap:.45rem;min-height:130px;padding:.9rem .4rem}.exact-item-icon-circle{width:38px;height:38px}.exact-item-icon-img{width:34px;height:34px}.exact-item-name{font-size:.78rem}.exact-item-price-tag{font-size:.88rem}.exact-category-api-img{width:100px;height:100px}.exact-cat-heading{font-size:1.35rem}.exact-cat-description,.exact-cat-bulk-notice p{font-size:.85rem}}@media (width<=380px){.header-inner{height:68px}.exact-header-logo{max-width:170px;height:50px}.exact-store-badges{flex-direction:column;align-items:center}.exact-store-btn{justify-content:center;width:100%;max-width:200px}.clean-phone-chassis{width:235px;height:470px}.exact-cat-items-grid{grid-template-columns:repeat(2,1fr);gap:.4rem}}
