﻿
/* =========================================================
   JKG CAREER PAGE
   PREMIUM REDESIGN
========================================================= */
.jkg-career-page {
    background: #ffffff;
    color: #222;
    overflow: hidden;
}


/* =========================================================
   COMMON
========================================================= */

.jkg-career-page * {
    box-sizing: border-box;
}

.jkg-career-page .container {
    position: relative;
    z-index: 2;
}

.jkg-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #a51f26;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}


/* =========================================================
   HERO
========================================================= */

.jkg-career-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient( 110deg, rgba(75, 23, 26, 0.97) 0%, rgba(116, 29, 34, 0.93) 48%, rgba(165, 42, 48, 0.72) 100% ), url("../images/career-banner.webp") center center / cover no-repeat;
}


    .jkg-career-hero::before {
        content: "";
        position: absolute;
        top: -180px;
        right: -100px;
        width: 430px;
        height: 430px;
        border-radius: 50%;
        border: 1px solid rgba(201,162,74,.35);
    }


    .jkg-career-hero::after {
        content: "";
        position: absolute;
        bottom: -150px;
        left: -100px;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        border: 1px solid rgba(201,162,74,.2);
    }


.jkg-career-hero-content {
    max-width: 750px;
    padding: 75px 0;
}


.jkg-career-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #d5b45f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}


    .jkg-career-eyebrow::before {
        content: "";
        width: 38px;
        height: 2px;
        background: #c9a24a;
    }


.jkg-career-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
}


    .jkg-career-hero h1 span {
        display: block;
        color: #d3ad52;
    }


.jkg-career-hero p {
    max-width: 650px;
    margin: 25px 0 30px;
    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 1.8;
}


.jkg-career-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
}


.jkg-career-primary-btn,
.jkg-career-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 14px 22px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    transition: all .3s ease;
}


.jkg-career-primary-btn {
    color: #ffffff !important;
    background: #a51f26;
    border: 1px solid #a51f26;
}


    .jkg-career-primary-btn span {
        margin-left: 12px;
        font-size: 19px;
    }


    .jkg-career-primary-btn:hover {
        color: #ffffff !important;
        background: #87181e;
        transform: translateY(-2px);
    }


.jkg-career-secondary-btn {
    color: #ffffff !important;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
}


    .jkg-career-secondary-btn:hover {
        color: #2d1a17 !important;
        background: #ffffff;
        border-color: #ffffff;
    }


/* =========================================================
   INTRO
========================================================= */

.jkg-career-intro {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}


.jkg-career-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 80px;
}


.jkg-career-intro h2,
.jkg-career-culture h2,
.jkg-career-application-heading h2 {
    margin: 0;
    color: #252525;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}


    .jkg-career-intro h2 span,
    .jkg-career-culture h2 span,
    .jkg-career-application-heading h2 span {
        color: #a51f26;
    }


.jkg-career-intro p {
    max-width: 680px;
    margin: 20px 0 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   STATS
========================================================= */

.jkg-career-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e8dfca;
    border-bottom: 1px solid #e8dfca;
}


.jkg-career-stat {
    padding: 25px 18px;
    border-right: 1px solid #e8dfca;
}


    .jkg-career-stat:last-child {
        border-right: 0;
    }


    .jkg-career-stat strong {
        display: block;
        margin-bottom: 8px;
        color: #c19a3d;
        font-size: 24px;
        font-weight: 500;
    }


    .jkg-career-stat span {
        color: #444;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.5;
    }


/* =========================================================
   CULTURE
========================================================= */

.jkg-career-culture {
    position: relative;
    padding: 90px 0;
    background: #f8f6f1;
}


.jkg-career-culture-content {
    padding-right: 45px;
}


.jkg-career-culture h2 {
    margin-bottom: 25px;
}


.jkg-career-culture-content > p {
    margin-bottom: 17px;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   FEATURES
========================================================= */

.jkg-career-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
}


.jkg-career-feature {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #ebe4d5;
}


.jkg-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #a51f26;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}


.jkg-career-feature strong {
    display: block;
    margin-bottom: 4px;
    color: #333;
    font-size: 13px;
}


.jkg-career-feature small {
    display: block;
    color: #777;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   OPPORTUNITY CARD
========================================================= */

.jkg-career-opportunity-card {
    position: relative;
    padding: 45px;
    background: #341b18;
    box-shadow: 0 20px 55px rgba(50,20,15,.15);
    overflow: hidden;
}


    .jkg-career-opportunity-card::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -90px;
        width: 230px;
        height: 230px;
        border-radius: 50%;
        border: 1px solid rgba(201,162,74,.35);
    }


.jkg-opportunity-number {
    position: absolute;
    top: 22px;
    right: 25px;
    color: rgba(255,255,255,.18);
    font-size: 45px;
    font-weight: 700;
}


.jkg-career-opportunity-card .jkg-section-label {
    color: #d4af59;
}


.jkg-career-opportunity-card h3 {
    max-width: 430px;
    margin: 5px 0 20px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.25;
}


.jkg-career-opportunity-card p {
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.8;
}


.jkg-opportunity-line {
    width: 55px;
    height: 2px;
    margin: 25px 0;
    background: #c9a24a;
}


.jkg-career-opportunity-card > strong {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.2px;
}


.jkg-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    padding: 12px 18px;
    color: #ffffff !important;
    border: 1px solid rgba(201,162,74,.6);
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    transition: all .3s ease;
}


    .jkg-download-btn span {
        color: #d3ad52;
        font-size: 18px;
    }


    .jkg-download-btn:hover {
        color: #341b18 !important;
        background: #d3ad52;
        border-color: #d3ad52;
    }


/* =========================================================
   APPLICATION SECTION
========================================================= */

.jkg-career-application {
    position: relative;
    padding: 95px 0;
    background: #ffffff;
}


.jkg-career-application-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}


    .jkg-career-application-heading p {
        margin: 15px 0 0;
        color: #777;
        font-size: 15px;
    }


/* =========================================================
   FORM LAYOUT
========================================================= */

.jkg-career-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr);
    gap: 30px;
    align-items: start;
}


/* =========================================================
   FORM CARD
========================================================= */

.jkg-career-form-card {
    padding: 38px;
    background: #ffffff;
    border: 1px solid #e7dfce;
    box-shadow: 0 18px 55px rgba(0,0,0,.08);
}


.jkg-form-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eee7d9;
}


    .jkg-form-header span {
        color: #a51f26;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }


    .jkg-form-header h3 {
        margin: 6px 0 0;
        color: #282828;
        font-size: 25px;
        font-weight: 700;
    }


.jkg-form-number {
    color: #c9a24a;
    font-size: 32px;
    font-weight: 700;
}


/* =========================================================
   FORM
========================================================= */

.jkg-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}


.jkg-form-group {
    margin-bottom: 20px;
}


    .jkg-form-group label {
        display: block;
        margin-bottom: 8px;
        color: #444;
        font-size: 13px;
        font-weight: 700;
    }


        .jkg-form-group label b {
            color: #a51f26;
        }


.jkg-form-control {
    display: block;
    width: 100% !important;
    min-height: 48px;
    padding: 12px 15px !important;
    color: #333;
    background: #fbfaf7;
    border: 1px solid #ddd6c8 !important;
    border-radius: 2px !important;
    outline: none;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 14px;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}


    .jkg-form-control:focus {
        background: #ffffff;
        border-color: #a51f26 !important;
        box-shadow: 0 0 0 3px rgba(165,31,38,.07) !important;
    }


.jkg-form-textarea {
    min-height: 145px;
    resize: vertical;
}


/* ASP.NET validators */

.jkg-form-error {
    display: block;
    margin-top: 5px;
    color: #b21e28;
    font-size: 11px;
    font-weight: 600;
}


.jkg-form-message {
    display: block;
    margin-bottom: 15px;
    color: #a51f26;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   UPLOAD
========================================================= */

.jkg-upload-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 10px 0 25px;
    padding: 20px;
    background: #f8f6f1;
    border: 1px dashed #cfc5b2;
}


.jkg-upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: #a51f26;
    border-radius: 50%;
    font-size: 22px;
}


.jkg-upload-title {
    display: block;
    margin-bottom: 3px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}


.jkg-upload-box p {
    margin: 0 0 8px;
    color: #777;
    font-size: 12px;
}


.jkg-file-upload {
    color: #555;
    font-size: 12px;
}


/* =========================================================
   CAPTCHA
========================================================= */

.jkg-captcha-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: end;
    margin-bottom: 25px;
    padding: 18px;
    background: #faf8f3;
    border: 1px solid #e9e2d4;
}


.jkg-captcha-label {
    display: block;
    margin-bottom: 7px;
    color: #777;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.jkg-captcha-code {
    display: inline-block;
    color: #a51f26;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 4px;
}


/* =========================================================
   SUBMIT
========================================================= */

.jkg-submit-area {
    display: flex;
    align-items: center;
    gap: 20px;
}


.jkg-career-submit {
    min-width: 190px;
    padding: 14px 25px !important;
    color: #ffffff !important;
    background: #a51f26 !important;
    border: 1px solid #a51f26 !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .4px;
    cursor: pointer;
    transition: all .3s ease;
}


    .jkg-career-submit:hover {
        background: #86181e !important;
        border-color: #86181e !important;
        transform: translateY(-2px);
    }


.jkg-submit-area > span {
    color: #888;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   SIDE CARD
========================================================= */

.jkg-career-side-card {
    position: relative;
    padding: 38px;
    color: #ffffff;
    background: linear-gradient( 145deg, #341b18, #4a211d );
    overflow: hidden;
}


    .jkg-career-side-card::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        right: -70px;
        top: -70px;
        border: 1px solid rgba(201,162,74,.35);
        border-radius: 50%;
    }


    .jkg-career-side-card .jkg-section-label {
        color: #d3ad52;
    }


    .jkg-career-side-card h3 {
        margin: 8px 0 18px;
        color: #ffffff;
        font-size: 28px;
        line-height: 1.3;
    }


    .jkg-career-side-card > p {
        color: rgba(255,255,255,.7);
        font-size: 14px;
        line-height: 1.8;
    }


.jkg-side-divider {
    width: 50px;
    height: 2px;
    margin: 25px 0;
    background: #c9a24a;
}


.jkg-contact-career span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.jkg-contact-career a {
    color: #d4b15c !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}


.jkg-career-note {
    margin-top: 30px;
    padding: 18px;
    background: rgba(255,255,255,.06);
    border-left: 2px solid #c9a24a;
}


    .jkg-career-note strong {
        display: block;
        margin-bottom: 6px;
        color: #ffffff;
        font-size: 12px;
    }


    .jkg-career-note p {
        margin: 0;
        color: rgba(255,255,255,.6);
        font-size: 11px;
        line-height: 1.6;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-career-hero {
        min-height: 430px;
    }


        .jkg-career-hero h1 {
            font-size: 46px;
        }


    .jkg-career-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .jkg-career-culture-content {
        padding-right: 0;
        margin-bottom: 35px;
    }


    .jkg-career-form-layout {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-career-hero {
        min-height: 470px;
        background-position: center;
    }


    .jkg-career-hero-content {
        padding: 60px 20px;
    }


    .jkg-career-hero h1 {
        font-size: 38px;
    }


    .jkg-career-hero p {
        font-size: 15px;
    }


    .jkg-career-hero-buttons {
        flex-direction: column;
        align-items: stretch;
        max-width: 220px;
    }


    .jkg-career-intro,
    .jkg-career-culture,
    .jkg-career-application {
        padding: 60px 0;
    }


        .jkg-career-intro h2,
        .jkg-career-culture h2,
        .jkg-career-application-heading h2 {
            font-size: 30px;
        }


    .jkg-career-stats {
        grid-template-columns: 1fr;
    }


    .jkg-career-stat {
        border-right: 0;
        border-bottom: 1px solid #e8dfca;
    }


        .jkg-career-stat:last-child {
            border-bottom: 0;
        }


    .jkg-career-features {
        grid-template-columns: 1fr;
    }


    .jkg-career-opportunity-card {
        padding: 30px 25px;
    }


        .jkg-career-opportunity-card h3 {
            font-size: 27px;
        }


    .jkg-career-form-card {
        padding: 25px 18px;
    }


    .jkg-form-row {
        grid-template-columns: 1fr;
    }


    .jkg-captcha-box {
        grid-template-columns: 1fr;
    }


    .jkg-submit-area {
        flex-direction: column;
        align-items: stretch;
    }


    .jkg-career-submit {
        width: 100%;
    }


    .jkg-career-side-card {
        padding: 30px 25px;
    }
}

/* =========================================================
   JKG INTERNATIONAL SCHOOL
   COMMON HEADER / MENU
========================================================= */

.jkg-new-header {
    position: relative;
    z-index: 99999;
    background: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
}


/* =========================================================
   TOP BAR
========================================================= */

.jkg-topbar {
    height: 38px;
    background: #4b291b;
    color: #ffffff;
    font-size: 12px;
}

.jkg-topbar-inner {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jkg-top-left,
.jkg-top-right {
    display: flex;
    align-items: center;
}

.jkg-top-right {
    gap: 25px;
}

.jkg-topbar a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.jkg-topbar i {
    color: #f3bd4d;
    margin-right: 6px;
}

.jkg-topbar a:hover {
    color: #f3bd4d;
}


/* =========================================================
   MAIN HEADER
========================================================= */

.jkg-main-header {
    height: 96px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 3px 18px rgba(0,0,0,0.06);
}

.jkg-header-inner {
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
}


/* =========================================================
   LOGO
========================================================= */

.jkg-logo {
    flex: 0 0 270px;
    width: 270px;
}

    .jkg-logo img {
        width: 270px;
        height: auto;
        max-width: 100%;
        display: block;
    }


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.jkg-navigation {
    margin-left: auto;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.jkg-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

    .jkg-menu > li {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .jkg-menu > li > a {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 38px 10px;
            color: #333333;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            white-space: nowrap;
            text-decoration: none;
            transition: all .25s ease;
        }

            .jkg-menu > li > a i {
                font-size: 9px;
                margin-left: 2px;
            }

        .jkg-menu > li:hover > a,
        .jkg-menu > li.active > a {
            color: #b71920;
        }


/* =========================================================
   DESKTOP DROPDOWN
========================================================= */

.jkg-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    list-style: none;
    border-top: 3px solid #b71920;
    box-shadow: 0 12px 35px rgba(0,0,0,.13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 999999;
}

.jkg-menu > li:hover > .jkg-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jkg-dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .jkg-dropdown li a {
        display: block;
        padding: 11px 20px;
        color: #444444;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
        border-left: 3px solid transparent;
        transition: all .2s ease;
    }

        .jkg-dropdown li a:hover {
            color: #b71920;
            background: #faf5f1;
            border-left-color: #b71920;
            padding-left: 25px;
        }


/* =========================================================
   APPLY NOW
========================================================= */

.jkg-header-action {
    flex: 0 0 auto;
    margin-left: 12px;
}

.jkg-apply-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 50px;
    padding: 0 18px;
    background: #b71920;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(183,25,32,.20);
    transition: all .25s ease;
}

    .jkg-apply-btn:hover {
        background: #8f151a;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(183,25,32,.25);
    }

    .jkg-apply-btn i {
        transition: transform .25s ease;
    }

    .jkg-apply-btn:hover i {
        transform: translateX(4px);
    }


/* =========================================================
   MOBILE TOGGLE
========================================================= */

.jkg-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px;
    border: none;
    background: #b71920;
    border-radius: 4px;
    cursor: pointer;
}

    .jkg-mobile-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 5px 0;
        background: #ffffff;
        transition: all .25s ease;
    }


/* =========================================================
   MOBILE MENU
========================================================= */

.jkg-mobile-menu {
    display: none;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    z-index: 99998;
}

    .jkg-mobile-menu.open {
        display: block;
    }

    .jkg-mobile-menu > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .jkg-mobile-menu > ul > li {
            margin: 0;
            border-bottom: 1px solid #eeeeee;
        }

            .jkg-mobile-menu > ul > li > a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                padding: 15px 20px;
                box-sizing: border-box;
                color: #333333;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
            }

                .jkg-mobile-menu > ul > li > a:hover {
                    color: #b71920;
                    background: #faf5f1;
                }


/* =========================================================
   MOBILE CONTACT BAR
========================================================= */

.jkg-mobile-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #4b291b;
}

    .jkg-mobile-contact a {
        color: #ffffff;
        font-size: 11px;
        text-decoration: none;
    }

    .jkg-mobile-contact i {
        color: #f3bd4d;
        margin-right: 5px;
    }


/* =========================================================
   MOBILE SUBMENU
========================================================= */

.jkg-mobile-menu .mobile-submenu {
    display: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    list-style: none;
}

    .jkg-mobile-menu .mobile-submenu.open {
        display: block;
    }

    .jkg-mobile-menu .mobile-submenu li {
        border-top: 1px solid #eeeeee;
    }

        .jkg-mobile-menu .mobile-submenu li a {
            display: block;
            padding: 12px 20px 12px 38px;
            color: #555555;
            font-size: 13px;
            text-decoration: none;
        }

            .jkg-mobile-menu .mobile-submenu li a:hover {
                color: #b71920;
                background: #f7f1ed;
            }


/* =========================================================
   MOBILE ARROW
========================================================= */

.mobile-dropdown-toggle i {
    transition: transform .25s ease;
}

.mobile-dropdown-toggle.active i {
    transform: rotate(180deg);
}


/* =========================================================
   MOBILE APPLY
========================================================= */

.jkg-mobile-menu .mobile-apply a {
    justify-content: center;
    background: #b71920;
    color: #ffffff;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .jkg-logo {
        flex-basis: 285px;
        width: 285px;
    }

        .jkg-logo img {
            width: 285px;
        }

    .jkg-menu > li > a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12px;
    }
}


