.hero-section {
  position: relative;
  background-color: #5e0190;
  color: white;
  text-align: center;
  padding: 10px 20px 60px 20px;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text {
  max-width: 720px;
  margin: 0 auto;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.hero-button {
  background-color: #cbb26a;
  color: black;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 10px 20px 40px 20px; /* reduce bottom padding on small screens */
    margin-top: -10px; /* adjust for mobile */
  }
}
