@media (max-width:991px) {

  button,
  input[type=submit] {
    font-size: 14px;
    line-height: 22px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0 15px;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 600;
  }
  h2 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 500;
  }

  .form-section {
    margin: 15px 0 0;
  }
  .form_box h3 {
    font-size: 18px;
  }
  .form_box p {
    font-size: 12px;
    line-height: 20px;
  }

  .modal h5,
  form h5 {
    font-size: 12px;
    line-height: 20px;
  }

  header .logo {
    height: 55px;
    width: auto;
  }
  header .accred {
    height: 45px;
    width: auto;
  }

  p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  small,
  em {
    font-size: 12px;
    line-height: 20px;
  }

  .brochureBtn {
    width: 100%;
    font-size: 16px;
  }
  .banner_pic img {
    height: 850px;
  }
  .banner-new {
    top: 35px;
    bottom: 0;
  }
  .icon-img {
    width: 22px;
    margin: 0 8px 0 0;
  }

  .key-card img {
    margin: 0 8px 0 0;
  }

  .key-card {
    width: 49%;
    margin: 0 0 15px;
  }

  .key-card h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0;
  }

  .key-card p {
    font-size: 13px;
    line-height: 26px;
  }

  .key-card p small {
    font-size: 10px;
  }

  /* eligibility */
  .eligibility {
    padding: 40px 0;
  }

  .who-can-apply {
    text-align: center;
  }
  .who-can-apply h3 {
    font-size: 16px;
  }
  .criteria-box {
    margin-bottom: 20px;
  }

  .criteria-title {
    font-size: 15px;
    line-height: 22px;
  }

  .note-section p{
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .overview {
    padding: 0 0 30px;
  }
  .overview p{
    width: 100%;
    margin: 0 auto 8px;
  }

  .highlights {
    padding: 40px 0;
    background: #F8F7F3;
  }
  .highlight-card {
    padding: 20px 20px 15px;
  }

  .highlight-card h4 {
    font-size: 16px;
  }

  .leaders {
    padding: 40px 0;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;              /* 👈 enables horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
  }
  .profile-table {
    min-width: 600px; /* 👈 forces table to be wider than mobile */
  }
  .profile-name {
    width: 30%;
    font-size: 14px;
  }

  .profile-action {
    font-size: 14px;
    width: 50%;
  }
  .profile-table td {
      padding: 15px 0;
  }
  .profile-table th {
      padding: 15px 0;
  }

  /* sticky cta */
  .sticky {
    position: fixed;
    bottom: -100px; /* hidden initially */
    left: 10px;
    z-index: 100;
    width: 95%;
    background: #F8F7F3;
    border-radius: 50px;
    box-shadow: 0px -3px 17px rgba(0, 0, 0, 0.11);
    padding: 10px 0;
  }
  /* when active */
  .sticky.fixed {
    bottom: 0;
  }
  .sticky button {
    width: 49%;
    font-size: 12px;
    border-radius: 50px;
    height: 36px;
    margin: 0;
  }
  .sticky .outline {
    border: 1px solid var(--primary);;
    color: var(--primary);;
    background: none;
  }
  .sticky .bg {
    color: #fff;
    background: var(--primary);;
  }

  /* Credential Section*/
  .credential {
    padding: 40px 0;
  }

  .credential-subtext {
    margin: 0 auto 20px auto;
    font-size: 14px;
  }

  .certificate-img {
    width: 95%;
    margin: 0 auto;
  }

  .criteria-table {
    margin-top: 0;
  }

  .criteria-table th {
    font-size: 15px;
    padding: 10px 0;
  }

  .criteria-table td {
    padding: 15px 0;
    font-size: 14px;
  }

  .criteria-label {
    font-size: 15px;
  }

  .criteria-value {
    font-size: 14px;
    width: 60%;
  }

  .criteria-table td:first-child,
  .criteria-table th:first-child {
    padding-right: 15px; /* space on right */
  }

  .criteria-table td:last-child,
  .criteria-table th:last-child {
    padding-left: 15px; /* space on left */
  }

  /* course content */
  .course-content {
    padding: 40px 0;
  }

  .course-content p {
    margin: 0 auto 15px;
    width: 95%;
  }
  .course-content h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .module-header-text {
    max-width: 700px;
    font-size: 14px;
  }

  .module-card {
    padding: 15px;
  }

  .module-number {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .module-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  p.module-desc {
    margin: 0 0 10px !important;
    min-height: 45px;
  }
  .btn-detailed {
    font-size: 12px;
  }

  /* Applied Impact Section (New) */
  .impact {
    padding: 40px 0;
  }

  .impact-card {
    padding: 20px;
  }
  .impact-card p {
    margin: 0;
  }
  .impact-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .alumni {
    padding: 40px 0;
  }

  .alumni-intro {
    margin: 0 auto 20px auto;
  }

  .benefit-icon-wrapper {
    margin-bottom: 15px;
  }

  .benefit-title {
    font-size: 16px;
  }

  .benefit-desc {
    font-size: 14px;
  }

  /* experts */
  .experts {
    padding: 40px 0;
  }

  .faculty-intro {
    max-width: 900px;
    margin: 0 auto 30px auto;
  }

  .faculty-card {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }

  .faculty-img-wrapper {
    width: 300px;
    margin: 0 auto;
  }

  .faculty-content h3 {
    font-size: 16px;
  }

  .faculty-role {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .faculty-bio p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }


  .schedule {
    padding: 40px 0;
  }
  .sub-heading {
      font-size: 16px;
      margin-bottom: 10px;
      line-height: 24px;
  }
  .description {
      max-width: 800px;
      margin: 0 auto 40px;
  }

  .schedule-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
  }
  .item-content p {
    margin: 0;
  }

  .item-content h4 {
      font-size: 14px;
  }
  .footer-note {
      font-size: 14px;
      margin-top: 0;
  }
  .vertical-divider {
    width: 100%;     /* full width line */
    height: 1px;     /* horizontal line */
    margin: 0 0 30px;
  }
  
  .announcement-bar {
    font-size: 16px;
  }

  footer {
    padding: 40px 0;
  }

  .footer-logo-container {
    padding: 5px 10px;
    top: 300px;
    right: 30%;
  }
  .footer-logo-container img {
      height: 60px;
  }
  .footer-heading {
      margin-bottom: 10px;
      font-size: 15px;
  }
  .footer-text {
      font-size: 14px;
      line-height: 22px;
  }
  .footer-links li {
     margin-bottom: 0;
  }
  .footer-links {
    margin: 0 0 70px;
  }
  .footer-links a {
      font-size: 14px;
      line-height: 20px;
  }
  .footer-bottom {
      gap: 0;
      margin: 10px 0 30px;
  }
  .copyright {
      font-size: 12px;
  }
  .legal-links a {
      font-size: 12px;
      margin: 0 10px 0 0;
  }

  .cp-tab-nav {
    padding: 0;
    top: 0;
  }
  .cp-tab-nav ul {
    gap: 20px;
    padding: 8px 12px;
  }

  .cp-tab-nav ul li a {
    font-size: 13px;
    line-height: 18px;
  }

  .swiper-pagination span {
    width: 10px;
    height: 10px;
  }

  .highlights .row > div:nth-child(n+4), .course-content .row > div:nth-child(n+4) {
    display: none; /* Hide cards from 4th onwards on mobile by default */
  }
  .highlights.is-expanded .row > div:nth-child(n+4), .course-content.is-expanded .row > div:nth-child(n+4) {
    display: block; /* Show all when expanded */
  }
  .show-more-container {
    display: block; /* Show the button container only on mobile */
  }


}