/* Override Max Mega Menu styles based on background */

/* Default styles for menu items */
#mega-menu-header_menu.on-light-bg > li > .mega-menu-link {
    color: #272F67 !important;
    transition: color 0.3s ease !important;
}

#mega-menu-header_menu.on-dark-bg > li > .mega-menu-link {
    color: #ffffff !important;
    transition: color 0.3s ease !important;
}

/* Hover states */
#mega-menu-header_menu.on-light-bg > li:hover > .mega-menu-link {
    opacity: 0.8 !important;
}

#mega-menu-header_menu.on-dark-bg > li:hover > .mega-menu-link {
    opacity: 0.8 !important;
}

/* Active states */
#mega-menu-header_menu.on-light-bg > li.mega-current-menu-item > .mega-menu-link {
    opacity: 0.8 !important;
}

#mega-menu-header_menu.on-dark-bg > li.mega-current-menu-item > .mega-menu-link {
    opacity: 0.8 !important;
}

/* Submenu styles */
#mega-menu-header_menu .mega-sub-menu {
    backdrop-filter: blur(10px) !important;
}

#mega-menu-header_menu .mega-sub-menu li a {
    transition: color 0.3s ease !important;
}

#mega-menu-header_menu .mega-sub-menu li a:hover {
    background: transparent !important;
} 