.elementor-210 .elementor-element.elementor-element-b8a19bf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:30px;margin-bottom:50px;padding:500px 0px 200px 0px;}.elementor-210 .elementor-element.elementor-element-b8a19bf > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-210 .elementor-element.elementor-element-f026622{margin-top:0px;margin-bottom:50px;}/* Start custom CSS for html, class: .elementor-element-d5f6a18 */.ah-testimonial-section {
  background-color: #F8F6F0;
  padding: 60px 16px;
  text-align: center;
}

.ah-testimonial-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.ah-testimonial-header {
  margin-bottom: 50px;
}

/* 🔥 SCOPED EYEBROW — NOW 16PX */
.ah-testimonial-section .ah-eyebrow {
  display: inline-block;
  font: 700 15px/1 Inter, system-ui, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7e6a36;
  background: rgba(216,190,125,.15);
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 15px;
}

.ah-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 16px;
}

.ah-desc {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 50px;
}

/* Testimonials Grid */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.testimonial {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.video-container {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}

.video-container iframe {
  width: 100%;
  height: 350px;
}

.testimonial-info {
  padding: 10px 0;
}

.testimonial-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
}

.testimonial-description {
  font-size: 15px;
  color: #3a3a3a;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .testimonials {
    grid-template-columns: 1fr;
  }

  .video-container iframe {
    height: 280px;
  }
}

@media (max-width: 640px) {
  .ah-testimonial-section .ah-eyebrow {
    font-size: 14px;
  }
}/* End custom CSS */