/* HOME SECTION == */

      .hero-section {
        position: relative;
        width: 100%;
        min-height:723px;
        display: flex;
        align-items: center;
        overflow: hidden;
        
      }

      /* Full-bleed background image — no filter, no brightness */
      .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        inset: 0;
        background-image: url("../image/background-hero-section.png");
        background-size: cover;
        background-position: center center;
        z-index: 0;
        /* background-repeat: no-repeat; */
      }

      /* Gradient only on LEFT so text is readable — right side stays full image */
      .hero-section::after {
        content: "";
        position: absolute;
        inset: 0;
        /* background: linear-gradient(
          to right,
          rgba(255, 255, 255, 1) 0%,
          rgba(255, 255, 255, 0.95) 30%,
          rgba(255, 255, 255, 0.7) 52%,
          rgba(255, 255, 255, 0) 72%
        ); */
        z-index: 1;
      }

      /* Matches header's 1280px container */
      .hero-container {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1280px;
        margin-inline: auto;
        /* padding: 72px 6px; */
        padding-top: 100px;
        
      }
      .main-container-outer {
        width: 100%;
        position: relative;
      }
      .corner-images {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        pointer-events: none;
      }
      /* Text column — max 580px, flex-column gap-24 */
      .hero-section-text {
        width: 100%;
        padding-top: 30px;
        max-width: 780px;
        display: flex;
        flex-direction: column;
        gap: 24px;
      }

      /* Admissions badge */
      /* .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #008dd2;
        border-top: 1px solid #008dd2;
        border-radius: 4px;
        padding: 5px 14px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.2px;
        box-shadow: 0px 4px 12px 0px rgba(14, 174, 253, 0.2);
        text-transform: uppercase;
        color: #0181b6;
        width: fit-content;
        margin: 0;
      }
      .hero-badge .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #0281b6;
        flex-shrink: 0;
        animation: heroPulse 2s ease-in-out infinite;
      } */

      @keyframes heroPulse {
        0%,
        100% {
          opacity: 1;
          transform: scale(1);
        }
        50% {
          opacity: 0.6;
          transform: scale(1.4);
        }
      }

      /* Eyebrow */
      /* .hero-eyebrow {
        font-weight: 500;
        font-size: 20px;
        line-height: 100%; 
        letter-spacing: 1.95px;
        text-transform: uppercase;

        color: #00477d;
        margin: 0;
      } */

      /* Title */
      .hero-title {
        font-weight: 600;
        font-size: 32px;
        letter-spacing: 0.16px;
        color: #00477d;
        margin: 0;
      }
