
      body ,body h1,body h2,body h3,body h4,body p{
        font-family: "Poppins", sans-serif !important;
        width: 100%;
      }
      .aha-contact ul li a{
         overflow-wrap: break-word; 
         word-break: break-all; 
      }
      header * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      /* ════════════════════════════
       HERO SECTION ONLY
    ════════════════════════════ */

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

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

      /* 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: 72px;
      }
      .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%; /* equivalent to 20px */
        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;
      }

      .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(4, 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;
        }
      }

      /* herosection css */

      /* SEWDCTION @--=== */

      section.info-section {
        padding: 0;
        margin: 0px;
      }

      .section-2 {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 80px 16px;
      }
      .info-card {
        background: #fff;
        padding: 24px 28px;
        box-shadow: 0px 8px 22px 0px #03305914;
        border-left: 3px solid transparent;
      }
      .info-card.blue {
        border-left-color: #008dd2;
      }

      .info-card.orange {
        border-left-color: #fdb60f;
      }
      .info-card p {
        font-size: 16px;
        /* line-height: 100%; */
        /* letter-spacing: 0%; */
        color: #0a2540;
      }

      .info-card .blue {
        border-left: 3px solid #008dd2;
      }

      /* higlight program Section CSS */
      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: 40px 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(2, 1fr);
gap:40px;
        margin:0px auto;
        max-width: 895px;
        padding-top: 20px;
      } /* Card */
      .program-highlights .program-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 .program-card:hover {
        transform: translateY(-4px);
        box-shadow: 0px 10px 30px rgba(0, 141, 210, 0.12);
      } 
      .program-highlights .program-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 104px;
        height: 108px;
      border-top: 5px solid transparent;
    border-left: 5px solid transparent;
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 h3 {
font-weight: 600;
font-size: 16px;
line-height: 140%; 
letter-spacing: 0;
color:#00345B;
font-family: 'Poppins', sans-serif;
      }
      .program-highlights .card-bar {
        width: 20px;
        height: 2px;
        background: #008DD2;
        margin-bottom: 4px;
      }
      .program-highlights p {
        font-weight: 400;
font-size: 13.5px;
line-height: 22.28px;
letter-spacing: 0;
color:#5C6470;
      } 
      .program-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; */
      }
      @media (max-width: 768px) {
        .program-highlights .program-grid {
          grid-template-columns: 1fr;
                  gap: 24px;
        }
      }
       @media (max-width: 980px) {
        .program-highlights .program-grid {
          padding:12px
        }
        .hidden{
          display: block;
        }
      }
      @media (max-width: 480px) {
        .title {
          font-size: 32px;
          line-height: 1.2;
        }
        .program-highlights .program-card {
          padding: 28px 20px 24px;
        }
      }
      @media (max-width: 320px) {
        .title {
          font-size: 26px;
        }
        .program-highlights .program-card {
          padding: 22px 14px 20px;
        }
        .program-highlights .card-num {
          font-size: 2rem;
        }
      }
/* PROGRAMS OBJECTIVE CSSS    */
.programme-objective {
    padding:40px 0;
    background: #ffffff;
    position: relative;
    font-family: 'Poppins', sans-serif;

}
.po-grid-images{
  position: absolute;
  bottom: 0;
  left: 0;
}

.container {
    max-width:1280px;
    margin: 0 auto;
    padding: 0 15px;
}
/* layout */
.objective-wrapper {
    display: flex;
    align-items: center;
    gap: 56px;
}

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

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

/* 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;
}

/* GRID */
.objective-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.objective-card {
    background: #fff;
    padding: 18px 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #00477D;
   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;
}

/* 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-grid {
        grid-template-columns: 1fr;
    }

    .objective-content-side h2 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .objective-content-side h2 {
        font-size: 32px;
    }

    .objective-card {
        padding: 18px;
    }
}

 .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;
      }
.course-structure{
    padding:40px 0;
    background-color: #F9FBFD;
    position: relative;
}
.C_S-dot{
  position: absolute;
  right: 0;
  bottom: 0;
}

.container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

/* Header */

.section-header h2{
  color:#003b73;
  text-align: start;
  line-height: 120%;
}

