body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f5f5;
}

.hero {
    background: white;
    padding: 60px 0 80px 0;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 93%;
    background: #1d4ea3;
    border-radius: 0 0 0 100%;
    z-index: 0;
}

.hero::before {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 45%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /* border-top: 12px solid #1d4ea3; */
    z-index: 5;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.herothank {
    background: white;
    padding: 60px 0 0 0;
    position: relative;
    overflow: hidden;
}

/* .herothank::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 93%;
    background: #1d4ea3;
    border-radius: 0 0 0 100%;
    z-index: 0;
}

.herothank::before {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 45%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #1d4ea3;
    z-index: 5;
} */

.herothank-content {
    position: relative;
    z-index: 2;
}

.logo img {
    height: 128px;
    width: 397px;
    /* margin-top: -25px; */
    margin-top: -50px;
    margin-bottom: 11px;
}

.accreditation-badges {
    position: absolute;
    top: -35px;
    right: 60px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 341px;
    height: 74px;

}

.accreditation-badges img {
    height: 74px;
    width: 341px;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.main-title .highlight-text {
    color: #1d4ea3;
}

.subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #1d4ea3;
    margin-top: 20px;
    margin-bottom: 25px;
}

.yellow-boxes {
    display: flex;
    background: #ffd000;
    border-radius: 8px;
    overflow: hidden;
}

.yellow-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    flex: 1;
}

.yellow-box-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.yellow-box-text {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

.yellow-box-divider {
    width: 2px;
    background: rgba(0, 0, 0, 0.15);
    margin: 15px 0;
}

.form-card {
    background: white;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    max-width: 320px;
    margin-left: auto;
    margin-top: 60px;
}

.form-card .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 8px 0;
    font-size: 13px;
    background: transparent;
}

.form-card .form-control:focus {
    box-shadow: none;
    border-bottom-color: #1d4ea3;
}

.form-card .form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.form-card .form-check-label {
    font-size: 9px;
    color: #666;
    line-height: 1.4;
}

.form-card .form-check-input {
    margin-top: 0;
    flex-shrink: 0;
}

.btn-download {
    background: #1d4ea3;
    color: white;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 25px;
    border-radius: 4px;
}

.btn-download:hover {
    background: #163b85;
    color: white;
}

/* Thank-you section (centered message + download) */
.thank-you-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #ffffff;
}
.thank-you-box {
    max-width: 560px;
    text-align: center;
    padding: 48px 40px;
    background: #f8f9fa;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.thank-you-box h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}
.thank-you-box p {
    font-size: 16px;
    color: #333;
    margin-bottom: 24px;
}
.thank-you-box .btn-download {
    background: #1d4ea3;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin: 4px 8px 4px 0;
    transition: background 0.2s ease;
}
.thank-you-box .btn-download:hover {
    background: #163b85;
    color: #fff;
}

/* WhatsApp floating chat button */
.chat-whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
}
.chat-whatsapp-float a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}
.chat-whatsapp-float a:hover {
    color: #fff;
    transform: scale(1.02);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}
.chat-whatsapp-float a img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.info-bar {
    background: #1d4ea3;
    color: white;
    padding: 25px 0;
    margin-top: 0;
}

.info-bar-row {
    display: flex;
    align-items: stretch;
}

.info-item {
    flex: 1;
    padding: 0 30px;
}

.info-item:first-child {
    padding-left: 0;
}

.info-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.info-title {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 5px;
}

.info-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width:991px) {

    .hero::after {
        display: none;
    }
    .herothank::after {
        display: none;
    }

    .logo img {
        /* height: 50px; */
        height: 80px;
        width: 280px;
    }

    .accreditation-badges {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
        display: inline-flex;
        width: auto;
        height: auto;
        padding: 10px 15px;
    }

    .accreditation-badges img {
        height: 58px;
        width: 280px;
        /* height: 74px; */
        max-height: 324px;
    }

    .main-title {
        font-size: 22px;
    }

    .subtitle {
        font-size: 18px;
    }

    .yellow-boxes {
        flex-direction: column;
    }

    .yellow-box-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .info-bar-row {
        flex-direction: column;
        gap: 20px;
    }

    .info-divider {
        display: none;
    }

    .info-item {
        padding: 0;
    }

    .form-card {
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

}






/* SECOND CONAINER  */

.legacy-section {
    background: #f5f5f5;
    padding: 70px 0;
}

/* eligibility card */

.eligibility-card {
    background: #ffd400;
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 750px;
    margin: 0 auto 50px auto;
    display: flex;
    align-items: center;
    gap: 0;
}

.eligibility-icon-box {
    padding: 0 25px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eligibility-icon-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.eligibility-divider {
    width: 2px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
}

.eligibility-content {
    padding-left: 25px;
}

.eligibility-card h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}

.eligibility-card p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #333;
    line-height: 1.5;
}

