/* These styles are generated from project.scss. */

/* Landing Page Styles */
.landing-page {
  overflow-x: hidden;
}

.hero-section {
  min-height: auto;
}

.feature-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-image .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-image .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.features-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

.use-cases-section .card {
  transition: transform 0.3s ease;
}

.use-cases-section .card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .display-3 {
    font-size: 2.5rem;
  }

  .display-5 {
    font-size: 2rem;
  }
}