.section-header h2 span{
    color:#f0ab00;
}

.section-header p{
    max-width:1120px;
    line-height: 28.9px;
}

/* Cards */

.course-card{
    background:#fff;
   box-shadow: 0px 1px 6px 0px #0000001F;

    border:1px solid #e7eaf0;
    border-radius:8px;
    display:flex;
    align-items:center;
    padding:32px;
     gap:24px;
    position:relative;
    overflow:hidden;
    /* min-height:160px; */
    margin-top: 16px;
}

.course-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#0b76c5;
    border-radius: 6px;
    border-left: 6px solid transparent;
/* border-image-source: linear-gradient(224.4deg, #0EAEFD -51.3%, #007BB7 136.97%); */
}

.year-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding-right:25px;
    border-right:1.5px dashed #35353552;
}

.year-column h4{
    color:#008DD2;
    text-wrap: nowrap;
    text-align: center;
     font-family: 'Poppins', sans-serif;
    font-weight: 600; /* SemiBold */
    font-size: 24px;
    line-height: 112%; /* ≈ 26.88px */
    letter-spacing: 0.5%;
}

.content-column{
    flex:1;
    padding:0 12px;
}

.content-column h3{
    color:#00477D;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: 0.005em;
}

.badge{
  background:#FDDD7F;
    display:inline-flex;
    align-items:center;
    padding:6px 12px;
    border-radius:4px;
    margin-top:8px;
    margin-bottom: 16px;
gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.12;
    letter-spacing: -0.005em;
    color:#1C274C;
    
}

.subjects{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.subjects span{
    color:#5C6470;
    font-size:16px;
    position:relative;
    font-weight: 500;
    padding-right:10px;
    line-height: 140%;
    letter-spacing: 0%;
}

.subjects span::after{
    content:'|';
    color:#0b76c5;
    position:absolute;
    right:0;
    font-size: 24px;
}

.count{
    font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 139.94px;
line-height: 1; /* 100% */
letter-spacing: 0;
vertical-align: middle;
    color:#EBEFF2;
    text-align:right;
}

/* Hover */

.course-card:hover{
    transform:translateY(-3px);
    transition:.3s;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* Responsive */

@media(max-width:991px){

    .course-card{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
        padding: 20px;
    }

    .year-column{
        width:100%;
        border-right:none;
        border-bottom:1px dashed #ddd;
        padding-bottom:20px;
    }

    .content-column{
        padding:0;
    }

    .count{
        font-size:60px;
        align-self:flex-end;
    }

    .section-header h2{
        font-size:38px;
    }

    .content-column h3{
        font-size:28px;
    }
}

/* SECTION ADMISISON FEEe  UI CSS*/

.admission-section {
    max-width:1280px;
    margin: auto;
    padding: 40px 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;
}
/* 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:#647389;
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: 50px;
    font-weight: 700;
    color: #00477D;
    /* 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;
    }

    .ad-card{
      padding: 14px;
    }
    .admission-header h1 {
        font-size: 36px;
    }
}
/* BAOTTB SECTION CSS STARTED FROMHERE */
.careerflow-section {
    position: relative;
    padding: 60px 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;
}

/* 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;
}

.careerflow-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 6px;

    overflow: hidden;
}

.careerflow-table thead th {
   background: linear-gradient(90deg, #F6AB0D 0%, #FAB90A 100%);
    color: #064989;
    padding: 15px;
    text-align: left;
        line-height: 19.2px;
letter-spacing: 0.96px;
text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.careerflow-table tbody td {
    padding: 16px;
 font-size: 14px;
 font-weight: 400;
 letter-spacing: 0;
line-height: 140%;
    color: #0A2540;;
    border-bottom: 1px solid #ececec;
    font-family: "Poppins", sans-serif;
}

.careerflow-table tbody tr:last-child td {
    border-bottom: none;
}

.careerflow-table tbody td:first-child {
font-weight: 600;
font-size: 14px;
line-height: 22.4px;
letter-spacing: 0;
vertical-align: middle;
color:#00345B;
}

/* PATH GRID */

.careerflow-path-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

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

}

.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;
}

