.whatsapp-icon {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-icon img {
  width: 80px !important;
  height: auto;
}

.whatsapp-icon img {
  width: 60px !important;
  height: auto;
}


.whatsapp-icon img {
  width: 60px !important;
  height: auto;
  transition: transform 0.3s ease;
}

.whatsapp-icon img:hover {
  transform: scale(1.1);
}
