﻿
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

/* =========================================================
   JKG GOLDEN JUBILEE SECTION
========================================================= */
.jkg-jubilee-section {
    position: relative;
    background: #fffdf8;
    padding: 55px 0 65px;
    overflow: hidden;
}


/* Decorative top border */

.jkg-jubilee-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient( 90deg, #a51d20 0%, #e6a23c 50%, #20aeb3 100% );
}


/* =========================================================
   SECTION HEADER
========================================================= */

.jkg-jubilee-header {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}


.jkg-jubilee-badge {
    display: inline-block;
    background: #a51d20;
    color: #ffffff;
    padding: 7px 22px;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}


.jkg-jubilee-header h2 {
    margin: 0;
    color: #542d1b;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}


.jkg-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 13px auto 16px;
}


    .jkg-title-divider span {
        width: 55px;
        height: 2px;
        background: #e6a23c;
    }


    .jkg-title-divider i {
        color: #20aeb3;
        font-size: 15px;
    }


.jkg-jubilee-header p {
    max-width: 780px;
    margin: 0 auto;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   MAIN ROW
========================================================= */

.jkg-jubilee-row {
    display: flex;
    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.jkg-jubilee-content {
    padding-right: 40px;
}


/* =========================================================
   50 YEARS
========================================================= */

.jkg-years {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}


.jkg-years-number {
    font-size: 78px;
    line-height: 0.85;
    font-weight: 800;
    color: #a51d20;
    letter-spacing: -4px;
}


.jkg-years-text {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
    padding-left: 13px;
    border-left: 3px solid #e6a23c;
}


    .jkg-years-text strong {
        color: #e6a23c;
        font-size: 19px;
        letter-spacing: 2px;
    }


    .jkg-years-text small {
        color: #542d1b;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: 3px;
    }


/* =========================================================
   CONTENT HEADING
========================================================= */

.jkg-jubilee-content h3 {
    color: #542d1b;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin: 12px 0 14px;
}


.jkg-jubilee-content > p {
    color: #555555;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 12px;
    max-width: 500px;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.jkg-jubilee-highlights {
    margin-top: 22px;
}


.jkg-highlight {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}


.jkg-highlight-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    border: 2px solid #a51d20;
    color: #a51d20;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    font-size: 17px;
}


    .jkg-highlight-icon.gold {
        border-color: #e6a23c;
        color: #e6a23c;
    }


.jkg-highlight strong {
    display: block;
    color: #333333;
    font-size: 15px;
    margin-bottom: 2px;
}


.jkg-highlight p {
    margin: 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   BUTTON
========================================================= */

.jkg-jubilee-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
    padding: 11px 22px;
    background: #a51d20;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}


    .jkg-jubilee-button:hover {
        background: #e6a23c;
        color: #542d1b !important;
        transform: translateY(-2px);
    }


/* =========================================================
   VIDEO
========================================================= */

.jkg-jubilee-video-wrapper {
    position: relative;
    padding-left: 10px;
}


.jkg-video-frame {
    position: relative;
    width: 100%;
    background: #111111;
    border: 7px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(84,45,27,0.18);
}


    .jkg-video-frame:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }


    .jkg-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


/* =========================================================
   VIDEO CAPTION
========================================================= */

.jkg-video-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    color: #542d1b;
    font-size: 13px;
    font-weight: 600;
}


    .jkg-video-caption i {
        color: #a51d20;
        font-size: 18px;
    }


/* =========================================================
   DESKTOP SPACING
========================================================= */

@media (min-width: 992px) {

    .jkg-jubilee-content {
        padding-left: 20px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-jubilee-row {
        display: block;
    }

    .jkg-jubilee-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .jkg-jubilee-video-wrapper {
        padding-left: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-jubilee-section {
        padding: 40px 0 45px;
    }

    .jkg-jubilee-header {
        margin-bottom: 30px;
    }

        .jkg-jubilee-header h2 {
            font-size: 28px;
        }

        .jkg-jubilee-header p {
            font-size: 15px;
            line-height: 1.65;
        }

    .jkg-years-number {
        font-size: 65px;
    }

    .jkg-jubilee-content h3 {
        font-size: 24px;
    }

    .jkg-jubilee-content > p {
        font-size: 14px;
    }

    .jkg-video-frame {
        border-width: 4px;
    }
}




.jkg-home-intro {
    background: #ffffff;
}

.jkg-main-heading {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 30px 25px;
}

    .jkg-main-heading h1 {
        margin: 0 0 20px;
        font-size: 42px;
        line-height: 1.25;
        font-weight: 700;
        color: #253b53;
        letter-spacing: -0.5px;
    }

        .jkg-main-heading h1 span {
            display: inline;
        }

    .jkg-main-heading p {
        max-width: 950px;
        margin: 0 auto;
        font-size: 17px;
        line-height: 1.8;
        color: #444444;
        font-weight: 400;
    }


/* ================================
   FOUNDATION DAY SECTION
================================ */

.jkg-foundation-heading {
    max-width: 950px;
    margin: 20px auto 0;
    padding: 30px 25px 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

    .jkg-foundation-heading h2 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 1.3;
        font-weight: 600;
        color: #253b53;
    }

    .jkg-foundation-heading p {
        max-width: 850px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.7;
        color: #555555;
    }


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .jkg-home-intro {
        padding-top: 30px !important;
        padding-bottom: 25px !important;
    }

    .jkg-main-heading {
        padding: 15px 15px 20px;
    }

        .jkg-main-heading h1 {
            font-size: 30px;
            line-height: 1.3;
        }

        .jkg-main-heading p {
            font-size: 15px;
            line-height: 1.7;
        }

    .jkg-foundation-heading {
        padding: 25px 15px 15px;
    }

        .jkg-foundation-heading h2 {
            font-size: 24px;
        }

        .jkg-foundation-heading p {
            font-size: 15px;
        }
}


/* =========================================================
   JKG GRADE XII RESULTS SECTION
========================================================= */
.jkg-xii-results-section {
    position: relative;
    padding: 70px 0 75px;
    background: linear-gradient( 135deg, #fffaf3 0%, #ffffff 55%, #f5faf9 100% );
    overflow: hidden;
}


/* =========================================================
   TOP BRAND LINE
========================================================= */

.jkg-xii-results-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient( 90deg, #a51d20 0%, #e5a33a 50%, #19a9ae 100% );
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.jkg-xii-results-section::after {
    content: "XII";
    position: absolute;
    right: -35px;
    bottom: -55px;
    font-size: 210px;
    line-height: 1;
    font-weight: 900;
    color: #a51d20;
    opacity: 0.035;
    pointer-events: none;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.jkg-xii-results-layout {
    display: flex;
    align-items: flex-start;
    gap: 55px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.jkg-xii-results-content {
    width: 38%;
    padding-left: 25px;
    border-left: 5px solid #a51d20;
}


/* Kicker */

.jkg-xii-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #a51d20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}


    .jkg-xii-kicker span {
        width: 28px;
        height: 3px;
        background: #e5a33a;
        display: inline-block;
    }


/* Heading */

.jkg-xii-results-content h2 {
    margin: 0;
    color: #542d1b;
    font-size: 43px;
    line-height: 1.08;
    font-weight: 500;
}


    .jkg-xii-results-content h2 strong {
        display: block;
        font-weight: 800;
    }


    .jkg-xii-results-content h2 em {
        display: block;
        margin-top: 8px;
        color: #a51d20;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
    }


/* Gold divider */

.jkg-xii-gold-line {
    width: 55px;
    height: 3px;
    margin: 20px 0 17px;
    background: #e5a33a;
}


/* Lead */

.jkg-xii-lead {
    margin: 0 0 8px;
    color: #542d1b;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 700;
}


/* Description */

.jkg-xii-description {
    max-width: 440px;
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   MAIN ACHIEVEMENT
========================================================= */

.jkg-xii-achievement {
    display: flex;
    align-items: center;
    margin-top: 25px;
    padding: 15px 18px;
    background: #ffffff;
    border-left: 4px solid #e5a33a;
    box-shadow: 0 6px 20px rgba(84,45,27,0.08);
    max-width: 330px;
}


.jkg-xii-achievement-number {
    color: #a51d20;
    font-size: 37px;
    line-height: 1;
    font-weight: 900;
    padding-right: 15px;
    border-right: 1px solid #e3d9cb;
}


.jkg-xii-achievement-text {
    padding-left: 15px;
}


    .jkg-xii-achievement-text strong {
        display: block;
        color: #542d1b;
        font-size: 14px;
    }


    .jkg-xii-achievement-text span {
        display: block;
        margin-top: 3px;
        color: #777777;
        font-size: 11px;
    }


/* =========================================================
   HIGHLIGHTS
========================================================= */

.jkg-xii-highlights {
    margin-top: 22px;
}


.jkg-xii-highlight {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    color: #555555;
    font-size: 13px;
}


    .jkg-xii-highlight i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        min-width: 25px;
        margin-right: 10px;
        border-radius: 50%;
        background: #a51d20;
        color: #ffffff;
        font-size: 11px;
    }


/* =========================================================
   LINK
========================================================= */

.jkg-xii-result-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    color: #a51d20 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}


    .jkg-xii-result-link i {
        transition: transform 0.25s ease;
    }


    .jkg-xii-result-link:hover i {
        transform: translateX(5px);
    }


/* =========================================================
   RIGHT SLIDER
========================================================= */

.jkg-xii-results-visual {
    position: relative;
    width: 62%;
}


/* Gold frame behind slider */

.jkg-xii-slider-frame {
    position: relative;
    padding: 14px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(84,45,27,0.17);
}


    .jkg-xii-slider-frame::before {
        content: "";
        position: absolute;
        top: -10px;
        right: -10px;
        width: 70%;
        height: 100%;
        border: 2px solid #e5a33a;
        border-radius: 5px;
        z-index: -1;
    }


/* =========================================================
   SLIDER
========================================================= */

.jkg-xii-slider {
    position: relative;
    background: #f4eee4;
}


    .jkg-xii-slider img {
        display: block;
        width: 100%;
        height: auto;
    }


/* =========================================================
   SLIDER CAPTION
========================================================= */

.jkg-xii-slider-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 15px;
    color: #542d1b;
    font-size: 12px;
    font-weight: 600;
}


.jkg-xii-slider-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d6ccc0;
}


    .jkg-xii-slider-dot.active {
        background: #a51d20;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-xii-results-layout {
        gap: 35px;
    }


    .jkg-xii-results-content {
        width: 40%;
    }


    .jkg-xii-results-visual {
        width: 60%;
    }


    .jkg-xii-results-content h2 {
        font-size: 35px;
    }


        .jkg-xii-results-content h2 em {
            font-size: 26px;
        }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-xii-results-section {
        padding: 45px 0 50px;
    }


    .jkg-xii-results-layout {
        display: block;
    }


    .jkg-xii-results-content {
        width: 100%;
        padding-left: 18px;
        margin-bottom: 40px;
    }


        .jkg-xii-results-content h2 {
            font-size: 34px;
        }


            .jkg-xii-results-content h2 em {
                font-size: 25px;
            }


    .jkg-xii-lead {
        font-size: 17px;
    }


    .jkg-xii-description {
        font-size: 14px;
    }


    .jkg-xii-results-visual {
        width: 100%;
    }


    .jkg-xii-slider-frame {
        padding: 5px;
    }


        .jkg-xii-slider-frame::before {
            right: -5px;
            top: -5px;
        }


    .jkg-xii-results-section::after {
        font-size: 120px;
    }
}


/* =========================================================
   JKG GRADE X RESULT - NEW DESIGN
========================================================= */
.jkg-result-achievement {
    position: relative;
    padding: 70px 0 75px;
    background: linear-gradient( 135deg, #fffaf2 0%, #fffdf9 55%, #f5faf9 100% );
    overflow: hidden;
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.jkg-result-achievement::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -170px;
    top: -180px;
    border-radius: 50%;
    border: 55px solid rgba(165, 29, 32, 0.035);
}


.jkg-result-achievement::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: -150px;
    bottom: -130px;
    border-radius: 50%;
    border: 35px solid rgba(230, 162, 60, 0.06);
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.jkg-result-layout {
    display: flex;
    align-items: center;
    gap: 55px;
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.jkg-result-intro {
    width: 38%;
    padding-left: 25px;
    border-left: 5px solid #a51d20;
}


/* Small heading */

.jkg-result-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #a51d20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}


    .jkg-result-kicker span {
        width: 28px;
        height: 3px;
        background: #e5a33a;
        display: inline-block;
    }


/* Main heading */

.jkg-result-intro h2 {
    margin: 0;
    color: #542d1b;
    font-size: 45px;
    line-height: 1.08;
    font-weight: 500;
}


    .jkg-result-intro h2 strong {
        display: block;
        font-weight: 800;
    }


    .jkg-result-intro h2 em {
        display: block;
        font-style: normal;
        color: #a51d20;
        font-size: 32px;
        margin-top: 7px;
    }


/* Lead */

.jkg-result-lead {
    margin: 22px 0 8px;
    color: #542d1b;
    font-size: 20px;
    font-weight: 700;
}


/* Description */

.jkg-result-description {
    max-width: 430px;
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   STATISTICS
========================================================= */

.jkg-result-stats {
    display: flex;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e6ddd1;
}


.jkg-result-stat {
    padding: 0 22px;
    border-right: 1px solid #ded4c7;
}


    .jkg-result-stat:first-child {
        padding-left: 0;
    }


    .jkg-result-stat:last-child {
        border-right: none;
    }


    .jkg-result-stat strong {
        display: block;
        color: #a51d20;
        font-size: 23px;
        line-height: 1.2;
        font-weight: 800;
    }


    .jkg-result-stat span {
        display: block;
        margin-top: 4px;
        color: #777777;
        font-size: 11px;
        font-weight: 600;
        white-space: nowrap;
    }


/* =========================================================
   LINK
========================================================= */

.jkg-result-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 27px;
    color: #a51d20 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}


    .jkg-result-link i {
        transition: transform 0.25s ease;
    }


    .jkg-result-link:hover i {
        transform: translateX(5px);
    }


/* =========================================================
   RIGHT IMAGE
========================================================= */

.jkg-result-visual {
    position: relative;
    width: 62%;
    padding: 18px 18px 18px 0;
}


    /* Gold frame */

    .jkg-result-visual::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 82%;
        height: 100%;
        border: 2px solid #e5a33a;
        border-radius: 4px;
        z-index: 0;
    }


/* Image */

.jkg-result-image {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 18px 45px rgba(84,45,27,0.18);
}


    .jkg-result-image a {
        display: block;
        line-height: 0;
        overflow: hidden;
    }


    .jkg-result-image img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.45s ease;
    }


    .jkg-result-image:hover img {
        transform: scale(1.015);
    }


/* =========================================================
   DECORATIVE YEAR
========================================================= */

.jkg-result-decoration {
    position: absolute;
    right: -8px;
    bottom: -18px;
    z-index: 3;
    color: #a51d20;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    opacity: 0.08;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-result-layout {
        gap: 35px;
    }


    .jkg-result-intro {
        width: 40%;
    }


    .jkg-result-visual {
        width: 60%;
    }


    .jkg-result-intro h2 {
        font-size: 36px;
    }


        .jkg-result-intro h2 em {
            font-size: 27px;
        }


    .jkg-result-stat {
        padding: 0 12px;
    }


        .jkg-result-stat strong {
            font-size: 19px;
        }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-result-achievement {
        padding: 45px 0 50px;
    }


    .jkg-result-layout {
        display: block;
    }


    .jkg-result-intro {
        width: 100%;
        padding-left: 18px;
        margin-bottom: 40px;
    }


        .jkg-result-intro h2 {
            font-size: 34px;
        }


            .jkg-result-intro h2 em {
                font-size: 25px;
            }


    .jkg-result-lead {
        font-size: 18px;
    }


    .jkg-result-description {
        font-size: 14px;
    }


    .jkg-result-stats {
        margin-top: 22px;
    }


    .jkg-result-stat {
        padding: 0 10px;
    }


        .jkg-result-stat strong {
            font-size: 17px;
        }


        .jkg-result-stat span {
            font-size: 9px;
        }


    .jkg-result-visual {
        width: 100%;
        padding: 12px 8px 12px 0;
    }


        .jkg-result-visual::before {
            width: 85%;
        }


    .jkg-result-decoration {
        font-size: 40px;
    }
}

/* =========================================================
   SEPARATE GRADE X AND GRADE XII SECTIONS
========================================================= */

/* Grade X */
.jkg-result-achievement {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 75px 0 85px;
    overflow: hidden;
}


/* Grade XII */
.jkg-xii-results-section {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 85px 0 90px;
    overflow: hidden;
}


/* Strong separation between sections */
.jkg-xii-results-section {
    border-top: 1px solid #eadfce;
}


    /* Decorative separation line */
    .jkg-xii-results-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 4px;
        background: linear-gradient( 90deg, #a51d20, #e5a33a, #a51d20 );
    }


    /* Make sure old floating elements don't affect next section */
    .jkg-result-achievement::after,
    .jkg-xii-results-section::after {
        clear: both;
    }


/* =========================================================
   IMPORTANT - PREVENT IMAGE/SLIDER OVERFLOW
========================================================= */

.jkg-result-visual,
.jkg-xii-results-visual {
    position: relative;
    display: block;
}


/* Images must stay inside their own section */

.jkg-result-image img,
.jkg-xii-slider img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* =========================================================
   EXTRA SPACE BETWEEN X AND XII
========================================================= */

.jkg-xii-results-section {
    margin-top: 20px;
}

/* =========================================================
   JKG GLOBAL EXCHANGE PROGRAM
========================================================= */

.jkg-global-section {
    position: relative;
    padding: 75px 0 85px;
    background: linear-gradient( 135deg, #fffaf3 0%, #ffffff 52%, #f5faf9 100% );
    overflow: hidden;
}


    /* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

    .jkg-global-section::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -220px;
        top: -220px;
        border-radius: 50%;
        border: 65px solid rgba(165,29,32,0.035);
    }


    .jkg-global-section::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        left: -180px;
        bottom: -180px;
        border-radius: 50%;
        border: 45px solid rgba(229,163,58,0.045);
    }


/* =========================================================
   HEADING
========================================================= */

.jkg-global-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 48px;
}


.jkg-global-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #a51d20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    margin-bottom: 13px;
}


    .jkg-global-kicker span {
        width: 35px;
        height: 2px;
        background: #e5a33a;
    }


.jkg-global-heading h2 {
    margin: 0;
    color: #542d1b;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
}


.jkg-global-heading p {
    max-width: 700px;
    margin: 15px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.jkg-global-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 55px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.jkg-global-content {
    width: 37%;
    padding-left: 25px;
    border-left: 5px solid #a51d20;
}


/* Global label */

.jkg-global-number {
    margin-bottom: 13px;
}


    .jkg-global-number span {
        display: block;
        color: #e5a33a;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 3px;
    }


    .jkg-global-number strong {
        display: block;
        color: #a51d20;
        font-size: 28px;
        line-height: 1;
        font-weight: 900;
    }


/* Main heading */

.jkg-global-content h3 {
    margin: 0 0 17px;
    color: #542d1b;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 500;
}


    .jkg-global-content h3 span {
        display: block;
        color: #a51d20;
        font-weight: 800;
    }


.jkg-global-content > p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    max-width: 430px;
}


/* =========================================================
   POINTS
========================================================= */

.jkg-global-points {
    margin-top: 25px;
}


.jkg-global-point {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
}


.jkg-global-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #a51d20;
    color: #ffffff;
}


.jkg-global-point strong {
    display: block;
    color: #542d1b;
    font-size: 13px;
}


.jkg-global-point span {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 2px;
}


/* =========================================================
   BUTTON
========================================================= */

.jkg-global-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 12px 20px;
    background: #a51d20;
    color: #ffffff !important;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}


    .jkg-global-button:hover {
        background: #542d1b;
        transform: translateY(-2px);
        box-shadow: 0 7px 18px rgba(165,29,32,0.20);
    }


    .jkg-global-button i {
        transition: transform 0.25s ease;
    }


    .jkg-global-button:hover i {
        transform: translateX(5px);
    }


/* =========================================================
   RIGHT IMAGE
========================================================= */

.jkg-global-visual {
    position: relative;
    width: 63%;
    padding: 15px 15px 15px 0;
}


/* Gold frame */

.jkg-global-image-frame {
    position: relative;
    z-index: 2;
    padding: 8px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(84,45,27,0.18);
}


    /* Decorative frame */

    .jkg-global-image-frame::before {
        content: "";
        position: absolute;
        top: -10px;
        right: -10px;
        width: 65%;
        height: 100%;
        border: 2px solid #e5a33a;
        border-radius: 5px;
        z-index: -1;
    }


    .jkg-global-image-frame a {
        display: block;
        line-height: 0;
        overflow: hidden;
    }


    .jkg-global-image-frame img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.4s ease;
    }


    .jkg-global-image-frame:hover img {
        transform: scale(1.015);
    }