.careerflow-step-number {
font-weight: 600;
font-size: 31.99px;
line-height: 100%;
color:#FFB63B;
letter-spacing: 0;
vertical-align: middle;
}

.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 auto 15px;
}

.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 */

@media (max-width: 1199px) {
    .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;
    }

    .careerflow-table thead th,
    .careerflow-table tbody td {
        padding: 12px;
        font-size: 13px;
    }
}


/* SECTION OT TECHNOLOGY CSS startS FROM HERE  */

.career-outlook-section {
    background: #F9FBFD;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

/* DOCTOR IMAGE (FIXED PROPERLY) */
.career-doctor-image {
    position: absolute;
    top: 6px;
    right: 0;
    width: 380px;
    z-index: 1;
}

/* CONTAINER */
.career-outlook-container {
    max-width: 1280px;
    margin: auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.career-outlook-content{
  max-width: 1000px;
}
.career-outlook-content .title{
  text-align: start;
  line-height: 120%;
  color:#00477D;
}

.career-outlook-content .title span {
    color: #f5b316;
}

.career-outlook-content p {
    color: #5C6470;
    max-width: 730px;
}

/* CARD */
.career-card {
    background: #ffffff;
    box-shadow: 0px 8px 22px 0px #03305914;
border: 1px solid #E5EAF0;
border-radius: 8px;
    padding: 32px;
    position: relative;
}


.career-card h3 {
    color: #003a70;
    font-size: 20px;
    font-weight: 800;
}

.career-card-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    padding-top: 24px;
}

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

    width: 104px;
    height: 108px;

    border-top: 5px solid #0EAEFD;
    border-left: 5px solid #0EAEFD;

    border-top-left-radius: 6px;

    pointer-events: none;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.country-grid-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

}
.gap-16{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.country-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.country-card img {
    width: 100%;
  height: 100%;
}
.country-card::before{
      content: "";
    position: absolute;
    bottom: -3px;
    left: -1px;
    width: 32px;
    height: 33px;
    border-bottom: 3px solid #FAB107;
    border-left: 3px solid #FAB107;
    /* border-top-left-radius: 6px; */
    pointer-events: none;
}

/* LIST */
.demand-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
   
}

.demand-list li {
display: flex;
  gap: 4px;
  align-items: center;
 padding: 7.67px 15.67px;
   border: 1px solid var(--color-grey-91, #E4E8ED);
   background: var(--color-grey-96, #F4F6F8);

  border-radius: 4px;
  opacity: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: #064989;
}
.ot-tech-dot{
   width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #FDB931;
        flex-shrink: 0;
        animation: heroPulse 2s ease-in-out infinite;
}

.education-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.education-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
    color: #064989;
    line-height: 128%;
    letter-spacing: 0%;
}

@media (max-width: 992px) {

    .career-card-grid {
        grid-template-columns: 1fr;
    }
.common-h3{
  font-size: 24px;
}
.info-section{
  flex-direction: column;
  justify-content: center;
}
.info-section .info-icon{
height:40px;
width: 40px;
}
.info-section .eligibility-list{
  padding-left: 0px;
}
.career-doctor-image {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 360px;
        height: 320px;

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

    .education-grid {
        grid-template-columns: 1fr;
    }
}

/* //FAQ ICSS  */
.faq-mage-position{
  position: relative;
}
.faq-title{
  color:#00477D;
  line-height: 100%;
  margin-top: 2px;
  text-align: center;
}
.faq-text-desc{
  color:#5C6470;
  text-align: center;
  max-width: 900px;
}
.faq-section{
display: flex;
flex-direction: column;
align-items: center;
}

/* ==========================
   FOOTER
========================== */

/* Mobile */
@media (max-width: 767px) {

    .aha-footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .aha-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .aha-footer-column h4 {
        font-size: 24px;
    }
}

.bottom-right{
   position: absolute;
    right: 0;
    bottom: 0;
}
.top-left{
    top: 0;
    left: 0;
}
.desclaimer-area{
  max-width: 1280px;
  margin: 0px auto;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 22px 0px #03305914;
font-weight: 400;
/* background-color: #003469 !important; */
}