/* =========================================================
   1200 - 1399
========================================================= */

@media (min-width: 1200px) and (max-width: 1399px) {

    .jkg-logo {
        flex-basis: 245px;
        width: 245px;
    }

        .jkg-logo img {
            width: 245px;
        }

    .jkg-menu > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
    }

    .jkg-header-action {
        margin-left: 7px;
    }

    .jkg-apply-btn {
        padding-left: 14px;
        padding-right: 14px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .jkg-navigation,
    .jkg-header-action {
        display: none;
    }

    .jkg-logo {
        flex: 0 0 auto;
        width: auto;
    }

        .jkg-logo img {
            width: 250px;
        }

    .jkg-mobile-toggle {
        display: block;
        margin-left: auto;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .jkg-topbar {
        display: none;
    }

    .jkg-main-header {
        height: 76px;
    }

    .jkg-header-inner {
        height: 76px;
    }

    .jkg-logo img {
        width: 235px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .jkg-main-header,
    .jkg-header-inner {
        height: 68px;
    }

    .jkg-logo img {
        width: 205px;
    }

    .jkg-mobile-toggle {
        width: 40px;
        height: 40px;
    }
}

/* =========================================================
   JKG INTERNATIONAL SCHOOL - COMMON FOOTER
   COPY FROM HOME PAGE
========================================================= */

.jkg-footer {
    position: relative;
    background: #087F86;
    color: #ffffff;
    font-family: "Calibri", Arial, sans-serif;
    overflow: hidden;
}

    /* TOP BRAND ACCENT */
    .jkg-footer::before {
        content: "";
        display: block;
        height: 5px;
        background: linear-gradient( 90deg, #9d1b1e 0%, #e49a32 50%, #f2b84b 100% );
    }


/* =========================================================
   MAIN FOOTER
========================================================= */

.jkg-footer-main {
    padding: 48px 0 40px;
}

.jkg-footer-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   BRAND / LOGO
========================================================= */

.jkg-footer-brand {
    padding-right: 35px;
}

.jkg-footer-logo {
    display: inline-block;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

    .jkg-footer-logo img {
        max-width: 270px;
        width: 100%;
        height: auto;
        display: block;
    }

.jkg-footer-description {
    font-size: 15px;
    line-height: 1.75;
    color: #ffffff;
    margin: 0 0 24px;
    max-width: 370px;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.jkg-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}

.jkg-contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #a51d20;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.10);
}

.jkg-contact-item strong {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 2px;
}

.jkg-contact-item a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

    .jkg-contact-item a:hover {
        color: #542d1b;
    }


/* =========================================================
   COLUMN HEADINGS
========================================================= */

.jkg-footer-title {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px 0 24px;
    padding-bottom: 12px;
}

    .jkg-footer-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 3px;
        background: #f2b84b;
        border-radius: 5px;
    }


/* =========================================================
   FOOTER LINKS
========================================================= */

.jkg-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .jkg-footer-links li {
        margin-bottom: 11px;
    }

        .jkg-footer-links li a {
            position: relative;
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 400;
            transition: all 0.25s ease;
        }

            .jkg-footer-links li a::before {
                content: "›";
                color: #f2b84b;
                font-weight: bold;
                opacity: 0;
                margin-right: 0;
                transition: all 0.25s ease;
            }

            .jkg-footer-links li a:hover {
                color: #542d1b;
                padding-left: 7px;
            }

                .jkg-footer-links li a:hover::before {
                    opacity: 1;
                    margin-right: 6px;
                }


/* =========================================================
   ADMISSION CTA
========================================================= */

.jkg-admission-box {
    background: #a51d20;
    border-radius: 8px;
    padding: 23px 27px;
    margin-top: 30px;
    border-left: 5px solid #f2b84b;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

    .jkg-admission-box h5 {
        margin: 0 0 7px;
        font-size: 19px;
        font-weight: 700;
        color: #ffffff;
    }

    .jkg-admission-box p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
        color: #ffffff;
    }

.jkg-admission-btn {
    display: inline-block;
    background: #f2b84b;
    color: #542d1b !important;
    padding: 10px 23px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

    .jkg-admission-btn:hover {
        background: #ffffff;
        color: #a51d20 !important;
        transform: translateY(-2px);
    }


/* =========================================================
   BOTTOM FOOTER
========================================================= */

.jkg-footer-bottom {
    background: #087F86;
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: 17px 0;
}

.jkg-footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.jkg-copyright {
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}

    .jkg-copyright strong {
        color: #ffffff;
    }


/* =========================================================
   SOCIAL ICONS
========================================================= */

.jkg-social-links {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .jkg-social-links a {
        width: 37px;
        height: 37px;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.35);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 16px;
        transition: all 0.3s ease;
    }

        .jkg-social-links a:hover {
            background: #f2b84b;
            border-color: #f2b84b;
            color: #542d1b;
            transform: translateY(-3px);
        }


/* =========================================================
   WHATSAPP
========================================================= */

.jkg-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 85px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    text-decoration: none;
    box-shadow: 0 5px 18px rgba(0,0,0,0.20);
    z-index: 9999;
    transition: all 0.3s ease;
}

    .jkg-whatsapp:hover {
        color: #ffffff;
        transform: scale(1.08);
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-footer-brand {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .jkg-footer-main {
        padding: 40px 0 30px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-footer-main {
        padding: 35px 0 25px;
    }

    .jkg-footer-brand,
    .jkg-footer-column {
        margin-bottom: 30px;
    }

    .jkg-footer-bottom-row {
        flex-direction: column;
        text-align: center;
    }

    .jkg-footer-logo img {
        max-width: 250px;
    }

    .jkg-admission-box {
        margin-top: 10px;
    }

        .jkg-admission-box .col-sm-4 {
            text-align: left !important;
            margin-top: 18px;
        }

    .jkg-whatsapp {
        right: 15px;
        bottom: 75px;
    }
}

/* =========================================================
   JKG INTERNATIONAL SCHOOL
   PREMIUM ABOUT US PAGE
========================================================= */

.jkg-about-page {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #202020;
    font-family: inherit;
}


/* =========================================================
   HERO
========================================================= */

.jkg-about-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient( 110deg, #4b171a 0%, #741d22 48%, #a52a30 100% );
}

    .jkg-about-hero::before {
        content: "";
        position: absolute;
        width: 550px;
        height: 550px;
        right: -180px;
        top: -280px;
        border: 1px solid rgba(211, 170, 65, 0.28);
        border-radius: 50%;
    }

    .jkg-about-hero::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        left: -250px;
        bottom: -300px;
        border: 1px solid rgba(211, 170, 65, 0.25);
        border-radius: 50%;
    }

.jkg-about-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: linear-gradient(45deg, transparent 48%, #d6ad45 49%, transparent 50%), linear-gradient(-45deg, transparent 48%, #d6ad45 49%, transparent 50%);
    background-size: 70px 70px;
}

.jkg-about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 70px 0;
}

.jkg-about-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #e0b84f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.jkg-about-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 54px;
    line-height: 1.12;
    font-weight: 700;
}

    .jkg-about-hero h1 span {
        display: block;
        color: #dfb94d;
    }

.jkg-about-hero p {
    max-width: 650px;
    margin: 22px 0 30px;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.8;
}

.jkg-about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

    .jkg-about-breadcrumb a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .jkg-about-breadcrumb span {
        color: #dfb94d;
    }

    .jkg-about-breadcrumb strong {
        color: #dfb94d;
    }


/* =========================================================
   NEWS BAR
========================================================= */

.jkg-about-news {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 50px;
    background: #a91f27;
    overflow: hidden;
}

.jkg-news-label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 205px;
    padding: 0 25px;
    color: #fff;
    background: #85191f;
    font-size: 13px;
    letter-spacing: .8px;
}

.jkg-news-star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: 1px solid #d8ad43;
    border-radius: 50%;
    color: #d8ad43;
    font-size: 11px;
}

.jkg-news-scroll {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.jkg-news-link {
    display: block;
    width: 100%;
    color: #fff !important;
    text-decoration: none !important;
}

.jkg-news-scroll marquee {
    width: 100%;
    line-height: 50px;
}

.jkg-news-item {
    margin-right: 70px;
    color: #fff;
    font-size: 14px;
}

    .jkg-news-item b {
        color: #dfb94d;
    }

.jkg-news-view {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 25px;
    color: #fff !important;
    background: #8d1a20;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

    .jkg-news-view span {
        color: #dfb94d;
        font-size: 18px;
    }


/* =========================================================
   SECTION HEADING
========================================================= */

.jkg-about-section-heading {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

    .jkg-about-section-heading > span {
        display: block;
        margin-bottom: 12px;
        color: #a51f26;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2.5px;
    }

    .jkg-about-section-heading h2 {
        margin: 0 0 18px;
        color: #172c46;
        font-size: 40px;
        line-height: 1.25;
        font-weight: 700;
    }

        .jkg-about-section-heading h2 strong {
            color: #a51f26;
        }

    .jkg-about-section-heading p {
        max-width: 700px;
        margin: 0 auto;
        color: #6c6c6c;
        font-size: 16px;
        line-height: 1.8;
    }


/* =========================================================
   PILLARS
========================================================= */

.jkg-about-pillars {
    position: relative;
    padding: 90px 0 95px;
    background: #faf9f6;
}

.jkg-pillar-row {
    display: flex;
    flex-wrap: wrap;
}

    .jkg-pillar-row > div {
        margin-bottom: 25px;
    }

.jkg-pillar-card {
    position: relative;
    height: 100%;
    min-height: 310px;
    padding: 32px 27px;
    background: #fff;
    border: 1px solid #eee7d6;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(24,30,40,.06);
    overflow: hidden;
    transition: all .35s ease;
}

    .jkg-pillar-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg,#a51f26,#d5ad45);
    }

    .jkg-pillar-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(24,30,40,.12);
    }

.jkg-pillar-number {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #eee9dc;
    font-size: 38px;
    font-weight: 700;
}

.jkg-pillar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #f7f0dd;
    color: #a51f26;
    font-size: 25px;
}

.jkg-pillar-card h3 {
    margin: 0 0 15px;
    color: #172c46;
    font-size: 21px;
    font-weight: 700;
}

.jkg-pillar-card p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   JOURNEY
========================================================= */

.jkg-about-journey {
    padding: 100px 0;
    background: #fff;
}

.jkg-journey-row {
    display: flex;
    align-items: center;
}

