/* ============================================
   PROGRAM-OVERVIEW.CSS - Program Overview Cards
   ============================================ */

#JL_details_program_overview {
  padding: 50px 0;
  background: #f9f9f9;
}

.JL-details-program-overview-heading {
  text-align: center;
  margin-bottom: 36px;
}
.JL-details-program-overview-heading h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #1a1a2e;
}
.JL-details-program-overview-heading hr {
  border: 2.5px solid #FF6D12;
  width: 55px;
  margin: 10px auto 14px;
  opacity: 1;
}
.JL-details-program-overview-heading p {
  font-size: 0.92rem;
  color: #6c757d;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Cards */
.JL-details-program-overview-cards .card {
  border-radius: 14px !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.07) !important;
  padding: 28px 20px !important;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
}
.JL-details-program-overview-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(255,109,18,0.14) !important;
}
.JL-details-program-overview-cards .card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 14px;
}
.JL-details-program-overview-cards .card h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #FF6D12;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.JL-details-program-overview-cards .card p {
  font-size: 0.86rem;
  color: #6c757d;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 767px) {
  #JL_details_program_overview { padding: 36px 0; }
  .JL-details-program-overview-heading h2 { font-size: 1.5rem; }
}
