
    .kls-coming-section {
        position: relative;
        overflow: hidden;
        padding: 100px 0;
        background:
            radial-gradient(circle at top left, rgba(170, 132, 83, 0.16), transparent 32%),
            radial-gradient(circle at bottom right, rgba(25, 75, 95, 0.12), transparent 35%),
            linear-gradient(135deg, #fbf8f3 0%, #ffffff 48%, #f7f3ec 100%);
    }

    .kls-bg-shape {
        position: absolute;
        border-radius: 50%;
        filter: blur(2px);
        opacity: 0.6;
        animation: klsFloat 7s ease-in-out infinite;
    }

    .shape-one {
        width: 160px;
        height: 160px;
        background: rgba(170, 132, 83, 0.16);
        top: 70px;
        left: 8%;
    }

    .shape-two {
        width: 90px;
        height: 90px;
        background: rgba(25, 75, 95, 0.14);
        bottom: 90px;
        right: 12%;
        animation-delay: 1.5s;
    }

    .shape-three {
        width: 55px;
        height: 55px;
        background: rgba(170, 132, 83, 0.22);
        top: 45%;
        right: 22%;
        animation-delay: 2.8s;
    }

    @keyframes klsFloat {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-18px);
        }
    }

    .kls-coming-card {
        position: relative;
        z-index: 2;
        padding: 60px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(170, 132, 83, 0.22);
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(14px);
        overflow: hidden;
    }

    .kls-coming-card::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -120px;
        top: -120px;
        background: rgba(170, 132, 83, 0.13);
        border-radius: 50%;
    }

    .kls-coming-card::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        left: -90px;
        bottom: -90px;
        background: rgba(25, 75, 95, 0.10);
        border-radius: 50%;
    }

    .kls-mini-label {
        display: inline-block;
        margin-bottom: 20px;
        padding: 9px 20px;
        border-radius: 50px;
        background: rgba(170, 132, 83, 0.13);
        color: #F57C00;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
    }

    .kls-coming-title {
        font-size: 50px;
        line-height: 1.12;
        font-weight: 500;
        color: #1f1f1f;
        margin-bottom: 22px;
        position: relative;
        z-index: 2;
    }

    .kls-coming-title span {
        color: #F57C00;
        position: relative;
        display: inline-block;
    }

    .kls-coming-title span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 10px;
        background: rgba(170, 132, 83, 0.20);
        z-index: -1;
        border-radius: 20px;
    }

    .kls-coming-desc {
        max-width: 640px;
        font-size: 16px;
        line-height: 1.85;
        color: #555555;
        margin-bottom: 28px;
        position: relative;
        z-index: 2;
    }

    .kls-progress-box {
        max-width: 520px;
        margin-bottom: 24px;
        padding: 18px 20px;
        border-radius: 18px;
        background: #ffffff;
        border: 1px solid rgba(170, 132, 83, 0.18);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
        position: relative;
        z-index: 2;
    }

    .kls-progress-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #555555;
        margin-bottom: 12px;
    }

    .kls-progress-top strong {
        color: #F57C00;
        font-size: 15px;
    }

    .kls-progress-line {
        width: 100%;
        height: 8px;
        background: #f1ebe3;
        border-radius: 50px;
        overflow: hidden;
    }

    .kls-progress-fill {
        width: 85%;
        height: 100%;
        border-radius: 50px;
        background: linear-gradient(90deg, #F57C00, #d2b071);
        animation: klsProgress 1.8s ease;
    }

    @keyframes klsProgress {
        from {
            width: 0;
        }
        to {
            width: 85%;
        }
    }

    .kls-coming-tags {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 34px;
        position: relative;
        z-index: 2;
    }

    .kls-coming-tags span {
        display: inline-block;
        padding: 9px 15px;
        border-radius: 50px;
        background: #f8f5f0;
        color: #555555;
        font-size: 13px;
        border: 1px solid rgba(170, 132, 83, 0.18);
    }

    .kls-coming-tags span::before {
        content: "✓";
        color: #F57C00;
        font-weight: 700;
        margin-right: 7px;
    }

    .kls-coming-actions {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
    }

    .kls-text-btn {
        color: #F57C00;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .kls-text-btn:hover {
        color: #222222;
        text-decoration: none;
    }

    .kls-visual-wrap {
        min-height: 360px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .kls-glow-circle {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background:
            radial-gradient(circle, rgba(170, 132, 83, 0.25), rgba(170, 132, 83, 0.05) 62%, transparent 70%);
        animation: klsPulse 3s ease-in-out infinite;
    }

    @keyframes klsPulse {
        0%, 100% {
            transform: scale(1);
            opacity: 0.9;
        }
        50% {
            transform: scale(1.08);
            opacity: 0.65;
        }
    }

    .kls-main-icon {
        position: absolute;
        width: 135px;
        height: 135px;
        border-radius: 35px;
        background: linear-gradient(135deg, #F57C00, #d6b577);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 22px 42px rgba(170, 132, 83, 0.32);
        transform: rotate(8deg);
    }

    .kls-main-icon span {
        color: #ffffff;
        font-size: 78px;
        line-height: 1;
        font-weight: 300;
        transform: rotate(-8deg);
    }

    .kls-floating-card {
        position: absolute;
        min-width: 165px;
        padding: 14px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(170, 132, 83, 0.18);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.09);
        backdrop-filter: blur(8px);
        animation: klsFloatCard 5s ease-in-out infinite;
    }

    .kls-floating-card small {
        display: block;
        font-size: 11px;
        color: #999999;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .kls-floating-card strong {
        display: block;
        font-size: 14px;
        color: #222222;
        font-weight: 600;
    }

    .card-one {
        top: 30px;
        left: 15px;
    }

    .card-two {
        right: 0;
        top: 145px;
        animation-delay: 1.5s;
    }

    .card-three {
        bottom: 30px;
        left: 50px;
        animation-delay: 2.5s;
    }

    @keyframes klsFloatCard {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-12px);
        }
    }

    @media screen and (max-width: 991px) {
        .kls-coming-card {
            padding: 45px 30px;
        }

        .kls-coming-title {
            font-size: 40px;
        }

        .kls-coming-desc,
        .kls-progress-box {
            margin-left: auto;
            margin-right: auto;
        }

        .kls-coming-tags,
        .kls-coming-actions {
            justify-content: center;
        }
    }

    @media screen and (max-width: 767px) {
        .kls-coming-section {
            padding: 70px 0;
        }

        .kls-coming-card {
            padding: 38px 22px;
            border-radius: 22px;
        }

        .kls-coming-title {
            font-size: 32px;
        }

        .kls-coming-desc {
            font-size: 15px;
        }

        .kls-visual-wrap {
            min-height: 300px;
        }

        .kls-glow-circle {
            width: 220px;
            height: 220px;
        }

        .kls-main-icon {
            width: 115px;
            height: 115px;
            border-radius: 28px;
        }

        .kls-main-icon span {
            font-size: 66px;
        }

        .kls-floating-card {
            min-width: 145px;
            padding: 12px 13px;
        }

        .card-one {
            left: 0;
        }

        .card-two {
            right: 0;
        }

        .card-three {
            left: 18px;
        }
    }


/* ======= Top Notice Bar ======= */
.top-notice-bar {
    background-color: #194b5f;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    position: relative;
    z-index: 1000;
}