/* =========================================================
   FLOATING GLOBAL BADGE
========================================================= */

/* =========================================
   GLOBAL SECTION - CLEAN CATEGORY LABEL
   ========================================= */

#jkg-global-section .jkg-global-badge {
    position: absolute !important;
    left: 20px !important;
    bottom: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: calc(100% - 40px) !important;
    padding: 8px 14px !important;
    background: rgba(84, 45, 27, 0.92) !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}


/* Don't allow badge to stretch */

#jkg-global-section .jkg-global-image {
    position: relative !important;
}


/* =========================================
   CONTENT CATEGORY
   ========================================= */

#jkg-global-section .jkg-global-category {
    display: inline-block !important;
    width: auto !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #b47b18 !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-global-layout {
        gap: 35px;
    }


    .jkg-global-content {
        width: 40%;
    }


    .jkg-global-visual {
        width: 60%;
    }


    .jkg-global-heading h2 {
        font-size: 32px;
    }


    .jkg-global-content h3 {
        font-size: 29px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-global-section {
        padding: 50px 0 60px;
    }


    .jkg-global-heading {
        margin-bottom: 35px;
    }


        .jkg-global-heading h2 {
            font-size: 27px;
        }


        .jkg-global-heading p {
            font-size: 14px;
        }


    .jkg-global-layout {
        display: block;
    }


    .jkg-global-content {
        width: 100%;
        padding-left: 18px;
        margin-bottom: 40px;
    }


    .jkg-global-visual {
        width: 100%;
        padding-right: 7px;
    }


    .jkg-global-image-frame::before {
        right: -5px;
        top: -5px;
    }


    .jkg-global-badge {
        right: -3px;
    }
}

