.elementor-66889 .elementor-element.elementor-element-aac45da{--display:flex;}.elementor-66889 .elementor-element.elementor-element-25c6e77{--spacer-size:20px;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-66889 .elementor-element.elementor-element-2a423db{text-align:center;}.elementor-66889 .elementor-element.elementor-element-2a423db .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:45px;font-weight:600;color:#2D2D2D;}.elementor-66889 .elementor-element.elementor-element-a819b70{--spacer-size:20px;}/* Start custom CSS for html, class: .elementor-element-b172018 *//* ============================================================
   Flixeasy — FAQ page v2 (categories + tabs + styled CTA/intro)
   Paste into: Appearance → Customize → Additional CSS
   Fully self-contained — replaces the previous FAQ CSS.
   ============================================================ */

.fx-faq {
  font-size: 16px;
  line-height: 1.7;
  color: #3d3833;
}

/* ---------- Intro ---------- */
.fx-faq-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 2.5rem;
}
.fx-faq-intro-main {
  font-size: 26px;
  font-weight: 600;
  color: #221c15;
  line-height: 1.35;
  margin: 0 0 14px;
}
.fx-faq-intro-main span {
  color: #d97a0d;
  background: linear-gradient(transparent 68%, rgba(239, 140, 26, 0.25) 68%);
  padding: 0 2px;
}
.fx-faq-intro-sub {
  font-size: 14.5px;
  color: #8a8378;
  letter-spacing: 0.2px;
  margin: 0;
}

/* ---------- Category tabs ---------- */
.fx-faq-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2.5rem;
}
.fx-faq-tab {
  background: #ffffff;
  border: 1px solid rgba(24, 21, 18, 0.12);
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #55504a;
  cursor: pointer;
  transition: all 0.15s ease;
}
.fx-faq-tab:hover {
  border-color: rgba(239, 140, 26, 0.5);
  color: #d97a0d;
}
.fx-faq-tab.is-active {
  background: #ef8c1a;
  border-color: #ef8c1a;
  color: #ffffff;
}

/* ---------- Section headings ---------- */
.fx-faq h2 {
  font-size: 22px;
  font-weight: 600;
  color: #221c15;
  margin: 2.2rem 0 1rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #ef8c1a;
  display: inline-block;
  scroll-margin-top: 120px;
}

/* ---------- Accordion items ---------- */
.fx-faq-item {
  background: #ffffff;
  border: 1px solid rgba(24, 21, 18, 0.09);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fx-faq-item:hover {
  border-color: rgba(239, 140, 26, 0.35);
}
.fx-faq-item[open] {
  border-color: rgba(239, 140, 26, 0.45);
  box-shadow: 0 4px 14px rgba(24, 21, 18, 0.06);
}
.fx-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 52px 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #221c15;
  position: relative;
  transition: color 0.15s ease;
}
.fx-faq-item summary::-webkit-details-marker {
  display: none;
}
.fx-faq-item summary:hover,
.fx-faq-item[open] summary {
  color: #d97a0d;
}
.fx-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(239, 140, 26, 0.12);
  color: #d97a0d;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.fx-faq-item[open] summary::after {
  content: "−";
  background: #ef8c1a;
  color: #ffffff;
}
.fx-faq-answer {
  padding: 0 22px 18px;
  font-size: 15.5px;
  color: #55504a;
  line-height: 1.7;
}
.fx-faq-answer p {
  margin: 0 0 0.8em;
}
.fx-faq-answer p:last-child {
  margin-bottom: 0;
}
.fx-faq-answer a {
  color: #d97a0d;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fx-faq-answer a:hover {
  color: #b56409;
}

/* ---------- "Still have questions?" CTA ---------- */
.fx-faq-cta {
  background: #181512;
  border-radius: 18px;
  padding: 44px 32px;
  text-align: center;
  margin: 3rem 0 1rem;
  position: relative;
  overflow: hidden;
}
.fx-faq-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(239, 140, 26, 0.1);
  pointer-events: none;
}
.fx-faq-cta::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(239, 140, 26, 0.06);
  pointer-events: none;
}
.fx-faq-cta-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 10px;
}
.fx-faq-cta-text {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  max-width: 520px;
  margin: 0 auto 24px;
  line-height: 1.65;
}
.fx-faq-cta-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #ef8c1a;
  color: #221503 !important;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}
.fx-faq-cta-btn:hover {
  background: #f79c33;
  transform: translateY(-2px);
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  .fx-faq-intro-main {
    font-size: 21px;
  }
  .fx-faq-intro-sub {
    font-size: 13px;
  }
  .fx-faq-tab {
    padding: 8px 14px;
    font-size: 13px;
  }
  .fx-faq h2 {
    font-size: 19px;
  }
  .fx-faq-item summary {
    font-size: 15px;
    padding: 15px 48px 15px 16px;
  }
  .fx-faq-answer {
    padding: 0 16px 15px;
    font-size: 14.5px;
  }
  .fx-faq-cta {
    padding: 34px 22px;
    border-radius: 14px;
  }
  .fx-faq-cta-title {
    font-size: 22px;
  }
}/* End custom CSS */