.top-notice-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;     /* single row on desktop */
    overflow: hidden;
}

.top-notice-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.notice-label {
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #F57C00;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 12px;
    flex-shrink: 0;
}

/* Ticker */
.notice-ticker-wrap {
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.notice-ticker {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: noticeTicker 22s linear infinite;
    white-space: nowrap;
}

.notice-ticker:hover {
    animation-play-state: paused;
}

.notice-ticker li {
    padding-right: 40px;
    flex-shrink: 0;
}

.notice-ticker li::before {
    content: "●";
    color: #F57C00;
    margin-right: 8px;
    font-size: 8px;
    vertical-align: middle;
}

.notice-ticker li a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.2s ease;
}

.notice-ticker li a:hover {
    color: #F57C00;
}

@keyframes noticeTicker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Quick action buttons */
.top-notice-right {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.top-notice-btn {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.top-notice-btn:hover {
    color: #fff;
    border-color: #F57C00;
    background-color: rgba(245, 124, 0, 0.15);
}

.top-notice-btn-primary {
    background-color: #F57C00;
    border-color: #F57C00;
    color: #fff;
    font-weight: 600;
}

.top-notice-btn-primary:hover {
    background-color: #d96d00;
    border-color: #d96d00;
    color: #fff;
}


/* ======= KLS Header Revamp — base styles only =======
   Layout/responsive fixes moved to style.css → KLS HEADER FIX
   ======================================================= */

/* --- Apply Now nav button --- */
.nav-apply-btn {
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.nav-apply-link {
    display: inline-block !important;
    background-color: #F57C00 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 8px 18px !important;
    border-radius: 5px !important;
    border: 2px solid #F57C00 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.nav-apply-link:hover {
    background-color: transparent !important;
    color: #F57C00 !important;
    border-color: #F57C00 !important;
}

/* White nav-scroll state */
.nav-scroll .nav-apply-link {
    background-color: #F57C00 !important;
    color: #fff !important;
    border-color: #F57C00 !important;
}

.nav-scroll .nav-apply-link:hover {
    background-color: transparent !important;
    color: #F57C00 !important;
}

@media screen and (max-width: 991px) {
    .nav-apply-btn {
        margin-left: 0;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .nav-apply-link {
        display: block !important;
        text-align: center;
        width: 100%;
    }
}

/* Hide notice ticker on mobile — overrides base display:flex above */
@media screen and (max-width: 767px) {
    .top-notice-left {
        display: none !important;
    }
}


/* ======= Course Cards (Homepage) ======= */
.kls-course-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 32px 28px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.kls-course-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}

.kls-course-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(245, 124, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.kls-course-icon span {
    font-size: 26px;
    color: #F57C00;
}

.kls-course-title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}

.kls-course-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    text-align: left;
    display: inline-block;
}

.kls-course-meta li {
    font-size: 13px;
    color: #666;
    padding: 4px 0;
}

.kls-course-meta li i {
    color: #F57C00;
    margin-right: 6px;
    font-size: 12px;
}

.kls-course-meta li strong {
    color: #333;
}

.kls-course-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #F57C00;
    border: 1px solid #F57C00;
    border-radius: 4px;
    padding: 7px 20px;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.kls-course-btn:hover {
    background-color: #F57C00;
    color: #fff;
    text-decoration: none;
}


/* ============================================================
   KLS Homepage Revamp
   Palette: Navy #1a2e4a | Teal #194b5f | Orange #F57C00
   All classes prefixed: hp- (homepage sections)
   ============================================================ */

/* -------------------------------------------------------
   SHARED UTILITIES
------------------------------------------------------- */
.hp-section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F57C00;
    border-left: 3px solid #F57C00;
    padding-left: 10px;
    margin-bottom: 12px;
    line-height: 1;
}
.hp-label-light { color: rgba(255,255,255,0.75); border-color: rgba(255,255,255,0.75); }

.hp-section-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 14px;
    line-height: 1.25;
}
.hp-section-title span { color: #F57C00; }
.hp-title-white       { color: #fff; }
.hp-title-white span  { color: #F57C00; }

.hp-section-sub {
    font-size: 15px;
    color: #666;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.75;
}
.hp-section-head { margin-bottom: 50px; }

.hp-btn-primary {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    background: #1a2e4a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
    border: 2px solid #1a2e4a;
}
.hp-btn-primary:hover {
    background: #F57C00;
    border-color: #F57C00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}
.hp-btn-primary i { margin-left: 6px; font-size: 11px; }

.hp-btn-white {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.70);
    transition: background 0.25s ease, border-color 0.25s ease;
}
.hp-btn-white:hover {
    background: #F57C00;
    border-color: #F57C00;
    color: #fff;
    text-decoration: none;
}
.hp-btn-white i { margin-left: 6px; font-size: 11px; }

/* -------------------------------------------------------
   2. ABOUT
------------------------------------------------------- */
.hp-about { background: #fff; }
.hp-about-lead {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 14px;
}
.hp-about-highlights {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 24px 0 30px;
}
.hp-highlight-box {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f5f7fa;
    border: 1px solid #e4e8ef;
    border-left: 3px solid #F57C00;
    border-radius: 6px;
    padding: 11px 16px;
    flex: 1;
    min-width: 130px;
}
.hp-hl-icon { font-size: 20px; color: #F57C00; flex-shrink: 0; }
.hp-hl-text { font-size: 13px; font-weight: 600; color: #1a2e4a; line-height: 1.3; }
.hp-about-img-wrap { position: relative; border-radius: 12px; overflow: hidden; }
.hp-about-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    max-height: 440px;
    box-shadow: 0 16px 50px rgba(0,0,0,0.13);
    display: block;
}

/* -------------------------------------------------------
   3. COURSES
------------------------------------------------------- */
.hp-course-card {
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 10px;
    padding: 0 0 26px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.hp-course-card:hover {
    box-shadow: 0 12px 40px rgba(26,46,74,0.12);
    transform: translateY(-5px);
}
.hp-course-accent {
    height: 4px;
    background: #1a2e4a;
    transition: background 0.3s;
}
.hp-course-card:hover .hp-course-accent { background: #F57C00; }
.hp-course-icon-wrap {
    width: 58px; height: 58px;
    border-radius: 50%;
    background: #f0f4f8;
    border: 2px solid #e4e8ef;
    display: flex; align-items: center; justify-content: center;
    margin: 22px 24px 0;
}
.hp-course-icon-wrap span { font-size: 24px; color: #1a2e4a; }
.hp-course-card:hover .hp-course-icon-wrap span { color: #F57C00; }
.hp-course-title { font-size: 17px; font-weight: 700; color: #1a2e4a; margin: 14px 24px 8px; line-height: 1.3; }
.hp-course-desc  { font-size: 13px; color: #666; line-height: 1.65; margin: 0 24px 16px; flex: 1; }
.hp-course-meta  { display: flex; gap: 8px; margin: 0 24px 20px; }
.hp-course-meta span {
    background: #f5f7fa; border: 1px solid #e4e8ef;
    border-radius: 4px; padding: 5px 12px;
    font-size: 12px; font-weight: 600; color: #1a2e4a;
}
.hp-course-meta span i { color: #F57C00; margin-right: 5px; font-size: 11px; }
.hp-course-btn {
    display: block; margin: 0 24px; text-align: center;
    padding: 10px 20px; border-radius: 6px;
    background: #1a2e4a; color: #fff;
    font-size: 13px; font-weight: 600;
    text-decoration: none; transition: background 0.25s ease;
}
.hp-course-btn:hover { background: #F57C00; color: #fff; text-decoration: none; }
.hp-course-btn i { margin-left: 5px; font-size: 11px; }
.hp-courses .row > [class*="col-"] { display: flex; }
.hp-courses .row > [class*="col-"] > .hp-course-card { width: 100%; }

/* -------------------------------------------------------
   4. NOTIFICATIONS + NEWS (Official Notice Board)
------------------------------------------------------- */

/* Section wrapper */
.nb-section {
    padding: 70px 0 60px;
    background: #f0f2f5;
}
.nb-section-head { margin-bottom: 44px; }

/* Panel container */
.nb-panel {
    background: #fff;
    border: 1px solid #dde2ea;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(26, 46, 74, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Header strip */
.nb-panel-header {
    background: #1a2e4a;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nb-panel-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
}
.nb-header-icon {
    font-size: 14px;
    color: #F57C00;
    margin-right: 8px;
}
/* small count pill */
.nb-panel-count {
    background: #F57C00;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 20px;
    letter-spacing: 0.4px;
}

/* Scrolling viewport — fixed height, hides overflow */
.nb-scroll-wrap {
    height: 260px;
    overflow: hidden;
    position: relative;
}

/* The scrolling list */
.nb-scroll-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /* scroll the full list (items × 2) upward over 18s */
    animation: nbScrollUp 20s linear infinite;
}
.nb-scroll-list--news {
    animation-duration: 22s; /* slightly different speed */
}

/* Pause on hover */
.nb-scroll-wrap:hover .nb-scroll-list {
    animation-play-state: paused;
}

@keyframes nbScrollUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); } /* half = original set height */
}

/* Individual notice row */
.nb-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-bottom: 1px solid #edf0f4;
    min-height: 52px;
    flex-wrap: wrap;
}
.nb-item:last-child { border-bottom: none; }

/* NEW badge */
.nb-new {
    flex-shrink: 0;
    display: inline-block;
    padding: 2px 6px;
    background: #F57C00;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1.6;
}
.nb-new--blue { background: #1a5fb4; }

/* Notice link */
.nb-link {
    flex: 1;
    font-size: 13.5px;
    color: #2c3e50;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.2s ease;
}
.nb-link:hover { color: #F57C00; text-decoration: none; }

/* Date */
.nb-date {
    flex-shrink: 0;
    font-size: 11px;
    color: #9aa3af;
    font-weight: 500;
    white-space: nowrap;
    margin-left: auto;
}

/* Footer link */
.nb-panel-footer {
    border-top: 2px solid #edf0f4;
    padding: 12px 20px;
    background: #fafbfc;
}
.nb-view-all {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #1a2e4a;
    text-decoration: none;
    transition: color 0.2s ease;
}
.nb-view-all:hover { color: #F57C00; text-decoration: none; }
.nb-view-all i { margin-left: 5px; font-size: 11px; vertical-align: middle; }

/* Mobile */
@media screen and (max-width: 767px) {
    .nb-section { padding: 50px 0 40px; }
    .nb-scroll-wrap { height: 240px; }
    .nb-item { padding: 10px 16px; }
    .nb-date { display: none; } /* hide date on small screens to save row space */
}

/* -------------------------------------------------------
   5. WHY CHOOSE
------------------------------------------------------- */
.hp-why { background: #fff; }
.hp-why-img-wrap { position: relative; padding-bottom: 20px; padding-right: 20px; }
.hp-why-img {
    width: 100%; border-radius: 10px; object-fit: cover;
    max-height: 480px; display: block;
    box-shadow: 0 16px 50px rgba(0,0,0,0.13);
}
.hp-why-badge {
    position: absolute; bottom: 0; right: 0;
    width: 96px; height: 96px; border-radius: 50%;
    background: #F57C00;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; box-shadow: 0 8px 24px rgba(245,124,0,0.40); z-index: 2;
}
.hp-why-badge-num   { font-size: 22px; font-weight: 800; color: #fff; line-height: 1; }
.hp-why-badge-label { font-size: 9px; font-weight: 600; color: rgba(255,255,255,0.90); text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.3; }
.hp-why-intro { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 1.75; }
.hp-why-list { list-style: none; padding: 0; margin: 0 0 28px; }
.hp-why-list li {
    display: flex; align-items: flex-start; gap: 11px;
    font-size: 14px; color: #444; padding: 9px 0;
    border-bottom: 1px solid #f0f0f0; line-height: 1.5;
}
.hp-why-list li:last-child { border-bottom: none; }
.hp-why-list li i { color: #F57C00; font-size: 17px; flex-shrink: 0; margin-top: 2px; }

/* -------------------------------------------------------
   6. FACILITIES PREVIEW
------------------------------------------------------- */
.hp-facilities { background: #f5f7fa; }
.hp-facility-card {
    background: #fff; border: 1px solid #e4e8ef; border-radius: 10px;
    overflow: hidden; display: flex; flex-direction: column; height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.hp-facility-card:hover { box-shadow: 0 12px 40px rgba(26,46,74,0.12); transform: translateY(-4px); }
.hp-facility-img { position: relative; overflow: hidden; height: 180px; }
.hp-facility-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.hp-facility-card:hover .hp-facility-img img { transform: scale(1.06); }
.hp-facility-overlay { position: absolute; inset: 0; background: rgba(26,46,74,0.22); }
.hp-facility-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.hp-facility-icon { font-size: 26px; color: #F57C00; margin-bottom: 10px; display: block; }
.hp-facility-body h5 { font-size: 16px; font-weight: 700; color: #1a2e4a; margin-bottom: 8px; }
.hp-facility-body p  { font-size: 13px; color: #666; line-height: 1.65; flex: 1; margin-bottom: 14px; }
.hp-facility-link { font-size: 13px; font-weight: 600; color: #1a2e4a; text-decoration: none; transition: color 0.2s; }
.hp-facility-link:hover { color: #F57C00; text-decoration: none; }
.hp-facility-link i { margin-left: 4px; font-size: 11px; }
.hp-facilities .row > [class*="col-"] { display: flex; }
.hp-facilities .row > [class*="col-"] > .hp-facility-card { width: 100%; }

/* -------------------------------------------------------
   7. HOSPITAL & CLINICAL TRAINING
------------------------------------------------------- */
.hp-hospital { position: relative; }
.hp-hospital-head { margin-bottom: 48px; }
.hp-hospital-intro {
    font-size: 15px; color: rgba(255,255,255,0.80);
    max-width: 700px; margin: 0 auto; line-height: 1.75;
}
.hp-hospital-point {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px; padding: 28px 20px 24px;
    text-align: center; transition: background 0.3s;
}
.hp-hospital-point:hover { background: rgba(255,255,255,0.12); }
.hp-hosp-icon { font-size: 34px; color: #F57C00; display: block; margin-bottom: 14px; }
.hp-hospital-point h6 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.hp-hospital-point p  { font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.65; margin: 0; }

/* -------------------------------------------------------
   8. STATS COUNTER
------------------------------------------------------- */
.hp-stats { padding: 80px 0; }
.hp-stat-item { padding: 0 10px; }
.hp-stat-inner { padding: 20px 10px; }
.hp-stat-icon  { display: block; font-size: 36px; color: #F57C00; margin-bottom: 12px; }
.hp-stat-num   { font-size: 46px; font-weight: 800; color: #fff; margin-bottom: 6px; line-height: 1; }
.hp-stat-label { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 1px; margin: 0; }
@media screen and (min-width: 992px) {
    .hp-stat-item + .hp-stat-item .hp-stat-inner { border-left: 1px solid rgba(255,255,255,0.15); }
}

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */
@media screen and (max-width: 991px) {
    .hp-section-title    { font-size: 28px; }
    .hp-about-highlights { gap: 8px; }
    .hp-highlight-box    { min-width: 110px; padding: 9px 12px; }
    .hp-why-badge        { width: 80px; height: 80px; }
    .hp-why-badge-num    { font-size: 18px; }
    .hp-stat-num         { font-size: 36px; }
    .hp-stats            { padding: 60px 0; }
}
@media screen and (max-width: 767px) {
    .hp-section-title        { font-size: 24px; }
    .hp-section-head         { margin-bottom: 34px; }
    .hp-about-highlights     { flex-direction: column; }
    .hp-highlight-box        { flex: unset; }
    .hp-why-img-wrap         { padding-bottom: 16px; padding-right: 16px; margin-bottom: 40px; }
    .hp-why-badge            { width: 72px; height: 72px; right: 0; bottom: 0; }
    .hp-why-badge-num        { font-size: 16px; }
    .hp-stat-num             { font-size: 30px; }
    .hp-stat-icon            { font-size: 28px; }
    .hp-stat-label           { font-size: 11px; }
    .hp-stats                { padding: 50px 0; }
    .hp-stat-item .hp-stat-inner { border-left: none !important; }
    .hp-facility-img         { height: 150px; }
    .hp-hospital-point       { margin-bottom: 16px; }
}

/* -------------------------------------------------------
   Shared badge (reused across sections)
------------------------------------------------------- */
.klsnc-badge {
    display: inline-block;
    padding: 5px 18px;
    border-radius: 50px;
    background: rgba(245, 124, 0, 0.10);
    color: #F57C00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: 1px solid rgba(245, 124, 0, 0.20);
}

/* -------------------------------------------------------
   1. COURSES OFFERED
------------------------------------------------------- */
.klsnc-courses-section {
    padding: 90px 0 70px;
    background:
        radial-gradient(ellipse at top left,  rgba(25, 75, 95, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse at bottom right, rgba(245, 124, 0, 0.06) 0%, transparent 55%),
        linear-gradient(160deg, #f8f9fb 0%, #ffffff 50%, #fdf6f0 100%);
    position: relative;
    overflow: hidden;
}
.klsnc-courses-section::before,
.klsnc-courses-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.klsnc-courses-section::before {
    width: 420px; height: 420px;
    border: 1px solid rgba(25, 75, 95, 0.07);
    top: -120px; left: -120px;
}
.klsnc-courses-section::after {
    width: 300px; height: 300px;
    border: 1px solid rgba(245, 124, 0, 0.08);
    bottom: -80px; right: -80px;
}

.klsnc-courses-head { margin-bottom: 48px; }

.klsnc-courses-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    line-height: 1.2;
}
.klsnc-courses-title span {
    color: #F57C00;
    position: relative;
}
.klsnc-courses-title span::after {
    content: "";
    position: absolute;
    left: 0; bottom: 2px;
    width: 100%; height: 8px;
    background: rgba(245, 124, 0, 0.15);
    border-radius: 20px;
    z-index: -1;
}

.klsnc-courses-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.75;
}

/* Card */
.klsnc-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.klsnc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13);
}

/* Coloured top strips */
.klsnc-card-top {
    padding: 28px 0 22px;
    text-align: center;
}
.klsnc-top-1 { background: linear-gradient(135deg, #194b5f, #2a7a9b); }
.klsnc-top-2 { background: linear-gradient(135deg, #1e6b45, #2ecc71); }
.klsnc-top-3 { background: linear-gradient(135deg, #7b2d8b, #b06abf); }
.klsnc-top-4 { background: linear-gradient(135deg, #c0392b, #e74c3c); }
.klsnc-top-5 { background: linear-gradient(135deg, #d35400, #F57C00); }

/* Icon circle */
.klsnc-icon-wrap {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.40);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.klsnc-icon-wrap span {
    font-size: 28px;
    color: #fff;
    line-height: 1;
}

/* Card body */
.klsnc-card-body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.klsnc-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.3;
}
.klsnc-card-desc {
    font-size: 13px;
    color: #777;
    line-height: 1.65;
    margin-bottom: 18px;
    flex: 1;
}

/* Info boxes — Duration / Seats */
.klsnc-info-row {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}
.klsnc-info-box {
    flex: 1;
    background: #f8f9fb;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 12px;
    text-align: center;
}
.klsnc-info-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #999;
    margin-bottom: 4px;
}
.klsnc-info-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
}

/* Card button */
.klsnc-card-btn {
    display: block;
    text-align: center;
    padding: 11px 20px;
    border-radius: 8px;
    background: #F57C00;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s ease, transform 0.2s ease;
    margin-top: auto;
}
.klsnc-card-btn:hover {
    background: #d96d00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.klsnc-card-btn i {
    margin-left: 5px;
    font-size: 11px;
    vertical-align: middle;
    transition: transform 0.2s ease;
}
.klsnc-card-btn:hover i { transform: translateX(3px); }

/* Equal-height columns */
.klsnc-courses-section .row > [class*="col-"] { display: flex; }
.klsnc-courses-section .row > [class*="col-"] > .klsnc-card { width: 100%; }


/* -------------------------------------------------------
   2. NOTIFICATIONS + NEWS UPDATES
------------------------------------------------------- */
.klsnc-updates-section {
    padding: 70px 0;
    background: #f4f7fb;
}

.klsnc-update-box {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.09);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Left: dark teal — Notifications */
.klsnc-update-notify { background: #194b5f; }
/* Right: dark navy — News */
.klsnc-update-news   { background: #1a1a3e; }

.klsnc-update-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 26px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.klsnc-update-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.klsnc-update-icon {
    font-size: 22px;
    color: #F57C00;
}

/* List items */
.klsnc-update-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    flex: 1;
}
.klsnc-update-list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 12px 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.2s ease;
}
.klsnc-update-list li:last-child { border-bottom: none; }
.klsnc-update-list li:hover { background: rgba(255, 255, 255, 0.06); }

.klsnc-update-list li a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13.5px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}
.klsnc-update-list li a:hover { color: #F57C00; }

/* NEW badge */
.klsnc-new-badge {
    display: inline-block;
    flex-shrink: 0;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.6px;
    background: #F57C00;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.6;
}
.klsnc-badge-blue { background: #3a7bd5; }

/* View all link */
.klsnc-update-link {
    display: block;
    padding: 14px 26px;
    font-size: 13px;
    font-weight: 600;
    color: #F57C00;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    transition: color 0.2s ease;
}
.klsnc-update-link:hover { color: #fff; text-decoration: none; }
.klsnc-update-link i { margin-left: 4px; font-size: 11px; }


/* -------------------------------------------------------
   3. WHY CHOOSE KLS NURSING
------------------------------------------------------- */
.klsnc-why-section { background: #fff; }

/* Image with floating badge */
.klsnc-why-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: visible;
}
.klsnc-why-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
}
.klsnc-why-img-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #F57C00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 24px rgba(245, 124, 0, 0.40);
    z-index: 2;
}
.klsnc-why-badge-num {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.klsnc-why-badge-txt {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.90);
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Content side */
.klsnc-why-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    margin-top: 8px;
    line-height: 1.25;
}
.klsnc-why-title span { color: #F57C00; }

.klsnc-why-intro {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.75;
}

.klsnc-why-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.klsnc-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.55;
}
.klsnc-why-list li:last-child { border-bottom: none; }
.klsnc-why-list li i {
    color: #F57C00;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Button */
.klsnc-why-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    background: #194b5f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}
.klsnc-why-btn:hover {
    background: #F57C00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}
.klsnc-why-btn i { margin-left: 6px; font-size: 11px; }


/* -------------------------------------------------------
   4. STATS COUNTER
------------------------------------------------------- */
.klsnc-stats-section {
    padding: 80px 0;
    position: relative;
}

.klsnc-stat-item {
    padding: 0 10px;
}

.klsnc-stat-inner {
    padding: 20px 10px;
}

.klsnc-stat-icon {
    display: block;
    font-size: 38px;
    color: #F57C00;
    margin-bottom: 14px;
}

.klsnc-stat-num {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1;
}

.klsnc-stat-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Vertical dividers between stat items on desktop */
@media screen and (min-width: 992px) {
    .klsnc-stat-item + .klsnc-stat-item .klsnc-stat-inner {
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }
}


/* -------------------------------------------------------
   Responsive
------------------------------------------------------- */
@media screen and (max-width: 991px) {
    .klsnc-courses-section  { padding: 70px 0 50px; }
    .klsnc-updates-section  { padding: 50px 0; }
    .klsnc-courses-title,
    .klsnc-why-title         { font-size: 28px; }
    .klsnc-why-img-badge     { width: 85px; height: 85px; bottom: -15px; right: -10px; }
    .klsnc-why-badge-num     { font-size: 20px; }
    .klsnc-stat-num          { font-size: 38px; }
    .klsnc-stats-section     { padding: 60px 0; }
}

@media screen and (max-width: 767px) {
    .klsnc-courses-section  { padding: 55px 0 35px; }
    .klsnc-card-body        { padding: 20px 18px 22px; }
    .klsnc-courses-title    { font-size: 26px; }
    .klsnc-update-box       { margin-bottom: 24px; }
    .klsnc-why-img-wrap     { margin-bottom: 50px; } /* room for floating badge */
    .klsnc-why-img-badge    { right: 10px; }
    .klsnc-why-title        { font-size: 24px; }
    .klsnc-stat-num         { font-size: 32px; }
    .klsnc-stat-icon        { font-size: 30px; }
    .klsnc-stat-label       { font-size: 12px; }
    .klsnc-stats-section    { padding: 50px 0; }
    /* Remove vertical divider on mobile */
    .klsnc-stat-item .klsnc-stat-inner { border-left: none !important; }
}


/* ============================================================
   KLS Footer
   Palette: Navy #0f1e35 bg | #1a2e4a border | Orange #F57C00
   ============================================================ */

.kls-footer {
    background: #0f1e35;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.75;
}

/* ── Top section ─────────────────────────── */
.kls-footer-top {
    padding: 70px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kls-footer-col { padding-right: 20px; }

/* Logo */
.kls-footer-logo-link { display: inline-block; margin-bottom: 18px; }
.kls-footer-logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

/* About text */
.kls-footer-about {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.80;
    margin-bottom: 22px;
}

/* Social icons */
.kls-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.kls-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.kls-footer-social a:hover {
    background: #F57C00;
    border-color: #F57C00;
    color: #fff;
}

/* Column headings */
.kls-footer-heading {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.kls-footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #F57C00;
    border-radius: 2px;
}

/* Link lists */
.kls-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kls-footer-links li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.kls-footer-links li:last-child { border-bottom: none; }
.kls-footer-links li a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13.5px;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}
.kls-footer-links li a::before {
    content: "\e649"; /* ti-angle-right */
    font-family: 'themify';
    font-size: 10px;
    margin-right: 7px;
    color: #F57C00;
    vertical-align: middle;
}
.kls-footer-links li a:hover {
    color: #F57C00;
    padding-left: 4px;
    text-decoration: none;
}

/* Contact list */
.kls-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kls-footer-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.65);
}
.kls-footer-contact-list li:last-child { border-bottom: none; }
.kls-fc-icon {
    color: #F57C00;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 3px;
}
.kls-footer-contact-list li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s ease;
}
.kls-footer-contact-list li a:hover { color: #F57C00; text-decoration: none; }

/* ── Bottom bar ──────────────────────────── */
.kls-footer-bottom {
    padding: 18px 0;
    background: #080f1c;
}
.kls-footer-copy,
.kls-footer-credit {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
}
.kls-footer-credit a {
    color: #F57C00;
    text-decoration: none;
    transition: color 0.2s ease;
}
.kls-footer-credit a:hover { color: #fff; }

/* ── Responsive ──────────────────────────── */
@media screen and (max-width: 991px) {
    .kls-footer-top { padding: 55px 0 30px; }
    .kls-footer-col { padding-right: 10px; }
}

@media screen and (max-width: 767px) {
    .kls-footer-top     { padding: 45px 0 20px; }
    .kls-footer-col     { padding-right: 0; }
    .mb-40              { margin-bottom: 32px; }
    .kls-footer-credit  { text-align: left !important; margin-top: 4px; }
    .kls-footer-bottom  { padding: 16px 0; }
}

/* ============================================================
   KLS About Pages 
   Professional, institutional layout for nursing college
   ============================================================ */

/* Inner banner section */
.kls-inner-banner {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgba(26, 46, 74, 0.92) 0%, rgba(25, 75, 95, 0.88) 100%),
                url('../img/about-banner.jpg') center/cover;
    color: #fff;
    text-align: center;
}

.kls-inner-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 46, 74, 0.15);
}

.kls-inner-banner-content {
    position: relative;
    z-index: 2;
}

.kls-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}

.kls-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    padding: 8px 20px;
    margin: 0;
    list-style: none;
}

.kls-breadcrumb li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.kls-breadcrumb li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.kls-breadcrumb li a:hover {
    color: #F57C00;
    text-decoration: none;
}

.kls-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.kls-breadcrumb li:last-child {
    color: #F57C00;
    font-weight: 500;
}

/* Main content wrapper */
.kls-page-content {
    padding: 80px 0;
    background: #fff;
}

.kls-page-content--alt {
    background: #f8f9fb;
}

/* Content sections */
.kls-content-section {
    margin-bottom: 60px;
}

.kls-section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.kls-section-heading span {
    color: #F57C00;
}

.kls-section-text {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 24px;
}

/* Info cards */
.kls-info-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 12px;
    padding: 32px 28px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kls-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #1a2e4a;
    transition: background 0.3s ease;
}

.kls-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(26, 46, 74, 0.15);
}

.kls-info-card:hover::before {
    background: #F57C00;
}

.kls-info-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(245, 124, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.kls-info-card:hover .kls-info-card-icon {
    background: rgba(245, 124, 0, 0.2);
    transform: scale(1.05);
}

.kls-info-card-icon i {
    font-size: 30px;
    color: #F57C00;
}

.kls-info-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.kls-info-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Premium cards for vision/mission */
.kls-premium-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    padding: 40px 35px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.kls-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #1a2e4a 0%, #F57C00 100%);
}

.kls-premium-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 50px rgba(26, 46, 74, 0.12);
}

.kls-premium-card-header {
    text-align: center;
    margin-bottom: 28px;
}

.kls-premium-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F57C00 0%, #d6a355 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 8px 25px rgba(245, 124, 0, 0.3);
}

.kls-premium-card-icon i {
    font-size: 35px;
    color: #fff;
}

.kls-premium-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0;
}

.kls-premium-card-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Values section */
.kls-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.kls-value-item {
    background: #f8f9fb;
    border: 1px solid #e8edf4;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.kls-value-item:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 46, 74, 0.1);
}

.kls-value-icon {
    font-size: 24px;
    color: #F57C00;
    margin-bottom: 12px;
    display: block;
}

.kls-value-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0;
}

/* Objectives list */
.kls-objectives-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

.kls-objective-item {
    background: #fff;
    border: 1px solid #e8edf4;
    border-left: 4px solid #F57C00;
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
}

.kls-objective-item:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(26, 46, 74, 0.08);
}

.kls-objective-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F57C00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.kls-objective-check i {
    font-size: 12px;
    color: #fff;
}

.kls-objective-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* Message pages layout */
.kls-message-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.kls-message-img {
    flex: 0 0 280px;
    text-align: center;
}

.kls-message-placeholder {
    width: 280px;
    height: 320px;
    background: #f8f9fb;
    border: 2px dashed #dde2ea;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #888;
}

.kls-message-placeholder i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 12px;
}

.kls-message-content {
    flex: 1;
}

.kls-message-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 6px;
}

.kls-message-designation {
    font-size: 16px;
    color: #F57C00;
    font-weight: 600;
    margin-bottom: 24px;
}

.kls-message-text {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    position: relative;
    padding: 20px;
    background: #f8f9fb;
    border-left: 4px solid #F57C00;
    border-radius: 8px;
    font-style: italic;
}

.kls-message-text::before {
    content: '"';
    font-size: 60px;
    color: rgba(245, 124, 0, 0.3);
    position: absolute;
    top: -5px;
    left: 20px;
    font-family: serif;
}

/* Recognition/approvals cards */
.kls-approval-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.kls-approval-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #F57C00;
    border-radius: 0 0 4px 4px;
}

.kls-approval-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(26, 46, 74, 0.15);
}

.kls-approval-icon {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    background: rgba(245, 124, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.kls-approval-icon i {
    font-size: 28px;
    color: #F57C00;
}

.kls-approval-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.kls-approval-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* CTA Section */
.kls-cta-section {
    background: linear-gradient(135deg, #1a2e4a 0%, #194b5f 100%);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.kls-cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.kls-cta-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.kls-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.kls-cta-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.kls-cta-btn--primary {
    background: #F57C00;
    color: #fff;
    border-color: #F57C00;
}

.kls-cta-btn--primary:hover {
    background: transparent;
    color: #F57C00;
    border-color: #F57C00;
    text-decoration: none;
}

.kls-cta-btn--secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}

.kls-cta-btn--secondary:hover {
    background: #fff;
    color: #1a2e4a;
    border-color: #fff;
    text-decoration: none;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
    .kls-page-title {
        font-size: 36px;
    }
    
    .kls-inner-banner {
        padding: 100px 0 70px;
    }
    
    .kls-message-section {
        flex-direction: column;
        gap: 30px;
    }
    
    .kls-message-img {
        flex: none;
    }
    
    .kls-objectives-list {
        grid-template-columns: 1fr;
    }
    
    .kls-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .kls-cta-btn {
        min-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .kls-page-title {
        font-size: 28px;
    }
    
    .kls-inner-banner {
        padding: 80px 0 60px;
    }
    
    .kls-page-content {
        padding: 60px 0;
    }
    
    .kls-info-card,
    .kls-premium-card {
        margin-bottom: 20px;
    }
    
    .kls-breadcrumb {
        flex-direction: column;
        gap: 4px;
        padding: 12px 20px;
    }
    
    .kls-breadcrumb li:not(:last-child)::after {
        display: none;
    }
    
    .kls-message-placeholder {
        width: 240px;
        height: 280px;
    }
    
    .kls-values-grid {
        grid-template-columns: 1fr;
    }
    
    .kls-cta-title {
        font-size: 26px;
    }
}
/* KLS Mobile Header Fix */
@media screen and (max-width: 991px) {
    .navbar {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        padding: 8px 0 !important;
        background: #fff !important;
        border-bottom: 1px solid #e8edf4 !important;
        box-shadow: none !important;
        z-index: 1001 !important;
    }

    .nav-scroll {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        width: 100% !important;
        height: auto !important;
        box-shadow: none !important;
    }

    .top-notice-bar {
        position: relative !important;
        z-index: 1000 !important;
    }

    .top-notice-inner {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 0;
    }

    .top-notice-inner::-webkit-scrollbar {
        display: none;
    }

    .top-notice-left,
    .top-notice-right {
        flex-shrink: 0;
    }

    .navbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .kls-logo-wrapper,
    .logo-wrapper {
        float: none !important;
        display: flex !important;
        align-items: center !important;
        flex: 0 0 auto;
        margin: 0 !important;
        padding: 0 !important;
    }

    .kls-logo-img,
    .logo-img {
        max-height: 52px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
        margin-bottom: 0 !important;
    }

    .navbar .navbar-toggler {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 auto;
        margin: 0 0 0 auto !important;
        padding: 6px 8px !important;
    }

    .navbar .navbar-toggler-icon,
    .navbar .navbar-toggler i,
    .navbar .icon-bar {
        color: #222 !important;
        opacity: 1 !important;
    }

    .navbar .navbar-collapse {
        order: 3;
        flex-basis: 100%;
        width: 100%;
        max-height: calc(100vh - 110px);
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff !important;
        margin-top: 8px;
        padding: 8px 0 0;
        border-top: 1px solid #e8edf4 !important;
    }

    .navbar .navbar-nav {
        width: 100%;
    }

    .navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar .navbar-nav .nav-link {
        color: #222 !important;
        padding: 10px 0 !important;
        font-size: 14px !important;
        border-bottom: 1px solid #f0f0f0;
        margin: 0 !important;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus {
        color: #F57C00 !important;
    }

    .navbar .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 14px !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #f8f9fb !important;
    }

    .navbar .dropdown-menu li {
        border-bottom: 1px solid #e8edf4;
    }

    .navbar .dropdown-menu li:last-child {
        border-bottom: none;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 8px 0 !important;
        white-space: normal;
        color: #555 !important;
    }

    .navbar .dropdown-menu .dropdown-item:hover,
    .navbar .dropdown-menu .dropdown-item:focus,
    .navbar .dropdown-menu .dropdown-item.active {
        color: #F57C00 !important;
        background: transparent !important;
    }

    .navbar .dropdown-menu .dropdown-menu {
        padding-left: 14px !important;
    }

    main,
    .kenburns-section,
    .kls-inner-banner {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .notice-label {
        display: none !important;
    }

    .top-notice-left {
        display: none !important;
    }
}

/* KLS Course Pages */
.kls-course-overview {
    margin-bottom: 60px;
}

.kls-course-media {
    position: relative;
    height: 100%;
    min-height: 320px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(26, 46, 74, 0.14);
}

.kls-course-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kls-course-media-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(26, 46, 74, 0.9);
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.kls-course-media-badge i {
    color: #F57C00;
}

.kls-course-lead {
    font-size: 16px;
    line-height: 1.8;
    color: #4f5d75;
    margin-bottom: 24px;
}

.kls-course-quickpoints {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
}

.kls-course-quickpoints li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: #f8f9fb;
    color: #44546a;
    line-height: 1.6;
}

.kls-course-quickpoints li i {
    color: #F57C00;
    margin-top: 3px;
}

.kls-course-facts {
    margin-bottom: 60px;
}

.kls-course-fact-card {
    background: #fff;
    border: 1px solid #e3eaf2;
    border-radius: 18px;
    padding: 34px 28px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(26, 46, 74, 0.08);
    text-align: center;
}

.kls-course-fact-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 124, 0, 0.12);
    color: #F57C00;
    font-size: 28px;
    margin-bottom: 18px;
}

.kls-course-fact-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #6f7b8f;
    margin-bottom: 8px;
}

.kls-course-fact-value {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a2e4a;
    margin-bottom: 8px;
}

.kls-course-fact-text {
    margin: 0;
    color: #58667a;
    line-height: 1.7;
}

.kls-course-grid-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kls-course-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(26, 46, 74, 0.08);
}

.kls-course-grid-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.kls-course-grid-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 75, 95, 0.1);
    color: #194b5f;
    font-size: 20px;
    flex-shrink: 0;
}

.kls-course-grid-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0;
}

.kls-course-grid-card p {
    margin: 0;
    color: #566476;
    line-height: 1.75;
}

.kls-course-training-band {
    padding: 34px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f8f9fb 0%, #eef3f8 100%);
    border: 1px solid #dfe7f0;
}

.kls-course-training-points {
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.kls-course-training-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e4ebf3;
    color: #44546a;
}

.kls-course-training-points li i {
    color: #F57C00;
}

@media screen and (max-width: 991px) {
    .kls-course-overview,
    .kls-course-facts {
        margin-bottom: 48px;
    }

    .kls-course-media {
        min-height: 280px;
    }
}

@media screen and (max-width: 767px) {
    .kls-course-quickpoints,
    .kls-course-training-points {
        grid-template-columns: 1fr;
    }

    .kls-course-media {
        min-height: 240px;
    }

    .kls-course-media-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
        justify-content: center;
        text-align: center;
    }

    .kls-course-training-band {
        padding: 24px 20px;
    }

    .kls-course-grid-card,
    .kls-course-fact-card {
        padding: 24px 20px;
    }
}

/* KLS Admission Pages */
.kls-admission-steps {
    counter-reset: klsAdmissionStep;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
}

.kls-admission-steps li {
    position: relative;
    padding: 26px 22px 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e3eaf2;
    box-shadow: 0 14px 30px rgba(26, 46, 74, 0.06);
    color: #45556c;
    line-height: 1.7;
}

.kls-admission-steps li::before {
    counter-increment: klsAdmissionStep;
    content: counter(klsAdmissionStep, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(245, 124, 0, 0.12);
    color: #F57C00;
    font-size: 15px;
    font-weight: 700;
}

.kls-admission-course-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.kls-admission-link-card {
    display: block;
    padding: 18px 16px;
    border-radius: 16px;
    border: 1px solid #e4ebf3;
    background: #fff;
    color: #1a2e4a;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.kls-admission-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(26, 46, 74, 0.09);
    border-color: rgba(245, 124, 0, 0.4);
    color: #1a2e4a;
}

.kls-admission-link-card strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #1a2e4a;
}

.kls-admission-link-card span {
    display: block;
    font-size: 13px;
    color: #607086;
    line-height: 1.6;
}

.kls-admission-note-list,
.kls-admission-checklist,
.kls-admission-rule-list,
.kls-admission-preview-list {
    margin: 0;
    padding: 0;
}

.kls-admission-note-list li,
.kls-admission-checklist li,
.kls-admission-rule-list li,
.kls-admission-preview-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e8edf4;
    color: #48586f;
    line-height: 1.7;
}

.kls-admission-note-list li:last-child,
.kls-admission-checklist li:last-child,
.kls-admission-rule-list li:last-child,
.kls-admission-preview-list li:last-child {
    border-bottom: none;
}

.kls-admission-note-list li i,
.kls-admission-checklist li i,
.kls-admission-rule-list li i,
.kls-admission-preview-list li i {
    color: #F57C00;
    margin-top: 4px;
    flex-shrink: 0;
}

.kls-admission-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.kls-admission-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f5f7fa;
    border: 1px solid #e2e9f1;
    color: #516176;
    font-size: 13px;
    font-weight: 600;
}

.kls-admission-meta i {
    color: #F57C00;
}

.kls-admission-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kls-admission-form-field {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f8f9fb;
    border: 1px solid #e2eaf2;
}

.kls-admission-form-field strong {
    display: block;
    margin-bottom: 6px;
    color: #1a2e4a;
    font-size: 15px;
}

.kls-admission-form-field span {
    color: #5f6f85;
    font-size: 13px;
    line-height: 1.6;
}

@media screen and (max-width: 1199px) {
    .kls-admission-course-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .kls-admission-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kls-admission-course-links,
    .kls-admission-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .kls-admission-steps,
    .kls-admission-course-links,
    .kls-admission-form-grid {
        grid-template-columns: 1fr;
    }
}

/* KLS Facility Pages */
.kls-facility-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
}

.kls-facility-highlight-grid li,
.kls-facility-timing-list li,
.kls-facility-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #e4ebf3;
    border-radius: 14px;
    background: #fff;
    color: #4b5b70;
    line-height: 1.7;
}

.kls-facility-highlight-grid li i,
.kls-facility-timing-list li i,
.kls-facility-detail-list li i {
    color: #F57C00;
    margin-top: 4px;
    flex-shrink: 0;
}

.kls-facility-timing-list,
.kls-facility-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
}

.kls-facility-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #f5f7fa;
    border: 1px solid #e2e9f1;
    color: #516176;
    font-size: 13px;
    font-weight: 600;
}

.kls-facility-stat i {
    color: #F57C00;
}

@media screen and (max-width: 991px) {
    .kls-facility-highlight-grid,
    .kls-facility-timing-list,
    .kls-facility-detail-list {
        grid-template-columns: 1fr;
    }
}

/* KLS Hospital Pages */
.kls-hospital-service-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
}

.kls-hospital-service-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #e4ebf3;
    border-radius: 14px;
    background: #fff;
    color: #4b5b70;
    line-height: 1.7;
}

.kls-hospital-service-list li i {
    color: #F57C00;
    margin-top: 4px;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .kls-hospital-service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .kls-hospital-service-list {
        grid-template-columns: 1fr;
    }
}

/* KLS Gallery Pages */
.kls-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kls-gallery-card {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4ebf3;
    box-shadow: 0 18px 38px rgba(26, 46, 74, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kls-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(26, 46, 74, 0.12);
}

.kls-gallery-image-wrap {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.kls-gallery-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.kls-gallery-card:hover .kls-gallery-image-wrap img {
    transform: scale(1.04);
}

.kls-gallery-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(26, 46, 74, 0.88);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.kls-gallery-badge i {
    color: #F57C00;
}

.kls-gallery-card-body {
    padding: 20px 20px 18px;
}

.kls-gallery-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 8px;
}

.kls-gallery-card-text {
    margin: 0;
    color: #58667a;
    line-height: 1.7;
    font-size: 14px;
}

.kls-gallery-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.kls-gallery-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f5f7fa;
    border: 1px solid #e2e9f1;
    color: #4f5d73;
    font-size: 13px;
    font-weight: 600;
}

.kls-gallery-filter-pill.is-active {
    background: #1a2e4a;
    border-color: #1a2e4a;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .kls-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .kls-gallery-grid {
        grid-template-columns: 1fr;
    }

    .kls-gallery-image-wrap {
        height: 240px;
    }
}

/* KLS Utility Pages */
.kls-utility-form-box {
    padding: 30px 28px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e4ebf3;
    box-shadow: 0 18px 40px rgba(26, 46, 74, 0.08);
}

.kls-utility-form-box .form-control,
.kls-utility-form-box .input {
    width: 100%;
    padding: 15px 18px;
    border-radius: 12px;
    border: 1px solid #d9e2ec;
    background: #f8f9fb;
    color: #4d5d73;
    margin-bottom: 0;
}

.kls-utility-form-box textarea.form-control,
.kls-utility-form-box textarea.input {
    min-height: 130px;
    resize: vertical;
}

.kls-form-label {
    display: block;
    margin-bottom: 10px;
    color: #1a2e4a;
    font-size: 14px;
    font-weight: 600;
}

.kls-utility-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 12px 22px;
    border-radius: 10px;
    background: #F57C00;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
}