.jkg-journey-image {
    position: relative;
    margin-right: 35px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5dbc1;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

    .jkg-journey-image img {
        display: block;
        width: 100%;
        height: auto;
    }

.jkg-journey-badge {
    position: absolute;
    right: -30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 22px;
    background: #a51f26;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
}

    .jkg-journey-badge strong {
        color: #dfb94d;
        font-size: 36px;
        line-height: 1;
    }

    .jkg-journey-badge span {
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 1px;
    }

.jkg-journey-content {
    padding-left: 25px;
}

.jkg-small-heading {
    display: inline-block;
    margin-bottom: 12px;
    color: #a51f26;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jkg-journey-content h2,
.jkg-global-content h2 {
    margin: 0;
    color: #172c46;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

    .jkg-journey-content h2 strong,
    .jkg-global-content h2 strong {
        color: #a51f26;
    }

.jkg-heading-line {
    width: 70px;
    height: 3px;
    margin: 20px 0 25px;
    background: linear-gradient(90deg,#a51f26,#d5ad45);
}

.jkg-journey-content p,
.jkg-global-content p {
    margin-bottom: 17px;
    color: #606060;
    font-size: 15px;
    line-height: 1.85;
}

.jkg-founder-note {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #eee7d6;
}

.jkg-founder-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #a51f26;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.jkg-founder-note strong {
    display: block;
    color: #172c46;
}

.jkg-founder-note span {
    display: block;
    margin-top: 3px;
    color: #888;
    font-size: 12px;
}


/* =========================================================
   GLOBAL SECTION
========================================================= */

.jkg-global-section {
    padding: 100px 0;
    background: #f8f7f3;
}

.jkg-global-row {
    display: flex;
    align-items: center;
}

.jkg-global-content {
    padding-right: 45px;
}

.jkg-global-points {
    margin-top: 25px;
}

    .jkg-global-points div {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 13px;
        color: #26384d;
        font-size: 14px;
    }

    .jkg-global-points span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #a51f26;
        color: #fff;
        font-size: 11px;
    }

.jkg-global-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

    .jkg-global-image img {
        display: block;
        width: 100%;
        height: auto;
    }

.jkg-image-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    color: #fff;
    background: linear-gradient( to top, rgba(20,20,20,.85), transparent );
}

    .jkg-image-caption span {
        display: block;
        margin-bottom: 5px;
        color: #dfb94d;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .jkg-image-caption strong {
        font-size: 20px;
    }


/* =========================================================
   PEDAGOGY
========================================================= */

.jkg-pedagogy-section {
    padding: 100px 0;
    background: #fff;
}

.jkg-pedagogy-main {
    padding: 38px;
    border-left: 4px solid #a51f26;
    background: #faf9f6;
}

    .jkg-pedagogy-main h3 {
        margin: 0 0 20px;
        color: #172c46;
        font-size: 28px;
    }

    .jkg-pedagogy-main p {
        color: #666;
        font-size: 15px;
        line-height: 1.85;
    }

.jkg-learning-card {
    height: 100%;
    padding: 38px;
    background: linear-gradient( 145deg, #741d22, #a51f26 );
    color: #fff;
    box-shadow: 0 15px 35px rgba(116,29,34,.2);
}

.jkg-learning-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    color: #dfb94d;
    font-size: 23px;
    font-weight: 700;
}

.jkg-learning-card h3 {
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 1.4;
}

.jkg-learning-card p {
    color: rgba(255,255,255,.85);
    font-size: 14px;
    line-height: 1.8;
}

.jkg-learning-year {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.2);
}

    .jkg-learning-year strong {
        color: #dfb94d;
        font-size: 15px;
    }

    .jkg-learning-year span {
        color: rgba(255,255,255,.75);
        font-size: 12px;
    }


/* =========================================================
   MOTTO
========================================================= */

.jkg-motto-section {
    padding: 80px 0;
    background: #f8f7f3;
}

.jkg-motto-card {
    position: relative;
    overflow: hidden;
    padding: 65px;
    background: linear-gradient( 120deg, #351214 0%, #681a1e 60%, #8d2027 100% );
    color: #fff;
}

.jkg-motto-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    right: -170px;
    top: -170px;
    border: 1px solid rgba(218,173,67,.3);
    border-radius: 50%;
}

.jkg-motto-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

    .jkg-motto-content .jkg-small-heading {
        color: #dfb94d;
    }

    .jkg-motto-content h2 {
        margin: 0 0 18px;
        font-size: 43px;
        line-height: 1.25;
    }

        .jkg-motto-content h2 strong {
            color: #dfb94d;
        }

    .jkg-motto-content > p {
        max-width: 760px;
        color: rgba(255,255,255,.82);
        font-size: 15px;
        line-height: 1.8;
    }

.jkg-motto-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

    .jkg-motto-points span {
        padding: 9px 14px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.06);
        color: rgba(255,255,255,.88);
        font-size: 12px;
    }


/* =========================================================
   CTA
========================================================= */

.jkg-about-cta {
    padding: 70px 0;
    background: #fff;
}

.jkg-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 45px;
    border: 1px solid #e6ddca;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

    .jkg-cta-inner span {
        display: block;
        margin-bottom: 8px;
        color: #a51f26;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .jkg-cta-inner h2 {
        margin: 0;
        color: #172c46;
        font-size: 29px;
    }

        .jkg-cta-inner h2 strong {
            color: #a51f26;
        }

.jkg-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 15px 25px;
    background: #a51f26;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: all .3s ease;
}

    .jkg-cta-button b {
        color: #dfb94d;
        font-size: 18px;
    }

    .jkg-cta-button:hover {
        background: #84191f;
        transform: translateY(-2px);
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-about-hero {
        min-height: 340px;
    }

        .jkg-about-hero h1 {
            font-size: 43px;
        }

    .jkg-about-section-heading h2 {
        font-size: 34px;
    }

    .jkg-journey-row,
    .jkg-global-row {
        display: block;
    }

    .jkg-journey-image {
        margin-right: 0;
        margin-bottom: 55px;
    }

    .jkg-journey-content {
        padding-left: 0;
    }

    .jkg-global-content {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .jkg-pillar-card {
        min-height: 290px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-about-hero {
        min-height: auto;
    }

    .jkg-about-hero-content {
        padding: 55px 20px;
    }

    .jkg-about-hero h1 {
        font-size: 34px;
    }

    .jkg-about-hero p {
        font-size: 15px;
    }

    .jkg-news-label {
        min-width: 145px;
        padding: 0 12px;
        font-size: 11px;
    }

    .jkg-news-star {
        width: 20px;
        height: 20px;
    }

    .jkg-news-view {
        display: none;
    }

    .jkg-about-pillars,
    .jkg-about-journey,
    .jkg-global-section,
    .jkg-pedagogy-section {
        padding: 65px 0;
    }

    .jkg-about-section-heading {
        padding: 0 15px;
        margin-bottom: 35px;
    }

        .jkg-about-section-heading h2 {
            font-size: 29px;
        }

    .jkg-pillar-card {
        min-height: 0;
        margin-bottom: 0;
    }

    .jkg-journey-badge {
        right: 15px;
        bottom: 15px;
    }

        .jkg-journey-badge strong {
            font-size: 28px;
        }

    .jkg-journey-content h2,
    .jkg-global-content h2 {
        font-size: 29px;
    }

    .jkg-pedagogy-main {
        margin-bottom: 20px;
        padding: 25px;
    }

    .jkg-learning-card {
        padding: 28px;
    }

    .jkg-motto-section {
        padding: 55px 0;
    }

    .jkg-motto-card {
        padding: 40px 25px;
    }

    .jkg-motto-content h2 {
        font-size: 32px;
    }

    .jkg-cta-inner {
        display: block;
        padding: 30px 25px;
    }

    .jkg-cta-button {
        margin-top: 25px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .jkg-about-hero h1 {
        font-size: 29px;
    }

    .jkg-about-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .jkg-about-section-heading h2 {
        font-size: 26px;
    }

    .jkg-news-label {
        min-width: 125px;
    }

    .jkg-news-item {
        font-size: 12px;
    }

    .jkg-motto-content h2 {
        font-size: 28px;
    }
}

/* =========================================================
   FINAL SPACING + HEADER OVERLAP FIX
========================================================= */

/* Prevent existing fixed/sticky header from hiding section content */
.jkg-about-page {
    position: relative;
    z-index: 1;
}

/* Hero should start cleanly below header */
.jkg-about-hero {
    margin-top: 0 !important;
}

/* Reduce excessive section spacing */
.jkg-about-pillars {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.jkg-about-journey {
    padding-top: 70px !important;
    padding-bottom: 75px !important;
}

.jkg-global-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.jkg-pedagogy-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.jkg-motto-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.jkg-about-cta {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}


/* =========================================================
   GLOBAL VISION - HEADING VISIBILITY
========================================================= */

.jkg-global-row {
    position: relative;
    z-index: 2;
}

.jkg-global-content {
    position: relative;
    z-index: 3;
}


/* =========================================================
   JOURNEY - BETTER VERTICAL ALIGNMENT
========================================================= */

.jkg-journey-row {
    align-items: center;
}

.jkg-journey-content {
    padding-top: 10px;
}


/* =========================================================
   PEDAGOGY - REMOVE EXCESS EMPTY SPACE
========================================================= */

.jkg-pedagogy-section .jkg-about-section-heading {
    margin-bottom: 35px !important;
}

.jkg-pedagogy-section .row {
    align-items: stretch;
}

.jkg-pedagogy-main,
.jkg-learning-card {
    min-height: 350px;
}


/* =========================================================
   MOTTO - TIGHTER TRANSITION
========================================================= */

.jkg-motto-card {
    margin-top: 0;
}


/* =========================================================
   DESKTOP CONTAINER
========================================================= */

@media (min-width: 1200px) {

    .jkg-about-page .container {
        width: 1170px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-about-pillars,
    .jkg-about-journey,
    .jkg-global-section,
    .jkg-pedagogy-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-about-pillars,
    .jkg-about-journey,
    .jkg-global-section,
    .jkg-pedagogy-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .jkg-motto-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .jkg-pedagogy-main,
    .jkg-learning-card {
        min-height: auto;
    }
}

/* =========================================================
   JKG INTERNATIONAL SCHOOL
   COMMON HEADER / MENU
========================================================= */

.jkg-new-header {
    position: relative;
    z-index: 99999;
    background: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
}


/* =========================================================
   TOP BAR
========================================================= */

.jkg-topbar {
    height: 38px;
    background: #4b291b;
    color: #ffffff;
    font-size: 12px;
}

.jkg-topbar-inner {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jkg-top-left,
.jkg-top-right {
    display: flex;
    align-items: center;
}

.jkg-top-right {
    gap: 25px;
}

.jkg-topbar a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.jkg-topbar i {
    color: #f3bd4d;
    margin-right: 6px;
}

.jkg-topbar a:hover {
    color: #f3bd4d;
}


/* =========================================================
   MAIN HEADER
========================================================= */

.jkg-main-header {
    height: 96px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 3px 18px rgba(0,0,0,0.06);
}

.jkg-header-inner {
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
}


/* =========================================================
   LOGO
========================================================= */

.jkg-logo {
    flex: 0 0 270px;
    width: 270px;
}

    .jkg-logo img {
        width: 270px;
        height: auto;
        max-width: 100%;
        display: block;
    }


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.jkg-navigation {
    margin-left: auto;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.jkg-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

    .jkg-menu > li {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .jkg-menu > li > a {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 38px 10px;
            color: #333333;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            white-space: nowrap;
            text-decoration: none;
            transition: all .25s ease;
        }

            .jkg-menu > li > a i {
                font-size: 9px;
                margin-left: 2px;
            }

        .jkg-menu > li:hover > a,
        .jkg-menu > li.active > a {
            color: #b71920;
        }


/* =========================================================
   DESKTOP DROPDOWN
========================================================= */

.jkg-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    list-style: none;
    border-top: 3px solid #b71920;
    box-shadow: 0 12px 35px rgba(0,0,0,.13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 999999;
}

.jkg-menu > li:hover > .jkg-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jkg-dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .jkg-dropdown li a {
        display: block;
        padding: 11px 20px;
        color: #444444;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
        border-left: 3px solid transparent;
        transition: all .2s ease;
    }

        .jkg-dropdown li a:hover {
            color: #b71920;
            background: #faf5f1;
            border-left-color: #b71920;
            padding-left: 25px;
        }


/* =========================================================
   APPLY NOW
========================================================= */

.jkg-header-action {
    flex: 0 0 auto;
    margin-left: 12px;
}

.jkg-apply-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 50px;
    padding: 0 18px;
    background: #b71920;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(183,25,32,.20);
    transition: all .25s ease;
}

    .jkg-apply-btn:hover {
        background: #8f151a;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(183,25,32,.25);
    }

    .jkg-apply-btn i {
        transition: transform .25s ease;
    }

    .jkg-apply-btn:hover i {
        transform: translateX(4px);
    }


/* =========================================================
   MOBILE TOGGLE
========================================================= */

.jkg-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px;
    border: none;
    background: #b71920;
    border-radius: 4px;
    cursor: pointer;
}

    .jkg-mobile-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 5px 0;
        background: #ffffff;
        transition: all .25s ease;
    }


/* =========================================================
   MOBILE MENU
========================================================= */

.jkg-mobile-menu {
    display: none;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    z-index: 99998;
}

    .jkg-mobile-menu.open {
        display: block;
    }

    .jkg-mobile-menu > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .jkg-mobile-menu > ul > li {
            margin: 0;
            border-bottom: 1px solid #eeeeee;
        }

            .jkg-mobile-menu > ul > li > a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                padding: 15px 20px;
                box-sizing: border-box;
                color: #333333;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
            }

                .jkg-mobile-menu > ul > li > a:hover {
                    color: #b71920;
                    background: #faf5f1;
                }


/* =========================================================
   MOBILE CONTACT BAR
========================================================= */

.jkg-mobile-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #4b291b;
}

    .jkg-mobile-contact a {
        color: #ffffff;
        font-size: 11px;
        text-decoration: none;
    }

    .jkg-mobile-contact i {
        color: #f3bd4d;
        margin-right: 5px;
    }


/* =========================================================
   MOBILE SUBMENU
========================================================= */

.jkg-mobile-menu .mobile-submenu {
    display: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    list-style: none;
}

    .jkg-mobile-menu .mobile-submenu.open {
        display: block;
    }

    .jkg-mobile-menu .mobile-submenu li {
        border-top: 1px solid #eeeeee;
    }

        .jkg-mobile-menu .mobile-submenu li a {
            display: block;
            padding: 12px 20px 12px 38px;
            color: #555555;
            font-size: 13px;
            text-decoration: none;
        }

            .jkg-mobile-menu .mobile-submenu li a:hover {
                color: #b71920;
                background: #f7f1ed;
            }


/* =========================================================
   MOBILE ARROW
========================================================= */

.mobile-dropdown-toggle i {
    transition: transform .25s ease;
}

.mobile-dropdown-toggle.active i {
    transform: rotate(180deg);
}


/* =========================================================
   MOBILE APPLY
========================================================= */

.jkg-mobile-menu .mobile-apply a {
    justify-content: center;
    background: #b71920;
    color: #ffffff;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .jkg-logo {
        flex-basis: 285px;
        width: 285px;
    }

        .jkg-logo img {
            width: 285px;
        }

    .jkg-menu > li > a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12px;
    }
}


/* =========================================================
   1200 - 1399
========================================================= */

@media (min-width: 1200px) and (max-width: 1399px) {

    .jkg-logo {
        flex-basis: 245px;
        width: 245px;
    }

        .jkg-logo img {
            width: 245px;
        }

    .jkg-menu > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
    }

    .jkg-header-action {
        margin-left: 7px;
    }

    .jkg-apply-btn {
        padding-left: 14px;
        padding-right: 14px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .jkg-navigation,
    .jkg-header-action {
        display: none;
    }

    .jkg-logo {
        flex: 0 0 auto;
        width: auto;
    }

        .jkg-logo img {
            width: 250px;
        }

    .jkg-mobile-toggle {
        display: block;
        margin-left: auto;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .jkg-topbar {
        display: none;
    }

    .jkg-main-header {
        height: 76px;
    }

    .jkg-header-inner {
        height: 76px;
    }

    .jkg-logo img {
        width: 235px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .jkg-main-header,
    .jkg-header-inner {
        height: 68px;
    }

    .jkg-logo img {
        width: 205px;
    }

    .jkg-mobile-toggle {
        width: 40px;
        height: 40px;
    }
}

/* =========================================================
   JKGISV PREMIUM ADMISSION PAGE
========================================================= */

.jkg-admission-page {
    --jkg-red: #a51f26;
    --jkg-red-dark: #7f151b;
    --jkg-gold: #c8a34a;
    --jkg-gold-light: #e4cf91;
    --jkg-navy: #172d46;
    --jkg-text: #333333;
    --jkg-muted: #6d6d6d;
    --jkg-light: #f8f6f1;
    --jkg-border: #e8dfce;
    background: #ffffff;
    color: var(--jkg-text);
    font-family: inherit;
}


/* =========================================================
   HERO
========================================================= */

.jkg-admission-hero {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient( 110deg, rgba(75, 23, 26, 0.97) 0%, rgba(116, 29, 34, 0.93) 48%, rgba(165, 42, 48, 0.72) 100% ), url("Final-new.png") center right / cover no-repeat;
}


    .jkg-admission-hero::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(211, 172, 73, 0.35);
        border-radius: 50%;
        right: -120px;
        top: -170px;
    }

    .jkg-admission-hero::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border: 1px solid rgba(211, 172, 73, 0.22);
        border-radius: 50%;
        left: -130px;
        bottom: -190px;
    }

    .jkg-admission-hero .container {
        position: relative;
        z-index: 3;
    }

.jkg-admission-hero-content {
    max-width: 720px;
    padding: 70px 0;
}

.jkg-admission-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #e0b94f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

    .jkg-admission-eyebrow::before {
        content: "";
        width: 38px;
        height: 2px;
        background: #d4ad45;
    }

.jkg-admission-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
}

    .jkg-admission-hero h1 span {
        display: block;
        color: #d8b64f;
    }

