.floating-whatsapp-icon {
  position: fixed;
  bottom: 40px;
  right: 70px;
  background-color: #25d366;
  color: white;
  font-size: 24px;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.floating-whatsapp-icon:hover {
  transform: scale(1.1);
  text-decoration: none;
}
