.elementor-317 .elementor-element.elementor-element-f8c84ae:not(.elementor-motion-effects-element-type-background), .elementor-317 .elementor-element.elementor-element-f8c84ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EBE0;}.elementor-317 .elementor-element.elementor-element-f8c84ae > .elementor-container{max-width:1600px;}.elementor-317 .elementor-element.elementor-element-f8c84ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-317 .elementor-element.elementor-element-f8c84ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-2af958b */.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 15px; /* reduced gap */
  padding: 20px;
}

.review-card {
  background: #f2efe6;
  border-radius: 6px; /* less curve */
  padding: 18px;
  box-shadow: none; /* removed shadow */
  font-family: 'Poppins', sans-serif;
  border: 1px solid #e0ddd5; /* optional soft border */
}

.review-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px; /* match card corners */
  margin-bottom: 10px;
}

.stars {
  color: #17a144;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.review-card h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 3px;
  color: #222;
}

.location {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.review-text {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b6314c */.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 15px; /* reduced gap */
  padding: 20px;
}

.review-card {
  background: #f2efe6;
  border-radius: 6px; /* less curve */
  padding: 18px;
  box-shadow: none; /* removed shadow */
  font-family: 'Poppins', sans-serif;
  border: 1px solid #e0ddd5; /* optional soft border */
}

.review-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px; /* match card corners */
  margin-bottom: 10px;
}

.stars {
  color: #17a144;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.review-card h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 3px;
  color: #222;
}

.location {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.review-text {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}/* End custom CSS */