
    .language-switcher {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
        border-radius: 10px;
    }

    .language-options {
        display: flex;
        gap: 15px;
        cursor: pointer;
    }

    .language-item {
        display: inline-block;
        margin: 5px;
    }

    .language-item:hover {
        opacity: 0.7;
    }

    .flag-icon {
        width: 30px;
        height: 20px;
    }
    