body{
    margin: 0;
    padding: 0;
}


@keyframes bounceUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

#scrollTopBtn:hover i {
  animation: bounceUp 0.6s ease-in-out;
}
/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;

  background: #25d366;
  color: #fff;
  padding: 12px 16px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;

  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  text-decoration: none;

  transition: all 0.3s ease;
  animation: whatsappPulse 1.8s infinite;
}

/* WhatsApp Icon */
.whatsapp-float i {
  font-size: 22px;
}

/* Text (hide on mobile) */
.whatsapp-text {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .whatsapp-text {
    display: none;
  }
}

/* Hover Effects */
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.55);
}

/* Pulse Animation */
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}



@keyframes bounceUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

#scrollTopBtn:hover i {
  animation: bounceUp 0.6s ease-in-out;
}
/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;

  background: #25d366;
  color: #fff;
  padding: 12px 16px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;

  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  text-decoration: none;

  transition: all 0.3s ease;
  animation: whatsappPulse 1.8s infinite;
}

/* WhatsApp Icon */
.whatsapp-float i {
  font-size: 22px;
}

/* Text (hide on mobile) */
.whatsapp-text {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .whatsapp-text {
    display: none;
  }
}

/* Hover Effects */
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.55);
}

/* Pulse Animation */
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
