@import "https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--primary-blue:#0f2942;--primary-blue-dark:#071527;--primary-blue-light:#1e3a5f;--primary-green:#16a34a;--primary-green-bright:#22c55e;--primary-green-light:#dcfce7;--primary-red:#dc2626;--primary-red-light:#fee2e2;--accent-gold:#d97706;--accent-gold-light:#fbbf24;--accent-gold-bg:#fffbeb;--text-dark:#0f172a;--text-muted:#475569;--text-light:#94a3b8;--bg-page:#f8fafc;--bg-card:#fff;--bg-dark:#0a192f;--border-light:#e2e8f0;--border-focus:#22c55e;--shadow-sm:0 2px 8px #0f172a0d;--shadow-md:0 10px 30px #0f172a14;--shadow-lg:0 20px 40px #0f172a1f;--shadow-glow:0 0 25px #22c55e40;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-full:9999px;--font-bangla:"Hind Siliguri", -apple-system, BlinkMacSystemFont, sans-serif;--font-english:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-bangla);background-color:var(--bg-page);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}.section-padding{padding:4.5rem 0}@media (max-width:768px){.section-padding{padding:3rem 0}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.section-badge{background-color:var(--primary-green-light);color:var(--primary-green);border-radius:var(--radius-full);border:1px solid #22c55e33;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.section-title{color:var(--primary-blue);margin-bottom:.75rem;font-size:2.25rem;font-weight:700;line-height:1.3}@media (max-width:768px){.section-title{font-size:1.75rem}}.section-subtitle{color:var(--text-muted);max-width:680px;margin:0 auto 2.5rem;font-size:1.1rem}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-bright) 100%);color:#fff;box-shadow:0 4px 14px #16a34a59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #16a34a73}.btn-gold{background:linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-light) 100%);color:#fff;box-shadow:0 4px 14px #d9770659}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 20px #d9770673}.btn-outline{border:2px solid var(--primary-blue);color:var(--primary-blue);background:0 0}.btn-outline:hover{background:var(--primary-blue);color:#fff}.btn-white{color:var(--primary-blue);box-shadow:var(--shadow-md);background:#fff}.btn-white:hover{background:#f1f5f9;transform:translateY(-2px)}.btn-sm{padding:.5rem 1.1rem;font-size:.9rem}.btn-lg{padding:1.1rem 2.25rem;font-size:1.1rem}.glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fffffff2;border:1px solid #fff9}.form-group{text-align:left;flex-direction:column;gap:.4rem;margin-bottom:1.1rem;display:flex}.form-label{color:var(--text-dark);font-size:.95rem;font-weight:600}.form-input,.form-select,.form-textarea{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);background-color:#fff;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary-green);outline:none;box-shadow:0 0 0 3px #22c55e26}@keyframes pulseGlow{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 16px #22c55e00}to{box-shadow:0 0 #22c55e00}}.whatsapp-pulse{animation:2s infinite pulseGlow}.badge{border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.badge-gold{background-color:var(--accent-gold-bg);color:var(--accent-gold);border:1px solid #d977064d}.badge-green{background-color:var(--primary-green-light);color:var(--primary-green)}.dark-section{background-color:var(--bg-dark);color:#fff}.dark-section .section-title{color:#fff}.dark-section .section-subtitle{color:#94a3b8}
.Header-module__hBw1pG__headerWrapper{z-index:1000;background-color:#fff;position:sticky;top:0;left:0;right:0;box-shadow:0 4px 20px #0f172a0f}.Header-module__hBw1pG__topBar{background-color:var(--primary-blue);color:#e2e8f0;border-bottom:1px solid #ffffff1a;padding:.4rem 0;font-size:.85rem}.Header-module__hBw1pG__topBarContainer{justify-content:space-between;align-items:center;display:flex}@media (max-width:900px){.Header-module__hBw1pG__topBar{display:none}}.Header-module__hBw1pG__topBarLeft{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__topBarLink{color:#cbd5e1;align-items:center;gap:.4rem;transition:color .2s;display:inline-flex}.Header-module__hBw1pG__topBarLink:hover{color:var(--primary-green-bright)}.Header-module__hBw1pG__topIcon{color:var(--accent-gold-light)}.Header-module__hBw1pG__divider{color:#475569}.Header-module__hBw1pG__topBarItem{color:#cbd5e1;align-items:center;gap:.4rem;display:inline-flex}.Header-module__hBw1pG__topBarRight{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__badgeGovt{color:#4ade80;border-radius:var(--radius-full);background-color:#22c55e26;align-items:center;gap:.4rem;padding:.2rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.Header-module__hBw1pG__langSwitchBtn{border-radius:var(--radius-full);color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff40;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.Header-module__hBw1pG__langSwitchBtn:hover{background-color:var(--primary-green);border-color:var(--primary-green-bright);transform:translateY(-1px)}.Header-module__hBw1pG__langSwitchPillMobile{background-color:var(--bg-page);border:1.5px solid var(--border-light);border-radius:var(--radius-full);color:var(--primary-blue);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:flex}.Header-module__hBw1pG__langSwitchPillMobile:hover{border-color:var(--primary-green);color:var(--primary-green)}.Header-module__hBw1pG__mainNav{background-color:#fff;padding:.85rem 0;transition:all .3s}.Header-module__hBw1pG__scrolledNav{box-shadow:var(--shadow-md);padding:.6rem 0}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logoLink{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__hBw1pG__logoIconWrapper{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Header-module__hBw1pG__logoImg{object-fit:contain;width:44px;height:44px}.Header-module__hBw1pG__brandText{flex-direction:column;display:flex}.Header-module__hBw1pG__brandName{font-family:var(--font-english);color:var(--primary-blue);letter-spacing:-.02em;font-size:1.35rem;font-weight:900;line-height:1}.Header-module__hBw1pG__brandSubtitle{font-family:var(--font-english);color:var(--primary-green);letter-spacing:.15em;text-transform:uppercase;margin-top:2px;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__desktopNav{align-items:center;gap:1.5rem;display:flex}@media (max-width:1024px){.Header-module__hBw1pG__desktopNav{display:none}}.Header-module__hBw1pG__navLink{color:var(--text-dark);padding:.3rem 0;font-size:1rem;font-weight:600;transition:color .2s;position:relative}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__activeNavLink{color:var(--primary-green)}.Header-module__hBw1pG__activeNavLink:after{content:"";background-color:var(--primary-green);border-radius:var(--radius-full);height:3px;position:absolute;bottom:-4px;left:0;right:0}.Header-module__hBw1pG__navActions{align-items:center;gap:.85rem;display:flex}.Header-module__hBw1pG__mobileMenuToggle{color:var(--primary-blue);border-radius:var(--radius-sm);padding:.4rem;display:none}@media (max-width:1024px){.Header-module__hBw1pG__mobileMenuToggle{display:flex}}.Header-module__hBw1pG__mobileDrawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0f172ab3;position:fixed;inset:0}.Header-module__hBw1pG__mobileDrawer{background-color:#fff;flex-direction:column;width:85%;max-width:360px;height:100%;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) Header-module__hBw1pG__slideLeft;display:flex;position:absolute;top:0;right:0;box-shadow:-10px 0 30px #0003}@keyframes Header-module__hBw1pG__slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.Header-module__hBw1pG__mobileDrawerHeader{border-bottom:1px solid var(--border-light);align-items:center;gap:.75rem;padding-bottom:1.25rem;display:flex;position:relative}.Header-module__hBw1pG__drawerCloseBtn{color:var(--text-muted);padding:.3rem;position:absolute;top:0;right:0}.Header-module__hBw1pG__mobileLinks{flex-direction:column;flex:1;gap:.3rem;padding:1.25rem 0;display:flex;overflow-y:auto}.Header-module__hBw1pG__mobileNavLink{color:var(--text-dark);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.8rem .75rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__mobileNavLink:hover,.Header-module__hBw1pG__activeMobileLink{background-color:var(--primary-green-light);color:var(--primary-green)}.Header-module__hBw1pG__mobileDrawerFooter{border-top:1px solid var(--border-light);padding-top:1.25rem}
.Footer-module__S6Hkya__footerWrapper{background-color:var(--bg-dark);color:#e2e8f0;border-top:4px solid var(--primary-green);padding-top:4.5rem;padding-bottom:2rem}.Footer-module__S6Hkya__footerContainer{flex-direction:column;gap:3.5rem;display:flex}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:2.5rem;display:grid}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr}}.Footer-module__S6Hkya__logoLink{align-items:center;gap:.75rem;margin-bottom:1.25rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIconWrapper{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:42px;height:42px}.Footer-module__S6Hkya__brandText{flex-direction:column;display:flex}.Footer-module__S6Hkya__brandName{font-family:var(--font-english);color:#fff;font-size:1.35rem;font-weight:900;line-height:1}.Footer-module__S6Hkya__brandSubtitle{font-family:var(--font-english);color:var(--primary-green-bright);letter-spacing:.15em;text-transform:uppercase;margin-top:2px;font-size:.75rem;font-weight:700}.Footer-module__S6Hkya__companyDesc{color:#94a3b8;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__licensingBox{border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid #ffffff1a;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.Footer-module__S6Hkya__licenseIcon{color:var(--primary-green-bright);flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__licenseTitle{color:#fff;font-size:.9rem;font-weight:700}.Footer-module__S6Hkya__licenseSub{color:#94a3b8;font-size:.8rem}.Footer-module__S6Hkya__socialIconsRow{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1.25rem;display:flex}.Footer-module__S6Hkya__socialIconBtn{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__S6Hkya__socialIconBtn:hover{background-color:var(--primary-green);border-color:var(--primary-green-bright);color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px #16a34a66}.Footer-module__S6Hkya__colTitle{color:#fff;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background-color:var(--primary-green);border-radius:var(--radius-full);width:36px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__footerList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:#cbd5e1;align-items:center;gap:.4rem;font-size:.95rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__footerLink:hover{color:var(--primary-green-bright);transform:translate(4px)}.Footer-module__S6Hkya__contactList{color:#cbd5e1;flex-direction:column;gap:.85rem;font-size:.92rem;display:flex}.Footer-module__S6Hkya__contactItem{align-items:flex-start;gap:.6rem;display:flex}.Footer-module__S6Hkya__contactIcon{color:var(--accent-gold-light);flex-shrink:0;margin-top:3px}.Footer-module__S6Hkya__phoneLink,.Footer-module__S6Hkya__mailLink,.Footer-module__S6Hkya__waLink{color:#fff;font-weight:600;transition:color .2s}.Footer-module__S6Hkya__phoneLink:hover,.Footer-module__S6Hkya__mailLink:hover,.Footer-module__S6Hkya__waLink:hover{color:var(--primary-green-bright)}.Footer-module__S6Hkya__footerBottom{color:#64748b;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:1.75rem;font-size:.9rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;gap:.85rem}}.Footer-module__S6Hkya__bottomLinks{align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:#94a3b8;transition:color .2s}.Footer-module__S6Hkya__bottomLinks a:hover{color:#fff}
.WhatsAppFloat-module__JraM6W__floatBtn{color:#fff;z-index:999;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;transition:transform .25s;display:flex;position:fixed;bottom:2.25rem;right:1.75rem;box-shadow:0 8px 24px #25d36666}.WhatsAppFloat-module__JraM6W__floatBtn:hover{transform:scale(1.1)}.WhatsAppFloat-module__JraM6W__tooltip{background-color:var(--primary-blue);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;box-shadow:var(--shadow-md);padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;right:68px;transform:translate(10px)}.WhatsAppFloat-module__JraM6W__floatBtn:hover .WhatsAppFloat-module__JraM6W__tooltip{opacity:1;transform:translate(0)}@media (max-width:768px){.WhatsAppFloat-module__JraM6W__floatBtn{width:52px;height:52px;bottom:4.5rem;right:1.25rem}}
.MobileStickyCTA-module__EOHvsq__stickyBar{z-index:998;border-top:1px solid var(--border-light);background-color:#fff;gap:.5rem;padding:.6rem .75rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0f172a1f}@media (max-width:768px){.MobileStickyCTA-module__EOHvsq__stickyBar{display:flex}}.MobileStickyCTA-module__EOHvsq__ctaBtn{border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.65rem .4rem;font-size:.85rem;font-weight:700;text-decoration:none;display:flex}.MobileStickyCTA-module__EOHvsq__callBtn{background-color:var(--primary-blue);color:#fff}.MobileStickyCTA-module__EOHvsq__waBtn{color:#fff;background-color:#25d366}.MobileStickyCTA-module__EOHvsq__inquiryBtn{background:linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-bright) 100%);color:#fff}
.InquiryModal-module___Qy4dG__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background-color:#0f172abf;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out InquiryModal-module___Qy4dG__fadeIn;display:flex;position:fixed;inset:0}@keyframes InquiryModal-module___Qy4dG__fadeIn{0%{opacity:0}to{opacity:1}}.InquiryModal-module___Qy4dG__modalCard{border-radius:var(--radius-lg);background-color:#fff;width:100%;max-width:650px;max-height:90vh;padding:2.25rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) InquiryModal-module___Qy4dG__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes InquiryModal-module___Qy4dG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.InquiryModal-module___Qy4dG__closeBtn{background-color:var(--bg-page);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.InquiryModal-module___Qy4dG__closeBtn:hover{background-color:var(--primary-red-light);color:var(--primary-red)}.InquiryModal-module___Qy4dG__header{margin-bottom:1.5rem}.InquiryModal-module___Qy4dG__title{color:var(--primary-blue);margin-top:.4rem;margin-bottom:.3rem;font-size:1.5rem;font-weight:700}.InquiryModal-module___Qy4dG__subtitle{color:var(--text-muted);font-size:.95rem}.InquiryModal-module___Qy4dG__formGrid{grid-template-columns:1fr 1fr;gap:.2rem 1rem;display:grid}@media (max-width:640px){.InquiryModal-module___Qy4dG__formGrid{grid-template-columns:1fr}}.InquiryModal-module___Qy4dG__inputWrapper{position:relative}.InquiryModal-module___Qy4dG__inputIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.InquiryModal-module___Qy4dG__successState{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1rem;display:flex}.InquiryModal-module___Qy4dG__successIcon{color:var(--primary-green);margin-bottom:1.25rem;animation:.6s cubic-bezier(.175,.885,.32,1.275) InquiryModal-module___Qy4dG__bounce}@keyframes InquiryModal-module___Qy4dG__bounce{0%{transform:scale(.3)}50%{transform:scale(1.1)}to{transform:scale(1)}}.InquiryModal-module___Qy4dG__successTitle{color:var(--primary-blue);margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.InquiryModal-module___Qy4dG__successDesc{color:var(--text-muted);max-width:480px;margin-bottom:1.75rem}
