/* /* Add custom CSS styles below */ 
/* .whatsapp-floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.whatsapp-floating-button:hover {
  transform: scale(1.1);
} */ */