/* BYCTC responsive recreation — Bootstrap 5 + custom CSS */
:root {
    --navy: #00265c;
    --navy2: #001d49;
    --blue: #0a4a91;
    --lightblue: #147ffa;
    --light: #f4f7fb;
    --gold: #ffc107;
    --red: #ff5507;
    --border: #d8e0ea;
    --text: #182b45;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
    font-size: 13px;
}
a {
    text-decoration: none;
}
.topbar {
    background: #ffc107;
    color: #000000;
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid #ffc107;
    font-weight: 600;
}
.topbar a {
    color: #000000;
    font-weight: 600;
}
.topbar .top-links {
    display: flex;
    gap: 8px;
}
.main-header {
    background: #fff;
    margin: 17px 0;
}
.header-row {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.brand {
    display: flex;
    align-items: center;
    color: var(--navy);
    min-width: 290px;
}
.brand img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    margin-right: 9px;
}
.brand-text {
    line-height: 1;
}
.brand-text strong,
.brand-text b {
    display: block;
}
.brand-text strong {
    font-size: 23px;
    font-weight: 800;
}
.brand-text b {
    font-size: 23px;
    letter-spacing: 0.1px;
    margin: 5px 0px;
    color: #0b4c93;
}
.brand-text small {
    font-size: 18px;
    color: #c83bc2;
    font-style: italic;
}
.head-contact {
    font-size: 14px;
    gap: 30px;
    flex-wrap: wrap;
}
.head-contact div {
    display: flex;
    gap: 7px;
    align-items: center;
}
.head-contact i {
    color: var(--navy);
}
.header-actions {
    display: flex;
    gap: 6px;
}
a.btn.btn-warning.btn-sm.fw-bold {
    background: #c32326;
    color: #fff;
    padding: 10px 30px;
    font-size: 12px;
}
a.btn.btn-warning.btn-sm.fw-bold:hover {
    background: #d30e11;
    color: #fff;
    padding: 10px 30px;
    font-size: 12px;
}
/* =========================================
   MSME + CONTACT HEADER SECTION
   ========================================= */

.head-contact {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 22px;
    height: 100%;
    flex: 1;
    min-width: 0;
}

