.elementor-8707 .elementor-element.elementor-element-1ee666f .elementor-button{background-color:transparent;font-size:13px;fill:var( --e-global-color-4f38cb8b );color:var( --e-global-color-4f38cb8b );background-image:linear-gradient(180deg, #F29429 0%, #F29429 100%);}/* Start custom CSS for html, class: .elementor-element-13aef7f */.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin: 36px 0;
}

.stat-card {
  background: #EBF5FB;
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
  border-top: 3px solid #2E86C1;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  color: #0D2B55;
  display: block;
}

.stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #566573;
  margin-top: 4px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4671fd */.table-wrap {
  overflow-x: auto;
  margin: 36px 0;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
}

thead tr {
  background: #0D2B55;
  color: #FFFFFF;
}

thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 14px;
}

thead th:first-child { border-radius: 8px 0 0 0; }
thead th:last-child { border-radius: 0 8px 0 0; }

tbody tr:nth-child(even) { background: #EBF5FB; }
tbody tr:nth-child(odd) { background: #FFFFFF; }

tbody td {
  padding: 12px 18px;
  color: #1C2833;
  border-bottom: 1px solid #e0e8f0;
}

tbody td:first-child {
  font-weight: 600;
  color: #0D2B55;
}

.best {
  color: #1E8449;
  font-weight: 700;
}

.badge {
  display: inline-block;
  background: #D4AC0D;
  color: #0D2B55;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-left: 6px;
  vertical-align: middle;
  letter-spacing: 0.06em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86053a4 */.prog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0;
}

.prog-card {
  background: #F8F9FA;
  border-radius: 8px;
  padding: 20px 22px;
  border-top: 3px solid #D4AC0D;
}

.prog-card h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0D2B55;
  margin-bottom: 8px;
}

.prog-card p {
  font-size: 15px;
  color: #566573;
  margin: 0;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 600px) {
  .prog-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */