/* ================= HERO SECTION ================= */

.Ayurveda-hero-section {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.Ayurveda-hero-section img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 40px;
}

.Ayurveda-hero-content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.Ayurveda-hero-content h2 {
  color: #f97316; /* orange tone */
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

/* ================= CONTENT SECTION ================= */

.Ayurveda-content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.Ayurveda-content-section p {
  color: #444;
  line-height: 1.7;
  padding-right: 60px;
  font-size: 18px;
}

.Ayurveda-content-section h5 {
  text-decoration: underline;
  font-size: 22px;
}

.Ayurveda-content-section h6 {
  font-size: 19px;
}

.read-more-btn{
  color: #333 !important;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1199px) {
  .mobile-ayurveda {
    display: flex;
    flex-direction: column-reverse !important;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .Ayurveda-hero-section img {
    height: 120px;
    border-radius: 30px;
  }

  .Ayurveda-hero-content {
    left: 20px;
  }

  .Ayurveda-hero-content h2 {
    font-size: 22px;
  }
  .Ayurveda-content-section p {
    color: #444;
    line-height: 1.7;
    padding-right: 0px;
  }

  .Ayurveda-video-box {
    margin-bottom: 20px;
  }
}
