.elementor-127 .elementor-element.elementor-element-fd9d707{--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;}/* Start custom CSS for html, class: .elementor-element-11ea4be *//* =========================================
   NextGen Premium FAQ (DHTML)
   Paste into: Appearance > Customize > Additional CSS
   ========================================= */

.ngfaq{
  --bg1:#0B1220;
  --bg2:#F6F7FB;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#5b6777;
  --line:#e6ebf2;
  --brand:#9b2c2c;
  --brand2:#5f1a1a;
  --shadow: 0 18px 40px rgba(15,23,42,.12);

  background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 70%, #ffffff 100%);
  padding: 70px 0;
}

.ngfaq__wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.ngfaq__header{
  display:flex;
  gap: 18px;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.ngfaq__kicker{
  display:inline-block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(155,44,44,.08);
  border: 1px solid rgba(155,44,44,.18);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ngfaq__title{
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text);
  font-weight: 900;
}

.ngfaq__sub{
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  max-width: 52ch;
}

.ngfaq__tools{
  display:flex;
  flex-direction:column;
  gap: 10px;
  min-width: min(520px, 100%);
}

.ngfaq__search{
  position: relative;
  display:flex;
  align-items:center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
}

.ngfaq__searchIcon{
  margin-right: 10px;
  opacity: .75;
}

.ngfaq__search input{
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--text);
  background: transparent;
}

.ngfaq__clear{
  border:none;
  background: rgba(15,23,42,.06);
  color: rgba(15,23,42,.65);
  width: 34px;
  height: 34px;
  border-radius: 12px;
  cursor:pointer;
}

.ngfaq__actions{
  display:flex;
  gap: 10px;
  justify-content:flex-end;
  flex-wrap:wrap;
}

.ngfaq__btn{
  border:none;
  cursor:pointer;
  font-weight: 900;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 14px 30px rgba(155,44,44,.18);
  transition: transform .12s ease, box-shadow .12s ease;
}
.ngfaq__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(155,44,44,.22);
}
.ngfaq__btn--ghost{
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: 0 14px 26px rgba(15,23,42,.10);
}

/* Tabs */
.ngfaq__tabs{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin: 16px 0 10px;
}

.ngfaq__tab{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.90);
  color: rgba(15,23,42,.78);
  font-weight: 900;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 999px;
  cursor:pointer;
  transition: transform .12s ease, box-shadow .12s ease;
}
.ngfaq__tab:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15,23,42,.10);
}
.ngfaq__tab.is-active{
  border-color: rgba(155,44,44,.24);
  background: rgba(155,44,44,.10);
  color: var(--brand);
}

/* Meta */
.ngfaq__meta{
  display:flex;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
  color: rgba(255,255,255,.85);
  margin-bottom: 14px;
}
.ngfaq__count{
  font-weight: 900;
}
.ngfaq__hint{
  opacity: .85;
  font-size: 13px;
}

/* FAQ list */
.ngfaq__list{
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.ngfaq__item{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow:hidden;
}

.ngfaq__item.is-hidden{
  display:none;
}

.ngfaq__q{
  width: 100%;
  text-align:left;
  border: none;
  background: transparent;
  cursor:pointer;
  padding: 16px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  font-weight: 900;
  color: var(--text);
  font-size: 15px;
}

.ngfaq__chev{
  transition: transform .18s ease;
  opacity: .75;
}

.ngfaq__item.is-open .ngfaq__chev{
  transform: rotate(180deg);
}

.ngfaq__a{
  padding: 0 16px;
  max-height: 0;
  overflow:hidden;
  transition: max-height .22s ease;
}

.ngfaq__a p{
  margin: 0;
  padding: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

/* Links inside answers */
.ngfaq__links{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  padding: 0 0 16px;
}

.ngfaq__link{
  text-decoration:none;
  font-weight: 900;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(15,23,42,.06);
  border: 1px solid var(--line);
  color: var(--text);
}

.ngfaq__linkBtn{
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-weight: 900;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 12px;
  cursor:pointer;
}

/* Empty state */
.ngfaq__empty{
  margin-top: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.ngfaq__empty h3{
  margin: 0 0 8px;
  font-weight: 900;
}
.ngfaq__empty p{
  margin: 0 0 12px;
  color: var(--muted);
}

/* CTA footer */
.ngfaq__cta{
  margin-top: 16px;
}
.ngfaq__ctaBox{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
  text-align:center;
}
.ngfaq__ctaBox h2{
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.ngfaq__ctaBox p{
  margin: 0 0 14px;
  color: var(--muted);
}

.ngfaq__ctaBtns{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  justify-content:center;
}
.ngfaq__ctaBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight: 900;
  border-radius: 12px;
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
}
.ngfaq__ctaBtn--ghost{
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
}

/* Mobile */
@media (max-width: 768px){
  .ngfaq{ padding: 44px 0; }
  .ngfaq__header{ padding: 18px; }
  .ngfaq__tools{ min-width: 100%; }
  .ngfaq__actions{ justify-content:flex-start; }
}/* End custom CSS */