.elementor-20722 .elementor-element.elementor-element-b776eb7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bd9cfab *//* General Font */
body {
  font-family: 'Merriweather', serif;
  background: #f9f6f0;
  color: #3a3a3a;
  margin: 0;
  padding: 0;
}

/* Hero Section */
.reviews-hero {
  background: linear-gradient(to bottom, #fff3d9, #f2e8d6);
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.reviews-hero h1 {
  font-size: 2.5rem;
  color: #b26c1c;
  margin-bottom: 10px;
}

.reviews-hero h1 span {
  font-size: 1.2rem;
  display: block;
  color: #6b5132;
}

.reviews-hero p {
  font-size: 1.1rem;
  color: #4e4e4e;
  max-width: 600px;
  margin: 0 auto;
}

/* Reviews Cards */
.reviews-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding: 40px 20px;
  background-color: #fff;
}

.review-card {
  background: #fffdf9;
  border: 1px solid #e8ddc7;
  box-shadow: 0 4px 12px rgba(174, 155, 114, 0.2);
  padding: 25px;
  border-radius: 12px;
  width: 300px;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: #f5b50a;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.review-author {
  font-style: italic;
  color: #7a684d;
}

/* Call To Action */
.review-cta {
  text-align: center;
  background: linear-gradient(to right, #fdf6e3, #fbecc7);
  padding: 50px 20px;
  margin-top: 40px;
}

.review-cta h2 {
  font-size: 2rem;
  color: #9c6118;
  margin-bottom: 15px;
}

.review-cta p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #4a3d2a;
}

.cta-button {
  display: inline-block;
  background: #d1a24b;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(209, 162, 75, 0.4);
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #b88b3b;
}

/* Responsive */
@media (max-width: 768px) {
  .reviews-section {
    flex-direction: column;
    align-items: center;
  }

  .review-card {
    width: 90%;
  }

  .reviews-hero h1 {
    font-size: 2rem;
  }

  .review-cta h2 {
    font-size: 1.5rem;
  }
}
.iframe-review-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.review-cta {
  margin-top: 0;
  padding-top: 20px; /* Adjust as needed for spacing */
  text-align: center;
  background: #fdf7f2;
  padding-bottom: 40px;
}

.review-cta h2 {
  font-size: 2rem;
  color: #a0522d;
  margin-bottom: 10px;
}

.review-cta p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 20px;
}

.review-cta .cta-button {
  background: #ff9933;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
  transition: background 0.3s ease;
}

.review-cta .cta-button:hover {
  background: #cc7a29;
}/* End custom CSS */