/* title */

.section-title {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 25px;
    position: relative;
    color: #000;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #FFDA0A;
}

.section-desc {
    font-size: 18px;
    font-weight: 400;
    max-width: 900px;
    margin-bottom: 30px;
    color: #333;
    line-height: 1.6;
}

/* features */

.features-container {
    background: #d6e0eb;
    padding: 40px 30px;
    border-radius: 4px;
}

.features-row {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.feature-item {
    margin-bottom: 35px;
}

.feature-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.feature-icon {
    background: #1d4ea3;
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.feature-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-right: 77px;
}

/* legacy tagline */

.legacy-tagline {
    font-size: 24px;
    font-weight: 700;
    color: #1d4ea3;
    margin-top: 40px;
    margin-bottom: 0;
}

/* responsive */

@media (max-width:768px) {

    .eligibility-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .eligibility-icon-box {
        padding: 0;
    }

    .eligibility-divider {
        width: 80%;
        height: 2px;
    }

    .eligibility-content {
        padding-left: 0;
    }

    .section-title {
        font-size: 24px;
    }

    .section-desc {
        font-size: 16px;
    }

    .features-container {
        padding: 25px 15px;
    }

    .feature-item {
        margin-bottom: 25px;
    }

    .feature-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .legacy-tagline {
        font-size: 18px;
        text-align: center;
    }

}



/* third container */
.programme-section {
    padding: 70px 0;
    background: #f5f5f5;
}

/* title */

.programme-title {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 4px solid #FFDA0A;
}

/* card */

.programme-card {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* icon side */

.card-icon {
    background: #d6e0eb;
    width: 100px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 20px 15px;
}

.card-icon img,
.card-icon svg {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.feature-icon img,
.feature-icon svg {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

/* content */

.card-content {
    padding: 20px;
    background: #ffffff;
}

.card-content h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.card-content p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #333;
    line-height: 1.5;
}

/* responsive */

@media (max-width:768px) {

    .programme-title {
        font-size: 22px;
    }

    .programme-card {
        flex-direction: column;
        text-align: center;
    }

    .card-icon {
        width: 100%;
        min-height: auto;
        padding: 20px;
    }

}


/* fourth container  */
/* CURRICULUM SECTION */

.curriculum-area {
    padding: 70px 0;
    background: #ffffff;
}

/* title */

.curriculum-heading {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 5px;
}

.curriculum-subtext {
    margin-bottom: 30px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}

/* accordion */

.curriculum-item {
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.curriculum-btn {
    font-size: 24px;
    background: #eeeeee;
    font-weight: 500;
}

.curriculum-btn:not(.collapsed) {
    font-size: 24px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: none;
}

.curriculum-body {
    background: #f7f7f7;
    padding: 20px 25px;
}

/* list */

.curriculum-list {
    columns: 2;
    padding-left: 20px;
    margin: 0;
}

.curriculum-list li {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    color: #606267;
}

/* note */

.curriculum-note {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    margin-top: 20px;
    color: #000000;
}

/* responsive */

@media (max-width:768px) {

    .curriculum-list {
        columns: 1;
    }

    .curriculum-heading {
        font-size: 22px;
    }

}



/* fifth section  */

/* CURATED PROGRAMME SECTION */

.curated-section {
    background: #cfd9e5;
    padding: 60px 0;
}

/* row */

.curated-row {
    margin-bottom: 40px;
}

/* image */

.curated-image-box {
    border-radius: 8px;
    overflow: hidden;
    max-height: 480px;
}

.curated-image {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* title */

.curated-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 8px;
}


/* description */

.curated-desc {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.curated-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

/* list */

.curated-list {
    list-style: none;
    padding-left: 0;
}

.curated-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.curated-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    background: url('/assests/icons/Tick-black-04.png') no-repeat center;
    background-size: contain;
}

/* coordinator section */

.coordinator-section {
    background: #1f4fa3;
    padding: 50px 0;
}

.coordinator-heading {
    color: white;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 8px;
}

/* cards */

.coordinator-card {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
}

.coordinator-card h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.coordinator-card p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #333;
    line-height: 1.6;
}

.coordinator-card a {
    color: #1d4ea3;
    text-decoration: underline;
}

/* responsive */

@media (max-width:991px) {

    .curated-title {
        font-size: 20px;
    }

    .curated-section {
        padding: 40px 20px;
    }

}

@media (max-width:768px) {

    .curated-row {
        text-align: center;
    }

}


/* sixth section  */


/* BADGE OF HONOUR SECTION */

.badgehonour-area {
    background: #cdd8e6;
    padding: 0px 0;
}

/* title */

.badgehonour-title {
    font-weight: 700;
    font-size: 36px;
    color: #0c1e33;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 6px;
}

/* highlight paragraph */

.badgehonour-highlight {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0c1e33;
    line-height: 1.5;
}

/* disclaimer */

.badgehonour-note {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    max-width: 400px;
}

/* certificate image */

.badgehonour-img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* responsive */

@media (max-width:991px) {

    .badgehonour-title {
        font-size: 24px;
    }

    .badgehonour-frame {
        margin-top: 30px;
    }

}

@media (max-width:768px) {

    .badgehonour-area {
        text-align: center;
    }

    .badgehonour-note {
        margin: 0 auto;
    }

}


/* seventh section  */


/* WHY INVEST TIMELINE */

.invest-wrapper {
    background: #ffffff;
    padding: 40px 0;
}

.invest-heading {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 60px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 10px;
}

.invest-timeline {
    position: relative;
}

/* center line - dashed vertical */

.invest-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 28px;
    width: 0;
    height: calc(100% - 56px);
    border-left: 2px dashed #1d4ea3;
    transform: translateX(-50%);
}

/* row */

.invest-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
}

.invest-row:last-child {
    margin-bottom: 0;
}

/* columns */

.invest-left,
.invest-right {
    width: 45%;
    text-align: center;
}

.invest-left {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.invest-right {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.invest-center {
    width: 10%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

/* number circle */

.invest-center span {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #1d4ea3;
    color: #1d4ea3;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* card - blue heading box */

.invest-card {
    background: #1d4ea3;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
}

/* horizontal line from box to circle - LEFT side */
.invest-left .invest-card::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    width: 30px;
    height: 0;
    border-top: 2px dashed #1d4ea3;
}

/* horizontal line from circle to box - RIGHT side */
.invest-right .invest-card::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 30px;
    height: 0;
    border-top: 2px dashed #1d4ea3;
}

.invest-card h6 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
}

/* description text */

.invest-desc {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #333;
    line-height: 1.5;
    text-align: center;
    max-width: 320px;
}

/* responsive */

@media(max-width:991px) {

    .invest-timeline::before {
        left: 25px;
    }

    .invest-row {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 70px;
        position: relative;
    }

    .invest-left,
    .invest-right {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        align-items: flex-start;
    }

    .invest-center {
        position: absolute;
        left: 0;
        top: 0;
    }

    .invest-card {
        display: inline-block;
    }

    .invest-left .invest-card::after,
    .invest-right .invest-card::before {
        display: none;
    }

    .invest-card h6,
    .invest-desc {
        text-align: left;
    }

    .invest-desc {
        max-width: 100%;
    }

}


/* PAST BATCH PROFILE SECTION */

.batch-profile-section {
    background: #ffffff;
    padding: 60px 0 0 0;
}

.batch-profile-heading {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 10px;
    color: #000;
}

.batch-profile-images {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.batch-profile-img {
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

/* responsive */

@media (max-width:768px) {
    .batch-profile-heading {
        font-size: 28px;
    }

    .batch-profile-desc {
        font-size: 16px;
    }
}


/* tenth container */

.fee-steps-section {
    background: #f0f0f0;
    padding: 60px 0;
    font-family: 'Segoe UI', sans-serif;
}


/* PROGRAMME FEE */

.fee-area {
    margin-bottom: 30px;
}

.fee-title {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 5px;
}

.fee-value {
    color: #1c4ea0;
    font-weight: 700;
    font-size: 32px;
    margin-top: 12px;
}


/* DATES BOX */

.dates-box {
    padding: 0;
    max-width: 550px;
}

.dates-title {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 4px solid #FFDA0A;
    padding-bottom: 5px;
}


/* TABLE */

.dates-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 8px;
}

.dates-table thead {
    background: #015AAA !important;
    color: white !important;
}

.dates-table thead tr {
    background: #015AAA !important;
}

.dates-table th {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 20px;
    background: #015AAA !important;
    color: white !important;
}

.dates-table th:first-child {
    border-top-left-radius: 8px;
}

.dates-table th:last-child {
    border-top-right-radius: 8px;
}

.dates-table td {
    font-size: 20px;
    font-weight: 500;
    background: #ffffff;
    padding: 15px 20px;
}

.dates-table tbody tr:last-child td {
    background: #e8eef7;
}

.dates-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.dates-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


/* NEXT STEPS AREA */

.steps-area {
    background: #2b4f9b;
    padding: 50px 30px;
    margin-top: 10px;
}

.steps-heading {
    color: white;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 42px;
    position: relative;
    display: inline-block;
}

.steps-heading::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #FFDA0A;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.steps-subtitle {
    color: white;
    font: size 24px;
    font-weight: 700;
    margin-bottom: 25px;
}


/* STEP CARD */

.step-card {
    background: #ffffff;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.step-card span {
    color: #1c4ea0;
    font-weight: 500;
    font-size: 29px;
    display: block;
}

.step-card p {
    margin: 4px 0 0;
    font-size: 28px;
    font-weight: 500;
    color: #1c4ea0;
    font-weight: 600;
}


/* RESPONSIVE */

@media (max-width:768px) {

    .fee-title {
        font-size: 42px;
        font-weight: 700;
    }

    .steps-heading {
        font-size: 20px;
    }

    .dates-box {
        max-width: 100%;
    }

    .step-card {
        text-align: center;
    }

}

/* eleventh section */
/* MAIN SECTION */

/* FAQ SECTION */

.faq-section-area {
    padding: 0px 0;
    background: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.faq-main-title {
    font-weight: 700;
    font-size: 42px;
    color: #000000;
    margin-bottom: 10px;
}

.faq-subtitle {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
}

/* ACCORDION */

.faq-accordion-custom .accordion-item {
    border: none;
    border-radius: 6px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-btn {
    font-weight: 500;
    font-size: 24px;
    color: #1c4ea0;
    background: #f5f6fa;
}

.faq-btn:not(.collapsed) {
    background: #e8eef7;
}

.faq-body {
    font-size: 20px;
    font-weight: 500;
    color: #606267;
    line-height: 1.7;
    background: #fff;
}

/* TABLE */

.fee-structure-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

.fee-structure-table thead {
    background: #015AAA !important;
    color: #fff !important;
}

.fee-structure-table thead tr {
    background: #015AAA !important;
}

.fee-structure-table th {
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;
    background: #015AAA !important;
    color: #fff !important;
}

.fee-structure-table th:first-child {
    border-top-left-radius: 8px;
}

.fee-structure-table th:last-child {
    border-top-right-radius: 8px;
}

.fee-structure-table td {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 15px;
    background: #ffffff;
}

.fee-structure-table tbody tr:nth-child(even) td {
    background: #e8eef7;
}

.fee-structure-table tbody tr.total-row td {
    background: #ffffff;
    border-top: 1px solid #ddd;
}

.fee-structure-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.fee-structure-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


/* APPLY BANNER */

.apply-banner {
    background: #ffffff;
    padding: 40px;
    margin-top: 50px;
}

.apply-title {
    font-size: 36px;
    font-weight: 700;
    color: #015AAA;
    margin-bottom: 20px;
    line-height: 1.3;
}

.apply-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}

.apply-contact-box {
    flex: 1;
}

.apply-contact-label {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.apply-contact {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

.apply-contact span {
    color: #015AAA;
    font-weight: 700;
    font-size: 18px;
}

.apply-contact a {
    color: #015AAA;
    text-decoration: underline;
}

.apply-btn {
    background: #015AAA;
    color: #fff;
    padding: 18px 50px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
}

.apply-btn:hover {
    background: #014a8a;
    color: #fff;
}

/* IMAGE */

.apply-image {
    margin-top: 0;
    border: none;
    padding: 0;
}

.apply-image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.curated-image,
.badgehonour-img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* FOOTNOTE */

.apply-note {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    margin-top: 25px;
    line-height: 1.5;
}

.apply-note-small {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    margin-top: 8px;
}

.apply-copy {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin-top: 15px;
}


/* RESPONSIVE */

@media(max-width:768px) {

    .apply-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .apply-title {
        font-size: 24px;
    }

    .apply-btn {
        padding: 14px 35px;
        font-size: 18px;
    }

}


/* last section  */
.cta-section {
    padding: 10px 0 50px;
    background: #ffffff;
}

/* ── CTA box: title positioned ON the top border line ── */
.cta-box-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.cta-box {
    border: 1.5px solid #444;
    border-radius: 18px;
    padding: 28px 40px 30px;
    margin-top: 14px;
    /* space for title overhanging above */
    position: relative;
    text-align: center;
}

/* Title floats on the top border with white bg cutting through the line */
.cta-title {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 4px 24px;
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    margin: 0;
    line-height: 1.3;
}

/* Contact text + button on same row */
.cta-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.cta-contact {
    font-size: 15px;
    color: #333;
    margin: 0;
}

.cta-phone {
    color: #0057b8;
    font-weight: 600;
    text-decoration: none;
}

.cta-phone:hover {
    text-decoration: underline;
}

.cta-btn {
    display: inline-block;
    background: #96bc33;
    color: #ffffff;
    padding: 12px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.4px;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.cta-btn:hover {
    background: #7ea028;
    color: #fff;
}

/* ── Programme Partner – logo + text only ── */
.partner-section {
    margin-top: 0px;
    text-align: center;
}

.partner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.partner-logo img {
    height: 90px;
    max-width: 220px;
    object-fit: contain;
}

.partner-desc {
    font-size: 14px;
    color: #333;
    max-width: 340px;
    text-align: left;
    line-height: 1.6;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .cta-box {
        padding: 28px 20px 24px;
        margin-top: 28px;
    }

    .cta-title {
        font-size: 14px;
        white-space: normal;
        text-align: center;
        width: calc(100% - 40px);
        top: -24px;
        line-height: 1.4;
        padding: 4px 12px;
    }

    .cta-bottom-row {
        flex-direction: column;
        gap: 14px;
    }

    .partner-content {
        flex-direction: column;
        gap: 16px;
    }

    .partner-desc {
        text-align: center;
        max-width: 100%;
    }
}

/* Model Classes */
.verify-mobile-no-modal {
    --primary-color: #0a3d6e;
    --secondary-color: #434343;
    --black-color: #000;
    --white-color: #fff;

    --fs-xs: 1.3125rem;
    --fs-x: 1.5rem;

    --bs-modal-width: 992px !important;
    padding: 0 1rem;
}

.verify-mobile-no-modal .modal-content {
    --bs-modal-border-radius: 1rem;
    padding: 0.75rem;
    position: relative;
    background-image: url('images/email-send.png');
    background-repeat: no-repeat;
    background-size: 15.625rem auto;
    background-position: 85% 100%;
}

.verify-mobile-no-modal .btn-close {
    position: absolute;
    top: 1.75rem;
    right: 2.25rem;
    background-size: 1rem;
    padding: 1.125rem;
    border-radius: 50%;
    border: 0.1875rem solid var(--secondary-color);
}

.verify-mobile-no-modal .btn-close:focus {
    box-shadow: none;
}

.verify-mobile-no-modal-left {
    background: var(--primary-color);
    border-radius: 0.625rem;
    padding: 2.5rem;
    color: var(--white-color);
    height: 100%;
}

.verify-mobile-no-modal-left h5 {
    font-weight: 700;
    margin: 2rem 0;
}

.otp-inputs {
    display: flex;
    align-items: center;
}

.otp-input {
    height: 3.5rem;
    width: 3.5rem;
    margin: 0 0.5rem;
    text-align: center;
    font-size: var(--fs-xs);
    border-radius: 0.625rem;
    display: block;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12) inset;
    border: 0;
    background: #f6f6f6;
}

.otp-input:focus {
    box-shadow: 2px 2px 4px rgba(228, 150, 62, 0.12) inset;
}

.otp-input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.form-error {
    display: block;
    color: #dc3545;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}

.form-error:empty {
    display: none;
}

.form-error-general {
    margin-bottom: 8px;
}

.form-check .checkbox-error,
.checkbox-error {
    display: block;
    margin-top: 4px;
}

/* reCAPTCHA scaling – same as index_old */
.captcha-scale {
    transform: scale(1);
    transform-origin: 0 0;
}

@media (min-width: 991px) {
    .captcha-scale {
        transform: scale(0.75);
    }
}