/* =========================================================
   JKG VISION • MISSION • VALUES • INITIATIVES
========================================================= */

.jkg-values-section {
    position: relative;
    padding: 75px 0 85px;
    background: linear-gradient( 135deg, #fffaf3 0%, #ffffff 55%, #f5faf9 100% );
    overflow: hidden;
}


    /* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

    .jkg-values-section::before {
        content: "";
        position: absolute;
        width: 430px;
        height: 430px;
        right: -230px;
        top: -230px;
        border-radius: 50%;
        border: 65px solid rgba(165, 29, 32, 0.035);
    }


    .jkg-values-section::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        left: -190px;
        bottom: -190px;
        border-radius: 50%;
        border: 45px solid rgba(229, 163, 58, 0.045);
    }


/* =========================================================
   HEADING
========================================================= */

.jkg-values-heading {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
}


.jkg-values-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #a51d20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
}


    .jkg-values-kicker span {
        display: inline-block;
        width: 35px;
        height: 2px;
        background: #e5a33a;
    }


.jkg-values-heading h2 {
    margin: 0;
    color: #542d1b;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}


.jkg-values-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   ROW
========================================================= */

.jkg-values-row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}


/* =========================================================
   CARD
========================================================= */

.jkg-value-card {
    position: relative;
    height: 100%;
    min-height: 390px;
    padding: 32px 25px 30px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid #eee5d9;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(84, 45, 27, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}


    .jkg-value-card:hover {
        transform: translateY(-8px);
        border-color: #e5a33a;
        box-shadow: 0 18px 40px rgba(84, 45, 27, 0.13);
    }


/* =========================================================
   NUMBER
========================================================= */

.jkg-value-number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #a51d20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    opacity: 0.7;
}


