.u-section-1 .u-sheet-1 {
  min-height: 834px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 0;
  height: auto;
  min-height: 500px;
  margin-top: 0;
  width: 100%;
}

.u-section-1 .u-custom-html-2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.u-section-1 .u-custom-html-3 {
  margin-bottom: 60px;
  height: auto;
  min-height: 79px;
  margin-top: 17px;
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1027px;
  }

  .u-section-1 .u-custom-html-3 {
    margin-bottom: 0;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 695px;
}.feedback-section {
  background-color: #0659B8;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
.feedback-container {
  max-width: 800px;
  width: 100%;
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
  color: #333;
}
.feedback-title {
  color: #1e73be;
  margin-bottom: 20px;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.1;
}
.feedback-text {
  line-height: 1.8;
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 18px;
}
.feedback-callout {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  margin-bottom: 30px;
}
.feedback-button-wrapper {
  text-align: center;
}
.feedback-btn {
  background-color: #1e73be;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.feedback-btn:hover {
  background-color: #155a96;
}
.feedback-footer {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
/* Extra optimalisatie voor mobiele schermen */
@media (max-width: 768px) {
  .feedback-container {
    padding: 25px;
  }
  .feedback-title {
    margin-bottom: 15px;
  }
  .feedback-btn {
    width: 100%;
    max-width: 300px;
  }
}
.stars {
  color: #FFD700;
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.review-card{
  background:#ffffff;
  padding:20px;
  margin:15px 0;
  border-radius:12px;
  border-left:5px solid #1e73be;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.review-card p{
  margin:10px 0;
  line-height:1.6;
}
.review-card strong{
  color:#1e73be;
}