.elementor-8800 .elementor-element.elementor-element-03a8c56{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-8800 .elementor-element.elementor-element-7d27808{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-8800 .elementor-element.elementor-element-7d27808.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8800 .elementor-element.elementor-element-0810167{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(6, 1fr);--grid-auto-flow:row;}.elementor-8800 .elementor-element.elementor-element-c344a80.elementor-element{--align-self:center;}.elementor-8800 .elementor-element.elementor-element-4b19732.elementor-element{--align-self:center;}.elementor-8800 .elementor-element.elementor-element-0e1498e.elementor-element{--align-self:center;}.elementor-8800 .elementor-element.elementor-element-1a155ef{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:center;--margin-top:5px;--margin-bottom:5px;--margin-left:0px;--margin-right:0px;}.elementor-8800 .elementor-element.elementor-element-9d4c8e6 .wd-button-wrapper a{background-color:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-8800 .elementor-element.elementor-element-9d4c8e6 .wd-button-wrapper:hover a{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-8800 .elementor-element.elementor-element-8ab0af3 .wd-button-wrapper a{background-color:var( --e-global-color-accent );border-color:var( --e-global-color-accent );color:#FCFEFF;}.elementor-8800 .elementor-element.elementor-element-8ab0af3 .wd-button-wrapper:hover a{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-8800 .elementor-element.elementor-element-8ab0af3 .wd-btn-text{font-weight:600;}.elementor-8800 .elementor-element.elementor-element-7a38696.elementor-element{--align-self:center;}.elementor-8800 .elementor-element.elementor-element-7a38696 .wd-social-icons .wd-label{font-family:"Trebuchet MS, Helvetica, sans-serif", Sans-serif;font-weight:600;}.elementor-8800 .elementor-element.elementor-element-b348df0{--display:flex;}.elementor-8800 .elementor-element.elementor-element-29b1afe iframe{height:450px;}.elementor-8800 .elementor-element.elementor-element-b6ec476{--display:flex;}@media(max-width:1024px){.elementor-8800 .elementor-element.elementor-element-0810167{--grid-auto-flow:row;}.elementor-8800 .elementor-element.elementor-element-1a155ef{--grid-auto-flow:row;}}@media(min-width:769px){.elementor-8800 .elementor-element.elementor-element-7d27808{--width:35.011%;}.elementor-8800 .elementor-element.elementor-element-b348df0{--width:66%;}}@media(max-width:768px){.elementor-8800 .elementor-element.elementor-element-0810167{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-8800 .elementor-element.elementor-element-1a155ef{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-0810167 *//* RFQ contact/details card */
.rfq-contact-card {
  padding: 24px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e7edf3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

/* Heading */
.rfq-contact-card h2,
.rfq-contact-card h3,
.rfq-contact-card h4 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #242424;
  text-transform: none;
}

/* Sub-sections / icon boxes */
.rfq-contact-card .elementor-icon-box-wrapper {
  align-items: flex-start;
}

.rfq-contact-card .elementor-icon-box-icon {
  margin-right: 14px;
}

.rfq-contact-card .elementor-icon-box-icon i,
.rfq-contact-card .elementor-icon-box-icon svg {
  color: #c9ced6;
  fill: #c9ced6;
  font-size: 28px;
}

/* Titles inside icon boxes */
.rfq-contact-card .elementor-icon-box-title,
.rfq-contact-card .elementor-icon-box-title span {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #242424;
}

/* Descriptions inside icon boxes */
.rfq-contact-card .elementor-icon-box-description {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* Add spacing between detail rows */
.rfq-contact-card .elementor-widget-icon-box {
  margin-bottom: 16px;
}

/* Optional subtle divider rhythm */
.rfq-contact-card .elementor-widget-icon-box:not(:first-of-type) {
  position: relative;
  padding-top: 12px;
}

.rfq-contact-card .elementor-widget-icon-box:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e7edf3;
  margin-bottom: 12px;
}

/* Email links / general links */
.rfq-contact-card a {
  color: #1d3b6d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rfq-contact-card a:hover {
  color: #ff6a00;
}

/* Social follow row */
.rfq-contact-card .elementor-social-icons {
  margin-top: 10px;
}

.rfq-contact-card .elementor-social-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rfq-contact-card .elementor-social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* "Follow us" text if it is a heading/text widget */
.rfq-contact-card .elementor-widget-heading,
.rfq-contact-card .elementor-widget-text-editor {
  color: #242424;
}

/* Mobile */
@media (max-width: 767px) {
  .rfq-contact-card {
    padding: 22px 16px;
    border-radius: 10px;
  }

  .rfq-contact-card h2,
  .rfq-contact-card h3,
  .rfq-contact-card h4 {
    font-size: 20px;
  }

  .rfq-contact-card .elementor-icon-box-icon i,
  .rfq-contact-card .elementor-icon-box-icon svg {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebe5da6 *//* 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 */