.elementor-3324 .elementor-element.elementor-element-61a5b942{--display:flex;}@media(min-width:768px){.elementor-3324 .elementor-element.elementor-element-61a5b942{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-317185e */.besa-funding {
  max-width: 1400px;
  margin: 100px auto;
  padding: 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e293b;
}

/* 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;
}

/* DISCLAIMER */
.funding-disclaimer {
  background: #f1f5f9;
  border-left: 5px solid #7768E5;;
  padding: 18px 22px;
  border-radius: 10px;
  font-size: 15.5px;
  color: #334155;
  margin-bottom: 60px;
}

/* ACCORDION */
.accordion {
  margin-bottom: 80px;
}

.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: #7768E5;
}

.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: #7768E5;
  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;
}

/* FOOTER */
.funding-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 50px;
}

.funding-footer h4 {
  font-size: 22px;
  font-weight: 700;
  color: #7768E5;
  margin-bottom: 12px;
}

.funding-footer p {
  font-size: 16.5px;
  line-height: 1.8;
  max-width: 820px;
  color: #475569;
  margin-bottom: 28px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .funding-header h1 {
    font-size: 34px;
  }

  .accordion-item summary {
    font-size: 17px;
  }
}/* End custom CSS */