.header-nav-features.header-nav-features-no-border.ms-0.ps-0.w-100 {
	background: #f4f4f4 !important;
	padding: 2px 0 !important;
}

.language-switcher {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.lang-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #004E7C;
    background: white;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    color:#004E7C;
	font-size: 12px;
}

.lang-btn:hover {
    background: #004E7C;
    color: white;
}
