

h1, h2, h3, h4, h5, h6,
p {
    font-family: 'Poppins', sans-serif;
}


.navbar-brand img {
    width: 200px;
    height: 86px;
}
.eligibility-section {
    background: #eef2ff;
    padding: 70px 0;
    text-align: center;
}

/* TOP HEADINGS */
.top-headings {
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.pathway-tag {
    width: 177px;
    height: 32px;
    background: rgba(1, 85, 219, 0.15);
    border-radius: 9999px;
    padding: 8px 20px;
    font-size: 14px;
    color: #3b4ade;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
}

.main-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.sub-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #4D4D4D;
    margin-bottom: 25px;
}

/* INFO BADGES */
.badge-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.info-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.info-badge img {
    width: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

/* PROGRAM CARDS ROW */
.program-row {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 35px;
    margin-top: 30px;
}

/* COMMON CARD STYLE */
.program-card {
    flex: 1;
    border-radius: 14px;
    padding: 22px 40px;
    text-align: left;
    color: #fff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* CARD COLORS */
.green-card {
    width: 100%;
    height: auto;
    background: #83C343;
    border-radius: 10px;

}
.green-card h3{
    color: black;
    font-size: 28px;
    font-weight: 500;

}



.blue-card h3{
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;

}

.green-card p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000;
}
.blue-card {
    background: #0f64ff;
}

/* ICON WRAP */
/* ICON + TITLE IN ONE ROW */
.card-header {
    display: flex;
    align-items: center;
    gap: 14px;          /* spacing between icon and title */
}



/* Adjust icon size */
.icon-wrap-1 img {
    width: 36px;
}



.icon-wrap-1 {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admissions-section {
    background: #EEF2FA;
    padding: 80px 0;
    margin-top: 40px;
}

.admissions-container {
    max-width: 1300px;                /* matches screenshot width */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;                  /* side breathing space */
}

/* LEFT TEXT CONTENT */
.admissions-text {
    width: 55%;
}

.admissions-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #0b2471;                   /* deep navy blue matching screenshot */
    margin-bottom: 25px;
}

.admissions-text p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 22px;
}

/* RIGHT SIDE IMAGE */
.admissions-image img {
    width: 480px;
    border-radius: 10px;              /* matches rounded corners */
    display: block;
    object-fit: cover;
}



.criteria-section {
    background: #ffffff;
    padding: 80px 0;
}

.criteria-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;
}

/* -------------------------------- */
/* PILL TAGS */
/* -------------------------------- */
.pill-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.blue-tag {
    background: #2463EB1A;
    color: #2463EB;
}

.yellow-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 16px;
    width: 97px;
    height: 32px;
    background: rgba(245, 159, 10, 0.1);
    border-radius: 9999px;
    color: #F59F0A;
}

/* -------------------------------- */
/* TITLES */
/* -------------------------------- */
.section-title {
    width: 100%;
    height: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: -0.9px;
    color: #000;
    margin: 18px 0 25px;
}

/* -------------------------------- */
/* CRITERIA LIST */
/* -------------------------------- */
.criteria-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.criteria-list li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    color: #4D4D4D;
    margin-bottom: 15px;
    gap: 12px;
}

.criteria-list li span {
    background: #e8efff;
    color: #4a5af7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

/* -------------------------------- */
/* SCHOLARSHIP BOX */
/* -------------------------------- */
.scholarship-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    width: 620px;
    height: 160px;
    background: linear-gradient(127.58deg, #0158DA -0.48%, #428E8F 81.96%, #83C343 159.61%);
    box-shadow: 0 8px 24px -8px rgba(1, 85, 219, 0.3);
    border-radius: 16px;
    color: white;
    margin-top: 25px;
}

.scholarship-box h3 {
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
}

.scholarship-box ul {
    padding-left: 18px;
}

.scholarship-box ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #FFF;
    margin-bottom: 8px;
}

/* -------------------------------- */
/* DOCUMENTS GRID */
/* -------------------------------- */
.docs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 20px 0 10px;
}

.doc-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 21px;
    gap: 4px;
    width: 290px;
    height: 110px;
    background: #FFF;
    border: 1px solid #E1E7EF;
    box-shadow: 0px 4px 20px -4px rgba(36, 99, 235, 0.15);
    border-radius: 16px;
    text-align: center;
}


.icon-bg {
    width: 48px;
    height: 48px;
    background: #E8F0FF;   /* your desired background color */
    border-radius: 12px;    /* rounded background */
    display: flex;
    align-items: center;
    justify-content: center;
}


.doc-card p {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

/* -------------------------------- */
/* BOTTOM TEXT */
/* -------------------------------- */
.extra-note {
    font-size: 13px;
    color: #666;
    margin: 8px 0 18px;
}

/* -------------------------------- */
/* NOTE BOX */
/* -------------------------------- */
.note-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffecec;
    border: 1px solid #ffb6b6;
    border-radius: 12px;
    padding: 15px 20px;
}

.warn-icon {
    width: 20px;
}

.note-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    color: #4D4D4D;
}



/* Section Wrapper */
.reso-learn-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.reso-learn-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Top Badge */
.reso-learn-badge {
    display: inline-block;
    background: #0155DB26;
    color: #0155DB;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Title */
.reso-learn-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #000;
    margin-bottom: 15px;
}

.reso-learn-title span {
    color: #1e55ff;
}

/* Subtitle */
.reso-learn-subtext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #65758B;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* Card Wrapper */
.reso-learn-card-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* Cards */
.reso-learn-card {
    width: 32%;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #ebebeb;
    text-align: left;
}

.reso-learn-highlight {
    background: #003a96;
    color: #fff;
    box-shadow: none;
}

/* Icons */
.reso-learn-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.light-icon-bg {
    background: #eef3ff;
}

.dark-icon-bg {
    background: rgba(255, 255, 255, 0.1);
}

.reso-learn-icon img {
    width: 26px;
}

/* Card Titles */
.reso-learn-card-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 18px;
}

.white-text {
    color: #fff !important;
}

/* Lists */
.reso-learn-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reso-learn-list li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #65758B;
    margin-bottom: 12px;

}

.reso-learn-list.white-text li {
    color: #fff;
}

.reso-learn-list img {
    width: 18px;
    margin-right: 10px;
    margin-top: 3px;
}




.reso-info-section {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 80px;
    height: 568px;
    background: #00368C;
}

.reso-info-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.reso-info-left,
.reso-info-right {
    width: 50%;
}

/* Headings */
.reso-info-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #83C343 !important;
    margin-bottom: 8px;
}



/* Subtext */
.reso-info-subtext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: rgba(248, 250, 252, 0.8);
    margin-bottom: 25px;
}

/* List with check marks */
.reso-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.reso-info-list li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #F8FAFC;
    gap: 10px;
    margin-bottom: 18px;
}

.reso-info-check {
    color: #6ee97c;
    font-size: 22px;
    line-height: 1;
    margin-top: 2px;
}

/* Note Box */
.reso-info-note-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid #4f7ac3;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #e3eeff;
    font-size: 15px;
}

.reso-info-note-icon {
    font-size: 20px;
    color: #ff6b6b;
    margin-top: 3px;
}

/* Right Side Steps */
.reso-info-steps {
    padding-left: 20px;
    margin-bottom: 0;
}

.reso-info-steps li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #e7f0ff;
}

