@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

.animate-slideIn {
  animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.button-loading:hover {
  transform: none !important;
}

/* Hide scrollbars on mobile for smoother look */
html,
body {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

/* WhatsApp Icon */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: auto;
  z-index: 9999;
}

/* Critical CSS */
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

.animate-slideIn {
  animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.button-loading:hover {
  transform: none !important;
}

html,
body {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: auto;
  z-index: 9999;
}

/* Add minimal layout styles to prevent layout shifts */
img {
  max-width: 100%;
  height: auto;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}