li.user a {
    font-size: 20px;
    color: #231F20 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* --- Our Programme Section --- */
.section-our-programme {
    padding: 80px 0;
    /* Strictly as per Figma */
    background-color: #ffffff;
    position: relative;
    z-index: 5;
}

.our-programme-row {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start !important;
}

.programme-content {
    flex: 1;
    max-width: 980px;
}

.category-label {
    display: block;
    color: #ED1263;
    font-size: 16px;
    font-family: 'Franklin Gothic Heavy';
    text-transform: uppercase;
    margin-bottom: 25px;
}

.programme-text strong {
    color: #0A0D4F;
    font-size: clamp(1.125rem, 0.4821rem + 1.3393vw, 1.6875rem);
    font-family: 'Franklin Gothic Heavy';
}

.programme-title {
    color: #0A0D4F;
    font-size: clamp(2.5rem, 1.5rem + 4vw, 3.625rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 900px;
}

.programme-text p {
    color: #231F20;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.programme-cta {
    padding-bottom: 10px;
    align-self: flex-start !important;
}

.cta-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #0A0D4F;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    border-top: 1px solid #0A0D4F;
    border-bottom: 1px solid #0A0D4F;
    padding: 7px 5px;
    transition: all 0.3s ease;
}

.cta-link-arrow svg {
    transition: transform 0.3s ease;
    width: 18px;
    height: 32px;
}

.cta-link-arrow:hover {
    color: #ED1263;
    border-color: #ED1263;
    text-decoration: unset;
}

.cta-link-arrow:hover svg {
    transform: translateX(8px);
}

@media (max-width: 991px) {
    .our-programme-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .programme-cta {
        padding-bottom: 0;
    }
}

/* --- Split Content Section --- */
.section-split-content {
    padding: 80px 0 100px 0;
    background-color: #fff;
}

.Join-section {
    padding: 80px 0 100px 0;
    background-color: #F5FAF7;
}

.split-top-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
}

