.elementor-2577 .elementor-element.elementor-element-f22aafb{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d21ccb3 */.reviews-section {
  background-color: #0B0E17;
  color: #E0E0E0;
  padding: 80px 20px;
  text-align: center;
}

.reviews-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #FFD35A;
  margin-bottom: 10px;
}

.reviews-subtitle {
  font-family: 'Inter', sans-serif;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.reviews-subtitle .brand {
  color: #FFD35A;
  font-weight: 600;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-items: center;
}

.review-card {
  background-color: #111420;
  border: 1px solid rgba(255, 211, 90, 0.4);
  border-radius: 16px;
  padding: 25px;
  max-width: 400px;
  box-shadow: 0 0 15px rgba(255, 211, 90, 0.08);
  transition: all 0.3s ease;
}

.review-card:hover {
  border-color: #FFD35A;
  box-shadow: 0 0 30px rgba(255, 211, 90, 0.2);
  transform: translateY(-5px);
}

.review-text {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review-author {
  font-size: 0.9rem;
  color: #FFD35A;
  font-weight: 500;
}

/* Leave a Review Section */
.leave-review {
  margin-top: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.leave-review h2 {
  font-family: 'Playfair Display', serif;
  color: #FFD35A;
  margin-bottom: 10px;
}

.leave-review p {
  color: #ccc;
  margin-bottom: 30px;
}

.review-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.review-form input,
.review-form textarea {
  background-color: #111420;
  border: 1px solid rgba(255, 211, 90, 0.3);
  color: #fff;
  border-radius: 10px;
  padding: 12px 15px;
  font-family: 'Inter', sans-serif;
  resize: none;
  transition: border 0.3s ease;
}

.review-form input:focus,
.review-form textarea:focus {
  border-color: #FFD35A;
  outline: none;
}

.review-form button {
  background-color: #FFD35A;
  color: #0B0E17;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.review-form button:hover {
  background-color: #e0b84a;
}
.page-title,
.entry-title {
  display: none !important;
}
/* 📱 Mobiele titel optimalisatie (iets groter en mooi gebalanceerd) */
@media (max-width: 768px) {
  .reviews-title {
    font-size: 2rem !important;       /* iets groter dan 1.8rem */
    line-height: 1.25 !important;     /* behoudt strakke verhouding */
    margin-bottom: 18px !important;
    color: #FFD35A !important;
    text-shadow: 0 0 8px rgba(255, 211, 90, 0.15);
  }

  .reviews-subtitle {
    font-size: 1rem !important;
    margin-bottom: 35px !important;
    line-height: 1.5 !important;
  }
}/* End custom CSS */