/* Button */
.reso-info-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: 207px;
    height: 36px;
    background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
    box-shadow: 0px 8px 24px -8px rgba(245, 159, 10, 0.5);
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    color: white;
}

.reso-info-btn span {
    font-size: 18px;
}

/* Footer */
.reso-info-footer {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #b8cfff;
}

.reso-info-right{
    box-sizing: border-box;

    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: rgba(248, 250, 252, 0.05);
    border: 1px solid rgba(248, 250, 252, 0.2);
    border-radius: 16px;
}



/* ====== SECTION BASE ====== */
.reso-why-section {
    background: #eef2fb;
    padding: 70px 0;
    font-family: 'Inter', sans-serif;
}

.reso-why-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

/* ====== LEFT SIDE ====== */
.reso-left {
    width: 48%;
}

.reso-badge {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 16px;
    width: 191px;
    height: 33px;
    background: rgba(36, 99, 235, 0.1);
    border-radius: 9999px;
    color: #4169e2;
    font-size: 14px;
}

.reso-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 53px;
    display: flex;
    align-items: center;
    color: #000;
    gap: 10px;
}

.reso-heading span {
    color: #0155DB;
}

.reso-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #65758B;
    margin-bottom: 25px;
}

/* FOUNDATION CARD */
.reso-foundation-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    gap: 16px;
    border: 1px solid #e7e9f3;
    margin-bottom: 25px;
}

.icon-box img {
    width: 20px;
}

/* Foundation Text */
.foundation-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.foundation-text p {
    color: #666;
    font-size: 15px;
    margin-top: 4px;
}

/* MAIN IMAGE */
.reso-main-img img {
    width: 100%;
    border-radius: 12px;
}

/* ====== RIGHT SIDE ====== */
.reso-right {
    width: 48%;
}

.reso-right-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 36px;
    margin-bottom: 25px;
}

/* GRID */
.reso-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* FEATURE CARD */
.reso-feature-card {
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #e7e9f3;
    transition: 0.25s ease;
    cursor: pointer;
    position: relative;
}

.reso-feature-card .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    background: #E9EFFD5C;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.icon-box img {
    position: absolute;       /* Stack both icons */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease;
    width: 22px;
    height: 22px;
}

.default-icon {
    opacity: 1;
}

.hover-icon {
    opacity: 0;
}
.reso-feature-card:hover .default-icon {
    opacity: 0;
}

.reso-feature-card:hover .hover-icon {
    opacity: 1;
}


/* Default icon visible */
.default-icon {
    width: 32px;
    transition: opacity 0.3s ease;
}

/* Hover icon hidden */
.hover-icon {
    width: 32px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reso-feature-card h3 {
    margin: 6px 0;
    font-size: 16px;
    font-weight: 700;
}

.reso-feature-card p {
    width: 100%;
    height: 63px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #65758B;
}

/* HOVER EFFECTS */
.reso-feature-card:hover {
    background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
    border: 1px solid #E1E7EF;
    border-radius: 16px;
}

.reso-feature-card:hover h3,
.reso-feature-card:hover p {
    color: #fff;
}

/* Swap icons on hover */
.reso-feature-card:hover .default-icon {
    opacity: 0;
}

.reso-feature-card:hover .hover-icon {
    opacity: 1;
}

/* Highlight Card */
.highlight-card {
    background: linear-gradient(135deg, #2c7eff, #34c37d);
    color: #fff;
}

.highlight-card p {
    color: #fff;
}

.highlight-card .default-icon {
    opacity: 0;
}

.highlight-card .hover-icon {
    opacity: 1;
}
.admission-section {
    background: #EEF2FA;
    padding: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TOP HEADINGS */
.top-headings {
    text-align: center;
    margin-bottom: 40px;
}

.subheading {
    display: inline-block;
    height: auto;
    background: rgba(1, 85, 219, 0.15);
    border-radius: 9999px;
    padding: 6px 18px;
    font-size: 14px;
    color: #3c4bfa;
    font-weight: 500;
}

.main-heading {
    margin-top: 12px;
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #000;
}

/* STEPS ROW */
.steps-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0; /* exact spacing like reference */
}

/* STEP CARD */
.step-card {
    isolation: isolate;
    width: 260.8px;
    height: 263.75px;
    background: #fff;
    border-radius: 16px;
    padding: 25px 22px 30px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
}

/* TOP ROW (icon left + number right) */
.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

/* ICON WRAP */
.icon-wrap {
    width: 48px;
    height: 48px;
    background: #2463EB;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-wrap img {
    width: 24px;
}

/* STEP NUMBER */
.num {
    width: 45px;
    height: 48px;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #2463EB2B;
}

/* CARD TEXT */
.step-card h3 {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 8px;
}

.step-card p {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

/* ARROWS BETWEEN CARDS */
.arrow {
    width: 34px;
    opacity: 0.45;
    position: relative;
    top: 100px;
}

/* HOVER EFFECTS */
.step-card:hover .icon-wrap {
    background: #83C343;
}

.step-card:hover .icon-wrap img {
    filter: brightness(0) invert(1);
}

.step-card:hover .num {
    color: #83C343;
}



/* ====== SECTION BASE ====== */
.reso-why-section {
    background: #EEF2FA;
    padding: 70px 0;
}

.reso-why-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

/* ====== LEFT SIDE ====== */
.reso-left {
    width: 48%;
}

.reso-badge {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 16px;
    width: 191px;
    height: 33px;
    background: rgba(36, 99, 235, 0.1);
    border-radius: 9999px;
    color: #4169e2;
    font-size: 14px;
}

.reso-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 53px;
    display: flex;
    align-items: center;
    color: #000;
    gap: 10px;
}

.reso-heading span {
    color: #0155DB;
}

.reso-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #65758B;
    margin-bottom: 25px;
}

/* FOUNDATION CARD */
.reso-foundation-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    gap: 16px;
    border: 1px solid #e7e9f3;
    margin-bottom: 25px;
}

.icon-box img {
    width: 20px;
}

/* Foundation Text */
.foundation-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.foundation-text p {
    color: #666;
    font-size: 15px;
    margin-top: 4px;
}

/* MAIN IMAGE */
.reso-main-img img {
    width: 100%;
    border-radius: 12px;
}

/* ====== RIGHT SIDE ====== */
.reso-right {
    width: 48%;
}

.reso-right-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 36px;
    margin-bottom: 25px;
}

/* GRID */
.reso-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* FEATURE CARD */
.reso-feature-card {
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #e7e9f3;
    transition: 0.25s ease;
    cursor: pointer;
    position: relative;
}

.reso-feature-card .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    background: #E9EFFD5C;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.icon-box img {
    position: absolute;       /* Stack both icons */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease;
    width: 22px;
    height: 22px;
}

.default-icon {
    opacity: 1;
}

.hover-icon {
    opacity: 0;
}
.reso-feature-card:hover .default-icon {
    opacity: 0;
}

.reso-feature-card:hover .hover-icon {
    opacity: 1;
}


/* Default icon visible */
.default-icon {
    width: 32px;
    transition: opacity 0.3s ease;
}

