.language-switcher {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 9999;
}

.language-select {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.language-select:hover {
    border-color: #007bff;
    box-shadow: 0 3px 6px rgba(0, 123, 255, 0.2);
}

.language-select option {
    padding: 8px;
}