.jkg-admission-hero p {
    max-width: 650px;
    margin: 0 0 32px;
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    line-height: 1.8;
}

.jkg-admission-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


/* =========================================================
   BUTTONS
========================================================= */

.jkg-admission-primary-btn,
.jkg-inline-register-btn,
.jkg-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 25px;
    background: var(--jkg-red);
    border: 1px solid var(--jkg-red);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

    .jkg-admission-primary-btn span,
    .jkg-inline-register-btn span,
    .jkg-cta-button span {
        font-size: 19px;
        transition: transform 0.3s ease;
    }

    .jkg-admission-primary-btn:hover,
    .jkg-inline-register-btn:hover,
    .jkg-cta-button:hover {
        background: var(--jkg-red-dark);
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(165,31,38,0.25);
    }

        .jkg-admission-primary-btn:hover span,
        .jkg-inline-register-btn:hover span,
        .jkg-cta-button:hover span {
            transform: translateX(5px);
        }

.jkg-admission-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border: 1px solid rgba(255,255,255,0.65);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

    .jkg-admission-outline-btn:hover {
        color: #ffffff !important;
        background: rgba(255,255,255,0.1);
        border-color: #ffffff;
    }


/* =========================================================
   INTRO
========================================================= */

.jkg-admission-intro {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

.jkg-admission-intro-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 70px;
}


/* IMAGE */

.jkg-admission-intro-image {
    position: relative;
}

.jkg-image-frame {
    position: relative;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--jkg-border);
    box-shadow: 0 20px 55px rgba(0,0,0,0.11);
}

    .jkg-image-frame::before {
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        width: 80px;
        height: 80px;
        border-top: 3px solid var(--jkg-red);
        border-left: 3px solid var(--jkg-gold);
        z-index: 2;
    }

    .jkg-image-frame::after {
        content: "";
        position: absolute;
        right: -8px;
        bottom: -8px;
        width: 80px;
        height: 80px;
        border-right: 3px solid var(--jkg-red);
        border-bottom: 3px solid var(--jkg-gold);
        z-index: 2;
    }

    .jkg-image-frame img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }

.jkg-image-badge {
    position: absolute;
    right: -25px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    min-width: 190px;
    padding: 17px 20px;
    background: var(--jkg-red);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

    .jkg-image-badge strong {
        color: #e1bd55;
        font-size: 20px;
    }

    .jkg-image-badge span {
        margin-top: 4px;
        font-size: 12px;
    }


/* CONTENT */

.jkg-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--jkg-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.jkg-admission-intro-content h2,
.jkg-centered-heading h2,
.jkg-documents-heading h2 {
    margin: 0 0 20px;
    color: var(--jkg-navy);
    font-size: 39px;
    line-height: 1.2;
    font-weight: 700;
}

    .jkg-admission-intro-content h2 span,
    .jkg-centered-heading h2 span,
    .jkg-documents-heading h2 span {
        color: var(--jkg-red);
    }

.jkg-admission-intro-content > p {
    color: #666666;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 28px;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.jkg-admission-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-bottom: 30px;
}

.jkg-highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #faf9f5;
    border: 1px solid #eee7d8;
}

.jkg-highlight-icon {
    flex: 0 0 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: rgba(165,31,38,0.09);
    color: var(--jkg-red);
    font-weight: 700;
}

.jkg-highlight-item strong {
    display: block;
    color: #333333;
    font-size: 13px;
}

.jkg-highlight-item small {
    display: block;
    margin-top: 3px;
    color: #777777;
    font-size: 11px;
}


/* =========================================================
   PROCESS SECTION
========================================================= */

.jkg-process-section {
    padding: 90px 0;
    background: #f8f6f1;
}

.jkg-centered-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

    .jkg-centered-heading p {
        max-width: 650px;
        margin: 0 auto;
        color: #6c6c6c;
        font-size: 16px;
        line-height: 1.8;
    }


/* PROCESS GRID */

.jkg-process-grid {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 45px;
    align-items: start;
}


/* NAVIGATION */

.jkg-process-navigation {
    position: sticky;
    top: 25px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e9e0d0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.jkg-process-nav-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    color: #ffffff;
    background: var(--jkg-navy);
    font-size: 14px;
    font-weight: 700;
}

    .jkg-process-nav-title span {
        color: #e0bb51;
    }

.jkg-process-navigation a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 14px;
    color: #555555 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #eeeeee;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease;
}

    .jkg-process-navigation a span {
        color: #b38b31;
        font-size: 11px;
        font-weight: 700;
    }

    .jkg-process-navigation a:hover,
    .jkg-process-navigation a.active {
        padding-left: 19px;
        color: var(--jkg-red) !important;
        background: #faf7ef;
    }


/* PROCESS CONTENT */

.jkg-process-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.jkg-process-card {
    position: relative;
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 20px;
    padding: 28px 30px;
    background: #ffffff;
    border: 1px solid #e8dfd0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .jkg-process-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 35px rgba(0,0,0,0.08);
    }

.jkg-process-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #faf4e5;
    border: 1px solid #dfc786;
    color: var(--jkg-red);
    font-size: 14px;
    font-weight: 700;
}

.jkg-process-card h3 {
    margin: 3px 0 10px;
    color: var(--jkg-navy);
    font-size: 22px;
    font-weight: 700;
}

.jkg-process-card p {
    margin: 0 0 12px;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

    .jkg-process-card p:last-child {
        margin-bottom: 0;
    }


/* =========================================================
   PROCEDURE
========================================================= */

.jkg-procedure-section {
    padding: 80px 0;
    background: #ffffff;
}

.jkg-procedure-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 45px;
    background: linear-gradient( 135deg, #fffaf0 0%, #ffffff 60% );
    border: 1px solid #e5d9bd;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.jkg-procedure-icon {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--jkg-red);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.jkg-procedure-content h2 {
    margin: 0 0 17px;
    color: var(--jkg-navy);
    font-size: 32px;
}

    .jkg-procedure-content h2 span {
        color: var(--jkg-red);
    }

.jkg-procedure-content p {
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

.jkg-procedure-content small {
    color: #777777;
}


/* =========================================================
   AGE CRITERIA
========================================================= */

.jkg-age-section {
    padding: 85px 0;
    background: #f8f6f1;
}

.jkg-age-image-card {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e5dccb;
    box-shadow: 0 15px 40px rgba(0,0,0,0.07);
    text-align: center;
}

    .jkg-age-image-card img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }


/* =========================================================
   CRITERIA
========================================================= */

.jkg-criteria-section {
    padding: 80px 0;
    background: #ffffff;
}

.jkg-criteria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.jkg-criteria-card {
    position: relative;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e9dfcc;
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

    .jkg-criteria-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient( 90deg, var(--jkg-red), var(--jkg-gold) );
    }

    .jkg-criteria-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.09);
    }

.jkg-criteria-number {
    color: #c9a24a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.jkg-criteria-card h3 {
    margin: 14px 0 10px;
    color: var(--jkg-navy);
    font-size: 21px;
}

.jkg-criteria-card p {
    margin: 0;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   DOCUMENTS
========================================================= */

.jkg-documents-section {
    padding: 90px 0;
    background: #f8f6f1;
}

.jkg-documents-wrapper {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 70px;
    align-items: start;
}

.jkg-documents-heading {
    position: sticky;
    top: 25px;
}

    .jkg-documents-heading p {
        color: #6b6b6b;
        font-size: 15px;
        line-height: 1.8;
    }

.jkg-documents-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.jkg-document-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 13px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e8dfcf;
    transition: all 0.25s ease;
}

    .jkg-document-item:hover {
        border-color: #d3b766;
        transform: translateY(-2px);
    }

    .jkg-document-item > span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #faf3e1;
        color: var(--jkg-red);
        font-size: 11px;
        font-weight: 700;
    }

    .jkg-document-item p {
        margin: 0;
        color: #555555;
        font-size: 13px;
        line-height: 1.65;
    }


/* =========================================================
   FINAL CTA
========================================================= */

.jkg-admission-cta {
    position: relative;
    padding: 65px 0;
    background: linear-gradient( 100deg, #7f171d, #a51f26 55%, #8a191f );
    overflow: hidden;
}

    .jkg-admission-cta::after {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 50%;
        right: -160px;
        top: -200px;
    }

.jkg-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

    .jkg-cta-inner > div {
        max-width: 720px;
    }

        .jkg-cta-inner > div > span {
            color: #e3c15d;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2.5px;
        }

    .jkg-cta-inner h2 {
        margin: 10px 0 8px;
        color: #ffffff;
        font-size: 34px;
        line-height: 1.25;
    }

        .jkg-cta-inner h2 strong {
            color: #e3c15d;
        }

    .jkg-cta-inner p {
        margin: 0;
        color: rgba(255,255,255,0.82);
        font-size: 15px;
    }

.jkg-cta-button {
    flex-shrink: 0;
    background: #ffffff;
    border-color: #ffffff;
    color: var(--jkg-red) !important;
}

    .jkg-cta-button:hover {
        background: #f7f1e4;
        color: var(--jkg-red-dark) !important;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-admission-hero {
        min-height: 400px;
    }

        .jkg-admission-hero h1 {
            font-size: 45px;
        }

    .jkg-admission-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .jkg-admission-intro-image {
        max-width: 650px;
        margin: 0 auto;
    }

    .jkg-process-grid {
        grid-template-columns: 1fr;
    }

    .jkg-process-navigation {
        position: relative;
        top: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .jkg-process-nav-title {
        grid-column: 1 / -1;
    }

    .jkg-criteria-grid {
        grid-template-columns: 1fr;
    }

    .jkg-documents-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .jkg-documents-heading {
        position: relative;
        top: auto;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-admission-hero {
        min-height: 520px;
        background: linear-gradient( 90deg, rgba(62,20,23,0.94), rgba(62,20,23,0.78) ), url("Final-new.png") center / cover no-repeat;
    }

    .jkg-admission-hero-content {
        padding: 55px 15px;
    }

    .jkg-admission-hero h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    .jkg-admission-hero p {
        font-size: 15px;
    }

    .jkg-admission-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .jkg-admission-primary-btn,
    .jkg-admission-outline-btn {
        width: 100%;
    }


    .jkg-admission-intro,
    .jkg-process-section,
    .jkg-age-section,
    .jkg-documents-section {
        padding: 60px 0;
    }

    .jkg-admission-intro-grid {
        padding: 0 15px;
    }

    .jkg-admission-intro-content h2,
    .jkg-centered-heading h2,
    .jkg-documents-heading h2 {
        font-size: 30px;
    }

    .jkg-image-badge {
        right: 10px;
        bottom: 15px;
        min-width: 165px;
    }

    .jkg-admission-highlights {
        grid-template-columns: 1fr;
    }


    .jkg-process-navigation {
        display: block;
    }

        .jkg-process-navigation a {
            padding: 13px;
        }

    .jkg-process-card {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 23px;
    }

    .jkg-process-number {
        width: 45px;
        height: 45px;
    }

    .jkg-process-card h3 {
        font-size: 20px;
    }


    .jkg-procedure-card {
        margin: 0 15px;
        flex-direction: column;
        padding: 30px 25px;
    }


    .jkg-documents-list {
        grid-template-columns: 1fr;
    }


    .jkg-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

        .jkg-cta-inner h2 {
            font-size: 28px;
        }

    .jkg-cta-button {
        width: 100%;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .jkg-admission-hero h1 {
        font-size: 33px;
    }

    .jkg-section-label {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .jkg-admission-intro-content h2,
    .jkg-centered-heading h2,
    .jkg-documents-heading h2 {
        font-size: 27px;
    }

    .jkg-image-frame {
        padding: 6px;
    }

    .jkg-image-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -1px;
        width: 100%;
    }
}

/* =========================================================
   JKG INTERNATIONAL SCHOOL
   COMMON HEADER / MENU
========================================================= */

.jkg-new-header {
    position: relative;
    z-index: 99999;
    background: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
}


/* =========================================================
   TOP BAR
========================================================= */

.jkg-topbar {
    height: 38px;
    background: #4b291b;
    color: #ffffff;
    font-size: 12px;
}

.jkg-topbar-inner {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jkg-top-left,
.jkg-top-right {
    display: flex;
    align-items: center;
}

.jkg-top-right {
    gap: 25px;
}

.jkg-topbar a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.jkg-topbar i {
    color: #f3bd4d;
    margin-right: 6px;
}

.jkg-topbar a:hover {
    color: #f3bd4d;
}


/* =========================================================
   MAIN HEADER
========================================================= */

.jkg-main-header {
    height: 96px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 3px 18px rgba(0,0,0,0.06);
}

.jkg-header-inner {
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
}


/* =========================================================
   LOGO
========================================================= */

.jkg-logo {
    flex: 0 0 270px;
    width: 270px;
}

    .jkg-logo img {
        width: 270px;
        height: auto;
        max-width: 100%;
        display: block;
    }


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.jkg-navigation {
    margin-left: auto;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.jkg-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

    .jkg-menu > li {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .jkg-menu > li > a {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 38px 10px;
            color: #333333;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            white-space: nowrap;
            text-decoration: none;
            transition: all .25s ease;
        }

            .jkg-menu > li > a i {
                font-size: 9px;
                margin-left: 2px;
            }

        .jkg-menu > li:hover > a,
        .jkg-menu > li.active > a {
            color: #b71920;
        }


/* =========================================================
   DESKTOP DROPDOWN
========================================================= */

.jkg-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    list-style: none;
    border-top: 3px solid #b71920;
    box-shadow: 0 12px 35px rgba(0,0,0,.13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 999999;
}

.jkg-menu > li:hover > .jkg-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jkg-dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .jkg-dropdown li a {
        display: block;
        padding: 11px 20px;
        color: #444444;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
        border-left: 3px solid transparent;
        transition: all .2s ease;
    }

        .jkg-dropdown li a:hover {
            color: #b71920;
            background: #faf5f1;
            border-left-color: #b71920;
            padding-left: 25px;
        }


/* =========================================================
   APPLY NOW
========================================================= */

.jkg-header-action {
    flex: 0 0 auto;
    margin-left: 12px;
}

.jkg-apply-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 50px;
    padding: 0 18px;
    background: #b71920;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(183,25,32,.20);
    transition: all .25s ease;
}

    .jkg-apply-btn:hover {
        background: #8f151a;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(183,25,32,.25);
    }

    .jkg-apply-btn i {
        transition: transform .25s ease;
    }

    .jkg-apply-btn:hover i {
        transform: translateX(4px);
    }


/* =========================================================
   MOBILE TOGGLE
========================================================= */

.jkg-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px;
    border: none;
    background: #b71920;
    border-radius: 4px;
    cursor: pointer;
}

    .jkg-mobile-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 5px 0;
        background: #ffffff;
        transition: all .25s ease;
    }


/* =========================================================
   MOBILE MENU
========================================================= */

.jkg-mobile-menu {
    display: none;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    z-index: 99998;
}

    .jkg-mobile-menu.open {
        display: block;
    }

    .jkg-mobile-menu > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .jkg-mobile-menu > ul > li {
            margin: 0;
            border-bottom: 1px solid #eeeeee;
        }

            .jkg-mobile-menu > ul > li > a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                padding: 15px 20px;
                box-sizing: border-box;
                color: #333333;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
            }

                .jkg-mobile-menu > ul > li > a:hover {
                    color: #b71920;
                    background: #faf5f1;
                }


/* =========================================================
   MOBILE CONTACT BAR
========================================================= */

.jkg-mobile-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #4b291b;
}

    .jkg-mobile-contact a {
        color: #ffffff;
        font-size: 11px;
        text-decoration: none;
    }

    .jkg-mobile-contact i {
        color: #f3bd4d;
        margin-right: 5px;
    }


/* =========================================================
   MOBILE SUBMENU
========================================================= */

.jkg-mobile-menu .mobile-submenu {
    display: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    list-style: none;
}

    .jkg-mobile-menu .mobile-submenu.open {
        display: block;
    }

    .jkg-mobile-menu .mobile-submenu li {
        border-top: 1px solid #eeeeee;
    }

        .jkg-mobile-menu .mobile-submenu li a {
            display: block;
            padding: 12px 20px 12px 38px;
            color: #555555;
            font-size: 13px;
            text-decoration: none;
        }

            .jkg-mobile-menu .mobile-submenu li a:hover {
                color: #b71920;
                background: #f7f1ed;
            }


/* =========================================================
   MOBILE ARROW
========================================================= */

.mobile-dropdown-toggle i {
    transition: transform .25s ease;
}

.mobile-dropdown-toggle.active i {
    transform: rotate(180deg);
}


/* =========================================================
   MOBILE APPLY
========================================================= */

.jkg-mobile-menu .mobile-apply a {
    justify-content: center;
    background: #b71920;
    color: #ffffff;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .jkg-logo {
        flex-basis: 285px;
        width: 285px;
    }

        .jkg-logo img {
            width: 285px;
        }

    .jkg-menu > li > a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12px;
    }
}


