.elementor-47 .elementor-element.elementor-element-c4f2c86{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f679522 *//* =========================================
   SJM ACADEMICS PAGE
========================================= */

.sjm-academic-hero,
.sjm-academic-hero *,
.sjm-academic-programs,
.sjm-academic-programs *,
.sjm-academic-subject-section,
.sjm-academic-subject-section * {
    box-sizing: border-box;
}


/* =========================================
   COMMON
========================================= */

.sjm-section-tag {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: #c88708;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sjm-section-tag > span {
    width: 30px;
    height: 2px;

    background: #c88708;
}

.sjm-light-tag {
    color: #ffd96b;
}

.sjm-light-tag > span {
    background: #ffd96b;
}


/* =========================================
   SECTION 1 : HERO
========================================= */

.sjm-academic-hero {
    position: relative;

    min-height: 600px;

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 130px 0 100px;

    background:
        linear-gradient(
            135deg,
            #061b3c 0%,
            #0b2f63 55%,
            #041832 100%
        );
}

.sjm-academic-hero::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -180px;
    top: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(218,161,20,0.20),
            transparent 68%
        );
}

.sjm-academic-hero-container {
    position: relative;

    z-index: 2;

    width: min(1300px, 90%);
    margin: auto;
}

.sjm-academic-breadcrumb {
    display: flex;
    gap: 10px;

    margin-bottom: 35px;

    color: rgba(255,255,255,0.6);

    font-size: 14px;
}

.sjm-academic-breadcrumb a {
    color: #ffd96b;

    text-decoration: none;
}

.sjm-academic-breadcrumb strong {
    color: #ffffff;

    font-weight: 500;
}

.sjm-academic-hero-content {
    max-width: 850px;
}

.sjm-academic-hero h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 72px);
    font-weight: 800;

    line-height: 1.15;
}

.sjm-academic-hero h1 span {
    display: block;

    color: #e3ac25;
}

.sjm-academic-hero p {
    max-width: 720px;

    margin: 25px 0 0;

    color: rgba(255,255,255,0.7);

    font-size: 17px;

    line-height: 1.9;
}

.sjm-academic-hero-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 15px;

    margin-top: 38px;
}

.sjm-academic-btn-primary,
.sjm-academic-btn-outline {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 17px 28px;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.sjm-academic-btn-primary {
    color: #061b3c;

    background:
        linear-gradient(
            135deg,
            #d89b12,
            #ffe89a
        );
}

.sjm-academic-btn-primary:hover {
    transform: translateY(-3px);

    background: #ffffff;
}

.sjm-academic-btn-outline {
    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.3);
}

.sjm-academic-btn-outline:hover {
    color: #061b3c;

    background: #ffffff;
}

.sjm-academic-hero-shape {
    position: absolute;

    bottom: 0;
    left: 0;

    width: 100%;
    height: 50px;

    background: #ffffff;

    clip-path:
        polygon(
            0 100%,
            100% 0,
            100% 100%
        );
}


/* =========================================
   SECTION 2 : PROGRAMS
========================================= */

.sjm-academic-programs {
    padding: 120px 0;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f8fafc
        );
}

.sjm-academic-container {
    width: min(1300px, 90%);
    margin: auto;
}

.sjm-academic-intro {
    max-width: 800px;

    margin-bottom: 55px;
}

.sjm-academic-intro h2,
.sjm-learning-content h2 {
    margin: 0;

    color: #071d42;

    font-size: clamp(36px, 4vw, 56px);

    font-weight: 800;

    line-height: 1.25;
}

.sjm-academic-intro h2 span,
.sjm-learning-content h2 span {
    display: block;

    color: #c88708;
}

.sjm-academic-intro p,
.sjm-learning-content > p {
    margin: 22px 0 0;

    color: #667085;

    font-size: 16px;

    line-height: 1.9;
}


/* PROGRAM GRID */

.sjm-program-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;
}

.sjm-program-card {
    position: relative;

    padding: 38px 30px;

    border-radius: 18px;

    background: #ffffff;

    border: 1px solid rgba(7,29,66,0.08);

    box-shadow:
        0 15px 45px rgba(7,29,66,0.06);

    transition: all 0.35s ease;
}

.sjm-program-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 25px 55px rgba(7,29,66,0.12);
}

.sjm-program-featured {
    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #061b3c,
            #123b78
        );

    border: none;
}

.sjm-featured-label {
    position: absolute;

    top: 18px;
    right: 20px;

    color: #ffd96b;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1px;
}

.sjm-program-top {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 28px;
}

.sjm-program-number {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #061b3c;

    background:
        linear-gradient(
            135deg,
            #d89b12,
            #ffe89a
        );

    font-size: 13px;
    font-weight: 800;
}

.sjm-program-top > span {
    color: #c88708;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.3px;
}

.sjm-program-featured .sjm-program-top > span {
    color: #ffd96b;
}

.sjm-program-card h3 {
    margin: 0 0 16px;

    color: #071d42;

    font-size: 28px;
}

.sjm-program-featured h3 {
    color: #ffffff;
}

.sjm-program-card p {
    margin: 0;

    color: #667085;

    font-size: 15px;

    line-height: 1.9;
}

.sjm-program-featured p {
    color: rgba(255,255,255,0.7);
}

.sjm-program-card ul {
    margin: 28px 0 0;
    padding: 0;

    list-style: none;
}

.sjm-program-card li {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

    color: #344767;

    font-size: 14px;
}

.sjm-program-featured li {
    color: rgba(255,255,255,0.8);
}

.sjm-program-card li span {
    width: 22px;
    height: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    color: #ffffff;

    background: #061b3c;

    font-size: 10px;
}

