/* ================= THEME 8 – EARTHY HERBAL BALANCED ================= */

:root {
  --theme8-green: #3A7D44;
  --theme8-dark-green: #2e6236;
  --theme8-brown: #8B5E3C;
  --theme8-lite-brown: #e9dccf;
  --theme8-beige: #F5F5DC;
  --theme8-soft-bg: #eef5ea;
}


/* ================= HERO ================= */

.theme8-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.theme8-hero .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme8-hero .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(58,125,68,0.85),
    rgba(0,0,0,0.55)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.theme8-hero .hero-content {
  color: #ffffff;
  max-width: 900px;
}

.theme8-hero h1 {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  margin-bottom: 20px;
}

.theme8-hero p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}


/* ================= CONTACT CARDS ================= */

.contact-cards-theme8 {
  background: var(--theme8-soft-bg);
}


/* ================= POSTER ================= */

.theme8-poster {
  background: linear-gradient(135deg, var(--theme8-green), var(--theme8-dark-green));
  padding: 70px 60px;
}

.poster-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.poster-left { flex: 1; }

.poster-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.poster-right img {
  max-width: 360px;
  width: 100%;
  object-fit: contain;
}

.theme8-poster .poster-name {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 18px;
}

.theme8-poster .poster-location-heading {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}

.theme8-poster .poster-contact {
  font-size: 1.2rem;
  margin: 10px 0;
  display: flex;
  gap: 10px;
}

.theme8-poster .poster-contact a,
.theme8-poster .poster-contact i {
  color: #ffffff;
}

.theme8-poster .poster-location p {
  color: #e8f5e9;
  font-size: 1.05rem;
}


/* ================= BUTTON ================= */

.btn-Know-theme8 {
  background: var(--theme8-brown);
  color: #ffffff;
}

.btn-Know-theme8:hover {
  background: #5a3c24;
}


/* ================= SERVICES ================= */

.theme8-services {
  padding: 70px 20px;
  background: var(--theme8-beige);
  text-align: center;
}

.theme8-services .section-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 45px;
  color: var(--theme8-green);
}

.theme8-services .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.theme8-services .services-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.theme8-services .services-grid img:hover {
  transform: scale(1.04);
}

.theme8-services .services-save {
  margin-top: 20px;
}


/* ================= MAP ================= */

.theme8-map {
  padding: 70px 20px;
  background: var(--theme8-lite-brown);
  text-align: center;
}

.theme8-map .section-title {
  color: var(--theme8-green);
  margin-bottom: 40px;
}

.theme8-map .map-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.theme8-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}


/* ================= PAYMENT ================= */

.theme8-payment {
  padding: 70px 20px;
  background: var(--theme8-beige);
  text-align: center;
}

.theme8-payment .section-title {
  color: var(--theme8-green);
  margin-bottom: 35px;
}

.theme8-payment .upi-id {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--theme8-brown);
}

.theme8-payment .payment-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.theme8-payment .payment-icons img {
  width: 85px;
  padding: 12px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: 0.3s;
}

.theme8-payment .payment-icons img:hover {
  transform: translateY(-6px);
}


/* ================= FOLLOW ================= */

.contact-social-section-theme8 {
  padding: 60px 20px;
  background: var(--theme8-lite-brown);
  text-align: center;
}

.contact-social-section-theme8 .section-title {
  margin-bottom: 35px;
  color: var(--theme8-green);
}

.contact-social-section-theme8 .social-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-social-section-theme8 .social-card {
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

.contact-social-section-theme8 .social-card:hover {
  transform: translateY(-6px);
}

.contact-social-section-theme8 .social-card img {
  width: 45px;
}


/* ================= SLIDER ================= */

.slide-bg {
  height: 75vh;
  min-height: 450px;
}

.banner .slide-bg::before {
  background: linear-gradient(
    to bottom,
    rgba(58,125,68,0.75),
    rgba(0,0,0,0.55)
  );
}


/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

  .poster-content {
    flex-direction: column;
    text-align: center;
  }

  .poster-right {
    margin-top: 30px;
  }

  .theme8-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {

  .theme8-hero h1 { font-size: 2.1rem; }
  .theme8-hero p { font-size: 0.95rem; }

  .slide-bg { height: 55vh; }

  .theme8-services {
    padding: 50px 15px;
  }

  .theme8-map,
  .theme8-payment,
  .contact-social-section-theme8 {
    padding: 50px 15px;
  }

  .theme8-services .services-grid {
    grid-template-columns: 1fr;
  }

  .theme8-services .services-grid img {
    height: 220px;
  }

  .theme8-map iframe {
    height: 280px;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .contact-social-section-theme8 .social-cards {
    gap: 18px;
  }

  .contact-social-section-theme8 .social-card {
    padding: 14px;
  }

  .contact-social-section-theme8 .social-card img {
    width: 38px;
  }
}