.main-hero-title{
font-size:46px;
font-weight: 600;
font-size: 46px;
line-height: 120%;
letter-spacing: 0.5%;
}
.primary{
  color: #00477D;

}
.gold{
     color: #fdb60f; 
}
      .hero-title .gold {
        color: #fdb60f;
      }

      /* Description */
      .hero-desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0;
        color: #00477de5;
        max-width: 500px;
        margin: 0;
      }

      /* Tags */
      /* .hero-tags {
        display: flex;
        flex-wrap: wrap;
        max-width: 650px;
        gap: 4px;
      }
      .hero-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1.5px solid #00345b;
        background: #ffffff33;
        border-radius: 100px;
        padding: 6.6px 13.6px;
        font-size: 12px;
        font-weight: 400;
        color: #00345B;
        transition:
          background 0.2s,
          border-color 0.2s;
      }
      .hero-tag:hover {
        background: #dde8ff;
        border-color: #a5b4fc;
      }
      .hero-tag .tdot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #f5a623;
        flex-shrink: 0;
      } */

      /* CTAs */
      .hero-ctas {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        margin-top: 6px;
      }
      .btn-hero-sections {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        /* padding: 12px 32px; */
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        line-height: 100%;
        white-space: nowrap;
      }
      .btn-hero-apply-now {
        background: linear-gradient(90deg, #008dd2 -5.78%, #1563b3 106.46%);
        color: #fff;
        transition:
          background 0.2s,
          transform 0.15s;
        padding: 13.5px 32px;
      }
      .btn-hero-apply-now:hover {
        color: white !important;
      }

      .btn-download-brochure {
        color: #00477d;
        border: 1.5px solid #1a2e5a;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px); /* Safari support */
        font-size: 14px;
        padding: 11.5px 32px;
        transition:
          background 0.2s,
          color 0.2s,
          transform 0.15s;
      }
      .btn-download-brochure:hover {
        color: #00477d;
      }
      .btn-hero-counsel {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: transparent;
        color: #00477d;
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline;
        border: none;
        cursor: pointer;
        padding: 0;
        white-space: nowrap;
        transition: opacity 0.2s;
      }
      .btn-hero-counsel:hover {
        color: #00477d;
      }

      /* ════════════════════════════
       STATS BAR
    ════════════════════════════ */
      .hero-stats {
        background: rgba(0, 52, 91, 0.8);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        width: 100%;
      }
      .hero-stats-inner {
        width: 100%;
        max-width: 1280px;
        margin-inline: auto;
        padding-inline: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      }
      .stat-item {
        display: flex;
        flex-direction: column;
        /* justify-content: center; align-items: center; */
        gap: 6px;
        padding: 24px 32px;
        /* height: 100px; */
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        transition: background 0.2s;
      }

      .stat-num {
        font-weight: 700;
        font-size: 32px;
        line-height: 30px;
        letter-spacing: 0;

        color: #f6ab0d;
      }
      .stat-lbl {
        font-weight: 500;
        font-size: 12.5px;
        line-height: 20px;
        letter-spacing: 0.5px;
        color: #ffffff;
      }

      /* ════════════════════════════
       RESPONSIVE
    ════════════════════════════ */

      /* Tablet */
      @media (max-width: 1024px) {
        .hero-container {
          padding: 60px 24px;
        }
        .hero-section-text {
          max-width: 520px;
        }
      }

      /* Small tablet / large mobile */
      @media (max-width: 768px) {
        .hero-section {
          min-height: auto;
        }

        /* shift gradient to cover more on smaller screen */
        .hero-section::after {
          background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.97) 0%,
            rgba(255, 255, 255, 0.88) 60%,
            rgba(255, 255, 255, 0.55) 100%
          );
        }

        .hero-container {
          padding: 48px 20px;
        }
        .hero-section-text {
          max-width: 100%;
          gap: 20px;
        }
        .hero-title {
          font-size: clamp(22px, 5vw, 32px);
        }
      }

      /* Mobile */
      @media (max-width: 640px) {
        .hero-section::after {
          background: rgba(255, 255, 255, 0.88);
        }
        .hero-container {
          padding: 40px 16px 44px;
        }
        .hero-section-text {
          gap: 18px;
        }
        .hero-title {
          font-size: 22px;
        }
        .hero-desc {
          font-size: 14px;
          padding: 0;
          margin: 0;
        }

        .hero-stats-inner {
          grid-template-columns: repeat(2, 1fr);
        }
        .stat-item {
          padding: 22px 18px;
        }
        /* .stat-item:nth-child(2) {
          border-right: none;
        }
        .stat-item:nth-child(3),
        .stat-item:nth-child(4) {
          border-top: 1px solid rgba(255, 255, 255, 0.15);
        } */
      }

      @media (max-width: 400px) {
        .hero-ctas {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
        }
        .btn-hero-apply-now,
        .btn-download-brochure {
          width: 100%;
          justify-content: center;
        }
      }

      /* ======================program highlight===================== */
section.program-highlights {
        padding: 0;
        margin: 0;
        background-color: #f9fbfd;
        position: relative;
      }
      .program-images-top-right{
        position:absolute;
        right: 0;
        top:0;
      }
      .highlight-programs {
        padding: 80px 0px;
      }
      .highlight-programs h2 h3 p span{
        font-family: "Poppins", sans-serif;
      }
      .title {
        font-size: 46px;
        font-weight: 600;
        letter-spacing: 0.5%;
        line-height: 112px;
        font-family: 'Poppins', sans-serif;

      }
      .program-highlights h2 span {
        color: #f6ab0d;
        font-family: "Poppins", sans-serif;
      } /* Header */
      .program-highlights .program-header {
        text-align: center;
        max-width: 970px;
        margin: auto;
      }
      .program-highlights .desc {
        line-height: 150%;
        letter-spacing: 0%;
        font-size: 17px;
        color: #5C6470;
        font-weight: 500;
      }
      .program-highlights .desc span {
        color: #008dd2;
        font-weight: 600;
        font-size: 17px;
        line-height: 150%;
        letter-spacing: 0%;
      }
      .program-highlights .sub {
        font-size: 13px;
        letter-spacing: 1.4px;
        line-height: 18.4px;
        color: #008dd2;
        font-weight: 600;
        text-transform: uppercase;
      } /* --- EYEBROW UNDERLINE --- */
      .program-highlights .sub-line {
        width: 20px;
        height: 2px;
        background: #008DD2;
        margin: 2px auto 0;
        border-radius: 2px;
      } /* Grid */
      .program-highlights .program-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
