.elementor-1772 .elementor-element.elementor-element-3ccadeb{margin-top:0px;margin-bottom:60px;}/* Start custom CSS for html, class: .elementor-element-15c9a93 */.besa-resources {
  max-width: 1400px;
  margin: 100px auto;
  padding: 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #7768E5;
}

/* HEADER */
.resources-header {
  text-align: center;
  margin-bottom: 90px;
}

.resources-header h1 {
  font-size: 44px;
  font-weight: 800;
  color: #0b1f3a;
  margin-bottom: 12px;
}

.resources-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #7768E5;
  margin-bottom: 24px;
}

.resources-header p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 14px;
  color: #475569;
  line-height: 1.8;
}

/* SECTION */
.resource-section {
  margin-bottom: 90px;
}

.resource-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #7768E5;
  margin-bottom: 40px;
}

/* GRID */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
}

/* CARD */
.resource-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.resource-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.resource-card p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 16px;
}

.resource-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resource-card li {
  margin-bottom: 10px;
}

.resource-card a {
  color: #7768E5;
  font-weight: 600;
  text-decoration: underline;
}

.resource-card a:hover {
  text-decoration: underline;
}

/* FOOTER */
.resources-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 50px;
}

.disclaimer {
  font-size: 14.5px;
  color: #7768E5;
  margin-bottom: 30px;
}

.resources-cta h4 {
  font-size: 22px;
  font-weight: 700;
  color: #7768E5;
  margin-bottom: 10px;
}

.resources-cta p {
  font-size: 16.5px;
  color: #475569;
  max-width: 750px;
  line-height: 1.8;
}

/*.resources-cta a{*/
/*    text-decoration-color: #7768E5;*/
/*}*/
/* RESPONSIVE */
@media (max-width: 768px) {
  .resources-header h1 {
    font-size: 34px;
  }

  .resource-section h2 {
    font-size: 24px;
  }

  .resource-card {
    padding: 28px;
  }
}/* End custom CSS */