.whatsapp-link {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 1000; /* Ensures it's on top of other content */
}

.whatsapp-icon {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image scales correctly */
}

.btn-lang {
    border: 1px solid #dddddd52;
    background: transparent;
    padding: 1px 15px;
    background-color: #dddddd52;
    
}

.btn-lang.en{
    border-radius: 10px 0 0 10px;
}

.btn-lang.ml{
    border-radius: 0 10px 10px 0;
}

.btn-lang.selected {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}