.hero-section .heading {
  font-size: 28px;
  line-height: 1.8;
}

.free-cta-form input {
  font-size: 14px;
}

.testi-card-dark {
  height: 200px;
}

.testi-card-light {
  border: 2px solid var(--apt-border) !important;
}

.terms-condition ul li {
  font-size: 20px !important;
}

.program-section {
  padding: 90px 20px;
  background: #F7F8FC;
  font-family: "Sora", sans-serif;
}

.program-container {
  max-width: 1180px;
  margin: 0 auto;
}

.program-content {
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.program-tag {
  display: inline-block;
  color: #2563eb;
  background: #e0ecff;
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.program-content h2 {
  font-size: 32px;
  line-height: 1.15;
  color: #102033;
  margin: 0 0 22px;
  font-weight: 700;
}

.program-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #5f6f85;
  margin: 0;
}

.program-highlights {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.highlight-card {
  background: #ffffff;
  border: 1px solid #dbe7ff;
  border-radius: 22px;
  padding: 26px 20px;
  min-height: 190px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}

.highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
}

.highlight-card span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.highlight-card p {
  margin: 0;
  color: #263445;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .program-highlights {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .program-section {
    padding: 60px 16px;
  }
  .program-content {
    text-align: left;
    margin-bottom: 35px;
  }
  .program-content h2 {
    font-size: 34px;
  }
  .program-content p {
    font-size: 16px;
  }
  .program-highlights {
    grid-template-columns: 1fr;
  }
  .highlight-card {
    min-height: auto;
    padding: 22px;
  }
}
.who-img-visual img {
  aspect-ratio: 10/8 !important;
}

/*# sourceMappingURL=custom.css.map */