gap:40px;
        margin:0px auto;
        max-width: 1280px;
        padding-top: 20px;
      } /* Card */
      .program-highlights .programs-card {
        background: #fff;
        padding: 28px 24px;
        border-radius: 6px;
border:1px solid #0649891F;
background: #FFFFFF;
        position: relative;
        overflow: hidden;
        transition:
          transform 0.22s ease,
          box-shadow 0.22s ease;
      }
      .program-highlights .programs-card:hover {
        transform: translateY(-4px);
        box-shadow: 0px 10px 30px rgba(0, 141, 210, 0.12);
      } 
      .program-highlights .programs-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 104px;
        height: 108px;
      border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    background-color: #00477D;
/* border-image: linear-gradient(
        224.4deg,
        #0EAEFD -51.3%,
        #007BB7 136.97%
    ) 1; */
    -webkit-mask:
        linear-gradient(#000 0 0) top/100% 5px no-repeat,
        linear-gradient(#000 0 0) left/5px 100% no-repeat;
    mask:
        linear-gradient(#000 0 0) top/100% 5px no-repeat,
        linear-gradient(#000 0 0) left/5px 100% no-repeat;
    pointer-events: none;

        border-radius: 6px 0 0 0;
      } /* --- GHOST NUMBER --- */
      .program-highlights .card-num {
        position: absolute;
        top: 12px;
        right: 20px;
        color: #CED7DF;
       font-weight: 600;
font-size: 40px;
line-height: 46px;
letter-spacing: 0;
vertical-align: middle;
      } /* Icon */
      .program-highlights .icon {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: #eaf4ff;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
      } /* --- CARD TITLE UNDERLINE BAR --- */
      .program-highlights-heading {
font-weight: 600;
font-size: 16px;
line-height: 140%; 
letter-spacing: 0;
color:#00345B;
font-family: 'Poppins', sans-serif;
      }
      .card-bar {
        width: 20px;
        height: 2px;
        background: #008DD2;
        margin-bottom: 4px;
      }
      .program-highlights-desc{
        font-weight: 400;
font-size: 13.5px;
line-height: 22.28px;
letter-spacing: 0;
color:#5C6470;
      } 
      .programs-card .icon{
box-shadow: 0px 6px 12px 0px #0330591F;
background: radial-gradient(
    50% 50% at 50% 50%,
    #FFFFFF 0%,
    #E1EDF9 100%
    );
   height: 80px;
   width: 80px;
   /* margin: 6px 6px 0ppx 0px; */
      }
     .programs-card .icon i{
      font-size: 32px;
      color:#007a85;
     }
       @media (max-width: 980px) {
        .program-highlights  {
          padding:12px
        }
        .program-grid{
padding: 12px;
grid-template-columns: repeat(2,1fr) !important;
        }
        .hidden{
          display: block;
        }
      }

       @media (max-width: 768px) {
        .program-highlights .program-grid {
          grid-template-columns: repeat(1,1fr) !important;
                  gap: 24px;
        }
      }



/* PROGRAM OBJECTIVES============= */
.programme-objective {
    background: #ffffff;
    position: relative;
    font-family: 'Poppins', sans-serif;

}
.po-grid-images{
  position: absolute;
  bottom: 0;
  left: 0;
}
.programme-objective .container{
  padding: 80px 0px;
}
.container {
    max-width:1280px;
    margin: 0 auto;
}
/* layout */
.objective-wrapper {
    display: flex;
    align-items: center;
    gap: 56px;
}

.apollo-legacy-grid{
display: grid;
  grid-template-columns: 552px 1fr;
  gap:20px;
}

/* LEFT IMAGE ONLY */
.objective-image-side {
    flex-shrink: 0;
    width: 500px; 

}
.apollo-legacy-image{
  display: flex;
  justify-content: center;
  align-items: center;

}
.objective-image-side img {
    width: 100%;
    height: auto;
    display: block;
        border-radius: 6px;
}

/* RIGHT CONTENT */
.objective-content-side {
    flex: 1;
}

.objective-content-side .sub {
        font-size: 13px;
        letter-spacing: 1.4px;
        line-height: 18.4px;
        color: #008dd2;
        font-weight: 600;
        text-transform: uppercase;
      } /* --- EYEBROW UNDERLINE --- */
      .objective-content-side .sub-line {
        width: 20px;
        height: 2px;
        background: #008DD2;
        margin: 2px;
        border-radius: 2px;
      } 

.objective-content-side h2 {
    color: #FDB60F;
      font-size: 46px;
        font-weight: 600;
        letter-spacing: 0.5%;
        font-family: 'Poppins', sans-serif;
}

.objective-content-side h2 span {
    color: #00477D;
}

.description {
    font-size: 17px;
    letter-spacing: 0%;
    font-weight: 500;
    color: #5C6470;
    margin-top: 10px
}
.description span{
      font-weight: 600;
      color:#008DD2;
}
.objective-text{
  color: #5c6470 !important;;
}
/* GRID */
.objective-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.objective-grid-legecy{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.objective-card {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    font-size: 12px;
    color: #00477D;
    /* justify-self: center;
  align-self: center; */
   box-shadow: 0px 1px 6px 0px #0000001F;
    position: relative;
}

/* corner accent */
.objective-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border-top: 4px solid #1aa0e6;
    border-right: 4px solid #1aa0e6;
    border-radius: 0 8px 0 0;
}

 /* Tags */
      .hero-tags {
        display: flex;
        flex-wrap: wrap;
        max-width: 650px;
        gap: 4px;
      }
      .hero-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1.5px solid #00345b;
        background: #ffffff33;
        border-radius: 100px;
        padding: 6.6px 13.6px;
        font-size: 12px;
        font-weight: 400;
        color: #00345B;
        transition:
          background 0.2s,
          border-color 0.2s;
      }
      .hero-tag:hover {
        background: #dde8ff;
        border-color: #a5b4fc;
      }
      .hero-tag .tdot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #f5a623;
        flex-shrink: 0;
      }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .objective-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .objective-image-side {
        width: 100%;
        max-width: 561px; /* image still not shrinking too much */
    }
    .objective-content-side h2 {
        font-size: 40px;
    }
}



 .sub {
        font-size: 13px;
        letter-spacing: 1.4px;
        line-height: 18.4px;
        color: #008dd2;
        font-weight: 600;
        text-transform: uppercase;
      } /* --- EYEBROW UNDERLINE --- */
      .sub-line {
        width: 20px;
        height: 2px;
        background: #008DD2;
        border-radius: 2px;
      }