/* Hover icon hidden */
.hover-icon {
    width: 32px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reso-feature-card h3 {
    margin: 6px 0;
    font-size: 16px;
    font-weight: 700;
}

.reso-feature-card p {
    width: 100%;
    height: 63px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #65758B;
}

/* HOVER EFFECTS */
.reso-feature-card:hover {
    background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
    border: 1px solid #E1E7EF;
    border-radius: 16px;
}

.reso-feature-card:hover h3,
.reso-feature-card:hover p {
    color: #fff;
}

/* Swap icons on hover */
.reso-feature-card:hover .default-icon {
    opacity: 0;
}

.reso-feature-card:hover .hover-icon {
    opacity: 1;
}

/* Highlight Card */
.highlight-card {
    background: linear-gradient(135deg, #2c7eff, #34c37d);
    color: #fff;
}

.highlight-card p {
    color: #fff;
}

.highlight-card .default-icon {
    opacity: 0;
}

.highlight-card .hover-icon {
    opacity: 1;
}


.reso-info-section {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 80px;
    height: 568px;
    background: #00368C;
}

.reso-info-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.reso-info-left,
.reso-info-right {
    width: 50%;
}

/* Headings */
.reso-info-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #83C343 !important;
    margin-bottom: 8px;
}



/* Subtext */
.reso-info-subtext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: rgba(248, 250, 252, 0.8);
    margin-bottom: 25px;
}

/* List with check marks */
.reso-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.reso-info-list li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #F8FAFC;
    gap: 10px;
    margin-bottom: 18px;
}

.reso-info-check {
    color: #6ee97c;
    font-size: 22px;
    line-height: 1;
    margin-top: 2px;
}

/* Note Box */
.reso-info-note-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid #4f7ac3;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #e3eeff;
    font-size: 15px;
}

.reso-info-note-icon {
    font-size: 20px;
    color: #ff6b6b;
    margin-top: 3px;
}

/* Right Side Steps */
.reso-info-steps {
    padding-left: 20px;
    margin-bottom: 0;
}

.reso-info-steps li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #e7f0ff;
}

/* Button */
.reso-info-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: 207px;
    height: 36px;
    background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
    box-shadow: 0px 8px 24px -8px rgba(245, 159, 10, 0.5);
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    color: white;
}

.reso-info-btn span {
    font-size: 18px;
}

/* Footer */
.reso-info-footer {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #b8cfff;
}

.reso-info-right{
    box-sizing: border-box;

    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: rgba(248, 250, 252, 0.05);
    border: 1px solid rgba(248, 250, 252, 0.2);
    border-radius: 16px;
}


/* Section Wrapper */
.reso-learn-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.reso-learn-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Top Badge */
.reso-learn-badge {
    display: inline-block;
    background: #0155DB26;
    color: #0155DB;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Title */
.reso-learn-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #000;
    margin-bottom: 15px;
}

.reso-learn-title span {
    color: #0155DB;
}

/* Subtitle */
.reso-learn-subtext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #65758B;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* Card Wrapper */
.reso-learn-card-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* Cards */
.reso-learn-card {
    width: 32%;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #ebebeb;
    text-align: left;
}

.reso-learn-highlight {
    background: #003a96;
    color: #fff;
    box-shadow: none;
}

/* Icons */
.reso-learn-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.light-icon-bg {
    background: #eef3ff;
}

.dark-icon-bg {
    background: rgba(255, 255, 255, 0.1);
}

.reso-learn-icon img {
    width: 26px;
}

/* Card Titles */
.reso-learn-card-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 18px;
}

.white-text {
    color: #fff !important;
}

/* Lists */
.reso-learn-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reso-learn-list li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #65758B;
    margin-bottom: 12px;

}

.reso-learn-list.white-text li {
    color: #fff;
}

.reso-learn-list img {
    width: 18px;
    margin-right: 10px;
    margin-top: 3px;
}


.criteria-section {
    background: #ffffff;
    padding: 80px 0;
}

.criteria-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;
}

/* -------------------------------- */
/* PILL TAGS */
/* -------------------------------- */
.pill-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.blue-tag {
    background: #2463EB1A;
    color: #2463EB;
}

.yellow-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 16px;
    width: 97px;
    height: 32px;
    background: rgba(245, 159, 10, 0.1);
    border-radius: 9999px;
    color: #F59F0A;
}

/* -------------------------------- */
/* TITLES */
/* -------------------------------- */
.section-title {
    width: 100%;
    height: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: -0.9px;
    color: #000;
    margin: 18px 0 25px;
}

/* -------------------------------- */
/* CRITERIA LIST */
/* -------------------------------- */
.criteria-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.criteria-list li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    color: #4D4D4D;
    margin-bottom: 15px;
    gap: 12px;
}

.criteria-list li span {
    background: #e8efff;
    color: #4a5af7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

/* -------------------------------- */
/* SCHOLARSHIP BOX */
/* -------------------------------- */
.scholarship-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 29px;
    width: 620px;
    height: 195px;
    background: linear-gradient(127.58deg, #0158DA -0.48%, #428E8F 81.96%, #83C343 159.61%);
    box-shadow: 0 8px 24px -8px rgba(1, 85, 219, 0.3);
    border-radius: 16px;
    color: white;
    /* margin-top: 25px; */
}

.scholarship-box h3 {
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
}

.scholarship-box ul {
    padding-left: 18px;
}

.scholarship-box ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #FFF;
    margin-bottom: 8px;
}

/* -------------------------------- */
/* DOCUMENTS GRID */
/* -------------------------------- */
.docs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 20px 0 10px;
}

.doc-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 21px;
    gap: 4px;
    width: 290px;
    height: 110px;
    background: #FFF;
    border: 1px solid #E1E7EF;
    box-shadow: 0px 4px 20px -4px rgba(36, 99, 235, 0.15);
    border-radius: 16px;
    text-align: center;
}


.icon-bg {
    width: 48px;
    height: 48px;
    background: #E8F0FF;   /* your desired background color */
    border-radius: 12px;    /* rounded background */
    display: flex;
    align-items: center;
    justify-content: center;
}


.doc-card p {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

/* -------------------------------- */
/* BOTTOM TEXT */
/* -------------------------------- */
.extra-note {
    font-size: 13px;
    color: #666;
    margin: 8px 0 18px;
}

/* -------------------------------- */
/* NOTE BOX */
/* -------------------------------- */
.note-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffecec;
    border: 1px solid #ffb6b6;
    border-radius: 12px;
    padding: 15px 20px;
}

.warn-icon {
    width: 20px;
}

.note-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    color: #4D4D4D;
}
.eligibility-section {
    background: #eef2ff;
    padding: 70px 0;
    text-align: center;
}

/* TOP HEADINGS */
.top-headings {
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.pathway-tag {
    width: 177px;
    height: 32px;
    background: rgba(1, 85, 219, 0.15);
    border-radius: 9999px;
    padding: 8px 20px;
    font-size: 14px;
    color: #3b4ade;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
}

.main-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.sub-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #4D4D4D;
    margin-bottom: 25px;
}

