﻿
/* Base for entire page */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333; /* Default text color */
    line-height: 1.6;
}
.skip-link {
    position: absolute;
    top: -50px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    z-index: 9999;
    text-decoration: none;
    border-radius: 4px;
}

    /* Show when focused (keyboard TAB) */
    .skip-link:focus {
        top: 10px;
    }
/* Marathi text */
.marathi-text {
    font-family: 'Noto Sans Devanagari', sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #003366; /* College theme color */
    line-height: 1.3;
}

.mission-list li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

.accordion-button {
    font-weight: 500;
    font-size: 15px;
}

    .accordion-button:not(.collapsed) {
        background-color: #f5f5f5;
        color: #003366;
    }


/* Paragraphs */
p {
    font-size: 16px;
    color: #555; /* Slightly lighter for body text */
}

/* Links */
a {
    color: #003366;
    text-decoration: none;
    transition: color 0.3s ease;
}

    a:hover {
        color: #ff9933; /* Saffron hover */
    }

/* Buttons / call-to-action */
.btn, button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Small text / footer */
small, .footer-section {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #fff;
}

.top-bar{background:#003366;color:#fff;padding:5px}
.slider{height:80vh;color:#fff;background-size:cover;background-position:center}
.s1{background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url('../img/hero1.jpg')}
.s2{background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url('../img/hero2.jpg')}
.carousel-caption{top:50%;transform:translateY(-50%)}
.notice-board{background:#fff;padding:20px;border-radius:6px}
.notice-board li{padding:10px;border-bottom:1px solid #ddd}
.footer{background:#111;color:#ccc;padding:20px}


/* Logo Header */
.logo-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.college-logo {
    /* height: 70px;*/
}

.college-name {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.college-tagline {
    font-size: 14px;
    color: #555;
}
.top-nav .nav-link {
    font-size: 14px;
    padding: 6px 13px;
    color: #ffffff;
}

    .top-nav .nav-link:hover {
        color: #ff9933; /* saffron hover */
    }

/* Sticky Navigation */
.main-nav {
    background: #003366;
}

    .main-nav .nav-link {
        color: #fff !important;
        font-weight: 500;
        padding: 12px 18px;
    }

        .main-nav .nav-link:hover,
        .main-nav .nav-link.active {
            background: #002244;
        }

.dropdown-menu {
    border-radius: 0;
}


/* Mobile: stack nicely */
@media (max-width: 768px) {
    .top-nav-menu {
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .college-name {
        font-size: 20px;
    }

    .college-logo {
        height: 55px;
    }
}

/* ===== Hover Dropdown for Desktop ===== */
@media (min-width: 992px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown > .dropdown-toggle::after {
        transition: transform .2s ease;
    }

    .navbar .dropdown:hover > .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}
/* ===== Multi-level Dropdown ===== */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
        display: none;
    }

/* Desktop hover */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* Arrow alignment */
.dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 6px;
}

/* ===== FORCE SIMPLE TOP NAV ===== */
.top-nav {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    position: relative;
   color:#000000;
    z-index: 1100; /* above content, below sticky nav */
}

    .top-nav .nav-link {
        color: #000000;
    }

        .top-nav .nav-link:hover {
            color: #003366; /* college blue */
        }

.top-nav-inner {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 6px 0;
    font-size: 10px;
}

    .top-nav-inner a {
        font-size: 14px;
        font-weight: 500;
        color: #000000 !important;
        text-decoration: none;
    }

        .top-nav-inner a:hover {
            color: #003366 !important;
            text-decoration: underline;
        }

/* Top nav divider */
.top-nav .navbar-nav .nav-item {
    position: relative;
}

    .top-nav .navbar-nav .nav-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 16px;
        width: 2px;
        background-color: #999; /* WHITE divider */
    }


/* Mobile support */
@media (max-width: 768px) {
    .top-nav-inner {
        flex-wrap: wrap;
        gap: 12px;
    }
}
@media (max-width: 991px) {
    .top-nav .navbar-nav .nav-item::after {
        display: none;
    }
}
/* Header Wrapper */
.college-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2; /* optional */
}

/* Logo */
.college-logo .logo-img {
    width: 80px; /* adjust as needed */
    height: auto;
    object-fit: contain;
}

/* College Text */
.college-identity-left {
    text-align: left;
}

/* Right Images */
.college-right-images .identity-img {
    width: 60px; /* adjust width as needed */
    height: auto;
}

/* College text styles */
.college-govt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.5px;
}

.college-name {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 700;
    color: #003366;
    margin: 4px 0;
    text-transform: uppercase;
}

.college-location {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #444;
}

.college-affiliation {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .college-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .college-logo .logo-img {
        width: 60px;
        margin-bottom: 8px;
    }

    .college-name {
        font-size: 28px;
        letter-spacing: 1px;
    }

    /* Right images stack below text */
    .college-right-images {
        margin-top: 10px;
    }

        .college-right-images .identity-img {
            width: 50px;
            margin-right: 6px;
        }
}

/* ===== QUICK VERTICAL NAV ===== */
.quick-nav {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 15px;
    height: auto;
}

    .quick-nav h5 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .quick-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .quick-nav ul li {
            border-bottom: 1px solid #ddd;
        }

            .quick-nav ul li a {
                display: block;
                padding: 8px 5px;
                text-decoration: none;
                color: #003366;
                font-weight: 500;
            }

                .quick-nav ul li a:hover {
                    background: #003366;
                    color: #fff;
                }

/* EVENTS */
.event-list {
    list-style: none;
    padding-left: 0;
}

    .event-list li {
        font-size: 14px;
        margin-bottom: 8px;
    }


/*=======================
Counter Section
=======================*/
.counter-section {
    background-color: #003366;
    padding: 60px 0;
    color: #ffffff;
}

.counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

/*.counter-icon {
    width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 50%;
    background-color: #003366;
    color: #ffffff;
    margin-bottom: 8px;
    transition: all 0.4s ease;
}*/
.counter-icon {
    filter: brightness(0) invert(1);
}

/*.counter-box:hover .counter-icon {
    background-color: #ff9933;
    transform: scale(1.1);
}*/

.counter-box span.counter {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
}
.counter-box p {
    font-size: 18px;
    font-weight: 600;
    color:#ffffff;
}

/*=======================
Core Values Section
=======================*/
.core-values-section {
    background-color: #f7f9fc;
    padding: 60px 0;
}

    .core-values-section .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        color: #003366;
        margin-bottom: 10px;
    }

    .core-values-section .section-title p {
        font-size: 16px;
        color: #555;
        margin-bottom: 40px;
    }
.core-value-box {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    height: 100%;
    transition: all 0.3s ease;
}

    .core-value-box:hover {
        transform: translateY(-8px);
    }

    .core-value-box .core-icon {
        width: 60px;
        height: 60px;
        padding: 14px;
        border-radius: 50%;
        background-color: #003366;
        color: #ffffff;
        margin-bottom: 15px;
        transition: all 0.4s ease;
    }

    .core-value-box:hover .core-icon {
        background-color: #ff9933;
        transform: scale(1.1);
    }
    .core-value-box h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        transition: color 0.3s ease;
    }

    .core-value-box:hover h4 {
        color: #ff9933;
    }

    .core-value-box p {
        font-size: 14px;
        color: #666;
    }


