@media (max-width: 768px) {
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
        height: 50px !important;
        width: auto !important;
    }
}

/* Top level selected state */
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected a {
    background: transparent !important;
    color: #E0C472 !important;
}

/* Top level hover */
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li a:hover {
    background: transparent !important;
    color: #E0C472 !important;
}

/* Stop the submenu parent turning fully gold when open */
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
    color: #E0C472 !important;
}

/* Override coral/pink on all dropdown levels — default state */
.theme-navigation-and-icons .theme-menu-area .theme-menu ul ul li a,
.theme-navigation-and-icons .theme-menu-area .theme-menu ul ul li.theme-menu-selected a,
.theme-navigation-and-icons .theme-menu-area .theme-menu ul ul ul li a,
.theme-navigation-and-icons .theme-menu-area .theme-menu ul ul ul li.theme-menu-selected a {
    color: #191F39 !important;
    background: transparent !important;
}

/* Gold on hover for all dropdown levels */
.theme-navigation-and-icons .theme-menu-area .theme-menu ul ul li a:hover,
.theme-navigation-and-icons .theme-menu-area .theme-menu ul ul ul li a:hover {
    color: #E0C472 !important;
    background: transparent !important;
}
/* Fix responsive menu colours — shared class structure */
.theme-menu .theme-non-responsive-menu a,
.theme-menu .theme-responsive-menu a {
    color: #191F39 !important;
    background: transparent !important;
}

.theme-menu .theme-non-responsive-menu li.theme-menu-selected > a,
.theme-menu .theme-responsive-menu li.theme-menu-selected > a {
    color: #E0C472 !important;
    background: transparent !important;
}

.theme-menu .theme-non-responsive-menu a:hover,
.theme-menu .theme-responsive-menu a:hover {
    color: #E0C472 !important;
    background: transparent !important;
}
/* Override Zoho default coral colour on mobile menu hover */
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
    color: #191F39 !important;
    background: transparent !important;
}

/* But keep gold for selected/active items on hover */
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected:hover > a {
    color: #E0C472 !important;
    background: transparent !important;