/* ==========================================
   FAQ Page — Base Setup
   Page ID: 177
========================================== */

/* Body background (optional, safe fallback) */
body.page-id-177 {
  background-color: #f9f9f9;
}

/* ==========================================
   FAQ Hero Section
========================================== */

/* Hero Layout */
.page-id-177 .faq-hero-heading {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Hero Heading (h1) */
.page-id-177 .faq-hero-heading h1,
.page-id-177 h1.dsm-animated-gradient-text.et_pb_module_header {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #0d335e;
  text-align: center;
  margin: 0;
  padding: 0;
  transform: translateY(2px);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================
   FAQ Accordion Styles (angelcity-accordion)
========================================== */

/* Toggle Title Styling */
.page-id-177 .angelcity-accordion .et_pb_toggle_title {
  color: #4b2c56 !important;
  background-color: #f5f2ff !important;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #ccccff;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-id-177 .et_pb_accordion_0 .et_pb_toggle_content p, 
.page-id-177 .sanctuary-p p {
        font-size: 16px !important;
        line-height: 1.75;
    }

/* Toggle Title: Hover & Open States */
.page-id-177 .angelcity-accordion .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title,
.page-id-177 .angelcity-accordion .et_pb_toggle h5.et_pb_toggle_title:hover {
  color: #4b2c56 !important;
  background-color: #ebe4f7 !important;
}

/* Toggle Content */
.page-id-177 .angelcity-accordion .et_pb_toggle_content {
  color: #333 !important;
  background-color: #ffffff;
  font-size: 16px !important;
  line-height: 1.4 !important;
  padding: 1rem 1.25rem !important;
  border-bottom: 1px solid #e0e0ff;
  border-radius: 0 0 0.5rem 0.5rem;
  transition: all 0.3s ease;
}

/* Remove Last Toggle Border */
.page-id-177 .angelcity-accordion .et_pb_toggle:last-child .et_pb_toggle_content {
  border-bottom: none;
}

/* Spacing Between Accordion Items */
.page-id-177 .angelcity-accordion .et_pb_toggle {
  margin-bottom: 1rem;
}


/****************************************************************************/
/****************************************************************************/
@media (max-width: 767px) {
  .page-id-177 .et_pb_toggle_content {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 1rem 1.25rem !important;
    color: #7272ff !important;
    border-bottom: 1px solid #e0e0ff !important;
  }
}