/* =========================================================
   ICON
========================================================= */

.jkg-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 23px;
    border-radius: 50%;
    background: #fff7ee;
    border: 2px solid #e5a33a;
    color: #a51d20;
    font-size: 27px;
    transition: all 0.3s ease;
}


.jkg-value-card:hover .jkg-value-icon {
    background: #a51d20;
    border-color: #a51d20;
    color: #ffffff;
    transform: rotate(-5deg);
}


/* =========================================================
   CARD TITLE
========================================================= */

.jkg-value-card h3 {
    margin: 0;
    color: #542d1b;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}


/* =========================================================
   GOLD LINE
========================================================= */

.jkg-value-line {
    width: 38px;
    height: 3px;
    margin: 14px 0 17px;
    background: #e5a33a;
}


/* =========================================================
   CARD TEXT
========================================================= */

.jkg-value-card p {
    margin: 0;
    color: #666666;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================================
   DIFFERENT ACCENT FOR FOURTH CARD
========================================================= */

.jkg-value-card:nth-child(4) .jkg-value-icon {
    background: #fdf3f3;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-values-heading h2 {
        font-size: 32px;
    }


    .jkg-value-card {
        min-height: 360px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-values-section {
        padding: 50px 0 55px;
    }


    .jkg-values-heading {
        margin-bottom: 35px;
    }


        .jkg-values-heading h2 {
            font-size: 28px;
        }


        .jkg-values-heading p {
            font-size: 14px;
        }


    .jkg-value-card {
        min-height: auto;
        padding: 28px 22px;
    }


    .jkg-value-icon {
        width: 62px;
        height: 62px;
        font-size: 23px;
    }
}

/* =========================================================
   JKG TIMES SECTION
========================================================= */

.jkg-times-section {
    position: relative;
    padding: 75px 0 85px;
    background: linear-gradient( 135deg, #fffaf3 0%, #ffffff 55%, #f8f4ef 100% );
    overflow: hidden;
}


    /* Decorative circles */

    .jkg-times-section::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -220px;
        top: -210px;
        border-radius: 50%;
        border: 65px solid rgba(165, 29, 32, 0.035);
    }


    .jkg-times-section::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        left: -180px;
        bottom: -170px;
        border-radius: 50%;
        border: 45px solid rgba(229, 163, 58, 0.05);
    }


/* =========================================================
   HEADING
========================================================= */

.jkg-times-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 45px;
}


.jkg-times-kicker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #a51d20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
}


    .jkg-times-kicker span {
        width: 35px;
        height: 2px;
        display: inline-block;
        background: #e5a33a;
    }


.jkg-times-heading h2 {
    margin: 0;
    color: #542d1b;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
}


.jkg-times-heading p {
    margin: 10px 0 0;
    color: #777;
    font-size: 16px;
}


/* =========================================================
   MAIN CARD
========================================================= */

.jkg-times-card {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    max-width: 1050px;
    min-height: 430px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eadfd2;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(84, 45, 27, 0.12);
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.jkg-times-content {
    width: 55%;
    padding: 55px 60px;
    background: linear-gradient( 145deg, #a51d20 0%, #8e171a 100% );
    color: #ffffff;
}


.jkg-times-badge {
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 30px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.jkg-times-content h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
}


.jkg-times-content h4 {
    margin: 0;
    color: #f7d78c;
    font-size: 20px;
    font-weight: 600;
}


.jkg-times-line {
    width: 55px;
    height: 3px;
    margin: 22px 0;
    background: #e5a33a;
}


.jkg-times-content p {
    max-width: 480px;
    margin: 0 0 30px;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   BUTTON
========================================================= */

.jkg-times-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    background: #e5a33a;
    color: #542d1b !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.3s ease;
}


    .jkg-times-button:hover {
        background: #ffffff;
        color: #a51d20 !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    }


/* =========================================================
   RIGHT PDF AREA
========================================================= */

.jkg-times-preview {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
    background: radial-gradient( circle at center, #fffdf9 0%, #f5eee5 100% );
}


/* =========================================================
   PDF PAPER
========================================================= */

.jkg-times-paper {
    position: relative;
    width: 255px;
    height: 325px;
    padding: 35px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ddd3c7;
    border-radius: 3px;
    box-shadow: 12px 15px 0 rgba(165,29,32,0.08), 0 15px 35px rgba(84,45,27,0.15);
    transform: rotate(2deg);
    transition: all 0.35s ease;
}


.jkg-times-card:hover .jkg-times-paper {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 12px 18px 0 rgba(165,29,32,0.08), 0 20px 40px rgba(84,45,27,0.18);
}


/* PDF Icon */

.jkg-times-paper-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff3f3;
    color: #a51d20;
    font-size: 34px;
}


.jkg-times-paper-title {
    color: #542d1b;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2px;
}


.jkg-times-paper-session {
    margin-top: 8px;
    color: #a51d20;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}


.jkg-times-paper-line {
    width: 60px;
    height: 3px;
    margin: 20px auto;
    background: #e5a33a;
}


.jkg-times-paper-text {
    color: #542d1b;
    font-size: 24px;
    font-weight: 800;
}


.jkg-times-paper-footer {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    color: #999;
    font-size: 9px;
    letter-spacing: 1px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-times-section {
        padding: 50px 0 60px;
    }


    .jkg-times-heading h2 {
        font-size: 30px;
    }


    .jkg-times-card {
        display: block;
    }


    .jkg-times-content {
        width: 100%;
        padding: 40px 30px;
    }


        .jkg-times-content h3 {
            font-size: 32px;
        }


    .jkg-times-preview {
        width: 100%;
        padding: 45px 20px;
    }


    .jkg-times-paper {
        width: 230px;
        height: 300px;
    }
}

/* ==========================================================
   JKG YOUTUBE SECTION - FINAL OVERRIDE
   ========================================================== */

#jkg-youtube-section {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 75px 0 85px !important;
    margin: 0 !important;
    background: linear-gradient( 135deg, #fffaf4 0%, #ffffff 50%, #faf4ed 100% ) !important;
    overflow: hidden !important;
}


    /* Decorative top line */

    #jkg-youtube-section:before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 5px !important;
        background: linear-gradient( 90deg, #a51d20 0%, #e5a33a 50%, #a51d20 100% ) !important;
    }


    /* ==========================================================
   HEADER
   ========================================================== */

    #jkg-youtube-section .jkg-youtube-header {
        position: relative !important;
        z-index: 2 !important;
        max-width: 900px !important;
        margin: 0 auto 45px !important;
        text-align: center !important;
    }


    #jkg-youtube-section .jkg-youtube-label {
        display: inline-block !important;
        margin-bottom: 12px !important;
        color: #a51d20 !important;
        font-family: Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 2px !important;
    }


    #jkg-youtube-section .jkg-youtube-header h2 {
        margin: 0 !important;
        padding: 0 !important;
        color: #542d1b !important;
        font-family: Arial, sans-serif !important;
        font-size: 36px !important;
        font-weight: 800 !important;
        line-height: 1.3 !important;
        text-transform: none !important;
    }


    #jkg-youtube-section .jkg-youtube-header p {
        max-width: 850px !important;
        margin: 15px auto 0 !important;
        padding: 0 !important;
        color: #555555 !important;
        font-family: Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.8 !important;
    }


    /* Divider */

    #jkg-youtube-section .jkg-youtube-divider {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        margin: 18px 0 !important;
    }


        #jkg-youtube-section .jkg-youtube-divider span {
            display: block !important;
            width: 38px !important;
            height: 2px !important;
            background: #e5a33a !important;
        }


        #jkg-youtube-section .jkg-youtube-divider i {
            color: #18aeb7 !important;
            font-size: 15px !important;
        }


    /* ==========================================================
   VIDEO ROW
   ========================================================== */

    #jkg-youtube-section .jkg-youtube-videos {
        position: relative !important;
        z-index: 2 !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
    }


        #jkg-youtube-section .jkg-youtube-videos > div {
            padding-left: 12px !important;
            padding-right: 12px !important;
        }


    /* ==========================================================
   VIDEO CARD
   ========================================================== */

    #jkg-youtube-section .jkg-youtube-card {
        position: relative !important;
        display: block !important;
        height: 100% !important;
        margin-bottom: 30px !important;
        overflow: hidden !important;
        background: #ffffff !important;
        border: 1px solid #e6d9cd !important;
        border-radius: 10px !important;
        box-shadow: 0 10px 30px rgba(84,45,27,0.12) !important;
        transition: transform .3s ease, box-shadow .3s ease !important;
    }


        #jkg-youtube-section .jkg-youtube-card:hover {
            transform: translateY(-8px) !important;
            box-shadow: 0 20px 45px rgba(84,45,27,0.20) !important;
        }


        /* Gold/maroon card border */

        #jkg-youtube-section .jkg-youtube-card:before {
            content: "" !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            height: 4px !important;
            z-index: 10 !important;
            background: linear-gradient( 90deg, #a51d20, #e5a33a, #a51d20 ) !important;
        }


    /* ==========================================================
   VIDEO
   ========================================================== */

    #jkg-youtube-section .jkg-youtube-video {
        position: relative !important;
        width: 100% !important;
        padding-top: 56.25% !important;
        background: #1a100c !important;
        overflow: hidden !important;
    }


        #jkg-youtube-section .jkg-youtube-video iframe {
            position: absolute !important;
            left: 0 !important;
            top: 0 !important;
            width: 100% !important;
            height: 100% !important;
            border: 0 !important;
        }


    /* ==========================================================
   CARD CONTENT
   ========================================================== */

    #jkg-youtube-section .jkg-youtube-card-content {
        padding: 22px 24px 25px !important;
        background: #ffffff !important;
    }


        #jkg-youtube-section .jkg-youtube-card-content span {
            display: block !important;
            margin-bottom: 8px !important;
            color: #a51d20 !important;
            font-family: Arial, sans-serif !important;
            font-size: 10px !important;
            font-weight: 800 !important;
            letter-spacing: 1.5px !important;
        }


        #jkg-youtube-section .jkg-youtube-card-content h3 {
            margin: 0 0 8px !important;
            padding: 0 !important;
            color: #542d1b !important;
            font-family: Arial, sans-serif !important;
            font-size: 21px !important;
            font-weight: 800 !important;
            line-height: 1.3 !important;
        }


        #jkg-youtube-section .jkg-youtube-card-content p {
            margin: 0 !important;
            padding: 0 !important;
            color: #666666 !important;
            font-family: Arial, sans-serif !important;
            font-size: 14px !important;
            font-weight: 400 !important;
            line-height: 1.7 !important;
        }


    /* ==========================================================
   BUTTON
   ========================================================== */

    #jkg-youtube-section .jkg-youtube-action {
        position: relative !important;
        z-index: 3 !important;
        text-align: center !important;
        margin-top: 15px !important;
    }


        #jkg-youtube-section .jkg-youtube-action a {
            display: inline-flex !important;
            align-items: center !important;
            gap: 10px !important;
            padding: 14px 24px !important;
            background: #a51d20 !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 5px !important;
            font-family: Arial, sans-serif !important;
            font-size: 13px !important;
            font-weight: 700 !important;
            text-decoration: none !important;
            transition: all .3s ease !important;
        }


            #jkg-youtube-section .jkg-youtube-action a:hover {
                background: #542d1b !important;
                color: #ffffff !important;
                transform: translateY(-3px) !important;
            }


            #jkg-youtube-section .jkg-youtube-action a i:first-child {
                font-size: 18px !important;
            }


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    #jkg-youtube-section {
        padding: 55px 0 65px !important;
    }


        #jkg-youtube-section .jkg-youtube-header h2 {
            font-size: 28px !important;
        }


        #jkg-youtube-section .jkg-youtube-header p {
            padding: 0 15px !important;
            font-size: 14px !important;
        }


        #jkg-youtube-section .jkg-youtube-card {
            max-width: 500px !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
}

