.Navbar-module__cJzEcG__header{z-index:1000;transition:all var(--transition-normal);border-bottom:1px solid var(--border-color,#e1ddd7);background:#fff;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{background:#fff;box-shadow:0 2px 12px #0000000f}.Navbar-module__cJzEcG__container{max-width:1200px;transition:padding var(--transition-normal);justify-content:space-between;align-items:center;margin:0 auto;padding:.45rem 1.25rem;display:flex}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__container{padding:.35rem 1.25rem}.Navbar-module__cJzEcG__logo{font-family:var(--font-outfit), "Outfit", sans-serif;letter-spacing:-.02em;align-items:center;gap:.35rem;font-size:1.35rem;font-weight:800;text-decoration:none;display:inline-flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;flex-shrink:0;width:auto;height:34px;display:block}.Navbar-module__cJzEcG__logoText{align-items:baseline;line-height:1;display:inline-flex}.Navbar-module__cJzEcG__logoTest{color:#00163c;letter-spacing:.01em;font-weight:800}.Navbar-module__cJzEcG__logoSankul{color:#f65701;letter-spacing:.01em;margin-left:.5px;font-weight:800}.Navbar-module__cJzEcG__logoDotCom{color:#94a3b8;margin-left:2px;font-size:.65em;font-weight:600}.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2.25rem;display:flex}.Navbar-module__cJzEcG__navLink{letter-spacing:0;color:#4b5563;padding:.35rem 0;font-size:.88rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--primary);font-weight:600}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width var(--transition-normal);border-radius:var(--radius-full);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{width:100%}.Navbar-module__cJzEcG__desktopActions{align-items:center;gap:1.25rem;display:none}.Navbar-module__cJzEcG__mobileMenuToggle{z-index:1001;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;padding:0;display:flex;position:relative}.Navbar-module__cJzEcG__mobileMenuToggle span{background-color:var(--text-primary);border-radius:var(--radius-full);width:100%;height:2px;transition:all var(--transition-normal);display:block}.Navbar-module__cJzEcG__mobileMenuToggle.Navbar-module__cJzEcG__open span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__mobileMenuToggle.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__mobileMenuToggle.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__overlay{-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;z-index:998;background:#0006;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__overlay.Navbar-module__cJzEcG__overlayOpen{opacity:1;visibility:visible}.Navbar-module__cJzEcG__mobileDrawer{z-index:999;border-bottom:1px solid var(--glass-border);background:#fff;flex-direction:column;width:100%;max-width:100%;height:100vh;padding:5.5rem 1.25rem 2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%);box-shadow:0 10px 25px #0000001a}.Navbar-module__cJzEcG__mobileDrawer.Navbar-module__cJzEcG__drawerOpen{transform:translateY(0)}.Navbar-module__cJzEcG__mobileNav{flex-direction:column;height:100%;display:flex}.Navbar-module__cJzEcG__mobileNavLinks{flex-direction:column;gap:0;margin-bottom:auto;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:var(--text-primary);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1rem .5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.Navbar-module__cJzEcG__mobileNavLink:hover{background:#f8fafc}.Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__active{color:var(--primary)}.Navbar-module__cJzEcG__mobileActions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.Navbar-module__cJzEcG__mobileActions a{text-align:center;width:100%}@media (min-width:768px){.Navbar-module__cJzEcG__desktopNav,.Navbar-module__cJzEcG__desktopActions{display:flex}.Navbar-module__cJzEcG__mobileMenuToggle,.Navbar-module__cJzEcG__mobileDrawer{display:none}}@media (max-width:768px){.Navbar-module__cJzEcG__container{padding:.35rem .85rem}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__container{padding:.3rem .85rem}.Navbar-module__cJzEcG__logo{gap:.35rem;font-size:1.2rem}.Navbar-module__cJzEcG__logoImg{height:30px}.Navbar-module__cJzEcG__mobileDrawer{padding:5.25rem 1.25rem 1.5rem;overflow-y:auto}}.Navbar-module__cJzEcG__submenuContainer{background-color:#f8fafc;flex-direction:column;max-height:0;transition:max-height .3s,padding .3s;display:flex;overflow:hidden}.Navbar-module__cJzEcG__submenuContainer.Navbar-module__cJzEcG__submenuOpen{border-bottom:1px solid #f1f5f9;max-height:500px;padding:.5rem 0}.Navbar-module__cJzEcG__submenuLink{color:var(--text-secondary);padding:.85rem 1rem .85rem 3rem;font-family:Inter,sans-serif;font-size:.95rem;text-decoration:none;transition:color .2s,background .2s;display:block}.Navbar-module__cJzEcG__submenuLink:hover{color:var(--primary);background-color:#f1f5f9}
