.bnr-hdd { text-align: center; background: #fff; box-shadow: 0px -3px 3px 3px #00000021; width: 90%; margin: 0px auto; position: absolute; padding: 14px; bottom: 0; left: 0; right: 0; border-radius: 16px 16px 0 0; }
#bnner-our-progrmm { position:relative; }
.bnr-hdd h1 { font-weight:600; }
#contn-programme1 { padding:34px 0; }
#conts-tabs-progrmms { padding:60px 0; }
.progrmm-iitem_1 {
  text-align: center;
  font-weight: 200;
  background: #f4f4f4;
  padding: 24px 6px;
}
.progrmm-iitem_1 h4 { margin:0px auto; }



.icon-srch2 { position: absolute; right: 23px; top: 15px; color: #c49c58; }
.category-btns {
      text-align: center;
      margin-top: 30px;
    }
.category-btns .btn {
  border: none;
  margin: 8px;
  padding: 25px 30px;
  border-radius: 9px;
  color: #fff;
  background: #01026e;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  text-transform: uppercase;
}
    .category-btns .btn:hover,
    .category-btns .btn.active {
      transform: translateY(-3px);
      background: linear-gradient(90deg, #c49c58, #a47e3e);
    }

    /* Search box */
    .search-box {
      max-width: 69%;
      margin: 25px auto;
      position: relative;
    }
    .search-box input {
      border-radius: 50px;
      padding: 12px 50px 12px 20px;
      border: 1px solid #ccc;
      width: 100%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }
    .search-box i {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      color: #777;
      font-size: 1.2rem;
    }

    /* Card section */
    .programme-section {
      max-width: 1200px;
      margin: 40px auto;
    }
.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  color: #01026e;
  margin-bottom: 25px;
}

    /* Card style */
    .programme-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.4s ease;
      position: relative;
      border: 2px solid transparent;
      overflow: hidden;
    }

    /* subtle gradient border glow */


    .programme-card:hover::before {
      opacity: 1;
      filter: blur(3px);
    }

    .programme-card .card-content {
      position: relative;
      z-index: 1;
      background: #fff;
      border-radius: 15px;
      padding: 18px 20px;
    }

.programme-card .card-header {
  background: linear-gradient(to right, #c49c58, #a47e3e);
  padding: 14px 18px;
font-weight: 300;
  font-size: 23px;
  color: #fff;
  border-radius: 15px 15px 0 0;
  text-align: center;
}

    .programme-details p {
      margin: 4px 0;
      color: #555;
      font-size: 0.95rem;
    }

    .programme-actions {
      margin-top: 12px;
    }

    .programme-actions .btn {
      border-radius: 30px;
      font-size: 0.85rem;
      margin-right: 8px;
      transition: all 0.3s ease;
    }

.btn-apply { background-color: #0c0e8a; color: #fff; }
.btn-apply:hover { background-color: #2b2d9d; color: #fff; }

.btn-eligibility { background-color: #fff; color: #c39b57; border: 1px solid #c39b57; }
.btn-eligibility:hover { background-color: #c39b57; color: #fff; border: 1px solid #c39b57; }

.btn-fees {
  background-color: #fff;
  color: #c39b57;
  border: 1px solid #c39b57;
}
.btn-fees:hover {
  background-color: #c39b57;
  color: #fff;
  border: 1px solid #c39b57;
}

.btn-explore { background-color: #fff; color: #a47e3e; border: 1px solid #a47e3e; }
.btn-explore:hover { background-color: #fff; color: #a47e3e; border: 1px solid #a47e3e; }

