body {
    font-family: 'Poppins', sans-serif !important;
}




.event-card {
    max-width: 540px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}



.event-img-box {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    overflow: hidden;
    margin: 20px auto;
}

.event-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.event-img-box:hover img {
    transform: scale(1.08);
}


.event-bg-purple {
    background: #7763E5;
}

.event-bg-pink {
    background: #B54CCA;
}

.event-bg-orange {
    background: #FF6D1C;
}

.event-bg-green {
    background: #09A24F;
}


.event-date {
    background: #fff;
    color: #000;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
}


@media (max-width: 768px) {
    .event-img-box {
        width: 160px;
        height: 160px;
        margin: 15px auto;
    }
}

.read-more-content {
    display: none;
}

#readMoreToggle:checked~.read-more-content {
    display: block;
}

.read-less-btn {
    display: none;
}

#readMoreToggle:checked~.read-more-btn {
    display: none;
}

#readMoreToggle:checked~.read-less-btn {
    display: inline-block;
}

.read-more-btn,
.read-less-btn {
    color: #0A53A2;
    font-weight: 600;
    cursor: pointer;
}

.hero-nav {
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 260px;

    margin-bottom: 30px;
    margin-top: 20px;
}


.hero-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}

.hero-text {
    position: relative;
    z-index: 2;

    color: #fff;
    padding-top: 100px;
}

.hero-text h1 {
    font-weight: 700;
}

.hero-text p {
    font-size: 18px;
}

/* /manager */

.manager-nav {
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 260px;

    margin-bottom: 30px;
    margin-top: 20px;
}


.manager-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}

.manager-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

.manager-text h1 {
    font-weight: 700;
}

.manager-text p {
    font-size: 18px;
}

/* /manager end */
/* /principal */

.principal-nav {
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 260px;

    margin-bottom: 30px;
    margin-top: 20px;
}


.principal-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}


/* academic */
.academic-nav {
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 260px;

    margin-bottom: 30px;
    margin-top: 20px;
}


.academic-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}

.academic-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

.academic-text h1 {
    font-weight: 700;
}

.academic-text p {
    font-size: 18px;
}

/* academic */

/* academic */
.about-nav {
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 260px;

    margin-bottom: 30px;
    margin-top: 20px;
}


.about-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}

.about-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

.about-text h1 {
    font-weight: 700;
}

.about-text p {
    font-size: 18px;
}

/* about */

/* gallery */

.gallery-nav {
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 260px;

    margin-bottom: 30px;
    margin-top: 20px;
}


.gallery-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}

.gallery-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

.gallery-text h1 {
    font-weight: 700;
}

.gallery-text p {
    font-size: 18px;
}

/* gallery */
.gallery-title {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0A53A2;
    font-weight: bold;
}


.gallery-title::before,
.gallery-title::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #0A53A2;
    margin: 0 10px;
}


.tab-pane img {
    display: inline-block;
    max-width: 100%;
}


.tab-pane {
    display: flex;
    flex-wrap: wrap;
}


.tab-pane img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    margin: 5px;
    border-radius: 8px;
}


#pills-tab .nav-item {
    margin: 0 14px;
}


#pills-tab .nav-link {
    background: none !important;
    border: none;
    color: #000 !important;
    font-weight: 600;
    padding: 6px 0;
    position: relative;
}


#pills-tab .nav-link:hover {
    color: #75757a !important;
}


#pills-tab .nav-link.active {
    color: #414143 !important;
}


#pills-tab .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background-color: #494950;
    border-radius: 10px;
}

/* ===== NAVBAR UNIQUE OVERRIDE =====*/


.navbar {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;


}

.navbar-brand {
    margin-right: 50px;
}

.navbar-nav .nav-link {
    position: relative;
    transition: 0.3s ease;
    color: #000;
}

.navbar-nav .nav-link:hover {
    color: #4e54c8 !important;

}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    border-radius: 10px;
    transform: translateX(-50%);
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 70%;

}


.navbar .btn-primary {
    border-radius: 25px;
    padding: 6px 18px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.navbar .btn-primary:hover {
    transform: translateY(-2px);
}


@media (max-width: 991px) {
    .navbar-collapse {
        border-radius: 16px;
        margin-top: 10px;
        padding: 12px;
    }
}

.navbar-nav .nav-link.active {
    color: #FFD43B !important;
    font-weight: 700;
}

/* ===== NAVBAR COLOR OVERRIDE ===== */


/* ===== KGIC NAVBAR ===== */
.kgic-navbar {
    background-color: #F6F5FF !important;
    padding: 10px 18px;
}

.kgic-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.kgic-nav-links .nav-link {
    color: #3b3b6d !important;
    position: relative;
    padding: 8px 12px;
    transition: 0.3s ease;
}

.kgic-nav-links .nav-link:hover {
    color: #4e54c8 !important;
}

/* Active Page Highlight */
.kgic-nav-links .nav-link.active {
    color: #4e54c8 !important;
    font-weight: 700;
}

.kgic-nav-links .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    /* line bottom me align */
    width: 100%;
    height: 3px;
    /* chhoti line */
    border-radius: 10px;
    background: linear-gradient(90deg, #3b3b6d, #4e54c8);
}

/* Dropdown */
.kgic-navbar .dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.kgic-navbar .dropdown-item {
    color: #3b3b6d;
    font-weight: 600;
}

.kgic-navbar .dropdown-item:hover {
    background-color: #F6F5FF;
    color: #4e54c8;
}

/* Prospectus Button */
.kgic-pro-btn {
    background: #4e54c8;
    border: none;
    padding: 8px 18px;
    border-radius: 30px;
}

/* Mobile View Fix */
@media (max-width: 991px) {
    .kgic-nav-links {
        text-align: left;
        padding-top: 12px;
    }

    .kgic-nav-links .nav-link {
        padding: 10px 5px;
    }

    .kgic-pro-btn {
        width: 100%;
        text-align: center;
    }
}



.transport-img {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.transport-img:hover {
    transform: scale(1.03);
    transition: 0.4s ease;
}

/* ===== KGIC Academics Section ===== */
.kgic-academics-section {
    background: #F6F5FF;
}

.kgic-ac-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.kgic-ac-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.kgic-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 50px;
    background: #FFEFE5;
    color: #000;
    font-weight: 600;
}

.kgic-list {
    list-style: none;
    padding: 0;
}

.kgic-list li {
    margin-bottom: 8px;
    font-weight: 500;
}

.kgic-highlight-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.kgic-highlight-card i {
    font-size: 32px;
    color: #FFD43B;
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    .kgic-ac-img {
        height: 220px;
    }
}

/* /contact ka box */
.contact-box {
    margin-top: 10px;
    border: 1.5 px solid #000;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* /* about kgic */
.stats-box {
    display: flex;
    gap: 20px;
    margin-top: 20px;

}

.stat-item {
    background: #f5f7fb;
    /* halka background */
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 140px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.stat-item h3 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #222;
}

.stat-item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

.contact-nav {
    background-image: url("assets/img/kgic e6.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 260px;

    margin-bottom: 30px;
    margin-top: 20px;
}


.contact-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}