.btn-gradient {
  background: #3C2164 !important;
  background: linear-gradient(
    180deg,
    rgba(127, 83, 193, 1) 0%,
    rgba(60, 33, 100, 1) 100%
  ) !important;
}


#tele-consultation, #diagnostics, #consultation, #mental-wellness, #vitals, #chat, #video-consultation, #naturopathy {
  scroll-margin-top: 100px;
}

.footer-text li a, .footer-text li div, .footer-text div{
  font-size: 15px;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: floatUpDown 3s ease-in-out infinite;
  animation-delay: 1s; /* 👈 1 sec baad start */
}

.animate-float1 {
  animation: floatUpDown 3s ease-in-out infinite;
  animation-delay: 2s; /* 👈 2 sec baad start */
}
