.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999; /* Ensure it appears above other content */
}

.whatsapp-link {
  display: block;
  width: 60px; /* Adjust width and height as needed */
  height: 60px;
  background-color: rgba(0,0,0,0); /* WhatsApp green color */
  border-radius: 50%; /* To make it round */
  text-align: center;
  line-height: 60px; /* Center the icon vertically */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */
}

.whatsapp-link img {
  width: 100%; /* Adjust the size of the WhatsApp icon */
}
