﻿body {
    /*Whatsapp icon css starts here */
/* Styles for the WhatsApp chat icon */
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-icon img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.whatsapp-icon img:hover {
  transform: scale(1.1);
}

/* Styles for the WhatsApp chat box */
#whatsapp-chat.open .whatsapp-icon {
  transform: scale(0.7);
}

#whatsapp-chat.open .whatsapp-icon img {
  visibility: hidden;
}

#whatsapp-chat.open .whatsapp-icon:after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#whatsapp-chat.open .whatsapp-icon:hover:after {
  color: #25d366;
}

/*Whatsapp icon css ends here */
}
