.Footer-module__bMuvWG__footer{background-color:var(--bg-footer);border-top:1px solid var(--border-card);padding-top:72px;padding-bottom:36px}.Footer-module__bMuvWG__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px;display:grid}@media (max-width:900px){.Footer-module__bMuvWG__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.Footer-module__bMuvWG__footerGrid{grid-template-columns:1fr}}.Footer-module__bMuvWG__brandInfo{align-items:center;gap:10px;margin-bottom:20px;display:flex}.Footer-module__bMuvWG__brandText{color:var(--text-primary);font-size:1.4rem}.Footer-module__bMuvWG__brandDesc{color:var(--text-muted);max-width:280px;margin-bottom:20px;font-size:.9rem;line-height:1.75}.Footer-module__bMuvWG__madeInIndiaBadge{color:var(--text-muted);letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:7px;margin-bottom:20px;padding:0;font-size:.78125rem;font-weight:600;display:inline-flex}.Footer-module__bMuvWG__madeInIndiaEmblem{object-fit:cover;opacity:.9;border-radius:50%;flex-shrink:0;width:18px;height:18px}.Footer-module__bMuvWG__socials{gap:12px;display:flex}.Footer-module__bMuvWG__socialLink{border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition-base);background:#7b52f01f;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;text-decoration:none;display:flex}.Footer-module__bMuvWG__socialLink:hover{color:var(--text-primary);border-color:var(--color-purple);background:#7b52f040}.Footer-module__bMuvWG__heading{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px;font-size:.8125rem;font-weight:700}.Footer-module__bMuvWG__linkList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__bMuvWG__footerLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.Footer-module__bMuvWG__footerLink:hover{color:var(--text-secondary)}.Footer-module__bMuvWG__bottomRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:28px;display:flex}.Footer-module__bMuvWG__bottomText{color:var(--text-muted);margin:0;font-size:.8125rem}@media (max-width:480px){.Footer-module__bMuvWG__footer{padding-top:48px;padding-bottom:24px}.Footer-module__bMuvWG__footerGrid{gap:28px;margin-bottom:36px}.Footer-module__bMuvWG__brandDesc{max-width:100%;font-size:.8125rem}.Footer-module__bMuvWG__bottomRow{flex-direction:column;align-items:flex-start;gap:6px;padding-top:20px}}
.ThemeToggle-module__mkcDNG__toggleBtn{border:1px solid var(--border);border-radius:9999px;width:2.25rem;height:2.25rem;position:relative}.ThemeToggle-module__mkcDNG__sunIcon{width:1.2rem;height:1.2rem;transition:all .2s ease-in-out;transform:rotate(0)scale(1)}.dark .ThemeToggle-module__mkcDNG__sunIcon{transform:rotate(-90deg)scale(0)}.ThemeToggle-module__mkcDNG__moonIcon{width:1.2rem;height:1.2rem;transition:all .2s ease-in-out;position:absolute;transform:rotate(90deg)scale(0)}.dark .ThemeToggle-module__mkcDNG__moonIcon{transform:rotate(0)scale(1)}.ThemeToggle-module__mkcDNG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.Navbar-module__UIOqcG__header{z-index:1000;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__UIOqcG__headerScrolled{background-color:var(--bg-nav);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #7b52f026}.Navbar-module__UIOqcG__headerTransparent{background-color:#0000;border-bottom:1px solid #0000}.Navbar-module__UIOqcG__container{justify-content:space-between;align-items:center;height:72px;display:flex}.Navbar-module__UIOqcG__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__UIOqcG__logoText{color:var(--text-primary);letter-spacing:-.01em;font-size:1.5rem;line-height:1}@media (max-width:480px){.Navbar-module__UIOqcG__container{height:62px}.Navbar-module__UIOqcG__logo{gap:7px}.Navbar-module__UIOqcG__logoText{font-size:1.2rem}}@media (max-width:360px){.Navbar-module__UIOqcG__container{height:56px}.Navbar-module__UIOqcG__logoText{font-size:1.05rem}}.Navbar-module__UIOqcG__navDesktop{align-items:center;gap:36px;display:flex}.Navbar-module__UIOqcG__navLink{font-family:var(--font-inter)}@media (max-width:768px){.Navbar-module__UIOqcG__navDesktop{display:none}}.Navbar-module__UIOqcG__navCta{align-items:center;gap:12px;display:flex}.Navbar-module__UIOqcG__navCtaBtn{padding:10px 24px;font-size:.875rem}@media (max-width:768px){.Navbar-module__UIOqcG__navCtaBtn{display:none}}.Navbar-module__UIOqcG__navHamburger{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:8px;display:none}@media (max-width:768px){.Navbar-module__UIOqcG__navHamburger{display:flex}}.Navbar-module__UIOqcG__navMobileMenu{background-color:var(--bg-card);border-top:1px solid var(--border-subtle);padding:20px 24px}.Navbar-module__UIOqcG__mobileLink{border-bottom:1px solid var(--border-card);color:var(--text-secondary);padding:14px 0;font-size:1rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__UIOqcG__mobileBtn{justify-content:center;width:100%;margin-top:16px}