/* =========================================================
   1200 - 1399
========================================================= */

@media (min-width: 1200px) and (max-width: 1399px) {

    .jkg-logo {
        flex-basis: 245px;
        width: 245px;
    }

        .jkg-logo img {
            width: 245px;
        }

    .jkg-menu > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
    }

    .jkg-header-action {
        margin-left: 7px;
    }

    .jkg-apply-btn {
        padding-left: 14px;
        padding-right: 14px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .jkg-navigation,
    .jkg-header-action {
        display: none;
    }

    .jkg-logo {
        flex: 0 0 auto;
        width: auto;
    }

        .jkg-logo img {
            width: 250px;
        }

    .jkg-mobile-toggle {
        display: block;
        margin-left: auto;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .jkg-topbar {
        display: none;
    }

    .jkg-main-header {
        height: 76px;
    }

    .jkg-header-inner {
        height: 76px;
    }

    .jkg-logo img {
        width: 235px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .jkg-main-header,
    .jkg-header-inner {
        height: 68px;
    }

    .jkg-logo img {
        width: 205px;
    }

    .jkg-mobile-toggle {
        width: 40px;
        height: 40px;
    }
}

/* =========================================================
   JKG FEE STRUCTURE PAGE
========================================================= */

.jkg-fee-page {
    position: relative;
    padding: 80px 0 90px;
    background: #f8f7f3;
    overflow: hidden;
}


    /* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

    .jkg-fee-page::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(165, 31, 38, 0.08);
        border-radius: 50%;
        right: -180px;
        top: -180px;
        pointer-events: none;
    }

    .jkg-fee-page::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border: 1px solid rgba(213, 173, 69, 0.12);
        border-radius: 50%;
        left: -150px;
        bottom: -160px;
        pointer-events: none;
    }


/* =========================================================
   HEADER
========================================================= */

.jkg-fee-header {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}


.jkg-fee-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #a51f26;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.jkg-fee-header h1 {
    margin: 0;
    color: #173b63;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}


    .jkg-fee-header h1 span {
        color: #a51f26;
    }


.jkg-fee-heading-line {
    width: 65px;
    height: 3px;
    margin: 20px auto 22px;
    background: linear-gradient( 90deg, #a51f26, #d5ad45 );
    border-radius: 10px;
}


.jkg-fee-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #5d6570;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   MAIN CARD
========================================================= */

.jkg-fee-card {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e8e2d7;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(24, 30, 40, 0.08);
    overflow: hidden;
}


/* =========================================================
   CARD TOP
========================================================= */

.jkg-fee-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 32px;
    background: linear-gradient( 110deg, #4b171a 0%, #741d22 55%, #8e2027 100% );
}


.jkg-fee-card-label {
    display: block;
    margin-bottom: 5px;
    color: #d5ad45;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}


.jkg-fee-card-top h2 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}


/* =========================================================
   CARD BADGE
========================================================= */

.jkg-fee-card-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


    .jkg-fee-card-badge span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #d5ad45;
        color: #4b171a;
        font-size: 11px;
        font-weight: 800;
    }


/* =========================================================
   IMAGE AREA
========================================================= */

.jkg-fee-image-wrapper {
    padding: 35px;
    background: #ffffff;
    text-align: center;
}


.jkg-fee-image {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}


/* =========================================================
   INFORMATION NOTE
========================================================= */

.jkg-fee-note {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0 35px 35px;
    padding: 20px 22px;
    background: #faf7ef;
    border-left: 4px solid #d5ad45;
}


.jkg-fee-note-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #a51f26;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .jkg-fee-note-icon span {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
    }


.jkg-fee-note strong {
    display: block;
    margin-bottom: 5px;
    color: #173b63;
    font-size: 14px;
}


.jkg-fee-note p {
    margin: 0;
    color: #656565;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-fee-page {
        padding: 65px 0 70px;
    }

    .jkg-fee-header h1 {
        font-size: 42px;
    }

    .jkg-fee-card {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-fee-page {
        padding: 50px 0 55px;
    }


    .jkg-fee-header {
        margin-bottom: 30px;
        padding: 0 15px;
    }


    .jkg-fee-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
    }


    .jkg-fee-header h1 {
        font-size: 34px;
    }


    .jkg-fee-header p {
        font-size: 14px;
        line-height: 1.7;
    }


    .jkg-fee-card {
        margin: 0 10px;
        border-radius: 6px;
    }


    .jkg-fee-card-top {
        padding: 20px;
    }


        .jkg-fee-card-top h2 {
            font-size: 23px;
        }


    .jkg-fee-card-badge {
        padding: 7px 10px;
        font-size: 8px;
    }


        .jkg-fee-card-badge span {
            width: 30px;
            height: 30px;
            font-size: 9px;
        }


    .jkg-fee-image-wrapper {
        padding: 15px;
        overflow-x: auto;
    }


    .jkg-fee-image {
        width: 100% !important;
        min-width: 0;
    }


    .jkg-fee-note {
        margin: 0 15px 15px;
        padding: 15px;
    }


        .jkg-fee-note p {
            font-size: 12px;
        }
}

/* =========================================================
   FEE STRUCTURE INNER HERO
   ========================================================= */

.jkg-fee-hero {
    position: relative;
    width: 100%;
    min-height: 445px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient( 105deg, #4b1719 0%, #721d24 42%, #a94249 72%, #bd6b70 100% );
    color: #ffffff;
}


    /* -----------------------------------------
   Subtle diamond pattern
----------------------------------------- */

    .jkg-fee-hero .jkg-hero-pattern {
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.13;
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 1px, transparent 1px), linear-gradient(-45deg, rgba(255,255,255,0.15) 1px, transparent 1px);
        background-size: 38px 38px;
    }


    /* -----------------------------------------
   Decorative circles
----------------------------------------- */

    .jkg-fee-hero .jkg-hero-circle {
        position: absolute;
        border: 1px solid rgba(226, 185, 65, 0.35);
        border-radius: 50%;
        pointer-events: none;
    }


    .jkg-fee-hero .jkg-hero-circle-right {
        width: 430px;
        height: 430px;
        right: -150px;
        top: -210px;
    }


    .jkg-fee-hero .jkg-hero-circle-left {
        width: 280px;
        height: 280px;
        left: -140px;
        bottom: -190px;
    }


    /* -----------------------------------------
   Hero container
----------------------------------------- */

    .jkg-fee-hero .container {
        position: relative;
        z-index: 2;
    }


    /* -----------------------------------------
   Hero content
----------------------------------------- */

    .jkg-fee-hero .jkg-inner-hero-content {
        max-width: 850px;
        padding: 75px 0 70px;
    }


    /* -----------------------------------------
   Eyebrow
----------------------------------------- */

    .jkg-fee-hero .jkg-inner-eyebrow {
        position: relative;
        display: inline-flex;
        align-items: center;
        margin-bottom: 22px;
        padding-left: 48px;
        color: #e5b83f;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 4px;
        line-height: 1.5;
        text-transform: uppercase;
    }


        .jkg-fee-hero .jkg-inner-eyebrow::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 38px;
            height: 2px;
            background: #e5b83f;
            transform: translateY(-50%);
        }


    /* -----------------------------------------
   Main heading
----------------------------------------- */

    .jkg-fee-hero h1 {
        margin: 0 0 22px;
        color: #ffffff;
        font-size: 64px;
        font-weight: 700;
        line-height: 1.08;
        letter-spacing: -1.5px;
    }


        .jkg-fee-hero h1 span {
            color: #e5b83f;
        }


    /* -----------------------------------------
   Description
----------------------------------------- */

    .jkg-fee-hero p {
        max-width: 800px;
        margin: 0 0 30px;
        color: rgba(255,255,255,0.92);
        font-size: 19px;
        font-weight: 400;
        line-height: 1.7;
    }


    /* -----------------------------------------
   Breadcrumb
----------------------------------------- */

    .jkg-fee-hero .jkg-breadcrumb {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
        line-height: 1.5;
    }


        .jkg-fee-hero .jkg-breadcrumb a {
            color: #ffffff;
            text-decoration: none;
            transition: all 0.25s ease;
        }


            .jkg-fee-hero .jkg-breadcrumb a:hover {
                color: #e5b83f;
            }


        .jkg-fee-hero .jkg-breadcrumb span {
            color: #e5b83f;
            font-weight: 700;
        }


        .jkg-fee-hero .jkg-breadcrumb strong {
            color: #e5b83f;
            font-weight: 600;
        }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .jkg-fee-hero {
        min-height: 400px;
    }

        .jkg-fee-hero .jkg-inner-hero-content {
            padding: 65px 30px;
        }

        .jkg-fee-hero h1 {
            font-size: 52px;
        }

        .jkg-fee-hero p {
            font-size: 18px;
            max-width: 700px;
        }

        .jkg-fee-hero .jkg-hero-circle-right {
            width: 350px;
            height: 350px;
            right: -170px;
            top: -180px;
        }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .jkg-fee-hero {
        min-height: 360px;
    }

        .jkg-fee-hero .jkg-inner-hero-content {
            padding: 55px 20px 50px;
        }

        .jkg-fee-hero .jkg-inner-eyebrow {
            margin-bottom: 18px;
            padding-left: 40px;
            font-size: 11px;
            letter-spacing: 2.5px;
        }

            .jkg-fee-hero .jkg-inner-eyebrow::before {
                width: 30px;
            }

        .jkg-fee-hero h1 {
            margin-bottom: 18px;
            font-size: 42px;
            line-height: 1.1;
            letter-spacing: -0.5px;
        }

        .jkg-fee-hero p {
            margin-bottom: 24px;
            font-size: 16px;
            line-height: 1.65;
        }

        .jkg-fee-hero .jkg-breadcrumb {
            font-size: 14px;
            gap: 9px;
        }

        .jkg-fee-hero .jkg-hero-circle-right {
            width: 280px;
            height: 280px;
            right: -160px;
            top: -130px;
        }

        .jkg-fee-hero .jkg-hero-circle-left {
            width: 200px;
            height: 200px;
            left: -120px;
            bottom: -140px;
        }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .jkg-fee-hero {
        min-height: 335px;
    }

        .jkg-fee-hero .jkg-inner-hero-content {
            padding: 48px 18px 45px;
        }

        .jkg-fee-hero h1 {
            font-size: 36px;
        }

        .jkg-fee-hero p {
            font-size: 15px;
        }

        .jkg-fee-hero .jkg-inner-eyebrow {
            font-size: 10px;
            letter-spacing: 2px;
        }
}

/* =========================================================
   JKG REGISTRATION PAGE
   ========================================================= */


/* =========================================================
   INNER HERO
   Same visual language as Fee Structure
   ========================================================= */

.jkg-registration-hero {
    position: relative;
    overflow: hidden;
    min-height: 445px;
    display: flex;
    align-items: center;
    background: linear-gradient( 110deg, #4b171b 0%, #711b22 42%, #a84a51 100% );
    color: #ffffff;
}


    /* Decorative pattern */

    .jkg-registration-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient( 45deg, rgba(255,255,255,0.035) 1px, transparent 1px ), linear-gradient( -45deg, rgba(255,255,255,0.035) 1px, transparent 1px );
        background-size: 38px 38px;
        pointer-events: none;
    }


    /* Golden circle */

    .jkg-registration-hero::after {
        content: "";
        position: absolute;
        width: 440px;
        height: 440px;
        right: -120px;
        top: -210px;
        border: 1px solid rgba(218,174,49,0.35);
        border-radius: 50%;
        pointer-events: none;
    }


