.language-fixed-box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    padding: 4px 6px;
}

.language-fixed-box select {
    border: none;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    outline: none;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #0cab47;
}

.wa-circle {
    width: 60px;
    height: 60px;
    background: #0cab47;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}

.wa-circle:hover {
    transform: scale(1.1);
}

.wa-circle img {
    width: 34px;
}



/* Kur shfaqet scroll to top */
.whatsapp-move-up {
    bottom: 70px;
}


