.custom-nav .hs-menu-wrapper>ul{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.custom-nav .hs-menu-item a{@apply text-sm font-medium text-muted-foreground transition-colors duration-200 relative;text-decoration:none}.custom-nav .hs-menu-item a:hover{@apply text-primary}.custom-nav .hs-menu-item a:after{content:"";@apply absolute -bottom-1 left-0 w-0 h-0.5 bg-primary transition-all duration-300 opacity-0;box-shadow:0 0 8px rgba(0,240,255,.8)}.custom-nav .hs-menu-item a:hover:after{@apply w-full opacity-100}.custom-nav .hs-menu-item.active-item a{@apply text-primary}.custom-nav .hs-menu-item.active-item a:after{@apply w-full opacity-100}.mobile-custom-nav .hs-menu-wrapper>ul{@apply flex flex-col gap-6 list-none p-0 m-0}.mobile-custom-nav .hs-menu-item a{@apply text-lg font-medium text-foreground block w-full;text-decoration:none}#menu-toggle{background:transparent;border:none;cursor:pointer;flex-direction:column;height:20px;justify-content:space-between;padding:0;position:relative;width:25px;z-index:100}.hamburger-bar{background-color:#fff;border-radius:10px;height:2px;transform-origin:left center;transition:all .3s ease-in-out;width:100%}#menu-toggle.is-active .hamburger-bar:first-child{margin-left:5px;transform:rotate(45deg)}#menu-toggle.is-active .hamburger-bar:nth-child(2){opacity:0;transform:translateX(15px)}#menu-toggle.is-active .hamburger-bar:nth-child(3){margin-left:5px;transform:rotate(-45deg)}#menu-toggle span{display:block!important}