.navbar {
    padding: 15px 0;
}

.navbar-brand img {
    width: 120px;
    height: auto;
}

.nav-link {
    color: white !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px !important;
    transition: all 0.3s ease;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
    background-color: white;
    color: #2C1810 !important;
    border-radius: 8px;
}

.nav-icon {
    width: 20px;
    height: 20px;
}

/* Add this to handle the icon color change */
.nav-link:hover img,
.nav-link:focus img {
    filter: brightness(0);
}
.language a {
    color: #fff;
    text-decoration: none;
    padding-right: 15px;
    font-size: 14px;
}