.elementor-14830 .elementor-element.elementor-element-63e9166{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-14830 .elementor-element.elementor-element-63e9166{--content-width:1450px;}}/* Start custom CSS for html, class: .elementor-element-c8e6b06 *//* REMACIT FAQ PAGE - CLEAN FINAL CSS */

.remacit-faq-page-v4{
  max-width:1450px;
  margin:0 auto;
  padding:80px 24px 120px;
  color:#07111f;
}

/* COMMON */

.rfq-label{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(19,149,232,.09);
  color:#1395e8;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:18px;
}

/* HERO */

.rfq-hero{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:50px;
  align-items:center;
  padding:70px;
  border-radius:42px;
  background:
    radial-gradient(circle at 78% 20%, rgba(19,149,232,.18), transparent 32%),
    radial-gradient(circle at 20% 85%, rgba(0,182,122,.14), transparent 38%),
    linear-gradient(135deg,#ffffff,#f4fbff);
  box-shadow:0 30px 90px rgba(15,23,42,.08);
  margin-bottom:70px;
}

.rfq-hero h1{
  margin:0;
  font-size:64px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:900;
}

.rfq-hero p{
  margin:24px 0 0;
  color:#64748b;
  font-size:18px;
  line-height:1.8;
}

.rfq-search-wrap{
  margin-top:34px;
}

.rfq-search-wrap input{
  width:100%;
  height:62px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  padding:0 22px;
  outline:none;
  font-size:15px;
  font-weight:600;
  color:#07111f;
  box-shadow:0 14px 34px rgba(15,23,42,.05);
}

.rfq-search-wrap input:focus{
  border-color:#1395e8;
  box-shadow:0 0 0 4px rgba(19,149,232,.10);
}

.rfq-hero-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:32px;
  box-shadow:0 24px 70px rgba(15,23,42,.10);
}

/* IMAGE CARDS */

.rfq-image-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:100px;
}

.rfq-image-strip div{
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
}

.rfq-image-strip img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.rfq-image-strip h3{
  margin:24px 26px 10px;
  font-size:22px;
  font-weight:900;
  color:#07111f;
}

.rfq-image-strip p{
  margin:0 26px 28px;
  color:#64748b;
  line-height:1.7;
}

/* HEADING */

.rfq-heading{
  max-width:900px;
  margin:0 auto 50px;
  text-align:center;
}

.rfq-heading h2,
.rfq-support h2{
  margin:0 0 18px;
  font-size:52px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:900;
  color:#07111f;
}

.rfq-heading p{
  max-width:760px;
  margin:0 auto;
  color:#64748b;
  font-size:18px;
  line-height:1.8;
}

/* MAIN FAQ LAYOUT */

.rfq-modern{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:32px;
  align-items:start;
  margin-bottom:120px;
}

.rfq-left{
  display:grid;
  gap:14px;
  align-content:start;
  position:sticky;
  top:120px;
}

.rfq-tab{
  width:100%;
  border:1px solid rgba(15,23,42,.08);
  background:#f8fbff;
  color:#07111f;
  border-radius:18px;
  padding:18px 22px;
  text-align:left;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  transition:.25s ease;
}

.rfq-tab:hover{
  border-color:#1395e8;
  transform:translateY(-2px);
}

.rfq-tab.active{
  color:#fff;
  border-color:#1395e8;
  background:#1395e8;
  box-shadow:0 12px 28px rgba(19,149,232,.18);
}

/* FAQ ITEMS - IMPORTANT FIX */

.rfq-right{
  display:flex;
  flex-direction:column;
  gap:16px;
  width:100%;
}

.rfq-item{
  width:100% !important;
  display:block;
}

.rfq-right details{
  width:100% !important;
  min-height:auto !important;
  height:auto !important;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  overflow:hidden;
  box-shadow:none;
}

.rfq-right details[open]{
  background:#fff;
  box-shadow:0 18px 46px rgba(15,23,42,.08);
}

