/* whatsapp icon style */
.gg-whatsapp-btn {
  position: fixed;
  bottom: 83px;
  right: 25px;
  z-index: 9999;
  display: inline-block;
}

.gg-whatsapp-btn img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform .2s ease;
}

.gg-whatsapp-btn:hover img {
  transform: scale(1.1);
}
