.whatsapp-sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  transition: transform 0.3s;
}

/* Hover */
.whatsapp-sticky:hover {
  transform: scale(1.3);
}