/* INFO BADGES */
.badge-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.info-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.info-badge img {
    width: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

/* PROGRAM CARDS ROW */
.program-row {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 35px;
    margin-top: 30px;
}

/* COMMON CARD STYLE */
.program-card {
    flex: 1;
    border-radius: 14px;
    padding: 22px 40px;
    text-align: left;
    color: #fff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* CARD COLORS */
.green-card {
    width: 100%;
    height: auto;
    background: #83C343;
    border-radius: 10px;

}
.green-card h3{
    color: black;
    font-size: 28px;
    font-weight: 500;

}



.blue-card h3{
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;

}

.green-card p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000;
}
.blue-card {
    background: #0f64ff;
}

/* ICON WRAP */
/* ICON + TITLE IN ONE ROW */
.card-header {
    display: flex;
    align-items: center;
    gap: 14px;          /* spacing between icon and title */
}



/* Adjust icon size */
.icon-wrap-1 img {
    width: 36px;
}



.icon-wrap-1 {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.admission-section {
    background: #EEF2FA;
    padding: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TOP HEADINGS */
.top-headings {
    text-align: center;
    margin-bottom: 40px;
}

.subheading {
    display: inline-block;
    height: auto;
    background: rgba(1, 85, 219, 0.15);
    border-radius: 9999px;
    padding: 6px 18px;
    font-size: 14px;
    color: #3c4bfa;
    font-weight: 500;
}

.main-heading {
    margin-top: 12px;
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #000;
}

/* STEPS ROW */
.steps-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0; /* exact spacing like reference */
}

/* STEP CARD */
.step-card {
    isolation: isolate;
    width: 260.8px;
    height: 263.75px;
    background: #fff;
    border-radius: 16px;
    padding: 25px 22px 30px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
}

/* TOP ROW (icon left + number right) */
.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

/* ICON WRAP */
.icon-wrap {
    width: 48px;
    height: 48px;
    background: #2463EB;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-wrap img {
    width: 24px;
}

/* STEP NUMBER */
.num {
    width: 45px;
    height: 48px;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #2463EB2B;
}

/* CARD TEXT */
.step-card h3 {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 8px;
}

.step-card p {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

/* ARROWS BETWEEN CARDS */
.arrow {
    width: 34px;
    opacity: 0.45;
    position: relative;
    top: 100px;
}

/* HOVER EFFECTS */
.step-card:hover .icon-wrap {
    background: #83C343;
}

.step-card:hover .icon-wrap img {
    filter: brightness(0) invert(1);
}

.step-card:hover .num {
    color: #83C343;
}


h1, h2, h3, h4, h5, h6,
p {
    font-family: 'Poppins', sans-serif;
}


.navbar-brand img {
    width: 200px;
    height: 86px;
}

/* Container top margin */
.mt-100 {
    margin-top: 100px;
}

/* MAIN SECTION */
.admission-section-main {
    width: 100%;
    padding: 60px 80px;
    background: linear-gradient(124.72deg,
    rgba(1, 85, 219, 0.1) 0%,
    rgba(63, 141, 146, 0.1) 39.85%,
    rgba(124, 196, 72, 0.1) 100%);
    display: flex;
    justify-content: center;
}

.admission-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1440px;
    width: 100%;
}

/* LEFT SIDE */
.admission-left {
    flex: 1;
}

.admission-left h2 {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 67px;
    color: #000000;
}

.admission-left .highlight {
    text-transform: uppercase;
    color: #0155DB;
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 67px;
}


.subtext {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4D4D4D;
    max-width: 587px;
}

.boldtext {
    color: #00368C;
    font-weight: 600;
}

/* LEFT IMAGE BOX */
.student-image-box {
    width: 620px;
    height: 380px;
    background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
    border-radius: 10px;
    margin-top: 25px;
    max-width: 620px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

.students-img {
    width: 100%;
    display: block;
}

/* RIGHT FORM BOX */
.admission-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.form-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    gap: 32px;
    /* width: 620px; */
    /* height: 600px; */
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    box-shadow: 0px 20px 50px -12px rgba(36, 99, 235, 0.2);
    border-radius: 16px;
    max-width: 600px;
}

.form-box h3 {
    color: #003d8f;
    font-size: 26px;
    font-weight: 700;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .admission-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .admission-left {
        max-width: 600px;
    }

    .admission-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .admission-section-main {
        padding: 0;
        margin-top: 60px;
    }
    .form-box {
        margin-bottom: 20px;
        width: 100%;
        height: 550px;
    }
    .student-image-box {
        width: 100%;
        height: auto;
    }
    .admission-wrapper {
        text-align: left;
    }
    .subtext {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #4D4D4D;
    }
    .admission-left h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 45px;
        color: #000;
    }
}

/* Default: Desktop image visible, mobile image hidden */
.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

/* Show mobile image on screens below 768px */
@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
}
/* --------------------------------------------- */
/* MOBILE RESPONSIVE — EXACTLY LIKE DESIGN       */
/* --------------------------------------------- */
@media (max-width: 768px) {

    .admission-section {
        padding: 40px 20px;
        background: #f5f7fc; /* matches mobile background tone */
    }

    .top-headings {
        text-align: center;
        margin-bottom: 40px;
    }

    .top-headings .subheading {
        display: inline-block;
        background: #e5edff;
        color: #4c6be9;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
    }

    .top-headings .main-heading {
        font-size: 26px;
        font-weight: 700;
        margin-top: 12px;
        color: #000;
    }

    /* STEP CARD CONTAINER */
    .steps-row {
        flex-direction: column !important;
        align-items: center;
        display: flex;
        width: 100%;
    }

    /* STEP CARD */
    .step-card {
        width: 100%;
        background: #ffffff;
        padding: 24px 20px;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        position: relative;
    }

    /* ICON + NUMBER ROW */
    .step-card .top-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .step-card .icon-wrap {
        width: 50px;
        height: 50px;
        background: #2463EB;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step-card .icon-wrap img {
        width: 26px;
    }

    .step-card .num {
        font-size: 42px;
        font-weight: 700;
        color: #e3ebff;
        margin-top: -5px;
    }

    .step-card h3 {
        margin-top: 18px;
        font-size: 19px;
        font-weight: 700;
        color: #000;
    }

    .step-card p {
        font-size: 15px;
        color: #555;
        margin-top: 8px;
        line-height: 1.6;
    }

    /* ARROWS TURN VERTICAL */

}
/* Hide arrow text wrapper on desktop */
.mobile-arrow {
    display: none;
}

