

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


.row{
margin-right:0px!important;}
.au-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.au-container {
  max-width: 1400px;
  margin: auto;
  padding: 0px 20px;
  display: flex;
}

/* Logo */
.au-logo img {
  max-height: 90px;
}

/* Center Title */
.au-title {
  flex: 1;
}

.au-title h1 {
  font-size: 32px;
  font-weight: 800;
  color: #2e2a7f;
  letter-spacing: 1px;
}

.au-title .estd {
  font-weight: 600;
  margin: 5px 0;
}

.au-title .desc {
  font-size: 14px;
  line-height: 1.4;
}

.au-title span {
  font-size: 13px;
}

/* Admission Info */
.au-admission {

  min-width: 260px;
}

.au-admission h3 {
  font-size: 22px;
  font-weight: 800;
  border-bottom: 2px solid #f15a29;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.au-admission p {
  font-size: 14px;
  margin-bottom: 4px;
}

.au-admission i {
  color: #f15a29;
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .au-container {
    flex-direction: column;
    text-align: center;
  }

  .au-admission {
    text-align: center;
  }

  .au-title h1 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .au-title h1 {
    font-size: 22px;
  }

  .au-logo img {
    max-height: 70px;
  }

  .au-admission h3 {
    font-size: 18px;
  }
}

.hero-section {
  background: linear-gradient(135deg, #0a1440, #0b1d6d);
  padding: 60px 20px;
  color: #fff;
}

.hero-container {
  /* max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px; */
}

/* LEFT CONTENT */
.hero-content {
  flex: 1;
  position: relative;
}

.hero-content h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #ff5a2c;
}

.hero-content p {
  max-width: 520px;
  line-height: 1.6;
  font-size: 16px;
}

.accreditation-box {
  background: #ffffff00;
  border-radius: 16px;
  padding: 20px;
  margin-top: 30px;
  display: inline-flex;
  gap: 20px;
}


.student-img {
  position: absolute;
  right: -40px;
  bottom: -40px;
  max-width: 300px;
}

/* FORM */
.hero-form {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  color: #000;
}



.mobile-group {
  display: flex;
  gap: 10px;
}


.hero-form button {
  padding: 14px;
  background: #ff5a2c;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
  }

  .hero-form {
    width: 100%;
  }

  .student-img {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .two-col {
    flex-direction: column;
  }
}

.courses-wrapper {
  display: flex;
  background: #f2f2f2;
  border-radius: 6px;
  overflow: hidden;
}
section.courses-section h2{
    color:black;
    font-weight:500;
}
a{
  color: black;
}
/* LEFT */
.school-menu {
  background: #0f1e55;
  list-style: none;
  margin: 0;
  padding: 0;
}

.school-menu li {
  padding: 14px 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.school-menu li:hover,
.school-menu li.active {
  background: #ff5722;
}

/* RIGHT */
.courses-content {
  flex: 1;
  padding: 25px;
}

.course-panel {
  display: none;
}

.course-panel.active {
  display: block;
}

.course-panel ul {
  columns: 2;
  list-style: none;
  padding: 0;
}

.course-panel li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.course-panel li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #ff5722;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .courses-wrapper {
    flex-direction: column;
  }

  .school-menu {
    width: 100%;
  }

  .course-panel ul {
    columns: 1;
  }
}

/* ============================= */
/* SUB TAB DESIGN */
/* ============================= */

.course-panel > ul > li {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #0f1e55;
  position: relative;
  transition: all 0.3s ease;
}

.course-panel > ul > li:hover {
  background: #d6e6ff;
}

/* Active / Open Tab */
.course-panel > ul > li.open {
  background: #0f1e55;
  color: #fff;
}

/* SUB UL */
.course-panel > ul > li > ul {
  display: none;
  margin-top: 10px;
  padding-left: 15px;
}

.course-panel > ul > li.open > ul {
  display: block;
}

/* SUB ITEMS */
.course-panel > ul > li > ul li {
  background: #fff;
  color: #333;
  padding: 8px 12px;
  margin-bottom: 6px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
}

.course-panel > ul > li > ul li:hover {
  background: #ffefe8;
  color: #ff5722;
}

/* ARROW ICON */
.course-panel > ul > li.has-sub::after {
  content: "▸";
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 16px;
  transition: transform 0.3s;
}

.course-panel > ul > li.open::after {
  transform: rotate(90deg);
}

/* MOBILE FRIENDLY */
@media (max-width: 768px) {
  .course-panel > ul > li {
    font-size: 15px;
  }
}

.connect-section {
  background: #f5f7f9;
  position: relative;
  overflow: hidden;
}

.connect-container {
  display: flex;
  align-items: center;
  min-height: 420px;
}

/* LEFT SIDE */
.connect-text {
  flex: 1;
  padding: 80px 60px;
  background:url('https://static.npfs.co/accounts/6915/documents/2025/12/19/0cf5bec0198e4835a66cbcfb3d50c3d1_Banner-1-1536x560.jpg');
  background-size: cover;
  background-position: center;
}

.connect-text h2 {
  font-size: 36px;
  line-height: 1.3;
  color: #000;
  font-weight: 800;
}

.connect-text span {
  color: #7ac143;
}

/* RIGHT SIDE IMAGE */
.connect-image {
  flex: 1;
  position: relative;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.connect-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .connect-container {
    flex-direction: column;
  }

  .connect-image {
    clip-path: none;
    width: 100%;
    height: 280px;
  }

  .connect-text {
    padding: 50px 30px;
    text-align: center;
  }

  .connect-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .connect-text h2 {
    font-size: 22px;
  }
}

.testimonial-section {
  padding: 50px 20px;
  text-align: center;
}

.testimonial-section h2 {
  color: #111A51;
  font-weight: 600;
}

.slider-container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* CARD */
.testimonial-card {
  flex: 0 0 calc(100% / 3); /* EXACT 3 */
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Tablet */
@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 50%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.6;
}

.testimonial-card a {
  color: #ff5722;
  font-weight: 500;
  text-decoration: none;
}

.student {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.student img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* NAV BUTTONS */
.nav {

  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid #111A51;
  color: #111A51;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.prev { margin-left: -30px; }
.next { margin-left: 30px; }

.video-hero {
  background:url('https://static.npfs.co/accounts/6915/documents/2025/12/19/6f611e1cc88440fa920214a4bc710b55_Banner-hp-video.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: #fff;
}

.video-hero-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* LEFT TEXT */
.video-hero-text {
  flex: 1;
}

.video-hero-text h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.video-hero-text p {
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-about {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid #ff5a2c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-about:hover {
  background: #ff5a2c;
}

/* RIGHT VIDEO */
.video-hero-media {
  flex: 1;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .video-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .video-hero-text p {
    margin: auto auto 30px;
  }
}

@media (max-width: 576px) {
  .video-hero-text h1 {
    font-size: 28px;
  }

  .btn-about {
    padding: 12px 22px;
  }
}

.stats-section {
  background:url('https://static.npfs.co/accounts/6915/documents/2025/12/19/419e9b4b0e4d400bb62b8c6715d7197b_Counter-image.jpg');
  background-size: cover;
  background-position: center;
  padding: 70px 20px;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 30px;
}

.stat-box h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ff5a2c;
}

.stat-box h2::after {
  content: "+";
}

.stat-box p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #0a1440;
  line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .stat-box h2 {
    font-size: 36px;
  }
}
.site-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  font-size: 14px;
}

.site-footer a {
  color: #4da3ff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .site-footer {
    font-size: 13px;
    padding: 12px 8px;
  }
}