/* .apollo-legacy-image i {
    font-size: 40px;
    color: #007a85;
} */

/* ACADEMIC SECTION==== */
.careerflow-section {
    position: relative;
    /* padding: 80px 0; */
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(0, 71, 141, 0.88) 0%,
            rgba(11, 94, 169, 0.88) 100%
        ),
        url("../assets/baottbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.our-center{
  position: relative;
    padding: 80px 0;
    overflow: hidden;

    /* background:
        linear-gradient(
            135deg,
            rgba(0, 71, 141, 0.88) 0%,
            rgba(11, 94, 169, 0.88) 100%
        ),
        url("../assets/baottbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.top-right{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 70;
}


.careerflow-container {
    position: relative;
    z-index: 2;
    max-width:1280px;
    margin: 0 auto;
    padding: 80px 0px;
}

/* HEADER */

.careerflow-tag {
    display: inline-block;
    color: #f6b51e;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.careerflow-title {
    color: #fff;
    text-align: start;
    line-height: 80%;
}

.careerflow-title span {
    color: #f6b51e;
}

.description{
   width:100%;
    color: #FFFFFF;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
}

/* TABLE */

.careerflow-table-wrapper {
    overflow-x: auto;
    margin-bottom: 24px;
}

/* PATH GRID */

.careerflow-path-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    column-gap: 20px;
}