.rfq-right summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  display:block;
  width:100%;
  min-height:auto !important;
  height:auto !important;
  padding:22px 72px 22px 28px !important;
  color:#07111f;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

.rfq-right summary::-webkit-details-marker{
  display:none;
}

.rfq-right summary::after{
  content:"+";
  position:absolute;
  right:26px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(19,149,232,.10);
  color:#1395e8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
}

.rfq-right details[open] summary{
  color:#1395e8;
}

.rfq-right details[open] summary::after{
  content:"–";
  color:#fff;
  background:linear-gradient(135deg,#00b67a,#1395e8);
}

.rfq-right p{
  margin:0 !important;
  padding:0 30px 28px !important;
  color:#64748b;
  line-height:1.8;
  font-size:16px;
}

/* NO RESULTS */

.rfq-no-results{
  display:none;
  background:#fff;
  padding:40px;
  border-radius:24px;
  box-shadow:0 18px 46px rgba(15,23,42,.08);
}

.rfq-no-results h3{
  margin:0 0 10px;
  font-size:24px;
  font-weight:900;
  color:#07111f;
}

.rfq-no-results p{
  padding:0 !important;
  color:#64748b;
}

.rfq-no-results a{
  display:inline-flex;
  margin-top:18px;
  padding:14px 20px;
  border-radius:14px;
  background:#1395e8;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900;
}

/* DARK PROMISE */

.rfq-dark{
  text-align:center;
  padding:90px 70px;
  border-radius:42px;
  background:
    radial-gradient(circle at 85% 20%, rgba(0,182,122,.28), transparent 34%),
    radial-gradient(circle at 15% 80%, rgba(19,149,232,.30), transparent 38%),
    linear-gradient(135deg,#07111f,#0b2f5e);
  color:#fff;
  margin-bottom:120px;
  box-shadow:0 30px 90px rgba(7,17,31,.22);
}

.rfq-dark h2{
  color:#fff;
  font-size:52px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:900;
  margin:0 0 38px;
}

.rfq-dark-pills{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.rfq-dark-pills span{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  padding:14px 20px;
  border-radius:999px;
  font-weight:800;
}

/* SUPPORT */

.rfq-support{
  text-align:center;
}

.rfq-support-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:44px;
}

.rfq-support-grid div,
.rfq-support-grid a{
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:28px;
  padding:34px;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  text-decoration:none !important;
  color:#07111f !important;
}

.rfq-support-grid a{
  background:linear-gradient(135deg,#07111f,#0b2f5e 55%,#1395e8);
  color:#fff !important;
}

.rfq-support-grid h3{
  margin:0 0 12px;
  font-size:22px;
  font-weight:900;
}

.rfq-support-grid p{
  margin:0;
  color:#64748b;
}

.rfq-support-grid a p,
.rfq-support-grid a h3{
  color:#fff !important;
}

/* RESPONSIVE */

@media(max-width:1024px){
  .rfq-hero,
  .rfq-modern{
    grid-template-columns:1fr;
  }

  .rfq-left{
    position:relative;
    top:auto;
  }

  .rfq-image-strip,
  .rfq-support-grid{
    grid-template-columns:1fr;
  }

  .rfq-hero h1{
    font-size:48px;
  }
}

@media(max-width:767px){
  .remacit-faq-page-v4{
    padding:50px 16px 90px;
  }

  .rfq-hero{
    padding:36px 24px;
    border-radius:30px;
  }

  .rfq-hero h1,
  .rfq-heading h2,
  .rfq-dark h2,
  .rfq-support h2{
    font-size:34px;
  }

  .rfq-hero-image img{
    height:260px;
  }

  .rfq-dark{
    padding:60px 24px;
    border-radius:30px;
  }

  .rfq-tab{
    font-size:15px;
  }

  .rfq-right summary{
    font-size:16px;
  }
}/* End custom CSS */