

.whatsapp-float {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 12px;
  padding: 12px 16px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  
  width: auto;
  
}

.whatsapp-float:hover {
  width: 50px;
  padding-right: 20px;
  background-color: #1ebe5d;
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.whatsapp-text {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
}
