.elementor-23 .elementor-element.elementor-element-9bf6655{--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;}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-9bf6655{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-87f5239 *//* =========================
   ADVOCACY PAGE BASE
========================= */

/* HEADER */
.funding-header {
  text-align: center;
  margin-bottom: 50px;
}

.funding-header h1 {
  font-size: 42px;
  font-weight: 800;
  color: #0b1f3a;
  margin-bottom: 10px;
}

.funding-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #7768E5;
  margin-bottom: 22px;
}

.funding-header p {
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 14px;
  line-height: 1.8;
  color: #475569;
}

.besa-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
}

.section {
  margin-bottom: 50px;
}

.section h2 {
    margin-top: 50px;
}

.section.alt {
  padding: 1rem 2rem;
  border-radius: 16px;
}

.section h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #7768E5;
}

.section-intro {
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 850px;
  color: #374151;
}

/* =========================
   GRID LAYOUTS
========================= */

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

/* =========================
   ICON CARDS
========================= */

.card {
  background: #ffffff;
  border-radius: 14px;
  padding: 2.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.icon-card .icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.icon-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.icon-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b5563;
}

/* ACCORDION */
.accordion {
  margin-bottom: 60px;
}

.accordion-item {
  background: #ffffff;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.accordion-item summary {
  padding: 26px 30px;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  color: #0f172a;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  content: "+";
  float: right;
  font-size: 22px;
  color: #2563eb;
}

.accordion-item[open] summary::after {
  content: "–";
}

.accordion-content {
  padding: 0 30px 30px;
  font-size: 16.5px;
  color: #475569;
  line-height: 1.7;
}

.accordion-content a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

.accordion-content a:hover {
  text-decoration: underline;
}

.accordion-content ul {
  padding-left: 18px;
  margin-bottom: 18px;
}

.accordion-content li {
  margin-bottom: 8px;
}

.note {
  font-size: 14.5px;
  color: #64748b;
}

/* =========================
   CTA SECTION
========================= */

.cta {
  background: linear-gradient(1deg, #1e3a8a, #7768E5);
  color: #ffffff;
  padding: 3.5rem;
  border-radius: 18px;
  text-align: center;
}

.cta h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.cta p {
  max-width: 650px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

.button {
  display: inline-block;
  background: #ffffff;
  color: #1e3a8a;
  padding: 0.85rem 2.2rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .section.alt {
    padding: 3rem 1rem;
  }

  .section h1 {
    font-size: 2.2rem;
  }

  .section h2 {
    font-size: 1.7rem;
  }

  .cta {
    padding: 2.5rem 2rem;
  }
}/* End custom CSS */