.careerflow-path-card {
    position: relative;
    border-radius: 8px;
    text-align: center;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap:12px;
    background: #FFFFFF;
    border-top: 1px solid #E5EAF0;
    box-shadow: 0px 8px 22px 0px #03305914;

}
.careerflow-path-card .btn-outer {
    margin-top: auto;
}
.careerflow-path-card .program-highlights-desc{
  margin: 0px;
}

.careerflow-path-card::before {
 content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 104px;
    height: 108px;
    border-top: 5px solid #FAB107;
    border-left: 5px solid #FAB107;
    border-top-left-radius: 8px;
    pointer-events: none;
}

.btn-outer{
  /* padding: 12px 32px; */
  padding: 14px 32px;
  border-radius: 4px; 
  width: fit-content;
  border: none;
}
.btn-text{
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 1%;
text-align: center;
vertical-align: middle;
}
.bg-primary{
  background: linear-gradient(135deg, #008DD2, #1563B3);
}
.text-white{
  color:white;
}
.bg-secondary{
  background: linear-gradient(135deg, #F6AB0D, #F7BE2C);
}
.text-primary{
  color:#00345B;
}
.careerflow-step-number {
font-weight: 600;
font-size: 32px;
line-height: 100%;
color:#FFB63B;
letter-spacing: 0;
vertical-align: middle;
margin: 0px;
}

/* .careerflow-step-label {
font-weight: 600;
font-size: 14px;
line-height: 112%;
letter-spacing: 0.01em;
vertical-align: middle;
color:#647389;
text-transform: uppercase;

} */

.careerflow-step-divider {
    width: 30px;
    height: 2px;
    background: #00000052;
    margin: 0;
}

/* .careerflow-path-card h4 {
font-weight: 600;
font-size: 18px;
line-height: 132%;
letter-spacing: -0.01em;
text-align: center;
color:#007BB7;
vertical-align: middle;
}

.careerflow-path-card p {
font-weight: 600;
font-size: 16px;
line-height: 140%;
letter-spacing: 0.005em;
color:#272B31;
text-align: center;
} */

/* RESPONSIVE */
.fit-image {
    height: 244px;
    width: 100%;
    overflow: hidden;
}

.fit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills container and crops excess */
    display: block;
}


.center-card {
    position: relative;
    border-radius: 8px;
    text-align: center;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap:12px;
    border: 1px solid #0649891F;
    background: #FFFFFF;
    border-top: 1px solid #E5EAF0;
    box-shadow: 0px 8px 22px 0px #03305914;

}
.center-card .btn-outer {
    margin-top: auto;
}
.center-card .program-highlights-desc{
  margin: 0px;
}

.center-card::before {
 content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 104px;
    height: 108px;
    border-top: 5px solid #00477D;
    border-left: 5px solid #00477D;
    border-top-left-radius: 8px;
    pointer-events: none;
}

@media (max-width: 1236px) {
    .careerflow-path-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .careerflow-section {
        padding: 50px 0px;
    }
    .careerflow-path-grid {
        grid-template-columns: 1fr;
    }

}

/* SCHOLARSHIP SECTION===== */
/* SECTION ADMISISON FEEe  UI CSS*/

.admission-section {
    max-width:1280px;
    margin: auto;
    padding: 80px 5px;
    background: #FFFFFF;
    font-family: "Poppins", sans-serif !important;
    display: flex;
    flex-direction: column;
    gap:47px;
   
}
.images-position{
 position: relative;
}
.admission-section h1,.admission-section h2,.admission-section h3 ,.admission-section p ,.admission-section h4{
   font-family: "Poppins", sans-serif !important;
}
.admission-header {
    text-align: center;
}
/* .admission-label {
    color: #0088ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.admission-header h1 {
    color: #0a4f93;
    line-height: 120%;
} */

.text-yellow {
    color: #F9B50B;
}

.admission-header p {
    max-width: 1020px;
    text-align: center;
    line-height: 150%;
}
.admission-header .sub-line{
  margin: 0px auto;
}
/* CARD */

.ad-card {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
   border-top: 1px solid #E5EAF0;
 box-shadow: 0px 8px 22px 0px #03305914;
    position: relative;

}

.ad-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;

 width: 104px;
    height: 108px;

    border-top: 5px solid #1199E8;
    border-left: 5px solid #1199E8;

    border-top-left-radius: 8px;

    pointer-events: none;
}