/* =========================================================
   JKG INTERNATIONAL SCHOOL
   INTERNATIONAL DIMENSION - FINAL DESIGN
   ========================================================= */

#jkg-global-section {
    position: relative;
    width: 100%;
    padding: 80px 0 90px;
    background: #fffaf5;
    overflow: hidden;
    box-sizing: border-box;
}

    #jkg-global-section *,
    #jkg-global-section *::before,
    #jkg-global-section *::after {
        box-sizing: border-box;
    }


    /* TOP GOLD LINE */

    #jkg-global-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient( 90deg, #a71920 0%, #e3a32d 50%, #a71920 100% );
    }


    /* =========================================================
   HEADER
   ========================================================= */

    #jkg-global-section .jkg-global-header {
        width: 100%;
        max-width: 950px;
        margin: 0 auto 55px;
        padding: 0 20px;
        text-align: center;
    }

    #jkg-global-section .jkg-global-label {
        display: inline-block;
        margin-bottom: 14px;
        padding: 8px 18px;
        background: #a71920;
        border-radius: 3px;
        color: #ffffff;
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.8px;
        line-height: 1;
    }

    #jkg-global-section .jkg-global-header h2 {
        margin: 0 !important;
        padding: 0 !important;
        color: #542d1b;
        font-family: Arial, sans-serif;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
    }

    #jkg-global-section .jkg-global-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 18px 0 20px;
    }

        #jkg-global-section .jkg-global-divider span {
            display: block;
            width: 42px;
            height: 2px;
            background: #e2a12b;
        }

        #jkg-global-section .jkg-global-divider i {
            color: #18aeb7;
            font-size: 15px;
        }

    #jkg-global-section .jkg-global-header > p {
        max-width: 850px;
        margin: 0 auto !important;
        color: #555555;
        font-family: Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.8;
        text-align: center;
    }


    /* =========================================================
   IMPORTANT:
   REMOVE BOOTSTRAP COLUMN BEHAVIOUR
   ========================================================= */

    /* =========================================================
   JKG GLOBAL SECTION - FIXED 3 CARD LAYOUT
   ========================================================= */

    #jkg-global-section .jkg-global-cards {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 1170px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        gap: 28px !important;
    }


        /* FORCE EACH CARD COLUMN */

        #jkg-global-section .jkg-global-cards > div {
            display: flex !important;
            flex: 1 1 0 !important;
            width: 0 !important;
            max-width: none !important;
            min-width: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
            float: none !important;
        }


    /* CARD */

    #jkg-global-section .jkg-global-card {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
        border: 1px solid #eadfd5 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 8px 25px rgba(84, 45, 27, 0.10) !important;
        transition: all 0.3s ease;
    }


        /* CARD HOVER */

        #jkg-global-section .jkg-global-card:hover {
            transform: translateY(-7px);
            box-shadow: 0 18px 40px rgba(84, 45, 27, 0.18) !important;
        }


    /* IMAGE */

    #jkg-global-section .jkg-global-image {
        position: relative !important;
        width: 100% !important;
        height: 260px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }


        /* IMAGE */

        #jkg-global-section .jkg-global-image img {
            display: block !important;
            width: 100% !important;
            height: 100% !important;
            max-width: none !important;
            margin: 0 !important;
            padding: 0 !important;
            object-fit: cover !important;
        }


    /* CONTENT */

    #jkg-global-section .jkg-global-content {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 25px 27px 28px !important;
        text-align: left !important;
        background: #ffffff !important;
    }


    /* CATEGORY */

    #jkg-global-section .jkg-global-category {
        display: block !important;
        width: 100% !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
        color: #b47b18 !important;
        font-family: Arial, sans-serif !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        letter-spacing: 1.3px !important;
        line-height: 1.5 !important;
        white-space: normal !important;
    }


    /* TITLE */

    #jkg-global-section .jkg-global-content h3 {
        display: block !important;
        width: 100% !important;
        margin: 0 0 5px !important;
        padding: 0 !important;
        color: #542d1b !important;
        font-family: Arial, sans-serif !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        word-break: normal !important;
    }


    /* GRADE */

    #jkg-global-section .jkg-global-grade {
        display: block !important;
        width: 100% !important;
        margin: 0 0 13px !important;
        padding: 0 !important;
        color: #a71920 !important;
        font-family: Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
    }


    /* DESCRIPTION */

    #jkg-global-section .jkg-global-content p:not(.jkg-global-grade) {
        display: block !important;
        width: 100% !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
        color: #666666 !important;
        font-family: Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.7 !important;
        word-break: normal !important;
    }


    /* BUTTON */

    #jkg-global-section .jkg-global-read {
        display: inline-flex !important;
        align-items: center !important;
        align-self: flex-start !important;
        width: auto !important;
        margin-top: auto !important;
        padding: 10px 17px !important;
        background: #a71920 !important;
        border: 1px solid #a71920 !important;
        border-radius: 4px !important;
        color: #ffffff !important;
        font-family: Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }


        /* BUTTON HOVER */

        #jkg-global-section .jkg-global-read:hover {
            background: #542d1b !important;
            border-color: #542d1b !important;
            color: #ffffff !important;
        }


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 991px) {

    #jkg-global-section .jkg-global-cards {
        flex-wrap: wrap !important;
    }

        #jkg-global-section .jkg-global-cards > div {
            flex: 0 0 calc(50% - 14px) !important;
            width: calc(50% - 14px) !important;
        }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

    #jkg-global-section .jkg-global-cards {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 25px !important;
    }

        #jkg-global-section .jkg-global-cards > div {
            flex: 0 0 100% !important;
            width: 100% !important;
        }
}