/* MOBILE VIEW */
@media (max-width: 768px) {

    .mobile-arrow {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: -5px 0 5px 0;
    }



    .mobile-arrow span {
        margin-top: 4px;
        font-size: 13px;
        color: #8892b0;
        letter-spacing: 0.5px;
    }
    .admission-section {
        padding: 20px 0;
    }
    .top-headings .main-heading{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 53px;
        text-align: center;
        color: #000;
    }
}
/* -------------------------------------- */
/* MOBILE VIEW — EXACT LIKE YOUR DESIGN   */
/* -------------------------------------- */
@media (max-width: 768px) {

    .eligibility-section {
        padding: 32px 18px;
        background: #f7f9fc;
    }

    /* CENTER EVERYTHING */
    .eligibility-section .top-headings {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .eligibility-section .pathway-tag {
        background: #e7edff;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        color: #3b5cd4;
        display: inline-block;
        margin-bottom: 10px;
    }

    .eligibility-section .main-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #000;
    }

    .eligibility-section .sub-text {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        margin-bottom: 22px;
    }

    /* Badges (Grades 6–10 + Seat Availability) */
    .badge-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .info-badge {
        background: #fff;
        border: 1px solid #e4e7f1;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
        width: fit-content;
    }

    .info-badge img {
        width: 18px;
    }

    /* PROGRAM CARDS */
    .program-row {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .program-card {
        width: 100%;
        padding: 20px;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    .program-card.green-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        width: 100%;
        height: auto;
        background: #83C343;
        border-radius: 10px;
    }

    .program-card.blue-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        width: 100%;
        height: auto;
        background: #0155DB;
        border-radius: 10px;
        color: white;
    }

    /* Card Header (Icon + Title) */
    .card-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
    }

    .icon-wrap-1 {
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-wrap-1 img {
        width: 26px;
    }

    .program-card h3 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }

    .program-card p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 5px;
    }
}
/* ---------------------------------------- */
/* MOBILE RESPONSIVE — Admissions Overview  */
/* ---------------------------------------- */
@media (max-width: 768px) {

    .admissions-section {
        padding: 40px 20px;
        text-align: center;
    }

    .admissions-container {
        flex-direction: column;
        gap: 30px;
        padding: 0;
    }

    /* LEFT TEXT */
    .admissions-text {
        width: 100%;
        text-align: center;
    }

    .admissions-text h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .admissions-text p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 18px;
    }

    /* RIGHT IMAGE */
    .admissions-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .admissions-image img {
        width: 100%;
        max-width: 350px;
        border-radius: 12px;
        object-fit: cover;
    }
}
/* ========================================= */
/*      MOBILE — EXACT MATCH TO SCREENSHOT   */
/* ========================================= */
@media (max-width: 768px) {

    .criteria-section {
        padding: 30px 20px;
        background: #ffffff;
    }

    .criteria-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    /* ------------------------- */
    /* LEFT SIDE (Selection Process)
    /* ------------------------- */

    .left-side {
        width: 100%;
    }

    .pill-tag {
        font-size: 11px;
        padding: 6px 16px;
        border-radius: 20px;
        font-weight: 600;
        display: inline-block;
    }

    .blue-tag {
        background: #e6ecff;
        color: #3b57d9;
    }

    .yellow-tag {
        background: #ffeec8;
        color: #d09d27;
    }

    .section-title {
        font-size: 22px;
        font-weight: 700;
        margin: 12px 0 18px 0;
    }

    /* Numbered Criteria List */
    .criteria-list {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }

    .criteria-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 14px;
        font-size: 15px;
        color: #333;
        line-height: 1.55;
    }

    .criteria-list li span {
        width: 26px;
        height: 26px;
        background: #e9f0ff;
        border-radius: 50%;
        font-size: 13px;
        color: #3b57d9;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
        font-weight: 600;
    }

    /* ------------------------- */
    /* Scholarship Box (BLUE GRADIENT)
    /* ------------------------- */
    .scholarship-box {
        background: linear-gradient(127.58deg, #0158DA -0.48%, #428E8F 81.96%, #83C343 159.61%);
        box-shadow: 0px 8px 24px -8px rgba(1, 85, 219, 0.3);
        border-radius: 16px;
        color: #fff;
    }

    .scholarship-box h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 700;
    }

    .scholarship-box ul {
        padding-left: 18px;
        margin: 0;
    }

    .scholarship-box li {
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 1.55;
    }

    /* ------------------------- */
    /* RIGHT SIDE (Documents Required)
    /* ------------------------- */

    .right-side {
        width: 100%;
        margin-top: 10px;
    }

    .right-side .section-title {
        margin-bottom: 18px;
    }

    /* Documents Grid (stack vertically) */
    .docs-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .doc-card {
        background: #f3f6ff;
        padding: 16px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        gap: 14px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .doc-card img {
        width: 32px;
    }

    .doc-card p {
        font-size: 15px;
        margin: 0;
        font-weight: 500;
    }

    /* Extra note */
    .extra-note {
        margin-top: 12px;
        font-size: 14px;
        color: #777;
        line-height: 1.5;
    }

    /* ------------------------- */
    /* Note Box (pink background)
    /* ------------------------- */
    .note-box {
        background: #ffeaea;
        padding: 16px;
        border-radius: 12px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-top: 20px;
    }

    .note-box .warn-icon {
        width: 22px;
        margin-top: 3px;
    }

    .note-box p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        color: #b34747;
    }
    .scholarship-box{
        width: 100%;
        height: auto;
    }
    .criteria-section {
        padding: 20px 0 !important;
    }
    .criteria-container {
        padding: 0 15px;
    }

    .doc-card {
        width: 100%;
        height: auto;
    }
}