/* .full-card {
    width: 100%;
} */

/* .ad-card-heading {
    display: flex;
    align-items: center;
    gap: 15px;
} */

/* .admission-grid-section{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap:40px
}
@media (max-width: 1024px) {

.admission-grid-section {
     grid-template-columns: 1fr;
      gap: 28px;
 }

} */


.common-h3{
  font-weight: 600;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color:#00477D !important;
    text-transform: uppercase;
}

.heading-line {
    width: 48px;
    height: 2px;
    background: #FAB107;
    display: block;
    margin-top: 8px;
}

.eligibility-list {
    padding-left: 20px;
}

.eligibility-list li {
    margin-bottom: 14px;
    display: flex;
    gap:13px;
    color: #0A2540;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1;
}

/* GRID */

/* .admission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
} */

/* admission-grid-section{} */

.common-paragraph{
  font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 144%;
letter-spacing: 0.01em;
color: #0A2540;
}
.info-section{
  margin-top: 32px;
  padding-left: 28px;
  display: flex;
  gap:12px;
  position: relative;
}
.info-icon{
  display: flex;
  align-self: self-start;
}
/* FEE */


.fee-card{
     background: #fffdf8;
    border-radius: 8px;
    padding: 32px;
   border-top: 1px solid #E5EAF0;
 box-shadow: 0px 8px 22px 0px #03305914;
    position: relative;

}

.fee-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;

    width: 104px;
    height: 108px;

    border-top: 5px solid #FAB107;
    border-left: 5px solid #FAB107;

    border-top-left-radius: 8px;

    pointer-events: none;
}

.fee-amount {
    color: #00477D;
     font-size: 16px;
    font-weight: 600;
    text-align: start;
    line-height: 112%;
    letter-spacing: 0.5%;
    text-transform: uppercase;
}

.fee-year {
    font-size: 16px;
    font-weight: 700;
    display: block;
   font-weight: 600;
    text-align: start;
    line-height: 112%;
    letter-spacing: 0.5%;
    text-transform: uppercase;
    color:#00477D;
}

/* SCHOLARSHIP */

.scholarship-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 16px;
}

.common-ss-title{
font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 112%;
letter-spacing: 1%;
vertical-align: middle;
text-transform: uppercase;
color:#272B31;
text-transform: uppercase;
}


.scholar-card {
    background: #fff;
  border-top: 1px solid #E5EAF0;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    padding:56px 32px 28px 32px;
    box-shadow: 0px 8px 22px 0px #03305914;
    text-align: center;
    position: relative;

}
.score{
  color:#FDB60F;
  font-family: Poppins;
font-weight: 700;
font-size: 28px;
line-height: 112%;
letter-spacing: 0.5%;
text-align: center;
text-transform: lowercase;

}

