/* =========================================================
   09. White-label FAQ
   ========================================================= */

.wl-faq-section {
  background: #fff;
  color: #071333;
}

.wl-faq-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wl-faq-kicker span {
  width: 42px;
  height: 2px;
  background: currentColor;
  display: block;
}

.wl-faq-left h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.wl-faq-left > p {
  max-width: 520px;
  color: #17213b;
  font-size: 18px;
  line-height: 1.55;
}

.wl-faq-help-card {
  border: 1px solid #cfe1fa;
  background: #eef6ff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.wl-faq-help-img img {
  width: 280px;
  max-width: 100%;
  height: 140px;
  object-fit: contain;
}

.wl-faq-help-card h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.wl-faq-help-card p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.wl-faq-btn {
  min-height: 62px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.wl-faq-btn:hover {
  color: #ffffff;
}

.wl-faq-proof {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.wl-faq-proof i {
  display: block;
  margin-bottom: 8px;
  color: #0056d6;
  font-size: 34px;
}

.wl-faq-proof span {
  display: block;
  color: #071333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.wl-faq-accordion .accordion-item {
  border: 1px solid #dbe7f8;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.05);
}

.wl-faq-accordion .accordion-button {
  min-height: 86px;
  padding: 24px 34px;
  color: #071333;
  background: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  box-shadow: none;
}

.wl-faq-accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #e3edf8;
  background: #ffffff;
}

.wl-faq-accordion .accordion-body {
  padding: 30px 34px;
  color: #17213b;
  background: #ffffff;
  font-size: 18px;
  line-height: 1.65;
}

.wl-faq-accordion .accordion-button::after {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #ff5a00;
  border-radius: 50%;
  background-image: none;
  color: #ff5a00;
  content: "+";
  font-size: 28px;
  line-height: 1;
  transform: none;
}

.wl-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  background-image: none;
}

/* =========================================================
   White-label FAQ Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .wl-faq-kicker {
    font-size: 16px;
  }

  .wl-faq-left h2 {
    font-size: 32px;
  }

  .wl-faq-left > p {
    font-size: 15px;
  }

  .wl-faq-help-card h3 {
    font-size: 22px;
  }

  .wl-faq-help-card p,
  .wl-faq-accordion .accordion-body {
    font-size: 16px;
  }

  .wl-faq-btn,
  .wl-faq-proof span {
    font-size: 14px;
  }

  .wl-faq-accordion .accordion-button {
    min-height: 72px;
    font-size: 16px;
  }

  .wl-faq-accordion .accordion-button::after {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .wl-faq-proof {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 991px) {
  .wl-faq-left {
    text-align: center;
  }

  .wl-faq-left > p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .wl-faq-kicker {
    font-size: 13px;
  }

  .wl-faq-kicker span {
    width: 34px;
  }

  .wl-faq-left h2 {
    font-size: 22px;
  }

  .wl-faq-left > p {
    font-size: 15px;
  }

  .wl-faq-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .wl-faq-accordion .accordion-button {
    padding: 20px;
  }

  .wl-faq-accordion .accordion-body {
    padding: 22px 20px;
  }

  .wl-faq-help-card h3 {
    font-size: 18px;
  }
  .wl-faq-help-card p {
    font-size: 14px;
  }
  .wl-faq-accordion .accordion-body,.wl-faq-proof span{
    font-size: 13px;
  }
  .wl-faq-btn {
    gap: 12px !important;
    padding-inline: 20px;
  }
}

@media (max-width: 360px) {
  .wl-faq-proof {
    grid-template-columns: 1fr;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}

