/* ===============================
   COLLEGE WEBSITE – CLEAN STYLE
================================ */

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #0d2b52;
  margin: 0 0 6px;
}

p {
  font-size: 15px;
  line-height: 1.7;
}

.top-bar {
    background: #234b9d;
    color: #fff;
    font-size: 13px;
    padding: 6px 0 6px;
}
    .top-bar a {
        color: #fff;
    }
    .site-header {
        background: #ffffff;
        border-bottom: 3px solid #c9a227;
        padding: 12px 0;
    }

.site-logo {
  height: 70px;
}



/*.site-navbar {
    background: #234b9d;
    position: sticky;
    top: 0;
    z-index: 1050;
}*/

.site-navbar .nav-link {
    color: #ffffff !important;
  padding: 14px 18px;
  font-size: 15px;          /* Explicit size */
  font-weight: 500;         /* Medium */
  letter-spacing: 0.3px;    /* Improves clarity */
}

    .site-navbar .nav-link:hover {
        background: #1b3d82;
        color: #ffffff !important;
    }

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 100%;
  padding: 20px;
}

@media (max-width: 768px) {
  body { font-size: 17px; }
  .college-name { font-size: 20px; }
  .site-logo { height: 55px; }
}

@media (min-width: 992px) {

    /* Open dropdown on hover */
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    /* Disable Bootstrap arrow click behavior */
    .navbar .dropdown-toggle::after {
        pointer-events: none;
    }
}
.dropdown-submenu {
    position: relative;
}

@media (min-width: 992px) {
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}
.mega-dropdown {
    position: static;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
}

/* ==========================
   FOOTER – NAAC READY
========================== */

.college-footer {
    background-color: #234b9d; /* Academic blue */
    color: #ffffff;
    padding: 40px 0 20px;
    font-size: 14px;
}

    .college-footer p {
        color: #dcdcdc;
        line-height: 1.7;
    }

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffd700; /* Gold */
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 500;
    }

        .footer-links a:hover {
            color: #ffd700;
            text-decoration: underline;
        }

.college-footer hr {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 25px 0 15px;
}

.footer-bottom {
    font-size: 13px;
    color: #e0e0e0;
}
/* ==========================
   HEADINGS – CLEAN & ACADEMIC
========================== */

h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #0d2b52;
}

h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #0d2b52;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0d2b52;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d2b52;
}

h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0d2b52;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #0d2b52;
}
/* ==========================
   LINKS – STANDARD & SAFE
========================== */

a {
    color: #0d6efd; /* Bootstrap primary */
    text-decoration: none;
    transition: color 0.2s ease;
}

    a:hover,
    a:focus {
        color: #084298;
        text-decoration: underline;
    }
/* ==========================
   ICON LINKS SECTION
========================== */

.icon-links {
    background-color: #234b9d; /* Deep Academic Blue */
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

    .icon-links a {
        color: #ffffff;
        font-weight: 500;
       /* font-size: 14px;*/
        text-decoration: none;
        padding: 8px 12px;
        display: inline-block;
        transition: all 0.2s ease-in-out;
    }

        .icon-links a:hover,
        .icon-links a:focus {
            background-color: rgba(255,255,255,0.15);
            color: #ffffff;
            border-radius: 4px;
            text-decoration: none;
        }
/* ==========================
   OUR ACTIVITIES SECTION
========================== */

.our-activities {
    background: linear-gradient(to bottom, #f4f6f9, #ffffff);
}

    /* Section Title */
    .our-activities .section-title {
        font-size: 1.9rem;
        font-weight: 600;
        color: #0d2b52; /* Academic Blue */
        position: relative;
    }

        .our-activities .section-title::after {
            content: "";
            display: block;
            width: 80px;
            height: 3px;
            background-color: #c9a227; /* Gold accent */
            margin: 10px auto 0;
        }

/* Activity Card */
.activity-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .activity-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 28px rgba(0,0,0,0.15);
    }

    /* Activity Image */
    .activity-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
    }

    /* Activity Title */
    .activity-card h5 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #0d2b52;
        margin-top: 12px;
    }

    /* Activity Description */
    .activity-card p {
        font-size: 0.9rem;
        color: #555;
        line-height: 1.6;
    }

/* Carousel Controls */
#activitiesCarousel .carousel-control-prev,
#activitiesCarousel .carousel-control-next {
    width: 5%;
}

#activitiesCarousel .carousel-control-prev-icon,
#activitiesCarousel .carousel-control-next-icon {
    background-color: #0d2b52;
    border-radius: 50%;
    padding: 12px;
}

/* Prevent horizontal scroll */
#activitiesCarousel .carousel-inner {
    overflow: hidden;
}