/* MSME Image */
.msme-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msme-logo img {
    display: block;
    width: 255px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

/* Contact Information */
.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-width: 300px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #06366f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

.contact-item i {
    color: #06366f;
    font-size: 17px;
    width: 20px;
    text-align: center;
}

.contact-item span {
    display: inline-block;
}
.main-nav {
    background: var(--navy);
    min-height: 28px;
    padding: 0.1rem 0;
    z-index: 1000;
}
.main-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    padding: 6px 12px !important;
}
.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    background: #0b4c93;
}
.main-nav .dropdown-menu {
    font-size: 12px;
}
.navbar-toggler {
    padding: 3px 7px;
}
.dropdown-item {
    font-size: 14px;
}
.hero {
    background: #062b5a;
}
.hero-slide {
    height: 350px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #062d62 0%, #0a376a 39%, #c9d8e8 66%, #eef4f9 100%);
}
.hero-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 32, 75, 0.96) 0%, rgba(0, 42, 91, 0.82) 36%, rgba(255, 255, 255, 0) 76%);
    pointer-events: none;
}
.hero-people {
    position: absolute;
    right: 24%;
    top: 0;
    width: 390px;
    height: 100%;
    background: url("../assets/hero-people.jpg") center/cover no-repeat;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0.96;
}
.hero-copy {
    position: relative;
    z-index: 3;
    color: #fff;
    width: 41%;
    padding: 15px 0 0 4.5%;
}
.eyebrow {
    font-size: 35px;
    font-weight: 800;
    margin-top: 20px;
}
.hero-copy h1 {
    font-size: 26px;
    margin: 10px 0;
    color: #fff;
}
.hero-copy h1 span {
    color: #ffc107;
    font-weight: 800;
}
.hero-copy p {
    font-size: 17px;
    line-height: 1.35;
    margin: 4px 0 15px;
    color: #d9e8ff;
}
.hero-points {
    display: flex;
    gap: 13px;
    font-size: 12.5px;
    margin-bottom: 5px;
}
.hero-points span {
    display: flex;
    flex-direction: column;
    gap: 1px;
    color: #fffdf7d6;
}
.hero-points i {
    font-size: 26px;
    margin: 0 auto;
    color: #fffdf7d6;
}
.stats-panel {
    position: absolute;
    right: 4%;
    top: 17%;
    z-index: 4;
    width: 200px;
}
.stats-panel div {
    background: rgba(255, 255, 255, 0.95);
    margin-bottom: 7px;
    border-radius: 2px;
    padding: 3px 7px;
    display: grid;
    grid-template-columns: 22px 1fr;
    column-gap: 18px;
    box-shadow: 0 1px 3px #777;
}
a.btn.btn-warning.btn-sm.fw-bold.px-4.banner-btn {
    margin: 17px 0 0;
}
a.btn.btn-primary.btn-sm.fw-bold.FE {
    padding: 10px 30px;
    font-size: 12px;
}
.stats-panel i {
    grid-row: 1/3;
    color: var(--blue);
    font-size: 30px;
}
.stats-panel b {
    font-size: 18px;
    color: var(--blue);
}
.stats-panel small {
    font-size: 13px;
}
.alt-slide {
    background: linear-gradient(90deg, #022653, #0c4b8d 55%, #d8e8f7);
}
.third-slide {
    background: linear-gradient(90deg, #041d4b, #174e91 50%, #dcecf9);
}
.carousel-indicators {
    margin-bottom: 3px;
}
.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.centre-img img {
    width: 100%;
    height: 85px;
}
.ribbon-section {
    background: #f4f7fb;
    border-bottom: 1px solid var(--border);
    padding: 25px 0 20px 0;
}
.ribbon-card {
    background: #fff;
    border: 1px solid #dbe2ec;
    min-height: 66px;
    border-radius: 3px;
    padding: 12px;
    overflow: hidden;
}
.ribbon-title {
    font-size: 15px;
    color: var(--navy);
    font-weight: 800;
    margin-bottom: 15px;
}
.ribbon-title span {
    color: #ffffff;
}
.ribbon-title em,
.ribbon-title span:first-of-type {
    font-style: normal;
}
.mini-list {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}
.mini-list div {
    flex: 1;
    text-align: center;
    min-width: 0;
}
.mini-list strong {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.course-duration {
    color: #333;
    background: #00ff7e1c;
    font-size: 14px;
    padding: 5px;
    display: table;
    border-radius: 5px;
}

.mini-list small {
    display: block;
    font-size: 10.5px;
    color: #68778b;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mini-list img {
    width: 100%;
    height: 107px;
}
.centre-name {
    line-height: 14px;
    font-size: 10px;
    font-weight: 600;
    margin-top: 8px;
}
.centres img {
    width: 100%;
}
.centres {
    display: flex;
    gap: 4px;
    overflow: hidden;
}
.centres > div {
    flex: 1;
    min-width: 54px;
    text-align: center;
}
.centre-img {
    background: linear-gradient(135deg, #3b7197, #c5d6e3);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7c8d8;
    width: 100%;
}
small.centre-location {
    font-size: 10px;
}
.centre-validity {
    font-size: 12px;
    color: green;
}
.centres small {
    font-size: 15px;
    display: block;
}
.dashboard-section {
    padding: 20px 0;
    background: #f7f9fc;
}

.notice-board {
            max-width: 1100px;
            margin: auto;
        }

        /* Notice Item */
        .notice-item {
            display: flex;
            gap: 10px;
            padding: 10px 10px;
            background: #ffffff;
            border: 1px solid #dceaf5;
            border-radius: 10px;
            box-shadow: 0 -1px 7px rgba(25, 75, 120, 0.08);
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .notice-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(25, 75, 120, 0.12);
        }
.notice-date img {
    position: absolute;
    top: -28px;
    left: -8px;
}
        /* Date Box */
        .notice-date {
    width: 60px;
    min-width: 60px;
    height: auto;
    border-radius: 18px;
    border: 1px solid #cfe2f4;
    background: linear-gradient(145deg, #f9fcff, #eef6fd);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.notice-board {
    position: relative;
    overflow: hidden;
}

/* Each notice */
.notice-item {
    flex-shrink: 0;
}

/* Smooth upward movement */
.notice-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
    height: 360px;
}
        .notice-date .day {
            font-size: 20px;
            line-height: 1;
            font-weight: 800;
            color: #124b9b;
        }

        .notice-date .month {
            margin-top: 8px;
            font-size: 15px;
            line-height: 1;
            font-weight: 700;
            color: #59616c;
        }

        .notice-date .year {
            margin-top: 5px;
            font-size: 15px;
            line-height: 1;
            font-weight: 700;
            color: #59616c;
        }

        /* Content */
        .notice-content {
            flex: 1;
            padding-top: 5px;
        }

        /* Notice Label */
        .notice-label {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
            color: #d99100;
            font-size: 17px;
            font-weight: 800;
            letter-spacing: 0.3px;
            text-transform: uppercase;
        }

        .notice-label i {
            font-size: 17px;
        }

        /* Title */
        .notice-title {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 750;
    color: #10213b;
    max-width: 900px;
}

        
        /* View Notice */
        .view-notice {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-top: 18px;
            text-decoration: none;
            color: #1454a4;
            font-size: 17px;
            font-weight: 700;
            transition: color 0.2s ease;
        }

        .view-notice i {
            color: #e52d2d;
            font-size: 21px;
        }

        .view-notice:hover {
            color: #0d3e7d;
        }

        /* Mobile */
        @media (max-width: 767px) {

            body {
                padding: 20px 12px;
            }

            .notice-item {
                gap: 18px;
                padding: 20px;
                border-radius: 16px;
            }

            .notice-date {
                width: 78px;
                min-width: 78px;
                height: 100px;
                border-radius: 13px;
            }

            .notice-date .day {
                font-size: 32px;
            }

            .notice-date .month {
                font-size: 16px;
                margin-top: 6px;
            }

            .notice-date .year {
                font-size: 15px;
            }

            .notice-label {
                font-size: 13px;
                gap: 6px;
                margin-bottom: 9px;
            }

            .notice-title {
                font-size: 19px;
                line-height: 1.4;
            }

            .new-badge {
                width: 72px;
                height: 52px;
                font-size: 13px;
                margin-right: 7px;
            }

            .view-notice {
                margin-top: 13px;
                font-size: 15px;
            }

            .view-notice i {
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {

            .notice-item {
                gap: 14px;
                padding: 16px;
            }

            .notice-date {
                width: 68px;
                min-width: 68px;
                height: 88px;
            }

            .notice-date .day {
                font-size: 28px;
            }

            .notice-date .month {
                font-size: 14px;
            }

            .notice-date .year {
                font-size: 13px;
            }

            .notice-title {
                font-size: 17px;
            }

            .new-badge {
                width: 58px;
                height: 43px;
                font-size: 11px;
            }
        }
        /* ================================
   EVENT VERTICAL SCROLL
================================ */

.event-viewport {
    height: 358px;
    overflow: hidden;
    position: relative;
}

.event-track {
    display: flex;
    flex-direction: column;
    gap: 20px;

    animation: eventScrollUp 18s linear infinite;
}

/* Pause when mouse is over events */
.event-viewport:hover .event-track {
    animation-play-state: paused;
}


/* EVENT CARD */

.event-card {
    width: 100%;
    flex: 0 0 auto;

    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    overflow: hidden;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}


/* IMAGE */

.event-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

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


/* CONTENT */

.event-content {
    padding: 10px;
}

.event-content h3 {
    margin: 0 0 5px;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;

    color: #14213d;
}


/* DATE */

.event-meta {
    display: flex;
    align-items: center;
    gap: 8px;

    padding-top: 12px;

    border-top: 1px solid #edf0f4;

    font-size: 14px;
    color: #6b7280;
}

.event-meta i {
    color: #b8860b;
    font-size: 16px;
}


/* ================================
   BOTTOM → TOP ANIMATION
================================ */

@keyframes eventScrollUp {

    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .event-viewport {
        height: 480px;
    }

    .event-image {
        height: 210px;
    }

    .event-content h3 {
        font-size: 18px;
    }

}
.info-box {
    height: auto;
    min-height: 427px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 3px;
    padding: 12px;
    transition: 0.2s;
}
.box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8edf3;
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size: 15px;
    color: var(--navy);
}
.view-all {
    font-size: 12px;
    color: #0b4c93;
}
.notice-row,
.event-row {
    width: 100%;
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    padding: 2px 0;
    border-bottom: 1px dotted #e2e7ee;
}
.notice-row i {
    color: #e33434;
    font-size: 10px;
}
.notice-row span {
    font-size: 14.5px;
    flex: 1;
}
.notice-row small {
    font-size: 12px;
    color: #788698;
}
.event-row img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.event-row span {
    font-size: 12px;
    line-height: 1.2;
}
.event-row b,
.event-row small {
    display: block;
}
.event-row small {
    color: #788698;
    font-size: 12px;
}
.box-footer {
    text-align: center;
    padding: 13px;
    background: #fff;
}
.box-footer a {
    font-size: 13px;
    color: var(--navy);
}
.dark-btn {
    background: var(--navy);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 2px;
}
.gold-btn {
    background: var(--gold);
    color: #121212 !important;
    padding: 8px 20px;
    border-radius: 2px;
}
.red-btn {
    background: var(--red);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 2px;
}
.blue-btn {
    background: var(--lightblue);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 2px;
}
.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 8px;
    padding: 5px 2px;
}
.check-grid span {
    font-size: 13.5px;
    position: relative;
    padding-left: 14px;
}
.check-grid span:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #164c91;
    font-weight: bold;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
}
.category-grid .our {
    border: 1px solid #e3e8ef;
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    padding: 4px 1px;
    color: #56657a;
}
.our img {
    width: 100%;
    height: 78px;
}
.category-grid i {
    display: block;
    color: #174c90;
    font-size: 20px;
    margin-bottom: 2px;
}
.partners {
    padding: 20px 0;
    background: #fff;
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e9f0;
    padding: 0 2px 3px;
}
.section-head h2 {
    font-size: 15px;
    color: var(--navy);
    margin: 0;
    font-weight: 800;
}
.section-head a {
    font-size: 12px;
    background: var(--navy);
    color: #fff;
    padding: 3px 8px;
    border-radius: 2px;
}
.partner-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 4px;
    padding-top: 20px;
    transition: 0.2s;
}
.partner-grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(12, 40, 70, 0.11);
}
.footer a:hover{
color: #ffc107;
}
.ca {
    color: #303031 !important;
}
.partner-grid div {
    height: 150px;
    border: 1px solid #e7ebf1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #fff;
}
.partner-grid div img {
    width: 100px;
}
.partner-grid b {
    font-size: 15px;
    color: #1d477a;
    line-height: 1;
}
.partner-grid small {
    font-size: 14px;
    color: #7b8795;
    margin-top: 4px;
}
.info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(12, 40, 70, 0.11);
}
.lower-grid {
    padding: 20px 0 0px;
    background: #f7f9fc;
}
.app-panel {
    min-height: 84px;
    border: 1px solid var(--border);
    background: linear-gradient(90deg, #fff, #eef5fb);
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px;
}
.app-copy {
    flex: 1;
}
.app-copy h3,
.placement-box h3 {
    font-size: 15px;
    color: var(--navy);
    font-weight: 800;
    margin: 0 0 3px;
}
.app-copy p {
    font-size: 14px;
    margin: 0 0 4px;
}
.app-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    font-size: 14px;
    margin-bottom: 20px;
}
.app-list i {
    color: #154d90;
}
.mediaimg img {
    height: 220px;
}
video.w-100 {
    height: 300px;
}
.inner-banner {
    display: block;
    clear: both;
    position: relative;
}
.inner-banner img {
    width: 100%;
}
.banner-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.banner-header h1 {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 0px;
    padding-bottom: 15px;
    white-space: nowrap;
}
.banner-header .breadcrumb {
    padding: 0px;
    background-color: transparent;
}
.banner-header .breadcrumb li, .banner-header .breadcrumb li a {
    color: #FFF;
}
.banner-header .breadcrumb li, .banner-header .breadcrumb li a {
    color: #FFF;
}
.inner-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
}
.qr {
    width: 140px;
    height: 140px;
    background: repeating-linear-gradient(45deg, #111 0, #111 2px, #fff 2px, #fff 4px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 8px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #aaa;
}
.qr small {
    display: none;
}
.phone {
    width: 215px;
    height: 150px;
    border-radius: 9px;
    background: #00ace0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.phone span {
    font-size: 10px;
    text-align: center;
}
.small, small {
    font-size: 15px;
}
i.bi.bi-phone {
    font-size: xx-large;
}
.placement-box {
    border: 1px solid var(--border);
    background: #fff;
    min-height: 84px;
    padding: 7px;
    text-align: center;
}
.placement-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0;
}
.placement-stats div {
    border-right: 1px solid #e3e8ef;
}
.placement-stats div:last-child {
    border: 0;
}
.placement-stats b {
    font-size: 22px;
    color: #126042;
    font-weight: 900;
}
.placement-stats span {
    font-size: 13px;
    color: #718095;
}
.section-title {
    text-align: center;
    margin-bottom: 10px;
}
span.ctr {
    font-size: 24px;
    color: #126042;
    font-weight: 900;
}
.section-title span, .section-kicker {
    font-size: 12px;
    font-weight: 800;
    color: #ebf5ff;
    letter-spacing: 1px;
}
.section-title h2 {
    font-size: 23px;
    color: var(--navy);
    font-weight: 800;
    margin: 2px 0;
}
.section-title p {
    font-size: 14px;
    color: #6b7787;
    margin: 0;
}
.courses-section {
    background: #f8fafc;
}
.course-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}
.course-toolbar .btn {
    font-size: 15px;
}
.course-toolbar input {
    max-width: 230px;
    font-size: 11px;
}
.course-card {
    height: 100%;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(12, 40, 70, 0.05);
    transition: 0.2s;
}
.course-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(12, 40, 70, 0.11);
}
.course-card > i {
    font-size: 25px;
    color: #0b4e95;
}
.course-card h3 {
    font-size: 16px;
    margin: 8px 0 5px;
    color: var(--navy);
    font-weight: 600;
}
.course-card p {
    font-size: 15px;
    color: #697789;
    min-height: 32px;
}
.about-section {
    padding: 8px 0;
    background: #fff;
}
.about-card,
.mission-card {
    border: 1px solid var(--border);
    border-radius: 5px;
    height: 100%;
    padding: 18px;
    background: #fff;
}
.about-card h2 {
    font-size: 25px;
    color: var(--navy);
    margin: 3px 0 9px;
}
.about-card p, .mission-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2c2e;
    text-align: justify;
}
.about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 15px;
}
.about-points i {
    color: #0a6b43;
}
.mission-card {
    background: linear-gradient(145deg, #03285b, #00ace0);
    color: #fff;
}
.mission-card i {
    font-size: 22px;
    color: #ffc107;
}
.mission-card h3 {
    font-size: 20px;
}
.mission-card p {
    color: #dce8f7;
}
.mission-card hr {
    border-color: rgba(255, 255, 255, 0.2);
}
.student-zone {
    background: #f7f9fc;
}
.zone-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 18px;
    color: var(--navy);
    transition: 0.2s;
}
.zone-card:hover {
    background: #eef5fc;
    transform: translateY(-2px);
}
.zone-card i {
    font-size: 40px;
    color: #0a4c92;
}
.zone-card b {
    font-size: 16px;
    margin-top: 6px;
}
.zone-card small {
    font-size: 15px;
    color: #738095;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 7px;
}
.gallery-item {
    height: 160px;
    border-radius: 5px;
    background: linear-gradient(135deg, #083264, #6f9ab8);
    display: flex;
    align-items: end;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    position: relative;
    overflow: hidden;
}
.gallery-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 65% 30%, rgba(255, 255, 255, 0.3), transparent 35%);
}
.gallery-item {
    z-index: 0;
}
.gallery-item::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    z-index: -0;
}
.gallery-item {
    isolation: isolate;
}
.gallery-item::first-line {
    position: relative;
}
.enquiry-section {
    background: #ffffff;
}
.section-kicker-ab {
    font-size: 12px;
    font-weight: 800;
    color: #303031;
    letter-spacing: 1px;
}
.enquiry-info,
.enquiry-form {
    height: 100%;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 20px;
    background: #fff;
}
.enquiry-info {
    background: linear-gradient(145deg, #03285b, #00ace0);
    color: #fff;
}
.enquiry-info h2 {
    font-size: 26px;
    margin: 4px 0 10px;
}
.enquiry-info p {
    font-size: 14px;
    color: #dce8f7;
}
.enquiry-info div {
    font-size: 15px;
    margin-top: 18px;
}
.enquiry-info div i {
    width: 20px;
    color: #ffc107;
}
.enquiry-form h3 {
    font-size: 21px;
    color: var(--navy);
    margin-bottom: 10px;
}
.enquiry-form .form-control,
.enquiry-form .form-select {
    font-size: 15px;
}
.footer {
    background: #001c46;
    color: #d8e5f7;
    padding: 35px 0 8px;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}
.footer-brand img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.footer-brand b,
.footer-brand span {
    display: block;
}
.footer-brand b {
    font-size: 20px;
}
.footer-brand span {
    font-size: 15px;
}
.footer p {
    font-size: 15px;
    max-width: 320px;
    color: #afc2dc;
}
.footer h5 {
    font-size: 20px;
    color: #ffc107;
    margin-bottom: 7px;
    font-weight: 600;
}
.footer a,
.footer span {
    display: block;
    color: #b9cbe1;
    font-size: 15px;
    margin-bottom: 4px;
}
.socials {
    display: flex;
    gap: 8px;
}
.socials a {
    font-size: 20px;
}
.footer hr {
    border-color: #31517c;
    margin: 10px 0 6px;
}
.copyright {
    text-align: center;
    font-size: 13px;
    color: #9eb3ce;
    line-height: 35px;
}
#backTop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    z-index: 1100;
}
.modal-notices {
    padding-left: 18px;
}
.modal-notices li {
    margin: 8px 0;
    font-size: 13px;
}
.live-text {
    display: inline-block;
    color: #fff;
    background: #e60000;
    padding: 2px 7px;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    animation: livePulse 1.2s infinite;
}

