/* Base Styles & Lenis Smooth Scroll Configuration */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f8fafc;
}
::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #800080;
}

/* Glassmorphism Utilities */
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(128, 0, 128, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.glass-card:hover {
  border-color: rgba(128, 0, 128, 0.2);
}

/* Interactive Cards */
.hover-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(128, 0, 128, 0.08);
  border-color: rgba(128, 0, 128, 0.2);
}

/* Swiper Overrides */
.testimonial-swiper {
  padding-bottom: 3rem !important;
}
.swiper-pagination-bullet {
  background: rgba(128, 0, 128, 0.2) !important;
  width: 10px !important;
  height: 10px !important;
  transition: all 0.3s !important;
}
.swiper-pagination-bullet-active {
  background: #800080 !important;
  width: 24px !important;
  border-radius: 5px !important;
  box-shadow: 0 0 10px rgba(128, 0, 128, 0.3) !important;
}

/* Utilities */
.section-fade {
  opacity: 0;
  transform: translateY(30px);
}

/* Header Scrolled State */
.header-scrolled {
  transform: translateY(-48px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}



.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto !important;
  display: flex;
}


@media (max-width: 1024px) {
  
  #big {
    display: none !important;
  }
  
  #small {
    display: flex !important;
  }

  /* Ensure mobile menu panel can show when toggled */
  #mobile-menu.lg\:hidden {
    display: block !important;
  }
  #mobile-menu.hidden {
    display: none !important;
  }
}
.error {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  }
.error-border {
  border-color: red !important;
}


