/* Language Switcher Styles */
.language-switcher {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
}

.language-switcher a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.language-switcher a:hover {
    background-color: #fff;
}

.language-switcher a.active {
    background-color: #5a8a9b;
    color: #fff;
}

/* Add this to the existing CSS */
