.menu-1 {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    padding: 35px 0;
    background: rgba(20, 20, 20, 0.6) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0 !important;
    transition: background 0.3s ease, padding 0.3s ease;
}

.menu-1.scrolled {
    padding: 18px 0;
    background: rgba(10, 10, 10, 0.92) !important;
}

.admin-bar .menu-1 {
    top: 32px !important;
}

@media (max-width: 782px) {
    .admin-bar .menu-1 {
        top: 46px !important;
    }
}