@media screen and (max-width: 768px) {
  #google_translate_element {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    z-index: 9999 !important;
  }
}


#whatsapp-float,
#mail-float {
    position: fixed;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    transition: all .3s ease;
}

#whatsapp-float {
    bottom: 20px;
    background: #25D366;
}

#mail-float {
    bottom: 90px;
    background: #0078D4;
    color: #fff;
    font-size: 28px;
}

#whatsapp-float:hover,
#mail-float:hover {
    transform: scale(1.1);
}

#whatsapp-float, #phone-float, #mail-float {
    position: fixed;
    right: 20px;
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    transition: transform 0.3s ease;
    cursor: pointer;
}

#whatsapp-float:hover, #phone-float:hover, #mail-float:hover {
    transform: scale(1.1);
}

#whatsapp-float {
    bottom: 20px;
    background-color: #25d366; 
}

#phone-float {
    bottom: 95px; 
    background-color: #007bff; 
}


#mail-float {
    bottom: 170px; 
    background-color: #007bff; 
}