/* ========================================= */
/*   MOBILE VIEW — EXACT LIKE SCREENSHOT      */
/* ========================================= */
@media (max-width: 768px) {

    .reso-learn-section {
        padding: 40px 20px;
        text-align: center;
    }

    .reso-learn-container {
        width: 100%;
        padding: 0;
    }

    /* Badge */
    .reso-learn-badge {
        font-size: 12px;
        padding: 6px 16px;
        border-radius: 20px;
        margin-bottom: 14px;
    }

    /* Title */
    .reso-learn-title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .reso-learn-title span {
        font-size: 22px;
    }

    /* Subtext */
    .reso-learn-subtext {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 auto 25px auto;
        max-width: 330px;
    }

    /* Card Wrapper */
    .reso-learn-card-wrapper {
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 100%;
    }

    /* Card Base Styles */
    .reso-learn-card {
        width: 100%;
        padding: 22px 18px;
        border-radius: 16px;
        text-align: left;
        margin: 0 auto;
    }

    /* Card Icon */
    .reso-learn-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .reso-learn-icon img {
        width: 24px;
    }

    /* Card Title */
    .reso-learn-card-title {
        font-size: 16px;
        margin-bottom: 14px;
        line-height: 1.4;
    }

    /* Lists */
    .reso-learn-list li {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .reso-learn-list img {
        width: 16px;
        margin-top: 3px;
    }

    /* Highlight Card (Blue) */
    .reso-learn-highlight {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .reso-learn-highlight .reso-learn-card-title {
        font-size: 16px;
    }

    .reso-learn-highlight .reso-learn-list li {
        color: #fff;
    }

    /* Fix text alignment inside cards */
    .reso-learn-card,
    .reso-learn-highlight {
        text-align: left;
    }
}

/* ============================================= */
/*  MOBILE VIEW — EXACT MATCH TO YOUR SCREENSHOT */
/* ============================================= */
@media (max-width: 768px) {

    .reso-info-section {
        padding: 20px 20px;
        background: #00368C;
        height: auto;
    }
    .reso-info-left, .reso-info-right {
        width: 100%;
    }
    /* CONTAINER STACKS */
    .reso-info-container {
        flex-direction: column;
        gap: 28px;
        width: 100%;
        padding: 0;
    }

    /* HEADINGS */
    .reso-info-heading {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.35;
        margin-bottom: 12px;
        text-align: left;
        color: #e5ffcf;
    }

    .green-title {
        color: #83C343 !important;
        margin-bottom: 14px;
    }

    /* SUBTEXT */
    .reso-info-subtext {
        font-size: 14px;
        line-height: 1.6;
        color: #dce8ff;
        margin-bottom: 18px;
        text-align: left;
    }

    /* LIST (GREEN BULLETS) */
    .reso-info-list {
        padding: 0;
        margin: 0 0 22px 0;
    }

    .reso-info-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
        font-size: 14px;
        color: #dce8ff;
        line-height: 1.55;
    }

    .reso-info-check img {
        width: 22px;
        margin-top: 2px;
    }

    /* NOTE BOX (LIGHT BLUE OUTLINE) */
    .reso-info-note-box {
        display: flex;
        gap: 12px;
        background: rgba(255, 255, 255, 0.05);
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #4f7ac3;
        color: #fff;
    }

    .reso-info-note-icon img {
        width: 20px;
        margin-top: 3px;
    }

    .reso-info-note-box strong {
        font-size: 15px;
    }

    .reso-info-note-box p,
    .reso-info-note-box div {
        font-size: 14px;
        line-height: 1.55;
    }

    /* ========================= */
    /*  QMS BLUE CARD (RIGHT)    */
    /* ========================= */
    .reso-info-right {
        background: #0f4c9d;
        padding: 20px 18px 26px;
        border-radius: 16px;
        border: 1px solid #0f4c9d;
    }

    .reso-info-steps {
        padding-left: 22px;
        margin-bottom: 20px;
    }

    .reso-info-steps li {
        font-size: 14px;
        margin-bottom: 12px;
        color: #e4ecff;
        line-height: 1.55;
    }

    /* GREEN NUMBER BULLETS */
    .reso-info-steps li::marker {
        color: #83C343 ;
        font-size: 18px;
        font-weight: 700;
    }

    /* CTA BUTTON */
    .reso-info-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 16px;
        gap: 8px;
        width: 207px;
        height: 36px;
        background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
        box-shadow: 0px 8px 24px -8px rgba(245, 159, 10, 0.5);
        border-radius: 10px;
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        margin-top: 8px;
    }

    .reso-info-btn span {
        font-size: 18px;
        margin-top: 1px;
    }

    /* FOOTER */
    .reso-info-footer {
        text-align: center;
        margin-top: 32px;
        font-size: 12px;
        color: #b7d0ff;
    }
}
/* ========================================================= */
/*   MOBILE RESPONSIVE — WHY RESONANCE SCHOOLS SECTION       */
/* ========================================================= */
@media (max-width: 768px) {

    .reso-why-section {
        padding: 40px 18px;
    }

    .reso-why-container {
        flex-direction: column;
        gap: 30px;
    }

    /* ---------------------- */
    /* LEFT SIDE MOBILE       */
    /* ---------------------- */

    .reso-left {
        width: 100%;
    }

    .reso-badge {
        font-size: 11px;
        padding: 6px 14px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .reso-heading {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .reso-heading span {
        font-size: 24px;
    }

    .reso-desc {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 18px;
    }

    /* Foundation Card */
    .reso-foundation-card {
        background: #fff;
        padding: 18px;
        border-radius: 14px;
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }

    .icon-box-8 {
        min-width: 50px;
        height: 50px;
        border-radius: 12px;
        background: #e7f0ff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foundation-text h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .foundation-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Main Image */
    .reso-main-img img {
        width: 100%;
        margin-top: 20px;
        border-radius: 14px;
    }

    /* ---------------------- */
    /* RIGHT SIDE MOBILE      */
    /* ---------------------- */

    .reso-right {
        width: 100%;
    }

    .reso-right-heading {
        font-size: 22px;
        margin-bottom: 18px;
    }

    /* FEATURES GRID → SINGLE COLUMN */
    .reso-features-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .reso-feature-card {
        width: 100%;
        padding: 20px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid #e5e9f0;
        transition: 0.3s ease;
    }

    /* FIX ICON CENTER + NO MOVING ON HOVER */
    .reso-feature-card .icon-box {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: #2463EB1A;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .default-icon,
    .hover-icon {
        position: absolute;
        width: 22px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .25s ease;
    }

    .hover-icon {
        opacity: 0;
    }

    /* Titles + Text */
    .reso-feature-card h3 {
        font-size: 15px;
        margin: 14px 0 6px;
    }

    .reso-feature-card p {
        font-size: 14px;
        line-height: 1.55;
    }

    /* On Hover — Mobile also supported */
    .reso-feature-card:hover {
        background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
        color: #fff;
        border-color: transparent;
    }

    .reso-feature-card:hover h3,
    .reso-feature-card:hover p {
        color: #fff;
    }

    /* ICON SWAP WITHOUT JUMPING */
    .reso-feature-card:hover .default-icon {
        opacity: 0;
    }

    .reso-feature-card:hover .hover-icon {
        opacity: 1;
    }

}
.icon-bg {
    width: 48px;              /* size of box */
    height: 48px;
    background: #EEF2FF;      /* soft background color */
    border-radius: 12px;      /* rounded square */

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;           /* prevents squishing */
}

/* Icon inside box */
.icon-bg img {
    width: 26px;              /* small icon */
    height: auto;
    display: block;
}



/* Container top margin */
.mt-100 {
    margin-top: 45px;
}

/* MAIN SECTION */
.admission-section-main {
    width: 100%;
    padding: 60px 80px;
    background: linear-gradient(124.72deg,
    rgba(1, 85, 219, 0.1) 0%,
    rgba(63, 141, 146, 0.1) 39.85%,
    rgba(124, 196, 72, 0.1) 100%);
    display: flex;
    justify-content: center;
}

.admission-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1440px;
    width: 100%;
}

/* LEFT SIDE */
.admission-left {
    flex: 1;
}

.admission-left h2 {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 67px;
    color: #000000;
}

.admission-left .highlight {
    text-transform: uppercase;
    color: #0155DB;
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 67px;
}


.subtext {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4D4D4D;
    max-width: 587px;
}

.boldtext {
    color: #00368C;
    font-weight: 600;
}

/* LEFT IMAGE BOX */
.student-image-box {
    width: 620px;
    height: 380px;
    background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
    border-radius: 10px;
    margin-top: 25px;
    max-width: 620px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

.students-img {
    width: 100%;
    display: block;
}

/* RIGHT FORM BOX */
.admission-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.form-box {
    /* box-sizing: border-box; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* padding: 32px; */
    /* gap: 32px; */
    /* width: 620px; */
    /* height: 600px; */
    /* background: #FFFFFF; */
    /* border: 1px solid #E1E7EF; */
    /* box-shadow: 0px 20px 50px -12px rgba(36, 99, 235, 0.2); */
    /* border-radius: 16px; */
    /* max-width: 600px; */
}

.form-box h3 {
    color: #003d8f;
    font-size: 26px;
    font-weight: 700;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .admission-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .admission-left {
        max-width: 600px;
    }

    .admission-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .admission-section-main {
        padding: 0;
        margin-top: 60px;
    }
    .form-box {
        margin-bottom: 20px;
        width: 100%;
        height: 550px;
    }
    .student-image-box {
        width: 100%;
        height: auto;
    }
    .admission-wrapper {
        text-align: left;
    }
    .subtext {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #4D4D4D;
    }
    .admission-left h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 45px;
        color: #000;
    }
}

/* Default: Desktop image visible, mobile image hidden */
.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

/* Show mobile image on screens below 768px */
@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
}
/* --------------------------------------------- */
/* MOBILE RESPONSIVE — EXACTLY LIKE DESIGN       */
/* --------------------------------------------- */
@media (max-width: 768px) {

    .admission-section {
        padding: 40px 20px;
        background: #f5f7fc; /* matches mobile background tone */
    }

    .top-headings {
        text-align: center;
        margin-bottom: 40px;
    }

    .top-headings .subheading {
        display: inline-block;
        background: #e5edff;
        color: #4c6be9;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
    }

    .top-headings .main-heading {
        font-size: 26px;
        font-weight: 700;
        margin-top: 12px;
        color: #000;
    }

    /* STEP CARD CONTAINER */
    .steps-row {
        flex-direction: column !important;
        align-items: center;
        display: flex;
        width: 100%;
    }

    /* STEP CARD */
    .step-card {
        width: 100%;
        background: #ffffff;
        padding: 24px 20px;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        position: relative;
    }

    /* ICON + NUMBER ROW */
    .step-card .top-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .step-card .icon-wrap {
        width: 50px;
        height: 50px;
        background: #2463EB;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step-card .icon-wrap img {
        width: 26px;
    }

    .step-card .num {
        font-size: 42px;
        font-weight: 700;
        color: #e3ebff;
        margin-top: -5px;
    }

    .step-card h3 {
        margin-top: 18px;
        font-size: 19px;
        font-weight: 700;
        color: #000;
    }

    .step-card p {
        font-size: 15px;
        color: #555;
        margin-top: 8px;
        line-height: 1.6;
    }

    /* ARROWS TURN VERTICAL */

}
/* Hide arrow text wrapper on desktop */
.mobile-arrow {
    display: none;
}

/* MOBILE VIEW */
@media (max-width: 768px) {

    .mobile-arrow {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: -5px 0 5px 0;
    }



    .mobile-arrow span {
        margin-top: 4px;
        font-size: 13px;
        color: #8892b0;
        letter-spacing: 0.5px;
    }
    .admission-section {
        padding: 20px 0;
    }
    .top-headings .main-heading{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 53px;
        text-align: center;
        color: #000;
    }
}
/* -------------------------------------- */
/* MOBILE VIEW — EXACT LIKE YOUR DESIGN   */
/* -------------------------------------- */
@media (max-width: 768px) {

    .eligibility-section {
        padding: 32px 18px;
        background: #f7f9fc;
    }

    /* CENTER EVERYTHING */
    .eligibility-section .top-headings {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .eligibility-section .pathway-tag {
        background: #e7edff;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        color: #3b5cd4;
        display: inline-block;
        margin-bottom: 10px;
    }

    .eligibility-section .main-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #000;
    }

    .eligibility-section .sub-text {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        margin-bottom: 22px;
    }

    /* Badges (Grades 6–10 + Seat Availability) */
    .badge-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .info-badge {
        background: #fff;
        border: 1px solid #e4e7f1;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
        width: fit-content;
    }

    .info-badge img {
        width: 18px;
    }

    /* PROGRAM CARDS */
    .program-row {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .program-card {
        width: 100%;
        padding: 20px;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    .program-card.green-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        width: 100%;
        height: auto;
        background: #83C343;
        border-radius: 10px;
    }

    .program-card.blue-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        width: 100%;
        height: auto;
        background: #0155DB;
        border-radius: 10px;
        color: white;
    }

    /* Card Header (Icon + Title) */
    .card-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
    }

    .icon-wrap-1 {
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-wrap-1 img {
        width: 26px;
    }

    .program-card h3 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }

    .program-card p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 5px;
    }
}
/* ---------------------------------------- */
/* MOBILE RESPONSIVE — Admissions Overview  */
/* ---------------------------------------- */
@media (max-width: 768px) {

    .admissions-section {
        padding: 40px 20px;
        text-align: center;
    }

    .admissions-container {
        flex-direction: column;
        gap: 30px;
        padding: 0;
    }

    /* LEFT TEXT */
    .admissions-text {
        width: 100%;
        text-align: center;
    }

    .admissions-text h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .admissions-text p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 18px;
    }

    /* RIGHT IMAGE */
    .admissions-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .admissions-image img {
        width: 100%;
        max-width: 350px;
        border-radius: 12px;
        object-fit: cover;
    }
}
/* ========================================= */
/*      MOBILE — EXACT MATCH TO SCREENSHOT   */
/* ========================================= */
@media (max-width: 768px) {

    .criteria-section {
        padding: 30px 20px;
        background: #ffffff;
    }

    .criteria-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    /* ------------------------- */
    /* LEFT SIDE (Selection Process)
    /* ------------------------- */

    .left-side {
        width: 100%;
    }

    .pill-tag {
        font-size: 11px;
        padding: 6px 16px;
        border-radius: 20px;
        font-weight: 600;
        display: inline-block;
    }

    .blue-tag {
        background: #e6ecff;
        color: #3b57d9;
    }

    .yellow-tag {
        background: #ffeec8;
        color: #d09d27;
    }

    .section-title {
        font-size: 22px;
        font-weight: 700;
        margin: 12px 0 18px 0;
    }

    /* Numbered Criteria List */
    .criteria-list {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }

    .criteria-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 14px;
        font-size: 15px;
        color: #333;
        line-height: 1.55;
    }

    .criteria-list li span {
        width: 26px;
        height: 26px;
        background: #e9f0ff;
        border-radius: 50%;
        font-size: 13px;
        color: #3b57d9;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
        font-weight: 600;
    }

    /* ------------------------- */
    /* Scholarship Box (BLUE GRADIENT)
    /* ------------------------- */
    .scholarship-box {
        background: linear-gradient(127.58deg, #0158DA -0.48%, #428E8F 81.96%, #83C343 159.61%);
        box-shadow: 0px 8px 24px -8px rgba(1, 85, 219, 0.3);
        border-radius: 16px;
        color: #fff;
    }

    .scholarship-box h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 700;
    }

    .scholarship-box ul {
        padding-left: 18px;
        margin: 0;
    }

    .scholarship-box li {
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 1.55;
    }

    /* ------------------------- */
    /* RIGHT SIDE (Documents Required)
    /* ------------------------- */

    .right-side {
        width: 100%;
        margin-top: 10px;
    }

    .right-side .section-title {
        margin-bottom: 18px;
    }

    /* Documents Grid (stack vertically) */
    .docs-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .doc-card {
        background: #f3f6ff;
        padding: 16px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        gap: 14px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .doc-card img {
        width: 32px;
    }

    .doc-card p {
        font-size: 15px;
        margin: 0;
        font-weight: 500;
    }

    /* Extra note */
    .extra-note {
        margin-top: 12px;
        font-size: 14px;
        color: #777;
        line-height: 1.5;
    }

    /* ------------------------- */
    /* Note Box (pink background)
    /* ------------------------- */
    .note-box {
        background: #ffeaea;
        padding: 16px;
        border-radius: 12px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-top: 20px;
    }

    .note-box .warn-icon {
        width: 22px;
        margin-top: 3px;
    }

    .note-box p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        color: #b34747;
    }
    .scholarship-box{
        width: 100%;
        height: auto;
    }
    .criteria-section {
        padding: 20px 0 !important;
    }
    .criteria-container {
        padding: 0 15px;
    }

    .doc-card {
        width: 100%;
        height: auto;
    }
}

