/* ICONA WHATSAPP */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.whatsapp-float img {
    width: 35px;
    height: 35px;
}
.whatsapp-float:hover {
    background-color: #1EBE5F;
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}


#scroll-top-link {
    bottom: 100px !important; 
    right: 25px; 
}
