:root{--primary-blue:#0273c4;--primary-blue-hover:#015ea2;--teal-green:#00a896;--bg-light:#f8fafc;--bg-white:#fff;--text-dark:#1e293b;--text-muted:#555;--border-color:#e2e8f0;--font-heading:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;background:var(--bg-white);color:var(--text-dark)}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100%;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased;max-width:100%;line-height:1.5;overflow-x:hidden}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.btn-primary{background-color:var(--primary-blue);color:var(--bg-white);cursor:pointer;font-size:14.5px;font-weight:600;font-family:var(--font-heading);border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{background-color:var(--primary-blue-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0273c440}.btn-primary:active{transform:translateY(0)}.btn-outline{color:var(--text-dark);border:2px solid var(--text-dark);cursor:pointer;font-size:14.5px;font-weight:600;font-family:var(--font-heading);background-color:#0000;border-radius:8px;justify-content:center;align-items:center;padding:10px 22px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-outline:hover{background-color:var(--text-dark);color:var(--bg-white);transform:translateY(-2px);box-shadow:0 4px 12px #1e293b26}.btn-outline:active{transform:translateY(0)}.reveal-fade,.reveal-slide-up,.reveal-slide-left,.reveal-slide-right{opacity:0;will-change:transform, opacity;transition:opacity 1s cubic-bezier(.25,1,.5,1),transform 1s cubic-bezier(.25,1,.5,1)}.reveal-slide-up{transform:translateY(40px)}.reveal-slide-left{transform:translate(40px)}.reveal-slide-right{transform:translate(-40px)}.reveal-fade.revealed,.reveal-slide-up.revealed,.reveal-slide-left.revealed,.reveal-slide-right.revealed{opacity:1;transform:translate(0)}.reveal-image{position:relative;overflow:hidden}.reveal-image:after{content:"";background-color:var(--primary-blue);z-index:2;transform-origin:bottom;will-change:transform;width:100%;height:100%;transition:transform .85s cubic-bezier(.77,0,.175,1);position:absolute;top:0;left:0;transform:scaleY(1)}.reveal-image.revealed:after{transform:scaleY(0)}.reveal-image-bt:after{transform-origin:top}.reveal-image img{opacity:0;will-change:transform, opacity;transition:transform 1.2s cubic-bezier(.25,1,.5,1),opacity .4s ease-out;transform:scale(1.12)}.reveal-image.revealed img{opacity:1;transition-delay:.1s;transform:scale(1)}.lang-hi body,.lang-ta body{font-size:.95rem;line-height:1.65}.lang-hi h1,.lang-ta h1,.lang-hi h2,.lang-ta h2,.lang-hi h3,.lang-ta h3,.lang-hi h4,.lang-ta h4,.lang-hi h5,.lang-ta h5,.lang-hi h6,.lang-ta h6{overflow-wrap:break-word;word-break:break-word;font-weight:700}.lang-hi .btn-primary,.lang-ta .btn-primary,.lang-hi .btn-outline,.lang-ta .btn-outline{white-space:normal;text-align:center;padding:10px 18px}@media (width<=480px){.container{padding:0 16px}}.navbar-container{z-index:100;background-color:#fff;border-bottom:none;width:100%;transition:transform .3s ease-in-out,box-shadow .3s;position:fixed;top:0;left:0}.navbar-container.nav-visible{transform:translateY(0);box-shadow:0 2px 10px #0000000d}.navbar-container.nav-hidden{transform:translateY(-100%)}.navbar-content{justify-content:space-between;align-items:center;width:100%;max-width:1280px;height:90px;margin:0 auto;padding:0 24px;display:flex}.logo-container{cursor:pointer;z-index:101;align-items:center;display:flex}.logo-img{width:auto;height:38px;display:block}.mobile-menu-toggle{color:var(--text-dark,#333);cursor:pointer;z-index:101;background:0 0;border:none;padding:8px;font-size:24px;display:none}.nav-menu-wrapper{flex-grow:1;justify-content:flex-end;align-items:center;gap:36px;display:flex}.nav-links{align-items:center;gap:36px;margin-right:40px;display:flex}.nav-link-btn{color:var(--text-dark);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font-heading);background:0 0;border:none;padding:8px 4px;transition:color .2s;position:relative}.nav-link-btn:hover,.nav-link-btn.active,.nav-link-btn.dropdown-active{color:var(--primary-blue)}.nav-link-btn:after{content:"";background-color:var(--primary-blue);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link-btn:hover:after,.nav-link-btn.active:after,.nav-link-btn.dropdown-active:after{transform-origin:0;transform:scaleX(1)}.dropdown-arrow{vertical-align:middle;width:12px;height:12px;margin-left:6px;transition:transform .25s cubic-bezier(.16,1,.3,1);display:inline-block}.dropdown-arrow.open{transform:rotate(180deg)}.nav-item-container{align-items:center;display:flex;position:relative}.dropdown-menu{z-index:200;border:1px solid var(--border-color,#eee);background-color:#fff;border-radius:8px;flex-direction:column;min-width:220px;margin-top:16px;padding:12px 0;animation:.2s forwards dropdownFade;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000001a}.dropdown-menu:before{content:"";width:100%;height:16px;position:absolute;top:-16px;left:0}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{text-align:left;color:var(--text-dark);cursor:pointer;font-size:14.5px;font-weight:500;font-family:var(--font-body);background:0 0;border:none;padding:10px 24px;transition:all .2s}.dropdown-item:hover,.dropdown-item.active{background-color:var(--bg-light,#f8fafc);color:var(--primary-blue);font-weight:600}.navbar-actions{align-items:center;display:flex}@media (width<=1024px){.navbar-container{background-color:var(--bg-white,white);border-bottom:1px solid var(--border-color,#eee)}.navbar-content{height:70px;padding:0 20px}.mobile-menu-toggle{display:block}.nav-menu-wrapper{visibility:hidden;opacity:0;pointer-events:none;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;height:calc(100vh - 70px);padding:32px 24px;transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;position:fixed;top:70px;left:0;overflow-y:auto;transform:translate(100%);box-shadow:0 4px 10px #0000001a}.nav-menu-wrapper.open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(0)}.nav-links{flex-direction:column;align-items:flex-start;gap:16px;width:100%;margin-right:0}.nav-item-container{flex-direction:column;align-items:flex-start;width:100%}.nav-link-btn{text-align:left;justify-content:space-between;align-items:center;width:100%;padding:12px 0;font-size:18px;display:flex}.nav-link-btn:after{transform-origin:0;width:40px;transition:transform .3s;left:0;transform:scaleX(0)}.nav-link-btn:hover:after,.nav-link-btn.active:after,.nav-link-btn.dropdown-active:after{transform-origin:0;transform:scaleX(1)}.dropdown-menu{box-shadow:none;background-color:var(--bg-light,#f8fafc);border:none;border-radius:10px;width:100%;margin-top:8px;padding:10px 16px;animation:none;position:static}.dropdown-item{text-align:left;border-radius:6px;width:100%;padding:10px 12px;font-size:15px}.navbar-actions{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;margin-top:16px}.language-switcher{color:#1e293b;text-align:left;background:#f1f5f9;border:1px solid #cbd5e1;width:100%;margin-right:0;padding:10px 16px;font-size:14px}.quote-navbar-btn{text-align:center;width:100%;padding:14px 24px}}.language-switcher{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;margin-right:16px;padding:8px 14px;font-size:14px;font-weight:500;transition:all .3s}.language-switcher:hover{border-color:var(--primary-blue,#0273c4)}.language-switcher option{color:#1e293b;background:#fff}.stats-banner-wrapper{z-index:10;width:80vw;max-width:1040px;position:absolute;bottom:0;left:max(24px,50vw - 616px)}.stats-banner{color:var(--bg-white);background:linear-gradient(135deg,#0b78b8cc 0%,#24a583 47%,#2ebbce 92%);border:1px solid #ffffff1a;border-bottom:none;border-radius:20px;grid-template-columns:1fr 1fr 1.1fr;align-items:center;padding:34px 28px;display:grid;box-shadow:0 -4px 20px #0000000d}.stat-item{flex-direction:column;padding:0 16px;display:flex}.stat-item:not(:last-child){border-right:1px solid #ffffff40}.stat-value{font-family:var(--font-heading);letter-spacing:-.5px;margin-bottom:4px;font-size:26px;font-weight:800;line-height:1.2}.stat-1{color:#fff;font-family:var(--font-body);opacity:.85;font-size:12px;font-weight:400;line-height:1.3}@media (width<=1024px){.stats-banner-wrapper{box-sizing:border-box;width:100%;max-width:100%;margin-top:24px;margin-bottom:36px;padding:0 20px;position:relative;bottom:auto;left:auto}.stats-banner{box-sizing:border-box;border-radius:16px;grid-template-columns:1fr;gap:16px;max-width:540px;margin:0 auto;padding:24px 20px}.stat-item{text-align:center;align-items:center;padding:10px 0}.stat-item:not(:last-child){border-bottom:1px solid #fff3;border-right:none}}@media (width<=480px){.stats-banner-wrapper{margin-top:16px;margin-bottom:28px;padding:0 16px}.stats-banner{padding:18px 16px}.stat-value{font-size:22px}.stat-1{font-size:11.5px}}.hero-section1{background-color:var(--bg-white);align-items:stretch;width:100%;height:98vh;max-height:100vh;display:flex;position:relative;overflow:hidden}.hero-grid1{grid-template-columns:1.05fr .95fr;align-items:stretch;width:100%;height:100%;margin:0;padding:0;display:grid}.hero-left-content1{z-index:2;background-color:var(--bg-white);flex-direction:column;justify-content:center;padding:100px 64px 140px max(24px,50vw - 616px);display:flex}.hero-title1{font-family:var(--font-heading);color:#0a0a0a;letter-spacing:-1.2px;margin-bottom:18px;font-size:42px;font-weight:800;line-height:1.15}.hero-description1{font-family:var(--font-body);color:var(--text-muted);max-width:530px;margin-bottom:28px;font-size:15px;line-height:1.55}.hero-cta-buttons1{align-items:center;gap:16px;margin-bottom:0;display:flex}.hero-right-content1{background:linear-gradient(135deg,#fff 0%,#e2eff7 100%);align-items:flex-end;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block}.vertical-reveal-container{clip-path:inset(100% 0 0);opacity:0;align-items:flex-end;width:100%;height:100%;animation:1.6s cubic-bezier(.16,1,.3,1) .3s forwards verticalRevealWipe;display:flex;position:relative}@keyframes verticalRevealWipe{0%{clip-path:inset(100% 0 0);opacity:0}30%{opacity:1}to{clip-path:inset(0);opacity:1}}.reveal-text .hero-title1{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards slideUpFade;transform:translateY(30px)}.reveal-text .hero-description1{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .3s forwards slideUpFade;transform:translateY(25px)}.reveal-text .hero-cta-buttons1{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .5s forwards slideUpFade;transform:translateY(20px)}.reveal-text .stats-banner-wrapper{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .7s forwards slideUpFade;transform:translateY(20px)}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}.reveal-text{animation:.9s cubic-bezier(.16,1,.3,1) forwards slideUpFade}@media (width<=1024px){.hero-section1{flex-direction:column;height:auto;max-height:none;padding-top:0;overflow:visible}.hero-grid1{text-align:left;grid-template-columns:1fr;gap:0}.hero-left-content1{text-align:left;box-sizing:border-box;align-items:flex-start;width:100%;padding:100px 24px 24px}.hero-title1{letter-spacing:-.8px;word-break:break-word;overflow-wrap:break-word;margin-bottom:16px;font-size:clamp(28px,6.5vw,38px);line-height:1.2}.hero-description1{max-width:100%;margin-bottom:24px;margin-left:0;margin-right:0;font-size:14.5px;line-height:1.6}.hero-cta-buttons1{flex-flow:wrap;gap:12px;width:100%;display:flex}.hero-cta-buttons1 button{flex:auto;min-width:140px}.hero-right-content1{border-radius:20px;width:100%;height:clamp(260px,45vh,380px);margin-top:10px;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center bottom}}@media (width<=480px){.hero-left-content1{padding:90px 16px 20px}.hero-title1{letter-spacing:-.5px;font-size:26px}.hero-cta-buttons1{flex-direction:column;width:100%}.hero-cta-buttons1 button{width:100%}.hero-right-content1{border-radius:0;height:330px}}.home-about-section{background-color:var(--bg-white);padding:100px 0}.home-about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.home-about-left{flex-direction:column;display:flex}.section-tag{font-family:var(--font-heading);color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.about-description{font-family:var(--font-body);color:var(--text-muted);margin-bottom:24px;font-size:15px;line-height:1.65}.about-know-more-btn{color:#fff;cursor:pointer;background-color:#0077c8;border:none;border-radius:8px;align-self:flex-start;width:fit-content;margin-top:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .25s;box-shadow:0 4px 14px #0077c840}.about-know-more-btn:hover{background-color:#0062a5;transform:translateY(-2px);box-shadow:0 6px 20px #0077c859}.home-about-right{width:100%}.about-features-grid{grid-template-columns:1fr 1fr;width:100%;display:grid}.about-feature-item{flex-direction:column;align-items:flex-start;display:flex}.about-feature-item:first-child{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:0 28px 28px 0}.about-feature-item:nth-child(2){border-bottom:1px solid var(--border-color);padding:0 0 28px 28px}.about-feature-item:nth-child(3){border-right:1px solid var(--border-color);padding:28px 28px 0 0}.about-feature-item:nth-child(4){padding:28px 0 0 28px}.feature-icon{color:var(--primary-blue);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.feature-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.3}.feature-desc{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.home-products-section{background-color:var(--bg-light);padding:100px 0}.products-section-header{justify-content:space-between;align-items:center;margin-bottom:50px;display:flex}.products-section-header .header-left{flex:1;padding-right:20px}.home-products-section .products-section-header .section-title{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.5px;margin-bottom:0;font-size:38px;font-weight:800;line-height:1.2}.products-section-header .header-right{flex-shrink:0}.home-products-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.home-product-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;flex:0 0 calc(33.333% - 20px);min-width:320px;max-width:calc(33.333% - 20px);padding:32px;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000005}.home-product-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:0 12px 30px #0000000f}.product-card-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:12px;font-size:20px;font-weight:700}.product-card-desc{font-family:var(--font-body);color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:0;height:39px;margin-bottom:24px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-img-wrapper{border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:auto;display:flex;overflow:hidden}.product-card-img{object-fit:contain;max-width:100%;max-height:100%;display:block}.home-why-section{background-color:var(--bg-white);padding:100px 0}.home-why-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;display:grid}.home-why-left{flex-direction:column;display:flex}.why-benefits-list{flex-direction:column;gap:32px;margin-top:16px;display:flex}.benefit-item{align-items:flex-start;gap:20px;display:flex}.benefit-check{width:32px;height:32px;color:var(--primary-blue);background-color:#0273c41a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-text h3{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:6px;font-size:17px;font-weight:700}.benefit-text p{font-family:var(--font-body);color:var(--text-muted);font-size:14.5px;line-height:1.55}.home-why-right{width:100%}.why-image-wrapper{border-radius:20px;width:100%;overflow:hidden;box-shadow:0 8px 30px #0000000d}.why-image{object-fit:cover;object-position:center;width:100%;height:520px;display:block}.home-cta-section{width:100%;padding:80px 0}.cta-banner-content{text-align:center;background-color:#2dbad1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:70px 40px;display:flex}.cta-left{flex-direction:column;display:flex}.cta-title{font-family:var(--font-heading);color:var(--bg-white);max-width:800px;margin-bottom:16px;font-size:32px;font-weight:500;line-height:1.4}.cta-banner-desc{font-family:var(--font-body);color:#fffffff2;max-width:750px;margin-bottom:30px;font-size:16px;font-weight:400;line-height:1.6}.btn-cta-outline{color:var(--bg-white);border:1px solid var(--bg-white);cursor:pointer;font-size:16px;font-weight:400;font-family:var(--font-heading);background-color:#0000;border-radius:50px;padding:10px 32px;transition:all .3s}.btn-cta-outline:hover{background-color:var(--bg-white);color:#1197a4;background-color:var(--bg-white);transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.cta-stats-row{border-top:1px solid #fff3;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:32px;display:grid}.cta-stat-item{flex-direction:column;display:flex}.cta-stat-num{font-family:var(--font-heading);color:var(--bg-white);margin-bottom:4px;font-size:28px;font-weight:800;line-height:1.2}.cta-stat-lbl{font-family:var(--font-body);color:#ffffffd9;font-size:12px;line-height:1.3}.cta-right{width:100%}.cta-image-wrapper{border-radius:16px;width:100%;overflow:hidden;box-shadow:0 8px 30px #00000014}.cta-image{object-fit:cover;object-position:center;width:100%;height:320px;display:block}@media (width<=1024px){.home-about-section,.home-products-section,.home-why-section,.home-cta-section{padding:60px 0}.home-about-grid,.home-why-grid{grid-template-columns:1fr;gap:45px}.home-products-grid{gap:24px}.home-product-card{max-width:calc(50% - 12px);min-width:unset;flex:0 0 calc(50% - 12px)}.products-section-header{flex-direction:column;align-items:flex-start;gap:20px}.section-title,.faq-section-title,.home-about-left .section-title,.home-products-section .products-section-header .section-title,.home-why-section .section-title,.cta-title{white-space:normal;font-size:30px}.why-image{height:380px}.cta-banner-content{padding:40px}}@media (width<=768px){.home-product-card{max-width:100%;min-width:unset;flex:0 0 100%}.why-image{height:300px}.cta-stats-row{grid-template-columns:1fr;gap:24px}}@media (width<=480px){.why-image{height:250px}.cta-banner-content{padding:30px 20px}}.scroll-reveal{opacity:0;will-change:transform, opacity;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.home-about-left .scroll-reveal:first-child.visible,.home-products-section .scroll-reveal:first-child.visible,.home-why-section .scroll-reveal:first-child.visible{transition-delay:.1s}.home-about-left .scroll-reveal:nth-child(2).visible,.home-products-section .scroll-reveal:nth-child(2).visible,.home-why-section .scroll-reveal:nth-child(2).visible{transition-delay:.25s}.home-about-left .scroll-reveal:nth-child(3).visible,.home-why-section .scroll-reveal:nth-child(3).visible{transition-delay:.4s}.home-about-left .scroll-reveal:nth-child(4).visible{transition-delay:.55s}.home-about-left .scroll-reveal:nth-child(5).visible{transition-delay:.7s}.home-about-left .scroll-reveal:nth-child(6).visible{transition-delay:.85s}.home-about-right .scroll-reveal.visible,.home-why-right.scroll-reveal.visible,.home-cta-section.scroll-reveal.visible{transition-delay:.3s}.home-faq-section{background-color:var(--bg-white);padding:100px 0}.home-faq-grid{grid-template-columns:.95fr 1.05fr;align-items:flex-start;gap:80px;display:grid}.home-faq-left{flex-direction:column;display:flex}.faq-section-tag{font-family:var(--font-heading);color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.faq-section-title{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-.5px;margin-bottom:24px;font-size:38px;font-weight:800;line-height:1.2}.faq-still-questions h3{font-family:var(--font-heading);color:#111827;margin-bottom:12px;font-size:18px;font-weight:700}.faq-still-questions p{font-family:var(--font-body);color:var(--text-muted);max-width:360px;margin-bottom:20px;font-size:14.5px;line-height:1.6}.faq-contact-link{font-family:var(--font-heading);color:#0273c4;cursor:pointer;align-items:center;font-size:14.5px;font-weight:700;transition:opacity .2s;display:inline-flex}.faq-contact-link:hover{opacity:.8}.faq-contact-link .arrow{margin-left:6px;transition:transform .2s}.faq-contact-link:hover .arrow{transform:translate(4px)}.home-faq-right{width:100%}.faq-accordion-list{flex-direction:column;display:flex}.faq-accordion-item{border-top:1px solid #e5e7eb}.faq-accordion-list .faq-accordion-item:last-child{border-bottom:1px solid #e5e7eb}.faq-accordion-header{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:24px 0;display:flex}.faq-question-text{font-family:var(--font-heading);color:#111827;font-size:16px;font-weight:700;line-height:1.4;transition:color .2s}.faq-accordion-item:hover .faq-question-text{color:#0273c4}.faq-icon-status{color:#9ca3af;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:20px;font-weight:400;line-height:1}.faq-accordion-body{max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-accordion-item.active .faq-accordion-body{max-height:160px}.faq-answer-inner{padding-bottom:24px}.faq-answer-inner p{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:14.5px;line-height:1.6}@media (width<=1024px){.home-faq-grid{grid-template-columns:1fr;gap:40px}.faq-section-title{margin-bottom:24px}}.about-page{width:100%}.section-tag{font-family:var(--font-heading);letter-spacing:1.5px;text-transform:uppercase;color:var(--primary-blue,#0273c4);margin-bottom:15px;font-size:13px;font-weight:700;display:block}.section-title{font-family:var(--font-heading);color:var(--text-dark,#1e293b);letter-spacing:-.5px;margin-bottom:30px;font-size:38px;font-weight:800;line-height:1.25}.lang-ta .section-title,.lang-hi .section-title{letter-spacing:.5px;font-size:32px;line-height:1.4}.lang-ta .mission-desc,.lang-hi .mission-desc{font-size:15px;line-height:1.8}.about-hero{width:100%;min-height:80vh;margin-top:50px;display:flex}.about-hero-left{color:#fff;background-color:#1e1e1e;flex:1;align-items:center;padding:140px 10% 80px 6%;display:flex;position:relative}.about-hero-content h1{margin-bottom:24px;font-size:64px;font-weight:700;line-height:1.1}.about-hero-content p{color:#ccc;max-width:450px;font-size:15px;line-height:1.6}.scroll-down-arrow{color:#fff;border:1px solid #ffffff4d;justify-content:center;align-items:center;width:50px;height:50px;margin-top:50px;display:flex}.about-hero-right{flex:1;width:50%}.about-hero-right img{object-fit:cover;width:100%;height:100%}.our-story-section{padding:100px 24px}.story-grid{grid-template-columns:1fr 1fr;gap:50px;display:grid}.story-subtitle,.story-bottom .story-desc-col p{color:#666;margin-bottom:30px;font-size:16px;line-height:1.7}.stats-row{gap:40px;margin-bottom:40px;display:flex}.stat-item{flex-direction:column;display:flex}.stat-num{color:#111;margin-bottom:4px;font-size:28px;font-weight:600}.stat-label{color:#777;text-transform:uppercase;font-size:12px}.btn-yellow{color:#111;cursor:pointer;background-color:#f3b007;border:none;border-radius:4px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;display:inline-flex}.btn-yellow .arrow-circle{border:1px solid #111;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:inline-flex}.story-right{align-items:flex-end;gap:40px;display:flex;position:relative}.story-img-small{border-radius:8px;width:40%;overflow:hidden}.story-img-small img{width:100%;height:auto;display:block}.story-img-large{border-radius:8px;width:50%;overflow:hidden}.story-img-large img{width:100%;height:auto;display:block}.mission-vision-section{padding:40px 24px}.mission-vision-wrapper{background:var(--bg-white,#fff);grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.mission-vision-left img{aspect-ratio:1;object-fit:cover;width:100%;height:100%}.mission-vision-right{flex-direction:column;gap:30px;padding:20px 0;display:flex}.mv-block{flex-direction:column;gap:16px;display:flex}.mv-tag{font-family:var(--font-heading);color:#0273c4;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.mv-icon-circle{color:#0273c4;background-color:#0273c41a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mv-heading{font-family:var(--font-heading);color:#111827;font-size:28px;font-weight:700;line-height:1.3}.mv-desc{font-family:var(--font-body);color:#6b7280;font-size:15px;line-height:1.6}.mv-divider{background-color:#e5e7eb;width:100%;height:1px;margin:10px 0}@media (width<=768px){.mission-vision-wrapper{grid-template-columns:1fr;gap:40px}}.why-blue-section{color:#fff;background-color:#487f9c;margin-top:60px;padding:80px 0}.why-blue-content{max-width:600px}.check-list{padding:0;list-style:none}.check-list li{align-items:flex-start;gap:16px;margin-bottom:20px;font-size:15.5px;line-height:1.5;display:flex}.check-icon{width:30px;height:30px;color:var(--primary-blue,#0273c4);background-color:#e0f2fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.why-blue-right img{border-radius:8px 0 0 8px;width:100%}.services-section{padding:100px 24px}.services-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.services-left h3{color:#333;margin-bottom:30px;font-size:24px;font-weight:400;line-height:1.5}.btn-orange{color:#fff;cursor:pointer;background-color:#f56c00;border:none;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:600}.numbered-list{padding:0;list-style:none}.numbered-list li{color:#555;border-bottom:1px solid #eee;gap:12px;padding:20px 0;font-size:15px;display:flex}.numbered-list li:first-child{border-top:1px solid #eee}.why-black-section{color:#fff;background-color:#0b78b8;padding:100px 0}.why-black-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.why-black-left p{color:#aaa;font-size:15px;line-height:1.7}.stats-grid{border-top:1px solid #ffffff1a;border-left:1px solid #ffffff1a;grid-template-columns:1fr 1fr;display:grid}.stat-box{text-align:center;border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;padding:40px 20px}.stat-box h4{margin-bottom:8px;font-size:36px;font-weight:400}.stat-box p{color:#fff;font-size:12px}@media (width<=992px){.about-hero{flex-direction:column}.about-hero-left,.about-hero-right{flex:none;width:100%}.about-hero-right{height:300px}.story-grid,.mission-grid,.why-blue-grid,.services-grid,.why-black-grid{grid-template-columns:1fr}.why-blue-right img{border-radius:8px}}.product-page{background-color:var(--bg-white,#fff);width:100%;padding-top:130px;padding-bottom:60px;font-family:inherit}.product-pill-badge{color:var(--primary-blue,#0273c4);letter-spacing:1.5px;text-transform:uppercase;background-color:#ebf5fa;border:1px solid #0273c433;border-radius:50px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.product-pill-badge.center{margin:0 auto 16px}.product-hero-section{margin-bottom:90px}.hero-grid{grid-template-columns:1.15fr 1fr .9fr;align-items:center;gap:36px;display:grid}.hero-image-col{border-radius:24px;width:100%;height:535px;overflow:hidden;box-shadow:0 10px 30px #0000000f}.hero-image-col img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-main-col{flex-direction:column;align-items:flex-start;display:flex}.hero-product-title{color:#111827;letter-spacing:-.5px;margin-bottom:28px;font-size:32px;font-weight:600;line-height:1.25}.hero-social-proof{align-items:center;gap:16px;margin-bottom:32px;display:flex}.avatar-stack{align-items:center;display:flex}.avatar-img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:40px;height:40px;margin-left:-12px;box-shadow:0 2px 6px #0000001a}.avatar-img:first-child{margin-left:0}.avatar-more{color:#fff;background:#475569;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-12px;font-size:14px;font-weight:600;display:flex;box-shadow:0 2px 6px #0000001a}.proof-stats{flex-direction:column;display:flex}.proof-num{color:#0077c8;font-size:20px;font-weight:700;line-height:1.1}.proof-lbl{color:#64748b;font-size:12px;font-weight:500}.btn-hero-quote{color:#fff;cursor:pointer;background-color:#0077c8;border:none;border-radius:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .25s;box-shadow:0 4px 14px #0077c840}.btn-hero-quote:hover{background-color:#0062a5;transform:translateY(-2px);box-shadow:0 6px 20px #0077c859}.hero-info-col{flex-direction:column;gap:20px;display:flex}.hero-overview-desc{color:#64748b;margin-bottom:8px;font-size:14px;line-height:1.65}.hero-cards-box{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;padding:20px}.feature-card-item{align-items:center;gap:16px;display:flex}.feature-card-icon{color:#0077c8;background-color:#ebf5fa;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.feature-icon-img{object-fit:contain;width:24px;height:24px}.feature-card-content{flex-direction:column;display:flex}.feature-card-title{color:#1e293b;margin-bottom:2px;font-size:15px;font-weight:600}.feature-card-subtitle{color:#64748b;font-size:12px;line-height:1.45}.feature-cards-divider{background-color:#e2e8f0;height:1px;margin:16px 0}.product-overview-section{margin-bottom:100px}.overview-header{text-align:center;margin-bottom:50px}.overview-main-title{color:#111827;letter-spacing:-.5px;margin-top:8px;font-size:34px;font-weight:600}.overview-grid{grid-template-columns:1fr 1.25fr 1fr;align-items:center;gap:32px;display:grid}.overview-categories-list{flex-direction:column;gap:12px;display:flex}.category-tab-btn{text-align:left;color:#334155;cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;justify-content:space-between;align-items:center;padding:14px 20px;font-size:14px;font-weight:500;transition:all .25s;display:flex}.category-tab-btn:hover{color:#0077c8;border-color:#0077c8}.category-tab-btn.active{color:#fff;background-color:#0077c8;border-color:#0077c8;box-shadow:0 4px 14px #0077c833}.tab-arrow-circle{color:#64748b;background-color:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:all .25s;display:flex}.tab-arrow-img{object-fit:contain;width:14px;height:14px;transition:all .25s}.category-tab-btn.active .tab-arrow-circle{color:#0077c8;background-color:#fff}.overview-center-image{background-color:#f8fafc;border-radius:24px;width:100%;height:390px;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000014}.overview-center-image img{object-fit:cover;object-position:center;will-change:opacity, transform;border-radius:24px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.overview-img-active{opacity:1;z-index:2;transform:scale(1)}.overview-img-fade-in{z-index:2;animation:.5s cubic-bezier(.16,1,.3,1) forwards smoothFadeInOverview}.overview-img-fade-out{z-index:1;animation:.5s cubic-bezier(.16,1,.3,1) forwards smoothFadeOutOverview}@keyframes smoothFadeInOverview{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes smoothFadeOutOverview{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.97)}}.overview-right-content{flex-direction:column;display:flex}.overview-content-title{color:#111827;margin-bottom:14px;font-size:22px;font-weight:600;line-height:1.3}.overview-content-text{color:#64748b;margin-bottom:24px;font-size:13.5px;line-height:1.7}.highlights-subtitle{color:#334155;margin-bottom:12px;font-size:14px;font-weight:600}.highlights-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.highlight-item{color:#1e293b;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.check-icon{color:#17b1bf;font-size:16px;font-weight:700}.product-specs-section{margin-bottom:70px}.specs-title{color:#0077c8;margin-bottom:24px;font-size:24px;font-weight:600}.specs-table-wrapper{border-radius:4px;width:100%;margin-bottom:50px;overflow-x:auto}.specs-table{border-collapse:collapse;background-color:#fff;border:1px solid #e2e8f0;width:100%}.specs-table th{color:#1e293b;text-align:left;background-color:#f8fafc;border:1px solid #e2e8f0;width:50%;padding:14px 20px;font-size:14px;font-weight:600}.specs-table td{text-align:left;color:#334155;border:1px solid #e2e8f0;padding:14px 20px;font-size:14px}.specs-table tbody tr:nth-child(2n){background-color:#fafafa}.solution-callout-box{flex-direction:column;align-items:flex-start;display:flex}.solution-title{color:#111827;margin-bottom:10px;font-size:20px;font-weight:600}.solution-desc{color:#64748b;max-width:800px;margin-bottom:20px;font-size:14px;line-height:1.6}@media (width<=1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:28px}.hero-info-col{grid-column:span 2}.overview-grid{grid-template-columns:1fr 1fr;gap:28px}.overview-right-content{grid-column:span 2}}@media (width<=768px){.product-page{padding-top:110px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-info-col{grid-column:span 1}.hero-image-col{border-radius:16px;height:500px}.hero-product-title{margin-bottom:20px;font-size:28px}.overview-grid{grid-template-columns:1fr;gap:24px}.overview-right-content{grid-column:span 1}.overview-center-image{border-radius:16px;height:280px}.overview-main-title{font-size:26px}.specs-table th,.specs-table td{padding:10px 14px;font-size:13px}}@media (width<=480px){.hero-product-title{font-size:22px}.hero-image-col{height:500px}.hero-social-proof{flex-flow:wrap;gap:12px}.btn-hero-quote{text-align:center;width:100%}.overview-main-title{font-size:22px}.category-tab-btn{padding:12px 16px;font-size:13px}}.contact-page{background-color:var(--bg-white,#fff);padding-top:140px;padding-bottom:80px}.contact-header{margin-bottom:40px}.contact-tag{font-family:var(--font-heading);letter-spacing:1.5px;text-transform:uppercase;color:var(--primary-blue,#0273c4);margin-bottom:12px;font-size:13px;font-weight:700;display:block}.contact-title{font-family:var(--font-heading);color:var(--text-dark,#1e293b);letter-spacing:-.5px;font-size:38px;font-weight:800;line-height:1.25}.contact-grid{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.contact-form-wrapper{background-color:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;padding:40px;display:flex}.contact-form{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group label{color:#222;font-size:14px;font-weight:700}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{color:#999;position:absolute;left:16px}.input-with-icon.align-top svg{top:16px}.input-with-icon input,.input-with-icon textarea{width:100%;font-size:14px;font-family:var(--font-body);color:#333;border:1px solid #eaeaea;border-radius:6px;outline:none;padding:14px 16px 14px 44px;transition:all .2s}.input-with-icon input::placeholder,.input-with-icon textarea::placeholder{color:#999}.input-with-icon input:focus,.input-with-icon textarea:focus{border-color:#0273c4}.submit-now-btn{color:#fff;cursor:pointer;background-color:#0273c4;border:none;border-radius:6px;align-self:flex-start;margin-top:8px;padding:12px 32px;font-size:14px;font-weight:600}.contact-image-wrapper{border-radius:16px;height:100%;min-height:400px;position:relative;overflow:hidden}.contact-image-wrapper img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.info-bar{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:60px;padding:24px 40px;display:grid}.info-column{flex-direction:column;gap:4px;display:flex}.info-column h5{text-transform:uppercase;color:#777;letter-spacing:1px;margin-bottom:4px;font-size:11px}.info-column h4{color:#222;font-size:15px;font-weight:600}.info-column p{color:#555;font-size:14px}.social-column{align-items:flex-start}.social-icons{gap:16px;margin-top:4px;display:flex}.social-icons a{color:#555;justify-content:center;align-items:center;transition:color .2s;display:flex}.social-icons a:hover{color:#0273c4}.map-section{background-color:#f5f5f5;border-radius:16px;width:100%;height:400px;overflow:hidden}.success-message{text-align:center;border:1px dashed var(--teal-green,#00a896);background-color:#00a89614;border-radius:8px;flex-direction:column;justify-content:center;height:100%;padding:40px 20px;display:flex}.success-message h3{color:var(--teal-green,#00a896);margin-bottom:8px;font-size:22px}.success-message p{color:#555;font-size:15px}@media (width<=992px){.contact-grid{grid-template-columns:1fr}.contact-image-wrapper{height:400px}.info-bar{grid-template-columns:1fr;gap:30px;padding:30px}}@media (width<=768px){.form-row{grid-template-columns:1fr}.contact-title{font-size:36px}}.app-layout{flex-direction:column;min-height:100vh;display:flex;position:relative}.main-content{flex-grow:1;width:100%}.main-footer{color:#fff;font-family:var(--font-body), system-ui, -apple-system, sans-serif;background:linear-gradient(135deg,#0b78b8cc 0%,#24a583 47%,#2ebbce 92%);padding:80px 0 35px}.footer-top-grid{grid-template-columns:1.4fr .86fr .86fr .86fr;align-items:flex-start;gap:40px;margin-bottom:60px;display:grid}.footer-brand-col{padding-right:40px}.footer-brand-title{font-family:var(--font-heading), system-ui, sans-serif;color:#fff;letter-spacing:-.3px;margin-bottom:24px;font-size:28px;font-weight:700;line-height:1.25}.footer-brand-desc{color:#fffc;font-size:13.5px;font-weight:400;line-height:1.65}.footer-links-col h3{font-family:var(--font-heading), system-ui, sans-serif;color:#fff;letter-spacing:.3px;margin-bottom:24px;font-size:14px;font-weight:700}.footer-links-col ul{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-links-col ul li{color:#ffffffd9;cursor:pointer;width:fit-content;font-size:13.5px;transition:color .2s,transform .2s}.footer-links-col ul li:hover{color:#fff;transform:translate(2px)}.footer-contact-bar{border:1px solid #ffffff4d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:24px 40px;display:flex}.footer-logo-text{font-family:var(--font-heading), system-ui, sans-serif;letter-spacing:1.5px;color:#fff;font-size:22px;font-weight:800}.footer-logo{width:auto;max-height:30px;display:block}.contact-bar-info{align-items:center;gap:70px;display:flex}.contact-info-item{flex-direction:column;gap:4px;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;font-size:11px;font-weight:500}.contact-value-group{flex-wrap:wrap;align-items:center;gap:2px;display:inline-flex}.contact-value{color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s}.contact-sep{color:#fff;font-size:15px;font-weight:600}.contact-value:hover{opacity:.85}.footer-social-links{align-items:center;gap:18px;margin-top:4px;display:flex}.footer-social-links a{color:#fff;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.footer-social-links a:hover{opacity:.8;transform:translateY(-1px)}.footer-social-links .x-logo{align-items:center;display:inline-flex}.footer-bottom{justify-content:space-between;align-items:center;padding-top:10px;display:flex}.copyright-txt,.credits-txt{color:#ffffffbf;margin:0;font-size:12px;font-weight:400}.credits-txt{text-transform:lowercase}@media (width<=1024px){.footer-top-grid{grid-template-columns:1fr 1fr;gap:45px}.footer-brand-col{grid-column:span 2;padding-right:0}.contact-bar-info{gap:40px}}@media (width<=768px){.main-footer{padding:60px 0 30px}.footer-top-grid{grid-template-columns:1fr;gap:35px;margin-bottom:45px}.footer-brand-col{grid-column:span 1}.footer-brand-title{font-size:24px}.footer-links-col h3{margin-bottom:16px}.footer-contact-bar{flex-direction:column;align-items:flex-start;gap:30px;padding:30px}.contact-bar-info{flex-direction:column;align-items:flex-start;gap:24px;width:100%}.social-item{width:100%}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;align-items:flex-start;gap:12px;padding-top:20px}}.floating-buttons-container{z-index:9999;flex-direction:column;gap:16px;display:flex;position:fixed;bottom:30px;right:30px}.floating-btn{color:#fff;cursor:pointer;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.whatsapp-btn{background-color:#25d366}.whatsapp-btn:hover{background-color:#1ebe5d;transform:translateY(-3px);box-shadow:0 6px 16px #25d36666}.scroll-top-btn{opacity:0;visibility:hidden;background-color:#0273c4;transform:translateY(20px)}.scroll-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{background-color:#025b9c;transform:translateY(-3px);box-shadow:0 6px 16px #0273c466}@media (width<=768px){.floating-buttons-container{gap:12px;bottom:20px;right:20px}.floating-btn{width:48px;height:48px}.whatsapp-btn svg{width:24px;height:24px}.scroll-top-btn svg{width:20px;height:20px}}
