/* Common icon style */
.icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.icon-btn:hover {
  transform: scale(1.1);
}

/* WhatsApp - left bottom */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

/* Call Now - right bottom */
.callnow-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
