.language-switch-top {
    position: fixed;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.language-switch-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #97979766;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #fff;
    border: 2px solid #979797;
    border-radius: 0px;
    padding: 5px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
}

.language-switch-btn:hover {
    background: #505050;
    border-radius: 0 0 25px 25px;
}

#lang-switch-btn-img {
    width: 18px;
    height: 18px;
    transform: rotateZ(90deg);
    margin: 5px 0 0 0 !important;
}