/* =========================================================
   JKG - HANDS ON EXPERIENCE SECTION
========================================================= */

.jkg-experience-section {
    padding: 70px 0 80px;
    background: #faf9f6;
}


/* -------------------------------
   SECTION HEADING
-------------------------------- */

.jkg-experience-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 45px;
}

.jkg-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #b28a3e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jkg-experience-heading h2 {
    margin: 0 0 16px;
    color: #4b2a1b;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.jkg-experience-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}


/* -------------------------------
   CARDS ROW
-------------------------------- */

.jkg-experience-row {
    display: flex;
    flex-wrap: wrap;
}

    .jkg-experience-row > div {
        display: flex;
        margin-bottom: 30px;
    }


/* -------------------------------
   CARD
-------------------------------- */

.jkg-experience-card {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e9e2da;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(55, 35, 20, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
}

    .jkg-experience-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(55, 35, 20, 0.15);
    }


/* -------------------------------
   IMAGE
-------------------------------- */

.jkg-experience-image {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #eee;
}

    .jkg-experience-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .jkg-experience-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease;
    }

.jkg-experience-card:hover
.jkg-experience-image img {
    transform: scale(1.06);
}


/* -------------------------------
   NUMBER
-------------------------------- */

.jkg-experience-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    color: #a91e23;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* -------------------------------
   CONTENT
-------------------------------- */

.jkg-experience-content {
    padding: 28px 28px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* Category */

.jkg-experience-category {
    display: block;
    margin-bottom: 9px;
    color: #b28a3e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}


/* Title */

.jkg-experience-content h3 {
    margin: 0 0 12px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

    .jkg-experience-content h3 a {
        color: #4b2a1b;
        text-decoration: none;
        transition: color 0.25s ease;
    }

        .jkg-experience-content h3 a:hover {
            color: #b21f24;
        }


/* Description */

.jkg-experience-content p {
    margin: 0 0 25px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}


/* -------------------------------
   BUTTON
-------------------------------- */

.jkg-experience-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    min-width: 125px;
    padding: 11px 16px;
    background: #b21f24;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    transition: background 0.25s ease, padding 0.25s ease;
}

    .jkg-experience-btn span {
        margin-left: 15px;
        font-size: 17px;
        line-height: 1;
    }

    .jkg-experience-btn:hover {
        background: #8f171c;
        padding-left: 20px;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-experience-section {
        padding: 55px 0 65px;
    }

    .jkg-experience-heading h2 {
        font-size: 32px;
    }

    .jkg-experience-image {
        height: 220px;
    }

    .jkg-experience-content {
        padding: 23px;
    }

        .jkg-experience-content h3 {
            font-size: 24px;
        }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-experience-section {
        padding: 45px 15px 55px;
    }

    .jkg-experience-heading {
        margin-bottom: 30px;
    }

        .jkg-experience-heading h2 {
            font-size: 28px;
        }

        .jkg-experience-heading p {
            font-size: 14px;
            line-height: 1.7;
        }

    .jkg-experience-row {
        display: block;
    }

        .jkg-experience-row > div {
            display: block;
            width: 100%;
            margin-bottom: 25px;
        }

    .jkg-experience-image {
        height: 230px;
    }

    .jkg-experience-content h3 {
        font-size: 25px;
    }
}

/* =====================================================
   OUR LEARNING SPACES
===================================================== */

#jkg-learning-section {
    padding: 75px 0 80px;
    background: #ffffff;
}


    /* HEADING */

    #jkg-learning-section .jkg-learning-heading {
        max-width: 800px;
        margin: 0 auto 45px;
        text-align: center;
    }

    #jkg-learning-section .jkg-learning-label {
        display: inline-block;
        margin-bottom: 10px;
        color: #b78628;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #jkg-learning-section .jkg-learning-heading h2 {
        margin: 0 0 15px;
        color: #4b2a1b;
        font-size: 38px;
        font-weight: 700;
        line-height: 1.2;
    }

    #jkg-learning-section .jkg-learning-heading p {
        max-width: 700px;
        margin: 0 auto;
        color: #666;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.8;
    }


    /* ROW */

    #jkg-learning-section .jkg-learning-row {
        display: flex;
        flex-wrap: wrap;
    }

        #jkg-learning-section .jkg-learning-row > div {
            display: flex;
            margin-bottom: 30px;
        }


    /* CARD */

    #jkg-learning-section .jkg-learning-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e8e0d8;
        border-radius: 12px;
        box-shadow: 0 7px 25px rgba(65, 42, 25, 0.07);
        text-decoration: none !important;
        transition: all 0.35s ease;
    }

        #jkg-learning-section .jkg-learning-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 40px rgba(65, 42, 25, 0.14);
        }


    /* IMAGE */

    #jkg-learning-section .jkg-learning-image {
        position: relative;
        height: 245px;
        overflow: hidden;
    }

        #jkg-learning-section .jkg-learning-image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

    #jkg-learning-section .jkg-learning-card:hover
    .jkg-learning-image img {
        transform: scale(1.07);
    }


    /* SUBTLE IMAGE GRADIENT */

    #jkg-learning-section .jkg-learning-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40%;
        background: linear-gradient( to top, rgba(50, 25, 15, 0.35), transparent );
    }


    /* NUMBER */

    #jkg-learning-section .jkg-learning-number {
        position: absolute;
        top: 16px;
        right: 16px;
        display: flex;
        width: 43px;
        height: 43px;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.95);
        border-radius: 50%;
        color: #ad1d22;
        font-size: 13px;
        font-weight: 700;
        box-shadow: 0 3px 12px rgba(0,0,0,0.16);
    }


    /* CONTENT */

    #jkg-learning-section .jkg-learning-content {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 27px 27px 29px;
        border-top: 3px solid #b21f24;
    }


    /* SMALL CATEGORY */

    #jkg-learning-section .jkg-learning-category {
        display: block;
        margin-bottom: 8px;
        color: #b78628;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }


    /* TITLE */

    #jkg-learning-section .jkg-learning-content h3 {
        margin: 0 0 12px;
        color: #4b2a1b;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.25;
        transition: color 0.25s ease;
    }

    #jkg-learning-section .jkg-learning-card:hover h3 {
        color: #b21f24;
    }


    /* DESCRIPTION */

    #jkg-learning-section .jkg-learning-content p {
        margin: 0 0 22px;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
    }


    /* LINK */

    #jkg-learning-section .jkg-learning-link {
        display: inline-flex;
        align-items: center;
        margin-top: auto;
        color: #b21f24;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

        #jkg-learning-section .jkg-learning-link strong {
            margin-left: 8px;
            font-size: 18px;
            transition: transform 0.25s ease;
        }

    #jkg-learning-section .jkg-learning-card:hover
    .jkg-learning-link strong {
        transform: translateX(5px);
    }