.split-content-row {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

/* Image Left / Text Right */
.split-content-row.image_left {
    flex-direction: row-reverse;
}

.split-text-column {
    flex: 1.2;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.split-media-column {
    flex: 1;
}

.split-title {
    color: #0A0D4F;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(1.8125rem, -0.2589rem + 4.3155vw, 3.625rem);
    line-height: 1;
    font-weight: 400;
}

.split-description p {
    color: #231F20;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.split-footer-text {
    margin-top: auto;
}

.split-footer-text strong {
    color: #0A0D4F;
    font-size: clamp(1.125rem, 0.4821rem + 1.3393vw, 1.6875rem);
    font-family: 'Franklin Gothic Heavy';
    line-height: 1.3;
}

.split-footer-text a {
    color: #ED1263;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.programme-cta-wrapper {
    margin-bottom: 0;
}

.split-image {
    width: 100%;
}

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

@media (max-width: 991px) {
    .section-split-content {
        padding: 30px 0;
    }

    .split-content-row {
        flex-direction: column;
        gap: 10px;
    }

    .split-media-column {
        align-items: flex-start;
    }

    .split-footer-text {
        margin-top: 20px;
    }
}

/* --- Content + Statistics Section --- */
.section-content-statistics {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.section-content-statistics .container {
    position: relative;
    z-index: 2;
}

.section-content-statistics .section-background-image {
    object-fit: cover;
}

.statistics-full-content {
    max-width: 1400px;
    margin: 0 auto;
}

.statistics-title {
    color: #ffffff;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(1.8125rem, -0.2589rem + 4.3155vw, 3.625rem);
    line-height: 1;
    margin-bottom: 48px;
    font-weight: 400;
    max-width: 793px;
}

.statistics-description {
    max-width: 680px;
    margin-bottom: 72px;
}

.statistics-description p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    max-width: 648px;
}

.statistics-grid-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.stat-item-box {
    flex: 1;
}

.stat-label {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 48px;
    display: flex;
    align-items: flex-end;
}

.stat-separator {
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 15px;
    width: 100%;
}

.stat-value {
    color: #ffffff;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(2.1875rem, -1.0268rem + 6.6964vw, 5rem);
    line-height: 1;
}

.statistics-footer-note-full {
    margin-top: 60px;
}

.statistics-footer-note-full p {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4;
}

.statistics-footer-note-full a {
    color: #ED1263;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .section-content-statistics {
        padding: 30px 0;
    }

    .statistics-title {
        margin-bottom: 20px;
    }

    .statistics-grid-row {
        flex-direction: column;
        gap: 10px;
    }

    .stat-label {
        min-height: auto;
        margin-bottom: 20px;
    }

    .split-content-row.image_left {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

/* --- Resource Dashboard Section --- */
.section-resource-dashboard {
    padding: 100px 0;
    background-color: #ffffff;
}

.dashboard-main-title {
    color: #0A0D4F;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(1.8125rem, -0.2589rem + 4.3155vw, 3.625rem);
    line-height: 1.1;
    margin-bottom: 60px;
    font-weight: 400;
}

.dashboard-two-col {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: flex-start;
}

.dashboard-left-col {
    flex: 1.2;
}

.dashboard-right-col {
    flex: 1;
}

.dashboard-content p {
    font-size: 20px;
    color: #231F20;
    line-height: 1.5;
    margin-bottom: 30px;
}

.dashboard-content strong {
    color: #231F20;
    font-weight: 700;
    font-size: 20px;
}

.dashboard-right-title {
    color: #231F20;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.dashboard-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.dashboard-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 19px;
    color: #231F20;
    margin-bottom: 15px;
    line-height: 1.3;
}

.dashboard-list li b,
.dashboard-list li strong {
    /* color: #0A0D4F; */
}
.dashboard-list li .checkmark svg{
	display:block;
}
.checkmark {
    flex-shrink: 0;
    margin-top: 4px;
    /* margin-right: 15px; */
}

.dashboard-bottom-info {
    font-size: 19px;
/*     font-weight: 700; */
    color: #231F20;
}

.dashboard-bottom-info strong {
/*     color: #0A0D4F; */
}

@media (max-width: 991px) {
    .section-resource-dashboard {
        padding: 30px 0;
    }

    .dashboard-two-col {
        flex-direction: column;
        gap: 10px;
    }

    .dashboard-main-title {
        margin-bottom: 30px;
    }
}

/* --- Lessons Grid Section --- */
.section-lessons-grid {
    padding: 80px 0;
    background-color: #F5FAF7;
}

.lessons-section-title {
    color: #0A0D4F;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(2rem, 1.5rem + 3vw, 3rem);
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

.lessons-cards-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.lesson-card-item {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.lesson-card-image {
    width: 100%;
    height: auto;
}

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

.lesson-card-content {
    padding: 24px 0 24px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 572px;
    margin: 0 auto;
}

.lesson-title {
    color: #0A0D4F;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(1.5rem, 0.6429rem + 1.7857vw, 2.25rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 400;
}

.lesson-objective-box,
.lesson-explore-box {
    margin-bottom: 30px;
}

.label-objective {
    display: block;
    color: #ED1263;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Franklin Gothic Demi';
}

.label-explore {
    display: block;
    color: #231F20;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Franklin Gothic Heavy', sans-serif;
}

.objective-text {
    color: #231F20;
    font-size: 27px;
    line-height: normal;
    font-family: 'Franklin Gothic Demi';
}

.explore-content ul {
    list-style: disc;
    padding-left: 30px;
    margin: 0;
}

.explore-content ul li {
    color: #231F20;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.lesson-card-footer {
    margin-top: auto;
    padding-top: 20px;
}

.btn-download-ppt {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #0A0D4F;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    border-top: 1px solid #0A0D4F;
    border-bottom: 1px solid #0A0D4F;
    padding: 10px 5px;
    width: 100%;
    transition: all 0.3s ease;
    justify-content: center;
}

.btn-download-ppt svg {
    color: #0A0D4F;
    transition: color 0.3s ease;
}

.btn-download-ppt:hover {
    color: #ED1263;
    border-color: #ED1263;
    text-decoration: unset;
}

.btn-download-ppt:hover svg {
    color: #ED1263;
}

.btn-download-ppt .arrow-right {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.btn-download-ppt:hover .arrow-right {
    transform: translateX(5px);
}

.pshe-links-box {
    display: flex;
    gap: 8px;
    font-size: 16px;
    align-items: center;
}

.label-pshe {
    font-weight: 400;
    color: #231F20;
}

.pshe-content p,
.pshe-content a {
    font-size: 16px;
    margin: 0;
    color: #ED1263;
}

.pshe-content a:hover {
    text-decoration: underline !important;
}

@media (max-width: 991px) {
    .lessons-cards-row {
        grid-template-columns: 1fr;
    }

    .lesson-card-content {
        padding: 30px;
    }
}

/* --- Supporting Resources Section --- */
.section-supporting-resources {
    padding: 80px 0;
    background-color: #ffffff;
}

.sr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sr-main-title {
    color: #0A0D4F;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(1.8125rem, -0.2589rem + 4.3155vw, 3.625rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 400;
}

.sr-main-desc p {
    color: #231F20;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.sr-item {
    display: flex;
    flex-direction: column;
}

.sr-item-title {
    color: #0A0D4F;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(1.5rem, 0.6429rem + 1.7857vw, 2.25rem);
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 400;
}

.sr-item-desc p {
    color: #231F20;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.sr-item-footer {
    margin-top: auto;
}

.sr-item .btn-download-ppt {
    justify-content: space-between;
    font-size: 20px;
    padding: 9.5px 0;
    width: 100%;
    gap: 8px;
}

.sr-item .btn-download-ppt:hover {
    text-decoration: unset;
}

.pshe-content span {
    color: #231F20;
}

.pshe-content a {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .sr-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sr-main-title {
        margin-bottom: 20px;
    }

    .section-highlighted-video-text {
        padding-bottom: 80px;
        padding-top: 30px;
    }

    .section-background-image {
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .section-supporting-resources {
        padding: 30px 0;
    }
}

/* --- Contact Help Section --- */
.section-contact-help {
    padding: 136px 0 118px 0;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.ch-content {
    max-width: 600px;
}

.ch-title {
    color: #0A0D4F;
    font-family: 'Franklin Gothic Heavy', sans-serif;
    font-size: clamp(1.8125rem, -0.2589rem + 4.3155vw, 3.625rem);
    margin-bottom: 24px;
    font-weight: 400;
}

.ch-desc {
    color: #231F20;
    font-size: 27px;
    line-height: normal;
    margin-bottom: 25px;
    font-family: 'Franklin Gothic Demi';

}

.ch-contact {
    color: #231F20;
    font-size: 27px;
    font-family: 'Franklin Gothic Demi';

}

.ch-contact a {
    color: #ED1263;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.ch-contact a:hover {
    opacity: 0.8;
}

section.error-404.not-found.container {
    padding: 180px 0;
    color: white;
}


@media (max-width: 767px) {
    .ch-desc {
        color: #231F20;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .ch-contact {
        font-size: 20px;
    }

    .section-our-programme {
        padding: 30px 0;
    }

    .lesson-card-content {
        padding: 15px;
    }

    .section-lessons-grid {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .split-top-header {
        display: block;
    }

    .split-title {
        margin-bottom: 20px;
    }
}