/* ========================================= */
/*   MOBILE VIEW — EXACT LIKE SCREENSHOT      */
/* ========================================= */
@media (max-width: 768px) {

    .reso-learn-section {
        padding: 40px 20px;
        text-align: center;
    }

    .reso-learn-container {
        width: 100%;
        padding: 0;
    }

    /* Badge */
    .reso-learn-badge {
        font-size: 12px;
        padding: 6px 16px;
        border-radius: 20px;
        margin-bottom: 14px;
    }

    /* Title */
    .reso-learn-title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .reso-learn-title span {
        font-size: 22px;
    }

    /* Subtext */
    .reso-learn-subtext {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 auto 25px auto;
        max-width: 330px;
    }

    /* Card Wrapper */
    .reso-learn-card-wrapper {
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 100%;
    }

    /* Card Base Styles */
    .reso-learn-card {
        width: 100%;
        padding: 22px 18px;
        border-radius: 16px;
        text-align: left;
        margin: 0 auto;
    }

    /* Card Icon */
    .reso-learn-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .reso-learn-icon img {
        width: 24px;
    }

    /* Card Title */
    .reso-learn-card-title {
        font-size: 16px;
        margin-bottom: 14px;
        line-height: 1.4;
    }

    /* Lists */
    .reso-learn-list li {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .reso-learn-list img {
        width: 16px;
        margin-top: 3px;
    }

    /* Highlight Card (Blue) */
    .reso-learn-highlight {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .reso-learn-highlight .reso-learn-card-title {
        font-size: 16px;
    }

    .reso-learn-highlight .reso-learn-list li {
        color: #fff;
    }

    /* Fix text alignment inside cards */
    .reso-learn-card,
    .reso-learn-highlight {
        text-align: left;
    }
}

/* ============================================= */
/*  MOBILE VIEW — EXACT MATCH TO YOUR SCREENSHOT */
/* ============================================= */
@media (max-width: 768px) {

    .reso-info-section {
        padding: 20px 20px;
        background: #00368C;
        height: auto;
    }
    .reso-info-left, .reso-info-right {
        width: 100%;
    }
    /* CONTAINER STACKS */
    .reso-info-container {
        flex-direction: column;
        gap: 28px;
        width: 100%;
        padding: 0;
    }

    /* HEADINGS */
    .reso-info-heading {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.35;
        margin-bottom: 12px;
        text-align: left;
        color: #e5ffcf;
    }

    .green-title {
        color: #83C343 !important;
        margin-bottom: 14px;
    }

    /* SUBTEXT */
    .reso-info-subtext {
        font-size: 14px;
        line-height: 1.6;
        color: #dce8ff;
        margin-bottom: 18px;
        text-align: left;
    }

    /* LIST (GREEN BULLETS) */
    .reso-info-list {
        padding: 0;
        margin: 0 0 22px 0;
    }

    .reso-info-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
        font-size: 14px;
        color: #dce8ff;
        line-height: 1.55;
    }

    .reso-info-check img {
        width: 22px;
        margin-top: 2px;
    }

    /* NOTE BOX (LIGHT BLUE OUTLINE) */
    .reso-info-note-box {
        display: flex;
        gap: 12px;
        background: rgba(255, 255, 255, 0.05);
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #4f7ac3;
        color: #fff;
    }

    .reso-info-note-icon img {
        width: 20px;
        margin-top: 3px;
    }

    .reso-info-note-box strong {
        font-size: 15px;
    }

    .reso-info-note-box p,
    .reso-info-note-box div {
        font-size: 14px;
        line-height: 1.55;
    }

    /* ========================= */
    /*  QMS BLUE CARD (RIGHT)    */
    /* ========================= */
    .reso-info-right {
        background: #0f4c9d;
        padding: 20px 18px 26px;
        border-radius: 16px;
        border: 1px solid #0f4c9d;
    }

    .reso-info-steps {
        padding-left: 22px;
        margin-bottom: 20px;
    }

    .reso-info-steps li {
        font-size: 14px;
        margin-bottom: 12px;
        color: #e4ecff;
        line-height: 1.55;
    }

    /* GREEN NUMBER BULLETS */
    .reso-info-steps li::marker {
        color: #83C343 ;
        font-size: 18px;
        font-weight: 700;
    }

    /* CTA BUTTON */
    .reso-info-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 16px;
        gap: 8px;
        width: 207px;
        height: 36px;
        background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
        box-shadow: 0px 8px 24px -8px rgba(245, 159, 10, 0.5);
        border-radius: 10px;
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        margin-top: 8px;
    }

    .reso-info-btn span {
        font-size: 18px;
        margin-top: 1px;
    }

    /* FOOTER */
    .reso-info-footer {
        text-align: center;
        margin-top: 32px;
        font-size: 12px;
        color: #b7d0ff;
    }
}
/* ========================================================= */
/*   MOBILE RESPONSIVE — WHY RESONANCE SCHOOLS SECTION       */
/* ========================================================= */
@media (max-width: 768px) {

    .reso-why-section {
        padding: 40px 18px;
    }

    .reso-why-container {
        flex-direction: column;
        gap: 30px;
    }

    /* ---------------------- */
    /* LEFT SIDE MOBILE       */
    /* ---------------------- */

    .reso-left {
        width: 100%;
    }

    .reso-badge {
        font-size: 11px;
        padding: 6px 14px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .reso-heading {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .reso-heading span {
        font-size: 24px;
    }

    .reso-desc {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 18px;
    }

    /* Foundation Card */
    .reso-foundation-card {
        background: #fff;
        padding: 18px;
        border-radius: 14px;
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }

    .icon-box-8 {
        min-width: 50px;
        height: 50px;
        border-radius: 12px;
        background: #e7f0ff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foundation-text h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .foundation-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Main Image */
    .reso-main-img img {
        width: 100%;
        margin-top: 20px;
        border-radius: 14px;
    }

    /* ---------------------- */
    /* RIGHT SIDE MOBILE      */
    /* ---------------------- */

    .reso-right {
        width: 100%;
    }

    .reso-right-heading {
        font-size: 22px;
        margin-bottom: 18px;
    }

    /* FEATURES GRID → SINGLE COLUMN */
    .reso-features-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .reso-feature-card {
        width: 100%;
        padding: 20px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid #e5e9f0;
        transition: 0.3s ease;
    }

    /* FIX ICON CENTER + NO MOVING ON HOVER */
    .reso-feature-card .icon-box {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: #2463EB1A;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .default-icon,
    .hover-icon {
        position: absolute;
        width: 22px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .25s ease;
    }

    .hover-icon {
        opacity: 0;
    }

    /* Titles + Text */
    .reso-feature-card h3 {
        font-size: 15px;
        margin: 14px 0 6px;
    }

    .reso-feature-card p {
        font-size: 14px;
        line-height: 1.55;
    }

    /* On Hover — Mobile also supported */
    .reso-feature-card:hover {
        background: linear-gradient(124.72deg, #0158DA 0%, #428E8F 51.5%, #83C343 100%);
        color: #fff;
        border-color: transparent;
    }

    .reso-feature-card:hover h3,
    .reso-feature-card:hover p {
        color: #fff;
    }

    /* ICON SWAP WITHOUT JUMPING */
    .reso-feature-card:hover .default-icon {
        opacity: 0;
    }

    .reso-feature-card:hover .hover-icon {
        opacity: 1;
    }

}
.icon-bg {
    width: 48px;              /* size of box */
    height: 48px;
    background: #EEF2FF;      /* soft background color */
    border-radius: 12px;      /* rounded square */

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;           /* prevents squishing */
}

/* Icon inside box */
.icon-bg img {
    width: 26px;              /* small icon */
    height: auto;
    display: block;
}