/* Add this to your stylesheet */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

/* For better mobile experience */
@media (max-width: 768px) {
    .dropdown-submenu .dropdown-menu {
        left: 0;
        right: auto;
    }
}
.yearslogo img {
    height: 150px;
    width: 150px;
}

/* Language selector flag styling */
#languageDropdown {
    font-size: 16px;
    min-width: 60px;
}

.dropdown-item.active {
    background-color: #f8f9fa;
    font-weight: 600;
    color: black !important;
}

.dropdown-item.active:hover {
    background-color: #e9ecef;
}

/* Flag image sizing */
.flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

.dropdown-menu .flag-icon {
    width: 18px;
    height: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #languageDropdown {
        font-size: 14px;
        min-width: 50px;
    }

    .flag-icon {
        width: 18px;
        height: 14px;
    }

    .dropdown-menu .flag-icon {
        width: 16px;
        height: 12px;
    }
}
