.header-bottom.active {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}
.header-bottom.active .container {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    justify-content: center;
}
.header-bottom.active .custom-logo {
    max-width: 280px;
}
.header-bottom.active nav ul.menu {
    gap: 10px;
}
.header-bottom.active nav ul.menu li a {
    font-size: 14px;
}