@keyframes livePulse {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(230, 0, 0, 0.7);
    }

    50% {
        opacity: 0.45;
        box-shadow: 0 0 0 5px rgba(230, 0, 0, 0);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(230, 0, 0, 0);
    }
}
.ribbon-carousel {
    height: 178px;
}

.ribbon-carousel .carousel-inner,
.ribbon-carousel .carousel-item {
    height: 100%;
}

.ribbon-carousel .carousel-control-prev,
.ribbon-carousel .carousel-control-next {
    width: 18px;
    opacity: 0.8;
}

.ribbon-carousel .carousel-control-prev-icon,
.ribbon-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-color: #0a6be8;
    border-radius: 50%;
    background-size: 55%;
}
.partner-carousel {
    position: relative;
}

.partner-carousel .carousel-control-prev,
.partner-carousel .carousel-control-next {
    width: 28px;
    opacity: 0.85;
}

.partner-carousel .carousel-control-prev-icon,
.partner-carousel .carousel-control-next-icon {
    width: 16px;
    height: 16px;
    background-color: #07376f;
    border-radius: 50%;
    background-size: 55%;
}

.placement-countdown {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 6px 0;
}

@media (min-width: 1200px) {

    .head-contact {
        gap: 9px;
    }

    .msme-logo img {
        width: 270px;
        max-height: 75px;
    }

    .contact-info {
        min-width: 320px;
        gap: 11px;
    }

    .contact-item {
        font-size: 15px;
    }

    .contact-item i {
        font-size: 17px;
    }
}