/* TABLET */

@media (max-width: 991px) {

    #jkg-learning-section {
        padding: 55px 0 60px;
    }

        #jkg-learning-section .jkg-learning-heading h2 {
            font-size: 32px;
        }

        #jkg-learning-section .jkg-learning-image {
            height: 220px;
        }
}


/* MOBILE */

@media (max-width: 767px) {

    #jkg-learning-section {
        padding: 45px 15px 50px;
    }

        #jkg-learning-section .jkg-learning-heading {
            margin-bottom: 30px;
        }

            #jkg-learning-section .jkg-learning-heading h2 {
                font-size: 28px;
            }

            #jkg-learning-section .jkg-learning-heading p {
                font-size: 14px;
            }

        #jkg-learning-section .jkg-learning-row {
            display: block;
        }

            #jkg-learning-section .jkg-learning-row > div {
                display: block;
                width: 100%;
                margin-bottom: 25px;
            }

        #jkg-learning-section .jkg-learning-image {
            height: 230px;
        }
}

/* =========================================================
   JKG TESTIMONIALS SECTION
========================================================= */

.jkg-testimonials-section {
    position: relative;
    padding: 75px 0 85px;
    background: #faf7f3;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.jkg-testimonials-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.jkg-testimonials-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #b48628;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jkg-testimonials-heading h2 {
    margin: 0 0 15px;
    color: #482718;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.jkg-testimonials-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}


/* ---------------------------------------------------------
   GRID
--------------------------------------------------------- */

.jkg-testimonials-row {
    display: flex;
    flex-wrap: wrap;
}

    .jkg-testimonials-row > div {
        display: flex;
        margin-bottom: 30px;
    }


/* ---------------------------------------------------------
   CARD
--------------------------------------------------------- */

.jkg-testimonial-card {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eadfd5;
    border-radius: 12px;
    box-shadow: 0 7px 25px rgba(72, 39, 24, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

    .jkg-testimonial-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(72, 39, 24, 0.15);
    }


/* ---------------------------------------------------------
   IMAGE
--------------------------------------------------------- */

.jkg-testimonial-image {
    width: 100%;
    background: #ffffff;
    line-height: 0;
    text-align: center;
}

    .jkg-testimonial-image img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }


/* ---------------------------------------------------------
   VIEW ALL BUTTON
--------------------------------------------------------- */

.jkg-testimonials-button-wrap {
    margin-top: 15px;
    text-align: center;
}

.jkg-testimonials-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 13px 25px;
    background: #b31e23;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

    .jkg-testimonials-button span {
        margin-left: 10px;
        font-size: 18px;
        transition: transform 0.25s ease;
    }

    .jkg-testimonials-button:hover {
        background: #482718;
        color: #ffffff !important;
    }

        .jkg-testimonials-button:hover span {
            transform: translateX(5px);
        }


/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 991px) {

    .jkg-testimonials-section {
        padding: 60px 20px 70px;
    }

    .jkg-testimonials-heading h2 {
        font-size: 32px;
    }
}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 767px) {

    .jkg-testimonials-section {
        padding: 50px 15px 60px;
    }

    .jkg-testimonials-heading {
        margin-bottom: 30px;
    }

        .jkg-testimonials-heading h2 {
            font-size: 28px;
        }

        .jkg-testimonials-heading p {
            font-size: 14px;
        }

    .jkg-testimonials-row {
        display: block;
    }

        .jkg-testimonials-row > div {
            display: block;
            width: 100%;
            margin-bottom: 25px;
        }

    .jkg-testimonial-card:hover {
        transform: none;
    }
}

/* =========================================================
   JKG BLOGS SECTION
========================================================= */

.jkg-blogs-section {
    position: relative;
    padding: 75px 0 85px;
    background: #faf7f3;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.jkg-blogs-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.jkg-blogs-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #b48628;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jkg-blogs-heading h2 {
    margin: 0 0 14px;
    color: #482718;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.jkg-blogs-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   BLOG GRID
========================================================= */

.jkg-blogs-row {
    display: flex;
    flex-wrap: wrap;
}

    .jkg-blogs-row > div {
        display: flex;
        margin-bottom: 30px;
    }


/* =========================================================
   BLOG CARD
========================================================= */

.jkg-blog-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eadfd5;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(72, 39, 24, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

    .jkg-blog-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 40px rgba(72, 39, 24, 0.14);
    }


/* =========================================================
   BLOG IMAGE
========================================================= */

.jkg-blog-image {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #eee;
}

    .jkg-blog-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.jkg-blog-card:hover .jkg-blog-image img {
    transform: scale(1.05);
}


/* =========================================================
   CATEGORY
========================================================= */

.jkg-blog-category {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-block;
    padding: 8px 14px;
    background: #b31e23;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 3px;
}


/* =========================================================
   BLOG CONTENT
========================================================= */

.jkg-blog-content {
    display: flex;
    flex-direction: column;
    min-height: 315px;
    padding: 25px 25px 22px;
}

.jkg-blog-meta {
    display: block;
    margin-bottom: 10px;
    color: #b48628;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.jkg-blog-content h3 {
    margin: 0 0 14px;
    color: #482718;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.jkg-blog-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =========================================================
   BLOG FOOTER
========================================================= */

.jkg-blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.jkg-blog-author {
    color: #777;
    font-size: 12px;
    font-weight: 600;
}

.jkg-blog-footer a {
    display: inline-flex;
    align-items: center;
    color: #b31e23 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

    .jkg-blog-footer a span {
        margin-left: 7px;
        font-size: 17px;
        transition: transform 0.25s ease;
    }

    .jkg-blog-footer a:hover {
        color: #482718 !important;
    }

        .jkg-blog-footer a:hover span {
            transform: translateX(5px);
        }


/* =========================================================
   EXPLORE ALL BUTTON
========================================================= */

.jkg-blogs-button-wrap {
    margin-top: 15px;
    text-align: center;
}

.jkg-blogs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 13px 25px;
    background: #b31e23;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

    .jkg-blogs-button span {
        margin-left: 10px;
        font-size: 18px;
        transition: transform 0.25s ease;
    }

    .jkg-blogs-button:hover {
        background: #482718;
        color: #ffffff !important;
    }

        .jkg-blogs-button:hover span {
            transform: translateX(5px);
        }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .jkg-blogs-section {
        padding: 60px 20px 70px;
    }

    .jkg-blogs-heading h2 {
        font-size: 32px;
    }

    .jkg-blog-image {
        height: 210px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jkg-blogs-section {
        padding: 50px 15px 60px;
    }

    .jkg-blogs-heading {
        margin-bottom: 30px;
    }

        .jkg-blogs-heading h2 {
            font-size: 28px;
        }

        .jkg-blogs-heading p {
            font-size: 14px;
        }

    .jkg-blogs-row {
        display: block;
    }

        .jkg-blogs-row > div {
            display: block;
            width: 100%;
            margin-bottom: 25px;
        }

    .jkg-blog-image {
        height: auto;
        min-height: 200px;
    }

        .jkg-blog-image img {
            height: auto;
            object-fit: contain;
        }

    .jkg-blog-content {
        min-height: auto;
        padding: 22px 20px;
    }

    .jkg-blog-card:hover {
        transform: none;
    }
}

.jkg-footer {
    position: relative;
    background: #159FA5;
    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);
    }


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .jkg-footer-brand {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .jkg-footer-main {
        padding: 40px 0 30px;
    }
}


@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;
    }
}

