.elementor-186 .elementor-element.elementor-element-41e1fa2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-186 .elementor-element.elementor-element-b7fc152{margin:-154px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-b7fc152 */body {
  margin: 0;
  font-family: 'Playfair Display', serif;
  background: linear-gradient(180deg, #0f1c2e, #14233b);
  color: white;
}

.reviews-section {
  width: 85%;
  margin: 80px auto;
}

.reviews-title {
  font-size: 40px;
  margin-bottom: 40px;
}

.reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.stars-big {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.rating-number {
  font-size: 48px;
  font-weight: 300;
}

.rating-count {
  margin-top: 10px;
  opacity: 0.7;
}

.rating-bars {
  margin-top: 20px;
}

.bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.bar-row span {
  width: 120px;
  font-size: 14px;
}

.bar {
  flex: 1;
  height: 8px;
  border: 1px solid #aaa;
  margin-left: 15px;
  position: relative;
}

.fill {
  height: 100%;
  background: #c9a24d;
}

.w90 { width: 90%; }
.w30 { width: 30%; }
.w5  { width: 5%; }
.w0  { width: 0%; }
.w2  { width: 2%; }

.review-form {
  margin-bottom: 60px;
}

.review-form p {
  margin-bottom: 5px;
}

.review-form small {
  opacity: 0.6;
}

.form-row {
  margin-top: 15px;
  display: flex;
}

.form-row input {
  flex: 1;
  padding: 15px;
  border: none;
  font-size: 14px;
}

.form-row button {
  background: #c9a24d;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: bold;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.review-card {
  background: #e6e6e6;
  color: #111;
  padding: 25px;
}

.review-card h4 {
  margin: 0 0 10px 0;
}

.stars {
  color: black;
  margin-bottom: 10px;
}

.review-card.full {
  grid-column: span 2;
}

@media (max-width: 900px) {
  .reviews-top {
    flex-direction: column;
    gap: 30px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card.full {
    grid-column: span 1;
  }
}/* End custom CSS */