/*
 * Application CSS - Propshaft compatible
 * This file is served directly by Propshaft
 */

@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("/assets/application.tailwind-060cbb71.css");

#home-hero::before {
  content: '';
  border-radius: .75rem;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 67, 50, 0.75) 0%, rgba(27, 67, 50, 0.85) 100%);
  z-index: 1;
  opacity: 0.4;
}

#home-hero .toggle {
  display: inline-block;
}

#home-hero .toggle.hidden {
  display: none;
}

#home-hero .toggle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background: #52b788;
  border-radius: 2px;
  opacity: 0.9;
  z-index: -1;
}


@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-hero-content > * {
  animation: fadeInUp 0.6s ease-out backwards;
}

.home-hero-content > *:nth-child(1) { animation-delay: 0s; }
.home-hero-content > *:nth-child(2) { animation-delay: 0.1s; }
.home-hero-content > *:nth-child(3) { animation-delay: 0.15s; }
.home-hero-content > *:nth-child(4) { animation-delay: 0.2s; }

/* Custom styles */
@media (min-width: 1024px) {
  .sm\:w-68 {
    width:17rem;
  }
}

.mt-26 {
  margin-top: 6.5rem;
}

h1, h2 {
  font-family: 'Bitter', serif !important;
}

.inter {
  font-family: 'Inter', sans-serif !important;
}

/* Cropper.js custom styles (CSS loaded dynamically by controller) */
.cropper-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #f3f4f6;
}

.cropper-wrapper img {
  display: block;
  max-width: 100%;
}

#benefits-scroll-container::-webkit-scrollbar {
  display: none;
}