#languageDropdown {
    font-size: 16px;
    background-color: transparent;
    border-radius: 20px;
    padding: 5px 10px;
    -webkit-appearance: none; /* Webkit browsers */
    -moz-appearance: none; /* Firefox */
    appearance: none;
    outline: none; 

    border: 2px solid #315cfd;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;

}

#languageDropdown::-ms-expand {
    display: none; 
}

#languageDropdown option {
    color: #141416;
    background: white;
}



#languageDropdown:hover {
    background: #315cfd;
    color: white;
  }





















#languageDropdownMobile:focus {
    border-radius: 20px; 
    outline: none; 
    outline: none;
    border-color: #1e90ff;
    border-radius: 20px; 
    
}

#languageDropdownMobile {
    font-size: 16px;
    background-color: transparent;
    padding: 5px 10px;
    -webkit-appearance: none; /* Webkit browsers */
    -moz-appearance: none; /* Firefox */
    appearance: none;
    outline: none; 
    border: 2px solid #315cfd;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;

}

#languageDropdownMobile::-ms-expand {
    display: none; 
}

#languageDropdownMobile option {
    color: #141416;
}

#languageDropdownMobile:focus {
    border-radius: 20px; 
    outline: none; 
    outline: none;
    border-color: #1e90ff;
    border-radius: 20px; /
}


@media(min-width: 1200px) {
    .home-btn-group a {
        font-size: 1.2rem;
    }
}