.wf-whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.wf-whatsapp-icon img {
    width: 60px;
    height: 60px;
    transition: transform 0.2s ease-in-out;
}

.wf-whatsapp-icon img:hover {
    transform: scale(1.1);
}