.jkg-inner-hero-pattern {
    position: absolute;
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: -190px;
    border: 1px solid rgba(218,174,49,0.3);
    border-radius: 50%;
    pointer-events: none;
}


.jkg-inner-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 80px 0;
}


.jkg-inner-hero-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
    padding-left: 48px;
    color: #e5bb3e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}


    .jkg-inner-hero-eyebrow::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 38px;
        height: 2px;
        background: #e5bb3e;
        transform: translateY(-50%);
    }


.jkg-inner-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;
}


    .jkg-inner-hero h1 span {
        color: #e4b93c;
    }


.jkg-inner-hero p {
    max-width: 760px;
    margin: 0 0 30px;
    color: rgba(255,255,255,0.92);
    font-size: 19px;
    line-height: 1.7;
}


.jkg-inner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}


    .jkg-inner-breadcrumb a {
        color: #ffffff;
        text-decoration: none;
        transition: 0.3s ease;
    }


        .jkg-inner-breadcrumb a:hover {
            color: #e5bb3e;
        }


    .jkg-inner-breadcrumb span {
        color: #e5bb3e;
    }


    .jkg-inner-breadcrumb strong {
        color: #e5bb3e;
    }


/* =========================================================
   LATEST NEWS STRIP
   ========================================================= */

.jkg-news-strip {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 52px;
    background: #b51f29;
    color: #ffffff;
}