/* ==========================================================
   JKGISV RESPONSIVE HOME SLIDER
   ========================================================== */

/* Main slider wrapper */
#nivoslider {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

    /* Slider image */
    #nivoslider img {
        display: block;
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        object-fit: contain;
    }

/* Nivo slider wrapper */
.nivoSlider {
    width: 100% !important;
    height: auto !important;
    position: relative;
    overflow: hidden;
}

    /* Nivo images */
    .nivoSlider img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: contain;
    }

/* Nivo generated image */
.nivo-main-image {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}


/* ==========================================================
   SLIDER ARROWS
   ========================================================== */

.nivo-directionNav a {
    z-index: 20 !important;
}

.nivo-prevNav,
.nivo-nextNav {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 50%;
    text-align: center;
}


/* ==========================================================
   LAPTOP / DESKTOP
   ========================================================== */

@media (min-width: 992px) {

    #nivoslider,
    .nivoSlider {
        width: 100% !important;
        max-width: 1600px;
        margin: 0 auto;
    }

        .nivoSlider img,
        .nivo-main-image {
            width: 100% !important;
            height: auto !important;
            max-height: none !important;
        }
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    #nivoslider,
    .nivoSlider {
        width: 100% !important;
        margin: 0 auto;
    }

        .nivoSlider img,
        .nivo-main-image {
            width: 100% !important;
            height: auto !important;
        }

    .nivo-prevNav,
    .nivo-nextNav {
        width: 42px !important;
        height: 42px !important;
        line-height: 42px !important;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    #nivoslider,
    .nivoSlider {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        overflow: hidden;
    }

        .nivoSlider img,
        .nivo-main-image {
            width: 100% !important;
            height: auto !important;
            max-width: 100% !important;
            object-fit: contain !important;
        }

    /* Smaller arrows on mobile */
    .nivo-prevNav,
    .nivo-nextNav {
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        font-size: 16px !important;
    }
}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 480px) {

    #nivoslider,
    .nivoSlider {
        width: 100% !important;
    }

    .nivo-prevNav,
    .nivo-nextNav {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 14px !important;
    }
}

/* =========================================================
   JKG INTERNATIONAL SCHOOL
   PREMIUM RESPONSIVE HEADER
   ========================================================= */

.jkg-new-header {
    position: relative;
    z-index: 99999;
    background: #fff;
    font-family: "Poppins", Arial, sans-serif;
}


/* =========================================================
   TOP CONTACT BAR
   ========================================================= */

.jkg-topbar {
    height: 38px;
    background: #4b291b;
    color: #fff;
    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: #fff;
    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;
    display: flex;
    align-items: center;
    width: 100%;
}


/* =========================================================
   LOGO
   ========================================================= */

.jkg-logo {
    flex: 0 0 270px;
    width: 270px;
}

    .jkg-logo img {
        width: 270px;
        height: auto;
        max-width: 100%;
        display: block;
    }


/* =========================================================
   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;
    }

        .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;
        }


/* =========================================================
   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: #444;
        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 BUTTON
   ========================================================= */

.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: #fff;
    }


/* =========================================================
   MOBILE MENU
   ========================================================= */

.jkg-mobile-menu {
    display: none;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

    .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: block;
                padding: 14px 20px;
                color: #333;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
            }

                .jkg-mobile-menu ul li a:hover {
                    color: #b71920;
                    background: #faf5f1;
                }


/* =========================================================
   MOBILE CONTACT
   ========================================================= */

.jkg-mobile-contact {
    display: flex;
    justify-content: space-between;
    padding: 13px 20px;
    background: #4b291b;
}

    .jkg-mobile-contact a {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    .jkg-mobile-contact i {
        color: #f3bd4d;
        margin-right: 5px;
    }


/* =========================================================
   MOBILE APPLY
   ========================================================= */

.jkg-mobile-menu .mobile-apply a {
    background: #b71920;
    color: #fff;
    text-align: center;
}


/* =========================================================
   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;
    }
}

/* ================================
   MOBILE MENU
================================ */

.jkg-mobile-menu {
    display: none;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 8px 25px rgba(0,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 {
            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;
                color: #333333;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
                box-sizing: border-box;
            }

                .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;
    }


/* 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;
            }


/* Arrow */

.mobile-dropdown-toggle i {
    transition: transform .25s ease;
}

.mobile-dropdown-toggle.active i {
    transform: rotate(180deg);
}


/* Apply button */

.jkg-mobile-menu .mobile-apply a {
    justify-content: center;
    margin: 15px 20px;
    width: calc(100% - 40px);
    background: #b71920;
    color: #ffffff;
    border-radius: 4px;
}

    .jkg-mobile-menu .mobile-apply a:hover {
        background: #8f151a;
        color: #ffffff;
    }

/* =========================================================
   GLOBAL RESPONSIVE FIX
   ========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


/* Prevent sections from creating unnecessary horizontal space */

section,
header,
footer,
main,
.container-fluid {
    max-width: 100%;
}


/* Bootstrap containers */

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   LARGE SCREENS / ZOOM OUT
   ========================================================= */

@media (min-width: 1400px) {

    .container {
        width: 92%;
        max-width: 1450px;
    }

    .footer-container,
    footer .container {
        width: 92%;
        max-width: 1450px;
    }
}


/* =========================================================
   EXTRA LARGE SCREENS
   ========================================================= */

@media (min-width: 1600px) {

    .container {
        width: 90%;
        max-width: 1550px;
    }

    footer .container {
        width: 90%;
        max-width: 1550px;
    }
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
    width: 100%;
    max-width: 100%;
}

    footer .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    footer .container {
        margin-left: auto;
        margin-right: auto;
    }


    /* Footer columns should use available space */

    footer [class*="col-"] {
        box-sizing: border-box;
    }


/* =========================================================
   SECTION SPACING
   ========================================================= */

.section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}

.section-title-wrapper {
    margin-bottom: 25px;
}


/* Remove accidental huge gaps */

section br,
.class-area br,
.gallery-area br {
    line-height: 0;
}


/* =========================================================
   BLOG / TESTIMONIAL / CARD SECTIONS
   ========================================================= */

.gallery-area {
    padding-bottom: 30px;
}

.single-blog-item,
.single-testimonial-carousel,
.single-class {
    margin-bottom: 25px;
}


/* =========================================================
   IMAGES
   ========================================================= */

img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) {

    .container {
        width: 94%;
        max-width: 1140px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .container {
        width: 92%;
        max-width: 100%;
    }

    .section-padding {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

/* =========================================================
   MOBILE RESPONSIVE FIX
   ========================================================= */

@media (max-width: 767px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Main containers */
    .container {
        width: 92% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Prevent Bootstrap rows from creating overflow */
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    /* =====================================================
       SECTION HEADINGS
       ===================================================== */

    .section-title h1,
    .section-title h2,
    .section-title h3 {
        font-size: 26px !important;
        line-height: 1.25 !important;
        margin: 0 0 15px !important;
        padding: 0 !important;
        text-align: center !important;
    }

    /* =====================================================
       GENERAL HEADINGS
       ===================================================== */

    h1 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    h2 {
        font-size: 26px !important;
        line-height: 1.25 !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    /* =====================================================
       PARAGRAPHS
       ===================================================== */

    p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    /* =====================================================
       SECTION SPACING
       ===================================================== */

    .section-padding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .section-title-wrapper {
        margin-bottom: 20px !important;
    }

    /* =====================================================
       THREE COLUMN SECTIONS
       ===================================================== */

    .col-md-4,
    .col-sm-4 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 25px !important;
    }

    .col-md-6,
    .col-sm-6 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 25px !important;
    }

    /* =====================================================
       IMAGES
       ===================================================== */

    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .single-class-image img,
    .single-blog-image img,
    .single-testimonial-carousel img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    /* =====================================================
       CARDS
       ===================================================== */

    .single-class,
    .single-blog-item,
    .single-testimonial-carousel {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    /* =====================================================
       REMOVE UNNECESSARY BR SPACING
       ===================================================== */

    .class-area br,
    .gallery-area br,
    .blog-two br {
        display: none;
    }
}