/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  /* background-color: #25D366; */
  border-radius: 50%;
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
  /* margin-bottom: 150px; */
}

.whatsapp-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
margin-bottom: 150px;
}