/* =========================================
   1024px
   ========================================= */

@media (min-width: 992px) and (max-width: 1199.98px) {

    .head-contact {
        gap: 15px;
    }

    .msme-logo img {
        width: 190px;
        max-height: 60px;
    }

    .contact-info {
        min-width: 230px;
        gap: 7px;
    }

    .contact-item {
        font-size: 11px;
    }

    .contact-item i {
        font-size: 13px;
    }
}

/* =========================================
   TABLET / MOBILE
   ========================================= */

@media (max-width: 991.98px) {

    .head-contact {
        display: none !important;
    }
}
@media (max-width: 1199.98px) {
    .hero-copy {
        width: 50%;
        padding-left: 4%;
    }
    .hero-people {
        right: 19%;
        width: 350px;
    }
    .stats-panel {
        right: 2%;
        width: 120px;
    }
    .main-nav .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991.98px) {
    body {
        font-size: 12px;
    }
    .header-row {
        min-height: 52px;
    }
    .brand {
        min-width: auto;
    }
    .brand-text b {
        font-size: 13px;
    }
    .brand-text strong {
        font-size: 11px;
    }
    .header-actions .btn {
        font-size: 8px;
    }
    .main-nav {
        padding: 2px 0;
    }
    .hero-slide {
        height: 230px;
    }
    .hero-copy {
        width: 58%;
        padding: 25px 0 0 6%;
    }
    .hero-copy h1 {
        font-size: 24px;
    }
    .eyebrow {
        font-size: 19px;
    }
    .hero-copy p {
        font-size: 11px;
    }
    .hero-points {
        font-size: 7px;
    }
    .hero-people {
        right: 3%;
        width: 47%;
        height: 95%;
        opacity: 0.75;
    }
    .stats-panel {
        right: 2%;
        top: auto;
        bottom: 10px;
        width: 145px;
    }
    .stats-panel div {
        padding: 4px;
    }
    .stats-panel b {
        font-size: 9px;
    }
    .ribbon-card {
        min-height: 78px;
    }
    .partner-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767.98px) {
    .topbar {
        font-size: 11px;
        line-height: 22px;
    }
    .topbar .top-links {
        gap: 4px;
    }
    .brand img {
        width: 35px;
        height: 35px;
    }
    .brand-text strong {
        font-size: 20px;
    }
    .brand-text b {
        font-size: 14px;
    }
    .brand-text small {
        font-size: 6px;
    }
    .header-actions .btn {
        display: none;
    }
    .hero-slide {
        height: 310px;
    }
    .hero-copy {
        width: 75%;
        padding: 25px 0 0 7%;
    }
    .hero-copy h1 {
        font-size: 24px;
    }
    .hero-points {
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: 7px;
    }
    .hero-people {
        right: -13%;
        width: 58%;
        height: 70%;
        top: 28%;
        opacity: 0.5;
    }
    .stats-panel {
        bottom: 8px;
        left: 7%;
        right: auto;
        width: 90%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 3px;
    }
    .stats-panel div {
        margin: 0;
        display: block;
        text-align: center;
        padding: 4px;
    }
    .stats-panel i {
        display: block;
        font-size: 12px;
    }
    .stats-panel b {
        font-size: 9px;
    }
    .stats-panel small {
        display: block;
        font-size: 5px;
    }
    .mini-list {
        overflow-x: auto;
    }
    .mini-list div {
        min-width: 75px;
    }
    .course-toolbar {
        align-items: stretch;
        flex-direction: column;
    }
    .course-toolbar input {
        max-width: none;
    }
    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-item {
        height: 100px;
    }
    .about-card h2,
    .enquiry-info h2 {
        font-size: 21px;
    }
}
@media (max-width: 575.98px) {
    .topbar .top-links {
        display: none;
    }
    .header-row {
        padding: 4px 0;
    }
    .brand-text small {
        display: none;
    }
    .main-nav .navbar-brand {
        font-size: 14px;
    }
    .hero-slide {
        height: 340px;
    }
    .hero-copy {
        width: 90%;
        padding: 18px 15px;
    }
    .hero-copy h1 {
        font-size: 21px;
    }
    .eyebrow {
        font-size: 16px;
    }
    .hero-copy p {
        font-size: 10px;
    }
    .hero-people {
        right: -30%;
        width: 75%;
        top: 31%;
        opacity: 0.35;
    }
    .stats-panel {
        left: 3%;
        width: 94%;
        bottom: 8px;
    }
    .stats-panel div {
        padding: 3px;
    }
    .stats-panel b {
        font-size: 8px;
    }
    .stats-panel small {
        font-size: 4.8px;
    }
    .ribbon-card {
        min-height: 90px;
    }
    .mini-list div {
        min-width: 70px;
    }
    .category-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .placement-stats b {
        font-size: 10px;
    }
    .placement-stats span {
        font-size: 5px;
    }
    .gallery-grid {
        gap: 5px;
    }
    .gallery-item {
        height: 90px;
        font-size: 9px;
    }
    .about-points {
        grid-template-columns: 1fr;
    }
    .app-panel {
        flex-wrap: wrap;
    }
    .phone {
        display: none;
    }
}
@media (max-width: 359.98px) {
    body {
        font-size: 11px;
    }
    .hero-slide {
        height: 360px;
    }
    .hero-copy {
        padding-left: 12px;
    }
    .hero-copy h1 {
        font-size: 19px;
    }
    .hero-points {
        grid-template-columns: 1fr;
    }
    .stats-panel {
        grid-template-columns: repeat(2, 1fr);
        bottom: 5px;
    }
    .partner-grid {
        grid-template-columns: 1fr 1fr;
    }
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-item {
        height: 80px;
    }
}
/* 320 / 360 / 480 / 575 / 768 / 1024px breakpoints are covered above and remain fluid between them. */