.jkg-news-label {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 205px;
    padding: 0 25px;
    background: #941a22;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}


.jkg-news-star {
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5bb3e;
    border-radius: 50%;
    color: #e5bb3e;
    font-size: 11px;
}


.jkg-news-content {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0 25px;
}


.jkg-news-marquee {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}


.jkg-news-view {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}


    .jkg-news-view:hover {
        color: #e5bb3e;
    }


    .jkg-news-view span {
        color: #e5bb3e;
        font-size: 18px;
    }


/* =========================================================
   REGISTRATION SECTION
   ========================================================= */

.jkg-registration-section {
    position: relative;
    padding: 90px 0 110px;
    background: #f8f7f3;
    overflow: hidden;
}


    .jkg-registration-section::after {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        right: -250px;
        top: 100px;
        border: 1px solid rgba(174,30,39,0.12);
        border-radius: 50%;
        pointer-events: none;
    }


.jkg-registration-heading {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}


.jkg-section-eyebrow {
    margin-bottom: 12px;
    color: #b21f29;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
}


.jkg-registration-heading h2 {
    margin: 0;
    color: #173d67;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
}


    .jkg-registration-heading h2 span {
        color: #b51f29;
    }


.jkg-heading-line {
    width: 70px;
    height: 3px;
    margin: 20px auto 22px;
    background: linear-gradient( 90deg, #b51f29, #e2b93c );
}


.jkg-registration-heading p {
    max-width: 700px;
    margin: auto;
    color: #68758a;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================================
   FORM CARD
   ========================================================= */

.jkg-registration-card {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: auto;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(50,30,30,0.10);
    border: 1px solid rgba(0,0,0,0.04);
}


/* =========================================================
   FORM CARD HEADER
   ========================================================= */

.jkg-registration-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 36px;
    background: linear-gradient( 110deg, #5a171b, #8d1d25 );
    color: #ffffff;
}


    .jkg-registration-card-header span {
        display: block;
        margin-bottom: 5px;
        color: #e6bc3f;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 3px;
    }


    .jkg-registration-card-header h3 {
        margin: 0;
        color: #ffffff;
        font-size: 34px;
        font-weight: 800;
    }


.jkg-registration-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1px;
}


.jkg-registration-badge-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4b83b;
    border-radius: 50%;
    color: #5a171b;
    font-size: 11px;
    font-weight: 800;
}


/* =========================================================
   FORM BODY
   ========================================================= */

.jkg-registration-card-body {
    padding: 42px 40px 48px;
}


.jkg-form-intro {
    margin-bottom: 35px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eeeeee;
}


    .jkg-form-intro h3 {
        margin: 0 0 8px;
        color: #173d67;
        font-size: 25px;
        font-weight: 800;
    }


    .jkg-form-intro p {
        margin: 0;
        color: #788397;
        font-size: 15px;
    }


/* =========================================================
   FORM FIELDS
   ========================================================= */

.jkg-registration-fields {
    margin-left: -10px;
    margin-right: -10px;
}


    .jkg-registration-fields > div {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 22px;
    }


.jkg-form-group {
    width: 100%;
}


    .jkg-form-group label {
        display: block;
        margin-bottom: 8px;
        color: #243b53;
        font-size: 13px;
        font-weight: 700;
    }


.jkg-form-control {
    display: block;
    width: 100% !important;
    min-height: 52px;
    padding: 13px 16px !important;
    background: #ffffff;
    border: 1px solid #d9dee5 !important;
    border-radius: 5px;
    outline: none;
    color: #26384d;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}


    .jkg-form-control::placeholder {
        color: #a2aab5;
        opacity: 1;
    }


    .jkg-form-control:focus {
        border-color: #b51f29 !important;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(181,31,41,0.08);
    }


textarea.jkg-form-control,
.jkg-textarea {
    min-height: 110px;
    resize: vertical;
}


/* ASP.NET TextBox can render as input */
input.jkg-form-control {
    height: 52px;
}


/* =========================================================
   VALIDATION
   ========================================================= */

.jkg-validation {
    display: block;
    margin-top: 5px;
    color: #c62828 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}


/* =========================================================
   CAPTCHA
   ========================================================= */

.jkg-captcha-box {
    margin-top: 5px;
    padding: 22px;
    background: #faf8f4;
    border: 1px solid #eee5d8;
    border-radius: 7px;
}


.jkg-captcha-title {
    margin-bottom: 10px;
    color: #173d67;
    font-size: 15px;
    font-weight: 800;
}


.jkg-captcha-code {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #4a5568;
    font-size: 15px;
    font-weight: 700;
}


.jkg-captcha-number {
    display: inline-flex;
    min-width: 70px;
    padding: 7px 12px;
    align-items: center;
    justify-content: center;
    background: #5a171b;
    border-radius: 4px;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 3px;
}


/* =========================================================
   MESSAGE
   ========================================================= */

.jkg-form-message {
    display: block;
    margin: 10px 0 20px;
    text-align: center;
    color: #b51f29;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.jkg-submit-area {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}


.jkg-registration-submit {
    min-width: 230px;
    min-height: 54px;
    padding: 14px 28px !important;
    border: 0 !important;
    border-radius: 4px;
    background: linear-gradient( 135deg, #b51f29, #8e1921 ) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(181,31,41,0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}


    .jkg-registration-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(181,31,41,0.30);
    }


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .jkg-registration-hero {
        min-height: 390px;
    }

    .jkg-inner-hero-content {
        padding: 65px 25px;
    }

    .jkg-registration-card-body {
        padding: 35px 25px 40px;
    }
}


@media (max-width: 767px) {

    .jkg-registration-hero {
        min-height: auto;
    }

    .jkg-inner-hero-content {
        padding: 55px 20px;
    }

    .jkg-inner-hero h1 {
        font-size: 44px;
        letter-spacing: -1px;
    }

    .jkg-inner-hero p {
        font-size: 16px;
    }


    /* News strip */

    .jkg-news-strip {
        flex-wrap: wrap;
    }

    .jkg-news-label {
        width: 100%;
        min-height: 48px;
    }

    .jkg-news-content {
        min-height: 48px;
    }

    .jkg-news-view {
        min-height: 48px;
    }


    /* Registration */

    .jkg-registration-section {
        padding: 60px 15px 80px;
    }

    .jkg-registration-card-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding: 25px;
    }

    .jkg-registration-card-body {
        padding: 30px 18px;
    }

    .jkg-registration-badge {
        width: 100%;
        box-sizing: border-box;
    }

    .jkg-registration-heading {
        margin-bottom: 35px;
    }

        .jkg-registration-heading h2 {
            font-size: 38px;
        }
}


@media (max-width: 480px) {

    .jkg-inner-hero h1 {
        font-size: 38px;
    }

    .jkg-inner-hero-eyebrow {
        letter-spacing: 2px;
    }

    .jkg-registration-card-header h3 {
        font-size: 28px;
    }

    .jkg-registration-submit {
        width: 100%;
    }

    .jkg-news-view {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* =========================================================
   JKG REGISTRATION FORM - COMPACT / SLEEK VERSION
   ========================================================= */

/* Main card */
.jkg-registration-card {
    max-width: 1180px;
    margin: 0 auto;
}

/* ==========================================
   CARD HEADER
   ========================================== */

.jkg-registration-card-header {
    padding: 22px 36px !important;
}

    .jkg-registration-card-header span {
        margin-bottom: 3px !important;
    }

    .jkg-registration-card-header h3 {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }


/* ==========================================
   FORM BODY
   ========================================== */

.jkg-registration-card-body {
    padding: 28px 40px 35px !important;
}


/* ==========================================
   FORM INTRO
   ========================================== */

.jkg-form-intro {
    margin-bottom: 22px !important;
    padding-bottom: 16px !important;
}

    .jkg-form-intro h3 {
        margin: 0 0 5px !important;
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .jkg-form-intro p {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }


/* ==========================================
   FORM GRID
   ========================================== */

.jkg-registration-fields {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

    .jkg-registration-fields > div {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 14px !important;
    }


/* ==========================================
   FORM GROUP
   ========================================== */

.jkg-form-group {
    width: 100%;
    margin: 0 !important;
}


    /* ==========================================
   LABEL
   ========================================== */

    .jkg-form-group label {
        display: block;
        margin-bottom: 5px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }


/* ==========================================
   INPUTS
   ========================================== */

.jkg-form-control {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 8px 13px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    border-radius: 4px !important;
}


/* Textareas */
textarea.jkg-form-control,
.jkg-textarea {
    height: 80px !important;
    min-height: 80px !important;
    padding: 10px 13px !important;
}


/* ==========================================
   VALIDATION
   ========================================== */

.jkg-validation {
    margin-top: 3px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}


/* ==========================================
   CAPTCHA
   ========================================== */

.jkg-captcha-box {
    margin-top: 2px !important;
    padding: 16px 18px !important;
}

.jkg-captcha-title {
    margin-bottom: 7px !important;
    font-size: 14px !important;
}

.jkg-captcha-code {
    margin-bottom: 9px !important;
}


/* ==========================================
   MESSAGE
   ========================================== */

.jkg-form-message {
    margin: 5px 0 10px !important;
}


/* ==========================================
   SUBMIT
   ========================================== */

.jkg-submit-area {
    margin-top: 12px !important;
    padding-top: 18px !important;
}

.jkg-registration-submit {
    min-width: 210px !important;
    min-height: 46px !important;
    padding: 11px 25px !important;
    font-size: 14px !important;
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .jkg-registration-card-body {
        padding: 22px 18px 28px !important;
    }

    .jkg-registration-card-header {
        padding: 20px !important;
    }

        .jkg-registration-card-header h3 {
            font-size: 28px !important;
        }

    .jkg-form-intro {
        margin-bottom: 18px !important;
        padding-bottom: 14px !important;
    }

        .jkg-form-intro h3 {
            font-size: 21px !important;
        }

    .jkg-registration-fields > div {
        margin-bottom: 12px !important;
    }

    .jkg-form-control {
        height: 42px !important;
        min-height: 42px !important;
    }

    textarea.jkg-form-control,
    .jkg-textarea {
        height: 75px !important;
        min-height: 75px !important;
    }
}

/* =========================================================
   JKG REGISTRATION - FINAL COMPACT SPACING FIX
   Put this AFTER all existing registration CSS
   ========================================================= */

/* Registration card body */
.jkg-registration-card .jkg-registration-card-body {
    padding: 26px 40px 35px !important;
}

/* Intro section */
.jkg-registration-card .jkg-form-intro {
    margin: 0 0 18px !important;
    padding: 0 0 14px !important;
}

/* Main form row */
.jkg-registration-card .jkg-registration-fields {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -7px !important;
    margin-right: -7px !important;
}

    /* ALL Bootstrap columns inside form */
    .jkg-registration-card .jkg-registration-fields > div {
        padding-left: 7px !important;
        padding-right: 7px !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        padding-bottom: 0 !important;
    }

    /* Form group */
    .jkg-registration-card .jkg-registration-fields .jkg-form-group {
        margin: 0 !important;
        padding: 0 !important;
    }

/* Labels */
.jkg-registration-card .jkg-form-group label {
    display: block !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    line-height: 18px !important;
    font-size: 13px !important;
}

/* Inputs */
.jkg-registration-card .jkg-form-control {
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    line-height: 24px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
}

/* Textareas */
.jkg-registration-card textarea.jkg-form-control,
.jkg-registration-card .jkg-textarea {
    height: 72px !important;
    min-height: 72px !important;
    line-height: 20px !important;
}

/* Validation messages */
.jkg-registration-card .jkg-validation {
    margin: 2px 0 0 !important;
    padding: 0 !important;
    line-height: 14px !important;
    font-size: 11px !important;
}

/* Remove spacing generated by paragraphs */
.jkg-registration-card p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

/* Remove BR spacing */
.jkg-registration-card br {
    display: none !important;
}

/* CAPTCHA */
.jkg-registration-card .jkg-captcha-box {
    margin: 2px 0 8px !important;
    padding: 14px 16px !important;
}

/* Submit */
.jkg-registration-card .jkg-submit-area {
    margin: 8px 0 0 !important;
    padding: 15px 0 0 !important;
}

/* =========================================================
   IMPORTANT:
   Override Bootstrap/global column spacing
   ========================================================= */

.jkg-registration-card .jkg-registration-fields .col-md-6,
.jkg-registration-card .jkg-registration-fields .col-md-12,
.jkg-registration-card .jkg-registration-fields [class*="col-"] {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .jkg-registration-card .jkg-registration-card-body {
        padding: 20px 16px 28px !important;
    }

    .jkg-registration-card .jkg-registration-fields {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

        .jkg-registration-card .jkg-registration-fields > div,
        .jkg-registration-card .jkg-registration-fields .col-md-6,
        .jkg-registration-card .jkg-registration-fields .col-md-12,
        .jkg-registration-card .jkg-registration-fields [class*="col-"] {
            padding-left: 5px !important;
            padding-right: 5px !important;
            margin-bottom: 10px !important;
        }

    .jkg-registration-card .jkg-form-control {
        height: 42px !important;
        min-height: 42px !important;
    }

    .jkg-registration-card textarea.jkg-form-control,
    .jkg-registration-card .jkg-textarea {
        height: 72px !important;
        min-height: 72px !important;
    }
}

/* =========================================================
   JKG YEARLY PLANNER
   STANDARD INNER PAGE HERO
   MATCHES FEE STRUCTURE HERO
========================================================= */

.jkg-planner-hero {
    position: relative;
    width: 100%;
    min-height: 445px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient( 110deg, #5d111a 0%, #7c1822 45%, #b84d58 100% );
    z-index: 1;
}


    /* =========================================================
   DECORATIVE TOP RIGHT CIRCLE
========================================================= */

    .jkg-planner-hero::before {
        content: "";
        position: absolute;
        width: 440px;
        height: 440px;
        right: -115px;
        top: -215px;
        border: 1px solid rgba(238, 190, 42, 0.38);
        border-radius: 50%;
        pointer-events: none;
    }


    /* =========================================================
   DECORATIVE BOTTOM LEFT CIRCLE
========================================================= */

    .jkg-planner-hero::after {
        content: "";
        position: absolute;
        width: 275px;
        height: 275px;
        left: -145px;
        bottom: -195px;
        border: 1px solid rgba(238, 190, 42, 0.28);
        border-radius: 50%;
        pointer-events: none;
    }


    /* =========================================================
   CONTAINER
========================================================= */

    .jkg-planner-hero .container {
        position: relative;
        z-index: 5;
    }


/* =========================================================
   CONTENT
========================================================= */

.jkg-planner-hero-content {
    position: relative;
    max-width: 900px;
    padding: 82px 0 76px;
}


/* =========================================================
   EYEBROW
========================================================= */

.jkg-planner-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 48px;
    color: #efc52d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}


    .jkg-planner-eyebrow::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 38px;
        height: 2px;
        background: #efc52d;
        transform: translateY(-50%);
    }


/* =========================================================
   MAIN TITLE
========================================================= */

.jkg-planner-hero h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 68px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}


    .jkg-planner-hero h1 span {
        color: #efc52d;
    }


/* =========================================================
   DESCRIPTION
========================================================= */

.jkg-planner-hero p {
    max-width: 720px;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.jkg-planner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 1.5;
}


    .jkg-planner-breadcrumb a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
    }


        .jkg-planner-breadcrumb a:hover {
            color: #efc52d;
        }


    .jkg-planner-breadcrumb span {
        color: #efc52d;
        font-size: 18px;
    }


    .jkg-planner-breadcrumb strong {
        color: #efc52d;
        font-weight: 700;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-planner-hero {
        min-height: 420px;
    }

    .jkg-planner-hero-content {
        padding: 70px 20px 65px;
    }

    .jkg-planner-hero h1 {
        font-size: 54px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-planner-hero {
        min-height: 390px;
    }

    .jkg-planner-hero-content {
        padding: 58px 15px 55px;
    }

    .jkg-planner-eyebrow {
        margin-bottom: 18px;
        padding-left: 36px;
        font-size: 10px;
        letter-spacing: 2.5px;
    }

        .jkg-planner-eyebrow::before {
            width: 27px;
        }

    .jkg-planner-hero h1 {
        margin-bottom: 17px;
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -0.5px;
    }

    .jkg-planner-hero p {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.65;
    }

    .jkg-planner-breadcrumb {
        font-size: 13px;
    }
}

/* ==========================================================
   JKG YEARLY PLANNER - CONTENT SECTION
   IMPORTANT: KEEP THIS CSS AFTER ALL EXISTING THEME CSS
========================================================== */

.jkg-planner-section {
    position: relative !important;
    width: 100% !important;
    padding: 75px 0 90px !important;
    background: #faf9f7 !important;
    overflow: hidden !important;
}


    /* subtle decorative background */

    .jkg-planner-section::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: -180px;
        top: 20px;
        border: 1px solid rgba(181, 29, 42, 0.08);
        border-radius: 50%;
        pointer-events: none;
    }


/* ==========================================================
   HEADING
========================================================== */

.jkg-planner-heading {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto 45px !important;
    padding: 0 15px !important;
    text-align: center !important;
}


    .jkg-planner-heading span {
        display: block !important;
        margin-bottom: 10px !important;
        color: #b51d2a !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: 3px !important;
        text-align: center !important;
    }


    .jkg-planner-heading h2 {
        display: block !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        color: #35130f !important;
        font-size: 38px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        text-align: center !important;
    }


    .jkg-planner-heading p {
        display: block !important;
        margin: 0 !important;
        color: #777 !important;
        font-size: 15px !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }


/* ==========================================================
   GRID
========================================================== */

.jkg-planner-grid {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}


    .jkg-planner-grid > div {
        display: flex !important;
        margin-bottom: 30px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


/* ==========================================================
   CARD
========================================================== */

.jkg-planner-card {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #e9e3df !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 25px rgba(50, 17, 13, 0.07) !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}


    .jkg-planner-card:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 18px 40px rgba(50, 17, 13, 0.14) !important;
    }


/* ==========================================================
   IMAGE
========================================================== */

.jkg-planner-image {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #2c1807 !important;
    line-height: 0 !important;
}


    .jkg-planner-image img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        transition: transform 0.45s ease !important;
    }


.jkg-planner-card:hover .jkg-planner-image img {
    transform: scale(1.045) !important;
}


/* ==========================================================
   IMAGE OVERLAY
========================================================== */

.jkg-planner-image-overlay {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 75px !important;
    padding: 20px !important;
    background: linear-gradient( to top, rgba(25, 12, 4, 0.85), rgba(25, 12, 4, 0) ) !important;
    opacity: 0 !important;
    transform: translateY(8px) !important;
    transition: opacity 0.35s ease, transform 0.35s ease !important;
}


.jkg-planner-card:hover .jkg-planner-image-overlay {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


.jkg-planner-image-overlay span {
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
}


/* ==========================================================
   CARD CONTENT
========================================================== */

.jkg-planner-card-content {
    position: relative !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 24px 26px !important;
    background: #ffffff !important;
}


.jkg-planner-number {
    position: absolute !important;
    right: 20px !important;
    top: 18px !important;
    margin: 0 !important;
    color: rgba(181, 29, 42, 0.10) !important;
    font-size: 42px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}


.jkg-planner-card h3 {
    position: relative !important;
    margin: 0 45px 10px 0 !important;
    padding: 0 !important;
    color: #35130f !important;
    font-size: 21px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}


.jkg-planner-card p {
    flex: 1 !important;
    min-height: 55px !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    color: #777777 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}


/* ==========================================================
   BUTTON
========================================================== */

.jkg-planner-button {
    align-self: flex-start !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 11px 17px !important;
    color: #ffffff !important;
    background: #b51d2a !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.3s ease !important;
}


    .jkg-planner-button:hover {
        color: #ffffff !important;
        background: #8f121e !important;
        text-decoration: none !important;
        transform: translateX(3px) !important;
    }


    .jkg-planner-button span {
        margin: 0 !important;
        padding: 0 !important;
        color: inherit !important;
        font-size: 17px !important;
        line-height: 1 !important;
        transition: transform 0.3s ease !important;
    }


    .jkg-planner-button:hover span {
        transform: translateX(4px) !important;
    }


/* ==========================================================
   REMOVE OLD BLOG STYLING INTERFERENCE
========================================================== */

.jkg-planner-section .single-blog-item {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


.jkg-planner-section .overlay-hover::before,
.jkg-planner-section .overlay-hover::after {
    display: none !important;
}


.jkg-planner-section center {
    display: none !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .jkg-planner-section {
        padding: 65px 0 75px !important;
    }

    .jkg-planner-heading {
        margin-bottom: 35px !important;
    }

        .jkg-planner-heading h2 {
            font-size: 34px !important;
        }

    .jkg-planner-grid > div {
        margin-bottom: 25px !important;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .jkg-planner-section {
        padding: 55px 0 60px !important;
    }

    .jkg-planner-heading {
        margin-bottom: 30px !important;
    }

        .jkg-planner-heading span {
            font-size: 11px !important;
            letter-spacing: 2px !important;
        }

        .jkg-planner-heading h2 {
            font-size: 29px !important;
        }

        .jkg-planner-heading p {
            font-size: 14px !important;
        }

    .jkg-planner-grid {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .jkg-planner-grid > div {
            width: 100% !important;
            display: block !important;
            margin-bottom: 25px !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

    .jkg-planner-card-content {
        padding: 22px !important;
    }

    .jkg-planner-card h3 {
        font-size: 20px !important;
    }
}

/* =========================================================
   JKG FOOTER - RESTORE ORIGINAL DARK BROWN DESIGN
   KEEP THIS AT THE VERY END OF CSS
========================================================= */

.jkg-footer {
    position: relative !important;
    background: #341b18 !important;
    color: #ffffff !important;
    font-family: "Calibri", Arial, sans-serif;
    overflow: hidden;
}


    /* Top gold/red accent */

    .jkg-footer::before {
        content: "";
        display: block;
        height: 5px;
        background: linear-gradient( 90deg, #9d1b1e 0%, #e49a32 50%, #f2b84b 100% ) !important;
    }


/* Main footer */

.jkg-footer-main {
    background: #341b18 !important;
    padding: 48px 0 40px !important;
}


/* Footer container */

.jkg-footer-container {
    background: transparent !important;
}


/* Logo */

.jkg-footer-logo {
    background: #ffffff !important;
}


/* Description */

.jkg-footer-description {
    color: #ffffff !important;
}


/* Contact */

.jkg-contact-item {
    color: #ffffff !important;
}

    .jkg-contact-item strong {
        color: #ffffff !important;
    }

    .jkg-contact-item a {
        color: #ffffff !important;
    }


/* Footer headings */

.jkg-footer-title {
    color: #ffffff !important;
}


/* Footer links */

.jkg-footer-links li a {
    color: #ffffff !important;
}


    /* Footer links hover */

    .jkg-footer-links li a:hover {
        color: #f2b84b !important;
    }


/* Admission box */

.jkg-admission-box {
    background: #a51d20 !important;
    border-left-color: #f2b84b !important;
}


/* Admission button */

.jkg-admission-btn {
    background: #f2b84b !important;
    color: #542d1b !important;
}


/* =========================================================
   BOTTOM FOOTER
========================================================= */

.jkg-footer-bottom {
    background: #341b18 !important;
    border-top: 1px solid rgba(255,255,255,0.18) !important;
    padding: 17px 0 !important;
}


.jkg-copyright {
    color: #ffffff !important;
}


    .jkg-copyright strong {
        color: #ffffff !important;
    }


/* Social icons */

.jkg-social-links a {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(255,255,255,0.30) !important;
    color: #ffffff !important;
}


    .jkg-social-links a:hover {
        background: #f2b84b !important;
        border-color: #f2b84b !important;
        color: #542d1b !important;
    }

/* =========================================================
   JKG FOOTER - FIX LEFT BRAND COLUMN ALIGNMENT
   ADD THIS AT THE VERY END OF CSS
========================================================= */


/* LEFT FOOTER COLUMN */

.jkg-footer .jkg-footer-brand {
    text-align: left !important;
    padding-right: 35px !important;
}


/* LOGO */

.jkg-footer .jkg-footer-logo {
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
}


/* DESCRIPTION */

.jkg-footer .jkg-footer-description {
    display: block !important;
    max-width: 370px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}


/* CONTACT ROW */

.jkg-footer .jkg-contact-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}


    /* CONTACT TEXT AREA */

    .jkg-footer .jkg-contact-item > div {
        text-align: left !important;
        margin-left: 0 !important;
    }


    /* CONTACT HEADING */

    .jkg-footer .jkg-contact-item strong {
        display: block !important;
        text-align: left !important;
        margin-left: 0 !important;
    }


    /* CONTACT LINKS / TEXT */

    .jkg-footer .jkg-contact-item a,
    .jkg-footer .jkg-contact-item span {
        text-align: left !important;
    }


/* CONTACT ICON */

.jkg-footer .jkg-contact-icon {
    flex: 0 0 40px !important;
    margin-left: 0 !important;
    margin-right: 12px !important;
}


/* =========================================================
   DESKTOP - KEEP EVERYTHING LEFT ALIGNED
========================================================= */

@media (min-width: 992px) {

    .jkg-footer .jkg-footer-brand {
        text-align: left !important;
    }

    .jkg-footer .jkg-footer-description {
        text-align: left !important;
    }

    .jkg-footer .jkg-contact-item {
        justify-content: flex-start !important;
        text-align: left !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-footer .jkg-footer-brand {
        text-align: left !important;
    }

    .jkg-footer .jkg-footer-logo {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .jkg-footer .jkg-footer-description {
        text-align: left !important;
    }

    .jkg-footer .jkg-contact-item {
        justify-content: flex-start !important;
        text-align: left !important;
    }

        .jkg-footer .jkg-contact-item > div {
            text-align: left !important;
        }
}

/* =========================================================
   JKG FOOTER - PREMIUM MAROON GRADIENT BACKGROUND
========================================================= */

.jkg-footer {
    position: relative !important;
    background: linear-gradient( 110deg, #4d1b1b 0%, #6f2428 42%, #9d4b50 100% ) !important;
    color: #ffffff;
    overflow: hidden;
}


    /* TOP GOLD / RED ACCENT */

    .jkg-footer::before {
        content: "";
        display: block;
        height: 5px;
        background: linear-gradient( 90deg, #b71920 0%, #e3a33a 50%, #f2b84b 100% );
        position: relative;
        z-index: 5;
    }


    /* LARGE DECORATIVE CIRCLE - RIGHT */

    .jkg-footer::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -180px;
        top: -170px;
        border: 1px solid rgba(242, 184, 75, 0.22);
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
    }


/* KEEP FOOTER CONTENT ABOVE DECORATION */

.jkg-footer-main,
.jkg-footer-bottom {
    position: relative;
    z-index: 2;
}

.jkg-footer-main {
    position: relative !important;
    overflow: hidden;
}


    /* LEFT BOTTOM DECORATIVE CIRCLE */

    .jkg-footer-main::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        left: -150px;
        bottom: -180px;
        border: 1px solid rgba(242, 184, 75, 0.18);
        border-radius: 50%;
        pointer-events: none;
    }


    /* VERY SUBTLE INNER GLOW */

    .jkg-footer-main::after {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        right: 5%;
        bottom: -380px;
        background: rgba(255,255,255,0.025);
        border-radius: 50%;
        pointer-events: none;
    }

/* =========================================================
   JKG FOOTER - MATCH HERO BACKGROUND EXACTLY
   KEEP THIS AS THE LAST CSS
========================================================= */

.jkg-footer {
    position: relative !important;
    overflow: hidden !important;
    /* SAME BACKGROUND AS HERO */
    background: linear-gradient( 110deg, #4b171a 0%, #741d22 48%, #a52a30 100% ) !important;
    color: #ffffff !important;
}


    /* =========================================================
   TOP GOLD BRAND LINE
========================================================= */

    .jkg-footer::before {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background: linear-gradient( 90deg, #a51d20 0%, #e6a23c 50%, #f2b84b 100% ) !important;
    }


/* =========================================================
   REMOVE OLD SOLID BACKGROUNDS
========================================================= */

.jkg-footer-main {
    position: relative !important;
    background: transparent !important;
    padding: 48px 0 40px !important;
    overflow: hidden !important;
    z-index: 1;
}


.jkg-footer-bottom {
    position: relative !important;
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,0.20) !important;
    padding: 17px 0 !important;
    z-index: 2;
}


/* =========================================================
   RIGHT DECORATIVE CIRCLE
   SAME STYLE AS HERO
========================================================= */

.jkg-footer-main::after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    right: -190px;
    top: -330px;
    border: 1px solid rgba(211,170,65,0.28);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}


/* =========================================================
   LEFT DECORATIVE CIRCLE
========================================================= */

.jkg-footer-main::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -270px;
    bottom: -270px;
    border: 1px solid rgba(211,170,65,0.20);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}


/* =========================================================
   KEEP ALL FOOTER CONTENT ABOVE DECORATIONS
========================================================= */

.jkg-footer-main .jkg-footer-container {
    position: relative !important;
    z-index: 2 !important;
}


/* =========================================================
   LOGO
========================================================= */

.jkg-footer-logo {
    background: #ffffff !important;
}


/* =========================================================
   TEXT
========================================================= */

.jkg-footer-description,
.jkg-contact-item,
.jkg-contact-item strong,
.jkg-contact-item a,
.jkg-footer-title,
.jkg-footer-links li a,
.jkg-copyright,
.jkg-copyright strong {
    color: #ffffff !important;
}


    /* =========================================================
   GOLD HEADINGS / UNDERLINES
========================================================= */

    .jkg-footer-title::after {
        background: #f2b84b !important;
    }


    /* =========================================================
   LINKS HOVER
========================================================= */

    .jkg-footer-links li a:hover {
        color: #f2b84b !important;
    }


/* =========================================================
   ADMISSION CTA
========================================================= */

.jkg-admission-box {
    background: #a51d20 !important;
    border-left: 5px solid #f2b84b !important;
}


.jkg-admission-btn {
    background: #f2b84b !important;
    color: #542d1b !important;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.jkg-social-links a {
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(255,255,255,0.35) !important;
    color: #ffffff !important;
}


    .jkg-social-links a:hover {
        background: #f2b84b !important;
        border-color: #f2b84b !important;
        color: #542d1b !important;
    }


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-footer-main {
        padding: 35px 0 25px !important;
    }

        .jkg-footer-main::after {
            width: 350px;
            height: 350px;
            right: -200px;
            top: -200px;
        }

        .jkg-footer-main::before {
            width: 280px;
            height: 280px;
            left: -180px;
            bottom: -180px;
        }
}

/* =========================================================
   JKG CONTACT PAGE - PREMIUM REDESIGN
========================================================= */


/* =========================================================
   HERO
========================================================= */

.jkg-contact-hero {
    position: relative;
    width: 100%;
    min-height: 445px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient( 110deg, #4b171a 0%, #741d22 48%, #a52a30 100% );
}


    .jkg-contact-hero::before {
        content: "";
        position: absolute;
        width: 430px;
        height: 430px;
        right: -150px;
        top: -205px;
        border: 1px solid rgba(229, 177, 57, 0.35);
        border-radius: 50%;
    }


    .jkg-contact-hero::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        left: -160px;
        bottom: -215px;
        border: 1px solid rgba(229, 177, 57, 0.28);
        border-radius: 50%;
    }


.jkg-contact-hero-content {
    position: relative;
    z-index: 2;
    padding: 78px 0 72px;
    max-width: 850px;
}


.jkg-contact-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 48px;
    margin-bottom: 25px;
    color: #efc52d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}


    .jkg-contact-eyebrow::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 38px;
        height: 2px;
        background: #efc52d;
        transform: translateY(-50%);
    }


.jkg-contact-hero h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 68px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}


    .jkg-contact-hero h1 span {
        color: #efc52d;
    }


.jkg-contact-hero p {
    max-width: 720px;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
}


.jkg-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}


    .jkg-contact-breadcrumb a {
        color: #ffffff;
        text-decoration: none;
    }


        .jkg-contact-breadcrumb a:hover {
            color: #efc52d;
        }


    .jkg-contact-breadcrumb span {
        color: #efc52d;
        font-size: 18px;
    }


    .jkg-contact-breadcrumb strong {
        color: #efc52d;
    }


/* =========================================================
   MAIN CONTACT SECTION
========================================================= */

.jkg-contact-section {
    position: relative;
    padding: 85px 0 100px;
    background: #faf9f7;
    overflow: hidden;
}


    .jkg-contact-section::before {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        right: -250px;
        top: 120px;
        border: 1px solid rgba(181, 29, 42, 0.08);
        border-radius: 50%;
    }


.jkg-contact-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
}


    .jkg-contact-row > div {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }


/* =========================================================
   SECTION HEADING
========================================================= */

.jkg-contact-heading {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}


    .jkg-contact-heading > span {
        display: block;
        margin-bottom: 10px;
        color: #b51d2a;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 3px;
        text-transform: uppercase;
    }


    .jkg-contact-heading h2 {
        margin: 0 0 12px;
        color: #35130f;
        font-size: 40px;
        line-height: 1.2;
        font-weight: 800;
    }


    .jkg-contact-heading p {
        max-width: 650px;
        margin: auto;
        color: #777;
        font-size: 15px;
        line-height: 1.7;
    }


/* =========================================================
   LEFT INFORMATION CARD
========================================================= */

.jkg-contact-info-card {
    width: 100%;
    padding: 42px 38px;
    background: linear-gradient( 145deg, #56171c 0%, #7b1e25 55%, #9c3038 100% );
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(69, 20, 19, 0.16);
    overflow: hidden;
    position: relative;
}


    .jkg-contact-info-card::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        right: -150px;
        top: -150px;
        border: 1px solid rgba(239, 197, 45, 0.22);
        border-radius: 50%;
    }


.jkg-contact-info-header {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
}


.jkg-contact-small-label {
    display: block;
    margin-bottom: 9px;
    color: #efc52d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
}


.jkg-contact-info-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 800;
}


.jkg-contact-intro {
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.jkg-contact-detail {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 19px 0;
    border-top: 1px solid rgba(255,255,255,0.14);
}


.jkg-contact-detail-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #b51d2a;
    border-radius: 50%;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
}


.jkg-contact-detail-content {
    flex: 1;
}


    .jkg-contact-detail-content > span {
        display: block;
        margin-bottom: 4px;
        color: #efc52d;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 2px;
    }


    .jkg-contact-detail-content h4 {
        margin: 0 0 4px;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 700;
    }


        .jkg-contact-detail-content h4 a {
            color: #ffffff;
            text-decoration: none;
        }


            .jkg-contact-detail-content h4 a:hover {
                color: #efc52d;
            }


    .jkg-contact-detail-content p {
        margin: 0;
        color: rgba(255,255,255,0.78);
        font-size: 13px;
        line-height: 1.6;
    }


/* =========================================================
   INFO NOTE
========================================================= */

.jkg-contact-info-note {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.85);
    font-size: 12px;
}


    .jkg-contact-info-note i {
        color: #efc52d;
        font-size: 16px;
    }


/* =========================================================
   FORM CARD
========================================================= */

.jkg-contact-form-card {
    width: 100%;
    padding: 42px 42px 38px;
    background: #ffffff;
    border: 1px solid #ebe5e1;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(45, 24, 18, 0.09);
}


.jkg-contact-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee7e3;
}


    .jkg-contact-form-header span {
        display: block;
        margin-bottom: 7px;
        color: #b51d2a;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2.5px;
    }


    .jkg-contact-form-header h3 {
        margin: 0;
        color: #35130f;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 800;
    }


.jkg-form-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdf3d7;
    color: #b51d2a;
    border-radius: 50%;
    font-size: 18px;
}


/* =========================================================
   FORM FIELDS
========================================================= */

.jkg-form-group {
    margin-bottom: 20px;
}


    .jkg-form-group label {
        display: block;
        margin-bottom: 7px;
        color: #35130f;
        font-size: 13px;
        font-weight: 700;
    }


.jkg-form-control {
    display: block;
    width: 100% !important;
    height: 48px !important;
    padding: 11px 14px !important;
    background: #faf9f7 !important;
    border: 1px solid #ddd5d0 !important;
    border-radius: 5px !important;
    color: #35130f !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
}


    .jkg-form-control:focus {
        background: #ffffff !important;
        border-color: #b51d2a !important;
        box-shadow: 0 0 0 3px rgba(181,29,42,0.08) !important;
    }


    .jkg-form-control::placeholder {
        color: #999 !important;
    }


textarea.jkg-form-control,
.jkg-message-control {
    height: 125px !important;
    min-height: 125px !important;
    resize: vertical !important;
}


/* =========================================================
   VALIDATION
========================================================= */

.jkg-validator {
    display: block;
    margin-top: 5px;
    color: #c51f2b !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}


.jkg-form-message {
    display: block;
    margin-bottom: 15px;
    color: #c51f2b;
    font-size: 13px;
    font-weight: 600;
}


/* =========================================================
   CAPTCHA
========================================================= */

.jkg-captcha-area {
    margin-top: 4px;
    margin-bottom: 22px;
}


.jkg-captcha-display {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}


    .jkg-captcha-display > span {
        color: #777;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


.jkg-captcha-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 36px;
    padding: 5px 12px;
    background: #35130f;
    color: #efc52d !important;
    border-radius: 4px;
    font-size: 18px !important;
    font-weight: 800;
    letter-spacing: 3px;
}


.jkg-captcha-area .jkg-form-control {
    max-width: 300px;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.jkg-submit-area {
    margin-top: 5px;
}


.jkg-contact-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 165px !important;
    height: 48px !important;
    padding: 0 25px !important;
    background: #b51d2a !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 48px !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
}


    .jkg-contact-submit:hover {
        background: #8f121e !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 20px rgba(181,29,42,0.22) !important;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .jkg-contact-hero {
        min-height: 420px;
    }

    .jkg-contact-hero-content {
        padding: 70px 20px 65px;
    }

    .jkg-contact-hero h1 {
        font-size: 55px;
    }

    .jkg-contact-row {
        display: block;
    }

        .jkg-contact-row > div {
            display: block;
            margin-bottom: 30px;
        }
}


@media (max-width: 767px) {

    .jkg-contact-hero {
        min-height: 390px;
    }

    .jkg-contact-hero-content {
        padding: 58px 15px 55px;
    }

    .jkg-contact-eyebrow {
        margin-bottom: 18px;
        padding-left: 36px;
        font-size: 10px;
        letter-spacing: 2.5px;
    }

        .jkg-contact-eyebrow::before {
            width: 27px;
        }

    .jkg-contact-hero h1 {
        margin-bottom: 17px;
        font-size: 42px;
        letter-spacing: -0.5px;
    }

    .jkg-contact-hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    .jkg-contact-section {
        padding: 60px 0 70px;
    }

    .jkg-contact-heading {
        margin-bottom: 35px;
    }

        .jkg-contact-heading h2 {
            font-size: 30px;
        }

    .jkg-contact-info-card {
        padding: 30px 24px;
    }

    .jkg-contact-form-card {
        padding: 28px 22px;
    }

    .jkg-contact-form-header h3 {
        font-size: 23px;
    }

    .jkg-form-icon {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
    }

    .jkg-contact-detail-icon {
        flex: 0 0 43px;
        width: 43px;
        height: 43px;
    }
}

/* ==========================================
   FOOTER CONTACT SPACING FIX
========================================== */

.footer-contact-info {
    margin: 0 !important;
    padding: 0 !important;
}

    .footer-contact-info > div {
        margin-bottom: 18px !important;
        padding: 0 !important;
    }

        .footer-contact-info > div:last-child {
            margin-bottom: 0 !important;
        }

    /* Contact heading */
    .footer-contact-info h4 {
        margin: 0 0 5px !important;
        padding: 0 !important;
        line-height: 1.3 !important;
    }

    /* Contact text */
    .footer-contact-info p,
    .footer-contact-info span {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.55 !important;
    }

    /* Icon + text alignment */
    .footer-contact-info .contact-icon {
        margin-top: 0 !important;
    }

    .footer-contact-info .contact-text {
        margin: 0 !important;
        padding: 0 !important;
    }

/* =========================================================
   JKG FOOTER - CONTACT DETAILS COMPACT SPACING
   IMPORTANT: Keep this AFTER all existing footer CSS
========================================================= */

/* Contact information area */
footer .contact-address-container,
.footer-area .contact-address-container,
.footer-widget .contact-address-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Each contact item */
footer .contact-address-info,
.footer-area .contact-address-info,
.footer-widget .contact-address-info {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

    /* Last item */
    footer .contact-address-info:last-child,
    .footer-area .contact-address-info:last-child,
    .footer-widget .contact-address-info:last-child {
        margin-bottom: 0 !important;
    }

    /* Icon */
    footer .contact-address-info .contact-icon,
    .footer-area .contact-address-info .contact-icon,
    .footer-widget .contact-address-info .contact-icon {
        flex: 0 0 48px !important;
        width: 48px !important;
        height: 48px !important;
        margin: 0 16px 0 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Text wrapper */
    footer .contact-address-info .contact-text,
    .footer-area .contact-address-info .contact-text,
    .footer-widget .contact-address-info .contact-text {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4 !important;
    }

        /* Visit Us / Email / Call Us heading */
        footer .contact-address-info .contact-text h4,
        .footer-area .contact-address-info .contact-text h4,
        .footer-widget .contact-address-info .contact-text h4 {
            margin: 0 0 5px 0 !important;
            padding: 0 !important;
            line-height: 1.25 !important;
            font-size: 14px !important;
        }

        /* Address / email / phone */
        footer .contact-address-info .contact-text span,
        .footer-area .contact-address-info .contact-text span,
        .footer-widget .contact-address-info .contact-text span {
            display: block !important;
            margin: 0 !important;
            padding: 0 !important;
            line-height: 1.5 !important;
            font-size: 13px !important;
        }

        /* Remove paragraph spacing if theme uses p */
        footer .contact-address-info .contact-text p,
        .footer-area .contact-address-info .contact-text p,
        .footer-widget .contact-address-info .contact-text p {
            margin: 0 !important;
            padding: 0 !important;
            line-height: 1.5 !important;
        }


/* =========================================================
   LEFT FOOTER DESCRIPTION
========================================================= */

footer .footer-about p,
.footer-area .footer-about p,
.footer-widget:first-child p {
    margin-bottom: 25px !important;
}


/* =========================================================
   REMOVE OLD FOOTER CONTACT SPACING
========================================================= */

footer .contact-address-info + .contact-address-info,
.footer-area .contact-address-info + .contact-address-info,
.footer-widget .contact-address-info + .contact-address-info {
    margin-top: 0 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    footer .contact-address-info,
    .footer-area .contact-address-info,
    .footer-widget .contact-address-info {
        margin-bottom: 16px !important;
    }
}