.kls-utility-submit:hover {
    background: #d96d00;
    color: #fff;
    transform: translateY(-1px);
}

.kls-map-placeholder {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 18px;
    border: 1px dashed #cfd9e4;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    color: #5a6a80;
    text-align: center;
}

.kls-map-placeholder i {
    font-size: 42px;
    color: #F57C00;
}

/* KLS Form Layout Fix */
.kls-form-grid .row {
    margin-left: -10px;
    margin-right: -10px;
}

.kls-form-grid [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.kls-form-grid .form-group {
    margin-bottom: 20px;
}

.kls-form-grid .alert {
    margin-bottom: 22px;
}

.kls-form-grid .kls-utility-submit {
    margin-top: 6px;
}

.kls-utility-form-box .form-control:focus,
.kls-utility-form-box .input:focus {
    border-color: rgba(245, 124, 0, 0.45);
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.12);
    background: #fff;
}

.kls-map-card {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #dfe7f0;
    background: #fff;
    box-shadow: 0 18px 40px rgba(26, 46, 74, 0.08);
}

.kls-map-embed {
    display: block;
    width: 100%;
    height: 320px;
    border: 0;
}

.kls-appointment-side .kls-info-card {
    min-height: 100%;
}

@media (max-width: 991px) {
    .kls-utility-form-box {
        padding: 24px 20px;
    }

    .kls-map-embed {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .kls-form-grid .form-group {
        margin-bottom: 16px;
    }

    .kls-form-grid .kls-utility-submit {
        width: 100%;
    }
}

.kls-utility-note {
    padding: 22px 24px;
    border-radius: 16px;
    background: rgba(245, 124, 0, 0.08);
    border: 1px solid rgba(245, 124, 0, 0.2);
}

.kls-utility-note strong {
    display: block;
    margin-bottom: 10px;
    color: #1a2e4a;
}

.kls-utility-note p {
    margin: 0;
    color: #58667a;
}

.kls-utility-notice-card {
    display: block;
    padding: 24px 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e4ebf3;
    box-shadow: 0 16px 34px rgba(26, 46, 74, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kls-utility-notice-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(26, 46, 74, 0.11);
}

.kls-utility-notice-card h4 {
    font-size: 18px;
    color: #1a2e4a;
    margin-bottom: 10px;
}

.kls-utility-notice-card p {
    margin: 0;
    color: #5c6b80;
}

/* KLS Notification Pages */
.kls-notification-list {
    display: grid;
    gap: 18px;
}

.kls-notification-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e4ebf3;
    box-shadow: 0 18px 38px rgba(26, 46, 74, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kls-notification-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(26, 46, 74, 0.11);
}

.kls-notification-card-media {
    flex: 0 0 auto;
}

.kls-notification-img,
.kls-notification-fallback {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    background: linear-gradient(135deg, #f8f9fb 0%, #edf2f8 100%);
    border: 1px solid #dbe4ee;
}

.kls-notification-fallback {
    color: #F57C00;
    font-size: 28px;
}

.kls-notification-img--large,
.kls-notification-fallback--large {
    width: 88px;
    height: 88px;
}

.kls-notification-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.kls-notification-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.kls-notification-date {
    color: #66768c;
    font-size: 13px;
    font-weight: 600;
}

.kls-notification-filter-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.kls-notification-filter-actions .kls-cta-btn,
.kls-notification-filter-actions .kls-utility-submit {
    min-width: 140px;
}

.kls-notification-detail-head {
    display: flex;
    align-items: center;
    gap: 18px;
}

.kls-notification-content-box {
    padding: 24px;
    border-radius: 16px;
    background: #f8f9fb;
    border-left: 4px solid #F57C00;
    color: #58667a;
    line-height: 1.8;
}

.kls-notification-content-box p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .kls-notification-card,
    .kls-notification-detail-head,
    .kls-notification-filter-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .kls-notification-filter-actions {
        width: 100%;
    }

    .kls-notification-filter-actions .kls-cta-btn,
    .kls-notification-filter-actions .kls-utility-submit {
        width: 100%;
    }
}

/* KLS Navbar Notification Bell */
.kls-nav-bell-item {
    display: flex;
    align-items: center;
}

.kls-nav-bell {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s ease;
}

.kls-nav-bell::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F57C00;
    box-shadow: 0 0 0 2px rgba(26, 46, 74, 0.95);
}

.kls-nav-bell:hover {
    color: #F57C00 !important;
    border-color: rgba(245, 124, 0, 0.45);
    background: rgba(255, 255, 255, 0.08);
}

.nav-scroll .kls-nav-bell {
    color: #1a2e4a !important;
    border-color: #d9e2ec;
    background: #fff;
}

.nav-scroll .kls-nav-bell::after {
    box-shadow: 0 0 0 2px #fff;
}

.kls-nav-bell-text {
    display: none;
}

@media screen and (max-width: 991px) {
    .kls-nav-bell-item {
        width: 100%;
    }

    .kls-nav-bell {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        gap: 10px;
        margin: 8px 0 0;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        background: transparent !important;
        color: #222 !important;
    }

    .kls-nav-bell::after {
        top: 10px;
        left: 18px;
        right: auto;
        box-shadow: 0 0 0 2px #fff;
    }

    .kls-nav-bell-text {
        display: inline;
        font-size: 14px;
        font-weight: 500;
    }
}
