
/* Space between slider and green header section */
.slider {
  margin-bottom: 20px;
}

/* ===================== */
/* ESSENCE */
/* ===================== */
.essence {
  padding: 20px 5px;  /* reduced from 90px to 50px */
  text-align: center;
}

.essence h1 {
  font-family: 'Playfair Display', serif;
  color: #422b23;
  font-size: 36px;     /* slightly smaller */
  font-weight: 400;
  margin-bottom: 0px; /* reduced margin */
}


/* ===================== */
/* HOMDETAILS SECTION */
/* ===================== */
.homedetails {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 35px 12% 70px 12%;
}

.homedetails-item {
  display: flex;
  flex-direction: row;      /* side-by-side on desktop */
  gap: 40px;
  align-items: flex-start;
}

.homedetails img {
  width: 380px;
  border-radius: 18px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.homedetails img:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.16);
}

.homedetails-text {
  flex: 1;
  text-align: left;
}

.homedetails h2 {
  font-family: 'Playfair Display', serif;
  color: #422b23;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}

.homedetails p, .homedetails ul {
  color: #5c4a44;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 18px;
}

/* Button inside homedetails */
.homedetails button {
  margin-top: 20px;
  padding: 10px 24px;
  background: #422b23;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.homedetails button:hover {
  background: #6b8e23;
}



.testimonial-dots button {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #d1c7c3;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.testimonial-dots button.active {
  background: #422b23;
  transform: scale(1.3);
}
  
  
  
/* ===================== */
/* RESPONSIVE: Mobile / Tablet */
/* ===================== */
@media (max-width: 992px) {
 .homedetails-item {
    flex-direction: column !important; /* force vertical stacking */
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }

  .homedetails img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
  }

  .homedetails-text {
    width: 100%;
  }

  .homedetails h2 {
    font-size: 28px;
  }

  .homedetails p, .homedetails ul {
    font-size: 16px;
  }
}



@media (max-width: 480px) {
  .homedetails-item {
    flex-direction: column !important; /* force vertical stacking */
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }

  .homedetails img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
  }

  .homedetails-text {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .homedetails-item {
    flex-direction: column !important; /* force vertical stacking */
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }

  .homedetails img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
  }

  .homedetails-text {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .review-section {
    max-width: 100%;
    padding: 18px 16px;
  }
}

/* DOT CONTAINER */
.dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

/* EACH DOT */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 6px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: 0.3s;
}

/* ACTIVE DOT */
.dot.active {
  background: #ffffff;
  transform: scale(1.2);
}

//* =========================
   ESSENCE SECTION
========================= */

.essence {
  text-align: center;
  padding: 25px 20px 20px;   /* reduced top/bottom space */
  background: #f8f5ef;
}

/* Heading */
.essence-heading {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  line-height: 1.15;         /* tighter line spacing */
  color: #4e3f36;

  margin: 0 auto 12px;       /* reduced bottom margin */
  max-width: 1200px;
}

/* English Text */
.essence-english {
  font-size: 20px;
  line-height: 1.5;

  color: #5f4a3d;

  max-width: 900px;

  margin: 0 auto 10px auto;  /* reduced spacing */
  text-align: center;
}

/* Marathi Text */
.essence-marathi {
  font-size: 19px;
  line-height: 1.7;

  color: #6e5446;

  max-width: 1200px;

  margin: 0 auto;
  text-align: center;
}

/* MOBILE */
@media (max-width: 768px) {

  .essence {
    padding: 18px 14px 16px;
  }

  .essence-heading {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .essence-english {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .essence-marathi {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 768px) {

  .homedetails {
    padding: 20px 16px 40px 16px !important;
    gap: 30px !important;
  }

}

/* =========================
   READ MORE BUTTON
========================= */

.about-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 28px;

  background: #2f5d50;
  color: #ffffff !important;

  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;

  border-radius: 8px;

  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(47, 93, 80, 0.15);
}

/* HOVER */

.about-btn:hover {
  background: #23473d;
  color: #ffffff !important;

  transform: translateY(-2px);

  box-shadow: 0 14px 28px rgba(47, 93, 80, 0.22);
}

/* MOBILE */

@media (max-width: 768px) {

  .about-btn {
    padding: 10px 22px;
    font-size: 15px;
  }

}

/* =========================
   FIX ESSENCE TEXT ALIGNMENT
========================= */

.essence {
  text-align: center !important;
}

.essence-heading,
.essence-english,
.essence-marathi {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* English text */
.essence-english {
  max-width: 900px;
}

/* Marathi text */
.essence-marathi {
  max-width: 1000px;
}