/* ============================================================
   SB-LISTING PAGE STYLES
   ============================================================ */

/* Banner */
.header_area {
  background: transparent linear-gradient(180deg, #112b64 0%, #dc3545 100%) 0 0
    no-repeat padding-box;
}

.bg_cover {
  height: auto;
}

.main-btn {
  background: #112b64;
}
.main-btn:hover {
  background: #032775;
}

.banner-bullets {
  list-style: none;
  padding: 0;
  font-size: 11px;
  display: flex;
  column-gap: 15px;
  justify-content: center;
}

.banner-bullets li {
  background: #2f2d60;
  padding: 2px 6px;
  border-radius: 4px;
  color: #faffbb;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .banner-bullets {
    display: inline-flex;
    column-gap: 10px;
    flex-wrap: wrap;
  }
}

.sb-page .section_title .title::before {
  display: none;
}
.sb-page .section_title .title {
  padding-left: 0;
}

/* ── Features / Running Content Section ── */
.bullets-content-highlight {
  list-style: none;
  padding: 0;
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
}

.gap-5 {
  gap: 5px;
}

@media (max-width: 767px) {
  .bullets-content-highlight {
    font-size: 14px;
    grid-template-columns: 1fr;
  }
}

/* ── FAQ / Accordion Section ── */
.accordion_box .card-header {
  padding: 0;
}

.accordion_box h2 {
  padding: 20px;
  font-size: 24px;
  background: white;
  justify-content: space-between;
  display: flex;
}

.accordion_box h2.collapsed {
  font-size: 24px;
  background: #f6f6fa;
  padding: 20px;
}

.accordion_box .card-body {
  box-shadow: 0 10px 43px rgba(0, 0, 0, 0.1607843137);
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .accordion_box h2,
  .accordion_box h2.collapsed {
    font-size: 16px;
  }
}

/* fp-card styles → public/assets/css/components/fp-card.css (auto-loaded via component) */