/*=======================
Footer Section
=======================*/
.footer-section {
    background-color: #003366;
    color: #ffffff;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .footer-section h5 {
        font-weight: 600;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .footer-section a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-section a:hover {
            color: #ff9933;
            text-decoration: none;
        }

.footer-logo {
    width: 60px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

    .footer-logo:hover {
        transform: scale(1.1);
    }

.footer-bottom {
    font-size: 13px;
    opacity: 0.8;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    text-align: center;
}


/*=======================
Responsive adjustments
=======================*/

@media (max-width: 768px) {
    .counter-box span.counter {
        font-size: 32px;
    }

    .counter-box p {
        font-size: 16px;
    }

    .core-values-section .section-title h2 {
        font-size: 28px;
    }

    .core-value-box h4 {
        font-size: 16px;
    }

    .footer-logo {
        width: 50px;
    }
}
.discover-more-section {
    background: #f8f9fa;
}

.discover-card {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 12px;
    height: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.discover-icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #003366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

    .discover-icon-wrap img {
        width: 34px;
        height: 34px;
    }

.discover-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.discover-card p {
    font-size: 14.5px;
    color: #555;
    margin-bottom: 18px;
}

.discover-link {
    font-weight: 600;
    color: #003366;
    text-decoration: none;
}

/*Hover effect (BootstrapMade style) */
.discover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

    .discover-card:hover .discover-icon-wrap {
        background: #ff9933; /* saffron */
    }

    .discover-card:hover .discover-link {
        color: #ff9933;
    }

@media (max-width: 575px) {
    .discover-card {
        padding: 30px 20px;
    }

        .discover-card h4 {
            font-size: 18px;
        }

        .discover-card p {
            font-size: 14px;
        }
}
.notice-marquee {
    height: 100%; /* visible area */
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 10px 15px;
    position: relative;
}

.notice-content {
    position: absolute;
    width: 100%;
    animation: scrollUp 12s linear infinite;
}

    .notice-content p {
        margin: 0;
        padding: 8px 0;
        font-size: 15px;
        color: #003366;
        font-weight: 500;
    }

/* KEY FIX */
@keyframes scrollUp {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

/* Pause on hover */
.notice-marquee:hover .notice-content {
    animation-play-state: paused;
}
.naac-strip {
    background: #f5f5f5; /* Bootstrap primary */
    padding: 30px 0;
}
    .naac-strip i,
    .naac-strip svg {
        color: #003366; /* College Blue */
        fill: currentColor;
    }

.naac-item {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .naac-item i {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .naac-item h6 {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .naac-item p {
        font-size: 14px;
        margin: 0;
    }

    .naac-item:hover {
        background: rgba(255,255,255,0.15);
        transform: translateY(-4px);
    }
.gallery-preview {
    padding: 60px 0;
    background: #f8f9fa;
}

.gallery-img {
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .gallery-img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.section-title h2 {
    font-weight: 700;
}

.section-title p {
    color: #666;
    font-size: 15px;
}
.breadcrumb-modern {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

/* Page title */
.page-title {
    font-size: 20px;
    font-weight: 600;
    color: #003366;
}

/* Breadcrumb */
.breadcrumb {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    margin: 0;
}

/* Links */
.breadcrumb-item a {
    color: #003366;
    font-weight: 500;
    text-decoration: none;
}

    .breadcrumb-item a:hover {
        color: #ff9933;
    }

/* Active */
.breadcrumb-item.active {
    color: #666;
}

/* Custom separator */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #999;
    padding: 0 8px;
}

/* ===== ANNOUNCEMENT TICKER ===== */
.announcement-ticker {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #003366, #00509e); /* BLUE GRADIENT */
    color: #fff;
    overflow: hidden;
    height: 42px;
}

/* Label */
.ticker-label {
    background: #ff9933; /* saffron */
    color: #000;
    font-weight: 600;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}

/* Wrapper */
.ticker-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

/* Moving text */
.ticker-move {
    display: inline-block;
    white-space: nowrap;
    animation: tickerScroll 25s linear infinite;
}

    /* Items */
    .ticker-move span {
        display: inline-block;
        margin-right: 60px;
        font-weight: 500;
    }

/* Hover pause */
.ticker-wrapper:hover .ticker-move {
    animation-play-state: paused;
}

/* Animation */
@keyframes tickerScroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}



/* Icon styling */
.ticker-move i {
    color: #ff9933; /* saffron */
    margin-right: 8px;
    font-size: 14px;
}
.ticker-move a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

    .ticker-move a:hover {
        color: #ff9933;
        text-decoration: underline;
    }
/* ===== WELCOME UPGRADE ===== */
.welcome-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .welcome-box:hover {
        transform: translateY(-5px);
    }

/* Principal Image */
.principal-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #003366;
}

/* Title */
.welcome-title {
    font-size: 22px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 10px;
}

/* Text */
.welcome-text {
    font-size: 14.5px;
    color: #555;
    margin-bottom: 8px;
}

/* Button */
.welcome-box .btn {
    background: #003366;
    border: none;
}

    .welcome-box .btn:hover {
        background: #ff9933;
    }

/* ===== QUICK LINKS UPGRADE ===== */
.quick-links-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    height: auto; /* important */
    align-self: flex-start; /* prevents stretching */
}

.quick-title {
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 15px;
}

/* List */
.quick-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .quick-links-list li {
        margin-bottom: 10px;
    }

    /* Links */
    .quick-links-list a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 8px;
        color: #003366;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    /* Icons */
    .quick-links-list i {
        color: #ff9933;
    }

    /* Hover */
    .quick-links-list a:hover {
        background: #003366;
        color: #fff;
    }

        .quick-links-list a:hover i {
            color: #fff;
        }
/* ===== RIGHT PANEL ===== */
.right-panel {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ===== EVENT CARD ===== */
.event-card {
    background: #ffffff;
    border-left: 4px solid #003366;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .event-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    }

    /* Title */
    .event-card h6 {
        font-size: 16px;
        font-weight: 600;
        color: #003366;
    }

    /* Description */
    .event-card p {
        font-size: 14px;
        color: #555;
        margin: 8px 0;
    }

    /* Date */
    .event-card small {
        font-size: 12px;
        color: #888;
    }

    /* Link */
    .event-card a {
        margin-top: 8px;
        font-weight: 600;
        color: #0d6efd; /* changed to theme blue */
        text-decoration: none;
    }

        .event-card a:hover {
            text-decoration: underline;
        }


/* ===== NOTICE BOX ===== */
.notice-mini-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

/* Notice list */
.notice-mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .notice-mini-list li {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        .notice-mini-list li:last-child {
            border-bottom: none;
        }

    .notice-mini-list a {
        font-size: 14px;
        color: #003366;
        text-decoration: none;
    }

        .notice-mini-list a:hover {
            color: #0d6efd;
        }

        .content-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    height: 100%;
}

.content-body {
    padding: 5px;
}
/* ===============================
   🔥 FINAL HEADER FIX (OVERRIDE ALL)
   =============================== */

.college-header {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr; /* 🔥 KEY CHANGE */
    align-items: center !important;
    padding: 10px 20px !important;
    background: #f2f2f2 !important;
    column-gap: 40px;
}

/* LEFT LOGO */
.header-left {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px; /* 🔥 space from center */
}

    .header-left img {
        height: 95px !important;
        /*width: auto;*/
    }

/* CENTER TEXT */
.header-center {
    text-align: center !important;
    justify-self: center;
}

.college-govt {
    font-size: 13px;
    margin-bottom: 2px;
}

.college-name {
    font-size: 30px !important;
    font-weight: 700;
    margin: 2px 0 !important;
    color: #003366;
}

.college-location {
    font-size: 14px;
}

.college-affiliation {
    font-size: 13px;
}

/* RIGHT LOGOS */
.header-right {
    display: flex;
    justify-content: flex-start; /* push logos toward center */
    gap: 10px;
    margin-left: 25px; /* 🔥 same space as left */
}

    /* RIGHT IMAGES SIZE */
    .header-right img {
        height: 85px !important;
       /* width: auto;*/
    }

        /* OPTIONAL: first logo circle */
        .header-right img:first-child {
            border-radius: 50%;
            border: 2px solid #ccc;
            padding: 3px;
        }

/* REMOVE EXTRA SPACE FROM ALL */
.header-left,
.header-center,
.header-right {
    margin: 0 !important;
    padding: 0 !important;
}

/* ===============================
   📱 MOBILE FIX
   =============================== */
@media (max-width: 768px) {
    .college-header {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .header-left,
    .header-right {
        justify-content: center !important;
        margin: 5px 0;
    }

        .header-left img {
            height: 60px !important;
        }

        .header-right img {
            height: 50px !important;
        }

    .college-name {
        font-size: 22px !important;
    }
}
.navbar .dropdown:focus-within > .dropdown-menu {
    display: block;
}

.dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
}

/* Admission Popup */
#admissionPopup .modal-content {
    border-radius: 16px;
    overflow: hidden;
}

#admissionPopup .btn-primary {
    background: #003366;
    border: none;
}

    #admissionPopup .btn-primary:hover {
        background: #ff9933;
        color: #000;
    }
/* Govt Emblem */
/* Govt Emblem */
.govt-emblem {
    margin-bottom: 4px;
}

    .govt-emblem img {
        height: 38px; /* smaller emblem */
        width: auto;
        object-fit: contain;
    }
    .maharaj-box{
    text-align:center;
}

.maharaj-img{
    height:75px;
    width:auto;
    object-fit:contain;
}

.college-estd{
    font-size:13px;
    font-weight:600;
    color:#003366;
    margin-top:4px;
    letter-spacing:1px;
    text-transform:uppercase;
}

@font-face {
  font-family: 'lohit marathi';
  src: url('/fonts/lohit-marathi.ttf') format('truetype');
}