.scholar-badge {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #0a63c9;
    color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.discount {
    font-size: 56px;
    font-weight: 600;
    color: #007BB7;
    /* color: #007BB7; */
line-height: 112.00000000000001%;
letter-spacing: 0.5%;
text-align: center;
vertical-align: middle;
text-transform: lowercase;

}
.bottom-left{
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 992px) {

    /* .admission-grid,
    .scholarship-grid {
        grid-template-columns: 1fr;
    } */
.apollo-legacy-grid{
display: grid;
  grid-template-columns: 1fr;
  gap:20px;
  padding: 20px;
}

.scholarship-grid {
    grid-template-columns: repeat(2,1fr);
}

    .ad-card{
      padding: 14px;
    }
    .admission-header h1 {
        font-size: 36px;
    }
}



/* testimonalis==== */
.subheading{
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
}
.section-light{
  background:#F8FAFC;
}


      @media (max-width: 480px) {
        .title {
          font-size: 32px;
          line-height: 1.2;
        }
        .program-highlights .programs-card {
          padding: 28px 20px 24px;
        }
        .objective-grid-legecy,.objective-grid{
           display: grid;
  grid-template-columns: repeat(1,1fr);
}
      }
      @media (max-width: 320px) {
        .title {
          font-size: 26px;
        }
        .program-highlights .programs-card {
          padding: 22px 14px 20px;
        }
        .program-highlights .card-num {
          font-size: 2rem;
        }
      }
/* <= 992px */
@media (max-width:992px){
    .testimonial-card{
        flex:0 0 calc((100% - 24px) / 2);
    }

}

@media (max-width: 576px) {
    .objective-content-side h2 {
        font-size: 32px;
    }
    .objective-card {
        padding: 18px;
    }
    .objective-grid-legecy,.objective-grid{
           display: grid;
  grid-template-columns: repeat(1,1fr);
}
      
}

/* <= 768px */
@media (max-width:768px){
.info-section{
  flex-direction: column;
}

}

/* ==TESTIMONIAL==== */
.testimonialsection {
    background: #00477D;
    padding: 80px 20px;
}

/* =====================
   HEADER
===================== */

/* .testimonial-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
} */

/* .testimonial-tag {
    display: inline-block;
    color: #F8B400;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
} */

/* .testimonial-header h2 {
    margin: 0;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
}

.testimonial-header h2 span {
    color: #F8B400;
}

.testimonial-header h2 strong {
    color: #ffffff;
}

.testimonial-header p {
    max-width: 760px;
    margin: 20px auto 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
} */

/* =====================
   SLIDER
===================== */

.testimonial-slider {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

.testimonial-viewport {
    overflow: hidden;
    width: 100%;
}

.testimonials-grid {
    display: flex;
    gap: 24px;
    transition: transform .5s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

/* =====================
   CARD
===================== */

.testimonial-card {
    flex: 0 0 calc((100% - 48px) / 3);
position: relative;
    background: #FFFFFF;
    border-radius: 6px;

    padding: 26px;
box-shadow: 0px 8px 22px 0px #03305914;

    min-height: 265px;

    display: flex;
    flex-direction: column;
}

.stars {
    display: flex;
    gap:4px;
}

.stars img {
    /* height: 20px; */
    width: auto;

}

.testimonial-text {
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    position: absolute;
    bottom: 24px;
}

.testimonial-user img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-user h4 {
    margin: 0;
    color: #008ACD;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-user span {
    display: block;
    margin-top: 3px;
    color: #8A8A8A;
    font-size: 13px;
}

/* =====================
   ARROWS
===================== */

.testimonial-nav {
    position: absolute;

    /* Move slightly above card center */
    top: 55%;
    transform: translateY(-50%);

    /* width: 48px;
    height: 48px; */

    border: none;
    /* border-radius: 50%; */

    /* background: #0092D3;
    color: #fff; */
    background-color: transparent;

    /* display: flex;
    align-items: center;
    justify-content: center; */

    cursor: pointer;
    z-index: 20;

    /* font-size: 22px; */
    transition: .3s ease;
}

.testimonial-nav:hover:not(:disabled) {
    transform: translateY(-50%) scale(1.08);
}

/* Move closer to cards */
.testimonial-nav.prev {
    left:2px;
}

.testimonial-nav.next {
    right:2px;
}

/* .testimonial-nav:disabled {
    opacity: .4;
    cursor: not-allowed;
} */

/* =====================
   2 CARDS
===================== */

@media (max-width:1300px) {

    .testimonial-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }

    /* .testimonial-header h2 {
        font-size: 46px;
    } */
}

/* =====================
   MOBILE
===================== */

@media (max-width:768px) {

    .testimonial-card {
        flex: 0 0 100%;
    }

    /* .testimonial-header h2 {
        font-size: 34px;
    }

    .testimonial-header p {
        font-size: 15px;
    } */

    .testimonial-nav {
        /* width: 42px;
        height: 42px;
        font-size: 18px; */
        top: 58%;
    }

    .testimonial-nav.prev {
        left: -5px;
    }

    .testimonial-nav.next {
        right: -5px;
    }
}

/* =====================
   320PX
===================== */

@media (max-width:320px) {

    .testimonial-card {
        padding: 18px;
    }

    /* .testimonial-text {
        font-size: 14px;
    } */

    .testimonial-user h4 {
        font-size: 15px;
    }

    .testimonial-user span {
        font-size: 11px;
    }
}
