.whatsapp-float-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-float-button:hover {
    transform: scale(1.1);
}

.whatsapp-float-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
