/* Mobile Logo Responsive Fix */
@media (max-width: 991px) {
    .rts-header__logo .site-logo img {
        max-height: 35px !important;
        width: auto !important;
    }
}

@media (max-width: 575px) {
    .rts-header__logo .site-logo img {
        max-height: 30px !important;
        width: auto !important;
    }
}

/* Ensure Home link doesn't show dropdown arrow or functionality */
.elitehost-desktop-menu>li.menu-item:first-child .elitehost-dropdown-main-element::after {
    display: none !important;
}

.elitehost-desktop-menu>li.menu-item:first-child:hover .has-homemenu,
.elitehost-desktop-menu>li.menu-item:first-child .has-homemenu {
    display: none !important;
}