.elementor-30308 .elementor-element.elementor-element-db91c4f{--display:flex;}.elementor-30308 .elementor-element.elementor-element-7800d48{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5fd6b50 *//* RFQ Reviews Section */
.rfq-reviews-section {
  margin-top: 40px;
  padding: 28px 28px 18px; /* reduced bottom padding */

  /* subtle polished gradient */
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);

  border: 1px solid #e7edf3;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.rfq-reviews-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.rfq-reviews-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #242424;
}

.rfq-reviews-subtitle {
  margin: 0 0 16px; /* slightly tighter */
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Widget spacing fix */
.rfq-reviews-section .skeepers_carousel_container {
  margin-top: 6px;
  margin-bottom: -10px; /* pulls dots up to balance spacing */
  min-height: 100px;
}

/* soften embedded widget edges */
.rfq-reviews-section iframe,
.rfq-reviews-section .rr-widget,
.rfq-reviews-section .rr-carousel {
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 767px) {
  .rfq-reviews-section {
    margin-top: 30px;
    padding: 22px 16px 14px; /* tighter bottom */
    border-radius: 10px;
  }

  .rfq-reviews-title {
    font-size: 20px;
  }

  .rfq-reviews-subtitle {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .rfq-reviews-section .skeepers_carousel_container {
    margin-bottom: -8px;
  }
}/* End custom CSS */