/* Mobile Optimization */
@media (max-width: 768px) {

    .activity-card img {
        height: 180px;
    }

    .our-activities .section-title {
        font-size: 1.6rem;
    }

    #activitiesCarousel .carousel-control-prev,
    #activitiesCarousel .carousel-control-next {
        display: none; /* swipe only on mobile */
    }
}
/* ==========================
   COUNTER SECTION
========================== */

.college-counter {
    background-color: #234b9d; /* Deep Academic Blue */
}

.counter-box {
    color: #ffffff;
}

    .counter-box .counter {
        font-size: 2.4rem;
        font-weight: 700;
        color: #f5c842; /* Gold */
        display: block;
    }

    .counter-box p {
        margin-top: 8px;
        font-size: 1rem;
        font-weight: 500;
        color: #ffffff;
    }
.counter-icon {
    font-size: 3.2rem; /* increased size */
    color: #e8ecf7;
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 576px) {
    .counter-icon {
        font-size: 2.6rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .counter-box .counter {
        font-size: 2rem;
    }
}
/* ==========================
   COLLEGE HEADER TEXT
========================== */

/* Trust / Society Name */
.college-address {
    font-size: 1rem;
    font-weight: 600;
    color: #7a1f1f; /* Heritage maroon */
    margin-bottom: 4px;
    letter-spacing: 0.3px;
}

/* Main College Name */
.college-name {
    font-size: 2rem;
    font-weight: 800;
    color: #0d2b52; /* Academic deep blue */
    margin: 6px 0;
    text-transform: uppercase;
}

/* Address line */
.college-address + .college-name + .college-address {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

/* Affiliation & Recognition */
.college-affiliation {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0d2b52;
    margin-top: 4px;
}

    /* Highlight for values / slogans */
    .college-affiliation:last-of-type {
        color: #006400; /* Green – institutional values */
        font-weight: 600;
    }

/* Mobile optimization */
@media (max-width: 768px) {

    .college-name {
        font-size: 1.5rem;
    }

    .college-address,
    .college-affiliation {
        font-size: 0.9rem;
        text-align: center;
    }
}
/* ==========================
   CAMPUS PHOTO GALLERY
========================== */

.campus-gallery {
    background-color: #f4f6f9;
}

    .campus-gallery .section-title {
        font-size: 1.9rem;
        font-weight: 600;
        color: #0d2b52;
    }

        .campus-gallery .section-title::after {
            content: "";
            display: block;
            width: 70px;
            height: 3px;
            background-color: #c9a227;
            margin: 10px auto 0;
        }

/* Gallery Image */
.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

    .gallery-item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }
/* Gallery thumbnail cursor */
.gallery-thumb {
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

    .gallery-thumb:hover {
        transform: scale(1.03);
    }

/* Modal backdrop darker */
.modal-backdrop.show {
    opacity: 0.85;
}

/* Mobile */
@media (max-width: 576px) {
    .gallery-item img {
        height: 140px;
    }
}
/* Scroll Sticky Navbar */
.site-navbar {
    background: #234b9d;
    transition: all 0.3s ease;
}

.site-navbar.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}
.site-navbar.sticky-active .nav-link {
    padding: 10px 16px;
}
body.sticky-padding {
    padding-top: 70px; /* adjust if navbar height changes */
}
.home-naac {
    background: linear-gradient(90deg, #f4f6ff, #ffffff);
    color: #000;
}

    .home-naac h4 {
        font-weight: 600;
    }

    .home-naac p {
        font-size: 1rem;
    }
.naac-counters {
    background: #f4f6f9;
}

    .naac-counters h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #234b9d;
    }

    .naac-counters p {
        font-weight: 500;
    }
.vertical-menu {
    background: #f4f6f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

    .vertical-menu .menu-title {
        font-weight: 600;
        margin-bottom: 15px;
        color: #234b9d;
    }

    .vertical-menu ul li {
        margin-bottom: 10px;
    }

        .vertical-menu ul li a {
            display: block;
            padding: 8px 12px;
            background: #ffffff;
            border-radius: 5px;
            text-decoration: none;
            color: #333;
            transition: 0.3s;
        }

            .vertical-menu ul li a:hover {
                background: #234b9d;
                color: #fff;
            }
/* ===== Flat Modern Content Area ===== */

.content-area {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    min-height: 600px;
}

/* Light page background */
body {
    background-color: #f5f7fa;
}

/* Better spacing between left menu & content */
.container-fluid .row {
    --bs-gutter-x: 2rem;
}
/* ===== Page Title Bar ===== */
.page-title-bar {
    background: linear-gradient(to right, #f4f6ff, #ffffff);
    color: #fff;
    padding: 15px 20px;
    border-radius: 6px 6px 0 0;
}

.page-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

/* ===== Breadcrumb ===== */
.breadcrumb-container {
    background: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #e6e9ef;
    border-top: none;
    margin-bottom: 25px;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #234b9d;
}

.breadcrumb-item.active {
    color: #555;
}