.sjm-program-featured li span {
    color: #061b3c;

    background: #e3ac25;
}


/* =========================================
   LEARNING APPROACH
========================================= */

.sjm-learning-section {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 80px;

    margin-top: 110px;

    padding: 70px;

    border-radius: 24px;

    background: #ffffff;

    box-shadow:
        0 25px 70px rgba(7,29,66,0.08);
}

.sjm-learning-points {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;
}

.sjm-learning-point {
    padding: 24px;

    border-radius: 14px;

    background: #f8fafc;

    border: 1px solid rgba(7,29,66,0.06);

    transition: 0.3s;
}

.sjm-learning-point:hover {
    transform: translateY(-5px);

    background: #ffffff;

    box-shadow:
        0 15px 35px rgba(7,29,66,0.08);
}

.sjm-learning-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 10px;

    color: #c88708;

    background: rgba(200,135,8,0.1);

    font-size: 11px;
    font-weight: 800;
}

.sjm-learning-point h4 {
    margin: 0 0 8px;

    color: #071d42;

    font-size: 16px;
}

.sjm-learning-point p {
    margin: 0;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   SECTION 3 : SUBJECTS
========================================= */

.sjm-academic-subject-section {
    padding: 120px 0;

    background:
        linear-gradient(
            135deg,
            #061b3c,
            #0a2d60
        );
}

.sjm-subject-heading,
.sjm-academic-faq-heading {
    max-width: 850px;

    margin: 0 auto 55px;

    text-align: center;
}

.sjm-subject-heading .sjm-section-tag,
.sjm-academic-faq-heading .sjm-section-tag {
    justify-content: center;
}

.sjm-subject-heading h2,
.sjm-academic-faq-heading h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(36px, 4vw, 54px);

    font-weight: 800;

    line-height: 1.25;
}

.sjm-subject-heading h2 span,
.sjm-academic-faq-heading h2 span {
    display: block;

    color: #e3ac25;
}

.sjm-subject-heading p {
    margin: 22px auto 0;

    color: rgba(255,255,255,0.65);

    font-size: 16px;

    line-height: 1.9;
}


/* SUBJECT CARDS */

.sjm-subject-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;
}

.sjm-subject-card {
    padding: 30px;

    border-radius: 16px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.1);

    transition: all 0.3s ease;
}

.sjm-subject-card:hover {
    transform: translateY(-7px);

    border-color:
        rgba(255,215,102,0.4);

    background:
        rgba(255,255,255,0.09);
}

.sjm-subject-no {
    margin-bottom: 22px;

    color: #ffd96b;

    font-size: 11px;
    font-weight: 800;
}

.sjm-subject-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 22px;
}

.sjm-subject-card p {
    margin: 0;

    color: rgba(255,255,255,0.65);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   FAQ
========================================= */

.sjm-academic-faq-wrap {
    margin-top: 120px;
}

.sjm-academic-faq-list {
    display: flex;

    flex-direction: column;

    gap: 14px;
}

.sjm-academic-faq-item {
    overflow: hidden;

    border-radius: 12px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.1);

    transition: 0.3s;
}

.sjm-academic-faq-item:hover {
    border-color:
        rgba(255,215,102,0.35);
}

.sjm-academic-faq-item summary {
    display: flex;

    align-items: center;

    gap: 18px;

    padding: 23px 28px;

    cursor: pointer;

    list-style: none;

    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
}

.sjm-academic-faq-item summary::-webkit-details-marker {
    display: none;
}

.sjm-academic-faq-item summary > span {
    width: 38px;
    height: 38px;

    min-width: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffd96b;

    background: rgba(255,215,102,0.1);

    font-size: 11px;
    font-weight: 800;
}

.sjm-academic-faq-item summary i {
    width: 30px;
    height: 30px;

    margin-left: auto;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    color: #061b3c;

    background: #e3ac25;

    font-style: normal;

    font-size: 20px;

    transition: 0.3s;
}

.sjm-academic-faq-item[open] summary i {
    transform: rotate(45deg);
}

.sjm-academic-faq-item > div {
    padding:
        0
        75px
        28px
        84px;

    color: rgba(255,255,255,0.68);

    font-size: 15px;

    line-height: 1.9;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1050px) {

    .sjm-program-grid {
        grid-template-columns: 1fr;
    }

    .sjm-learning-section {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .sjm-subject-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


@media (max-width: 700px) {

    .sjm-academic-hero {
        min-height: 520px;

        padding: 110px 0 90px;
    }

    .sjm-academic-hero h1 {
        font-size: 40px;
    }

    .sjm-academic-hero p {
        font-size: 15px;
    }

    .sjm-academic-hero-buttons {
        flex-direction: column;
    }

    .sjm-academic-btn-primary,
    .sjm-academic-btn-outline {
        width: 100%;
    }

    .sjm-academic-programs,
    .sjm-academic-subject-section {
        padding: 75px 0;
    }

    .sjm-academic-container {
        width: 90%;
    }

    .sjm-academic-intro h2,
    .sjm-learning-content h2,
    .sjm-subject-heading h2,
    .sjm-academic-faq-heading h2 {
        font-size: 34px;
    }

    .sjm-learning-section {
        margin-top: 70px;

        padding: 30px 20px;
    }

    .sjm-learning-points {
        grid-template-columns: 1fr;
    }

    .sjm-subject-grid {
        grid-template-columns: 1fr;
    }

    .sjm-academic-faq-wrap {
        margin-top: 80px;
    }

    .sjm-academic-faq-item summary {
        padding: 18px;

        gap: 12px;

        font-size: 14px;
    }

    .sjm-academic-faq-item > div {
        padding:
            0
            20px
            22px
            64px;

        font-size: 14px;
    }

}/* End custom CSS */