.elementor-4720 .elementor-element.elementor-element-4397d3f{--display:flex;}/* Start custom CSS for container, class: .elementor-element-4397d3f */.nest-reviews-section {
  direction: rtl;
  max-width: 1250px;
  margin: 0 auto;
  padding: 70px 20px;
  font-family: inherit;
}

.nest-reviews-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.nest-small-title {
  display: inline-block;
  margin-bottom: 10px;
  color: #9a7745;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nest-reviews-heading h2 {
  margin: 0 0 14px;
  color: #171717;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
}

.nest-reviews-heading p {
  margin: 0;
  color: #686868;
  font-size: 17px;
  line-height: 1.8;
}

.nest-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nest-review-card {
  position: relative;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e9e5df;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nest-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.1);
}

.nest-review-top {
  display: flex;
  align-items: center;
  gap: 13px;
}

.nest-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: #f0e8dc;
  color: #6e512d;
  font-size: 20px;
  font-weight: 800;
}

.nest-review-top h3 {
  margin: 0 0 4px;
  color: #1c1c1c;
  font-size: 17px;
}

.nest-review-top span {
  color: #888888;
  font-size: 13px;
}

.nest-stars {
  margin: 20px 0 12px;
  color: #f4b400;
  font-size: 21px;
  letter-spacing: 2px;
  direction: ltr;
  text-align: right;
}

.nest-review-text {
  min-height: 110px;
  margin: 0;
  color: #424242;
  font-size: 16px;
  line-height: 1.8;
}

.nest-review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #eeeeee;
  color: #8a8a8a;
  font-size: 12px;
}

.nest-review-footer span {
  color: #4e7959;
  font-weight: 700;
}

@media (max-width: 900px) {
  .nest-reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .nest-reviews-section {
    padding: 45px 15px;
  }

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

  .nest-review-card {
    padding: 23px;
  }

  .nest-review-text {
    min-height: auto;
  }
}/* End custom CSS */