.mahadev-id-hero {
  background: #d6b21f;
  padding: 4.5rem 0 4rem;
}

.mahadev-id-hero .hero-title {
  color: #111 !important;
  text-align: center !important;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}

.mahadev-id-hero .hero-content {
  display: block;
  margin-bottom: 1.25rem;
}

.mahadev-id-hero .hero-text {
  max-width: 980px;
  margin: 0 auto;
}

.mahadev-id-hero .hero-description {
  color: #111 !important;
  opacity: 0.9;
  text-align: center !important;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 auto;
}

.mahadev-id-hero .hero-description strong {
  color: #111;
  font-weight: 700;
}

.mahadev-id-hero .hero-image {
  display: none;
}

.mahadev-id-hero .hero-cta--center {
  text-align: center;
  margin-top: 1.3rem;
}

.mahadev-id-hero .hero-cta--center .btn {
  background: #d8c882 !important;
  border: 1px solid rgba(0, 0, 0, 0.35);
  color: #111 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0.75rem 1.6rem;
  font-size: 0.95rem;
}

.mahadev-id-hero .hero-cta--center .btn:hover {
  background: #e1d49a !important;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .mahadev-id-hero {
    padding: 3.5rem 0 3.2rem;
  }

  .mahadev-id-hero .hero-title {
    font-size: clamp(1.7rem, 6.4vw, 2.4rem) !important;
  }
}

