﻿
/* Logo Start */

.logo-area {
    background: #f7f9fc;
    padding: 12px 0;
    border-bottom: 2px solid #e5e5e5;
}

/* FLEX ALIGNMENT */

.header-flex {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* LOGO */

.college-logo {
    width: 100px;
    transition: .3s;
}

    .college-logo:hover {
        transform: scale(1.05);
    }

/* TEXT */

.college-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b3d6d;
    margin: 0;
    letter-spacing: .5px;
}

.college-hindi {
    font-size: 16px;
    color: #0b3d6d;
    margin: 3px 0 5px;
    font-weight: 600;
}

.ugc-text {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.affiliation-text {
    font-size: 14px;
    color: #c4002f;
    font-weight: 600;
    margin: 2px 0;
}

    .ugc-text i,
    .affiliation-text i {
        color: #0b5ed7;
        margin-right: 5px;
    }

/* RIGHT BUTTONS */

.btns ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

    .btns ul li {
        list-style: none;
    }

        .btns ul li a {
            background: #0b5ed7;
            color: #fff;
            padding: 8px 14px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
            transition: .3s;
        }

            .btns ul li a:hover {
                background: #083b8a;
            }

/* EMAIL PHONE */

.social-area ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.social-area li {
    list-style: none;
    font-size: 14px;
}

.social-area i {
    color: #0b5ed7;
    margin-right: 6px;
}

/* MOBILE */

@media(max-width:992px) {

    .header-flex {
        flex-direction: column;
        text-align: center;
    }

    .btns ul {
        justify-content: center;
    }

    .social-area ul {
        justify-content: center;
    }

    .college-title {
        font-size: 18px;
    }

    .college-hindi {
        font-size: 14px;
    }
}

/* Logo End */



/* start FOOTER */
.footer {
    background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    color: white;
    padding: 60px 30px;
    position: relative;
}

.footer-card {
    background: rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: .4s;
}

    .footer-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }

.footer h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 10px;
}

/* CONTACT */

.footer-contact {
    list-style: none;
    padding: 0;
}

    .footer-contact li {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footer-contact i {
        color: #00d9ff;
        font-size: 18px;
    }

    .footer-contact a {
        color: white;
        text-decoration: none;
    }

/* MAP */

.map-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* LINKS */

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: white;
        text-decoration: none;
        transition: .3s;
    }

        .footer-links a:hover {
            color: #00d9ff;
            padding-left: 6px;
        }

/* SOCIAL */

.footer-social {
    margin-top: 20px;
}

    .footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: white;
        color: #333;
        margin-right: 10px;
        transition: .4s;
    }

        .footer-social a:hover {
            background: #00d9ff;
            color: white;
            transform: scale(1.1);
        }

/* LOWER FOOTER */

.lower-footer {
    background: #0a0a0a;
    text-align: center;
    padding: 15px;
    color: #ccc;
}

    .lower-footer a {
        color: #00d9ff;
        text-decoration: none;
    }

.admin-lock {
    margin-left: 15px;
    background: #222;
    padding: 8px 12px;
    border-radius: 6px;
    color: white;
}

    .admin-lock:hover {
        background: #00d9ff;
    }
/* end FOOTER */

/* Flash Start */
.banner-wrap {
    width: 100%;
    overflow: hidden;
}

.slide {
    position: relative;
    width: 100%;
}

/* IMAGE FIX */

.slide__img {
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.flash-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* OVERLAY */

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
}

/* TEXT */

.slide-content {
    position: absolute;
    bottom: 15%;
    left: 5%;
    color: white;
    z-index: 2;
}

.slide-title {
    font-size: 48px;
    font-weight: 700;
}

.slide-subtitle {
    font-size: 18px;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px) {

    .slide__img {
        height: 45vh;
    }

    .slide-title {
        font-size: 26px;
    }

    .slide-subtitle {
        font-size: 14px;
    }

    .slide-content {
        bottom: 10%;
    }
}

/* Flash End */

/* Statics Count  Start */

.latest-news-section {
    background: linear-gradient(135deg,#ffffff,#f3f6ff);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0c2d57;
}

.news-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
    transition: .3s;
}

    .news-item:hover {
        background: #eef3ff;
        transform: translateY(-4px);
    }

.news-img img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
}

.news-content h5 {
    font-size: 16px;
    color: #1c3c6c;
    margin-bottom: 5px;
}

.news-content p {
    font-size: 13px;
    color: #777;
}

.about-section {
    padding: 11px 0;
    background: #f5f7fb;
}

.about-image-box {
    position: relative;
}

.about-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* Content */

.about-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b2c63;
    margin-bottom: 20px;
}

.welcome-text {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 20px 0;
    color: #004884;
}

.about-text {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

/* Button */

.about-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 2px 5px;
    background: #11498f;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: .3s;
}

    .about-btn:hover {
        background: #0b2c63;
    }

/* Counter */

.counter-area {
    display: flex;
    gap: 25px;
    margin-top: 8px;
}

.counter-box {
    background: #fff;
    padding: 6px 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: .3s;
}

    .counter-box:hover {
        transform: translateY(-5px);
    }

    .counter-box h3 {
        font-size: 21px;
        color: #8b0000;
        font-weight: 700;
    }

    .counter-box p {
        font-size: 10px;
        font-weight: 700;
        color: #000000;
        margin: 0;
    }

/* Statics Count  End */


/* Notice Start */

.view-btn {
    margin-top: 15px;
}

.viewall-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg,#0d6efd,#0b2c63);
    border-radius: 8px;
    letter-spacing: .5px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all .3s ease;
}

    /* Hover Effect */

    .viewall-btn:hover {
        background: linear-gradient(135deg,#0b2c63,#0d6efd);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    }

.notice-scroll {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.notice-list {
    position: absolute;
    width: 100%;
    top: 0;
}

.collegenotice-scroll {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.collegenotice-list {
    position: absolute;
    width: 100%;
    top: 0;
}

.event-small-list {
    padding: 8px 0;
    border-bottom: 1px dashed #ccc;
}

.event-small-meta {
    font-size: 14px;
    color: #444;
}

.news-events-section {
    background: #efefef;
    padding: 40px;
}

.widget-main {
    background: #fff;
    padding: 25px;
}

.widget-main-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 9px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #1c3c6c;
}

/* NEWS */

.blog-list-post {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.blog-list-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.blog-list-title {
    font-size: 16px;
    color: #2d6bb3;
    margin-bottom: 5px;
}

.blog-list-meta {
    font-size: 13px;
    color: #777;
}

/* EVENTS */

.event-small-list {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.calendar-small {
    width: 60px;
    text-align: center;
    background: #f5f5f5;
}

.s-month {
    display: block;
    background: #3b6ea5;
    color: #fff;
    font-size: 14px;
    padding: 4px;
}

.s-date {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 6px;
}

.event-small-title {
    font-size: 13px;
    color: #2d6bb3;
    margin-bottom: 5px;
}

.event-small-meta {
    font-size: 13px;
    color: #777;
}

/* Notice End */


/* PRINCIPAL Start */

.principal-btn {
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #0d6efd, #0b2c63);
    border-radius: 8px;
    letter-spacing: .5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
}

.principal-section {
    padding: 0px 0;
    background: #f4f6fb;
}

/* Title */

.section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0c2d57;
    margin-bottom: 25px;
    border-bottom: 3px solid #1e4c9a;
    display: inline-block;
    padding-bottom: 5px;
}


/* Principal Card */

.principal-card {
    display: flex;
    gap: 25px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* LEFT */

.principal-left {
    width: 220px;
    text-align: center;
}

.principal-img {
    width: 170px;
    border-radius: 10px;
    border: 4px solid #1e4c9a;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.principal-left h4 {
    margin-top: 10px;
    font-size: 18px;
}

.designation {
    font-size: 14px;
    color: #555;
}


/* RIGHT */

.principal-right {
    flex: 1;
}

.principal-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.principal-btn {
    display: inline-block;
    margin-top: 15px;
    background: linear-gradient(135deg,#8b0000,#5e0000);
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    transition: .3s;
}

    .principal-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }


/* COURSE CARD */

.course-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.course-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.course-tab {
    flex: 1;
    border: none;
    padding: 8px;
    background: #0c2d57;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

    .course-tab.active {
        background: #1e4c9a;
    }

.course-list ul {
    list-style: none;
    padding: 0;
}

.course-list li {
    background: #f4f6fb;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    transition: .3s;
}

    .course-list li:hover {
        background: #e6edff;
        transform: translateX(5px);
    }

/* PRINCIPAL End */



/* Courses Our Academics Start */
.list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.course-item {
    flex: 0 0 48%;
    background: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: .3s;
}

    .course-item a {
        text-decoration: none;
        color: #222;
        font-weight: 500;
    }

    .course-item i {
        color: #0d6efd;
        margin-right: 8px;
    }

    .course-item:hover {
        background: linear-gradient(45deg,#1d2671,#c33764);
        transform: translateY(-2px);
    }

        .course-item:hover a,
        .course-item:hover i {
            color: #fff;
        }

@media(max-width:768px) {

    .course-item {
        flex: 0 0 100%;
    }
}

/* Courses Our Academics End */


/* Our Gallery Start */

.gallery-btn {
    display: inline-block;
    padding: 4px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(135deg,#ff512f,#dd2476);
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

    .gallery-btn span {
        position: relative;
        z-index: 2;
    }

    .gallery-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg,transparent,rgba(255,255,255,0.5),transparent);
        transition: .6s;
    }

    .gallery-btn:hover::before {
        left: 100%;
    }

    .gallery-btn:hover {
        transform: translateY(-4px) scale(1.05);
        box-shadow: 0 15px 30px rgba(0,0,0,0.3);
        background: linear-gradient(135deg,#ff6a00,#ee0979);
    }

/* Our Gallery End */


/* Expert Faculties Start */

.faculty-section {
    padding: 3px 0;
    background: linear-gradient(135deg,#eef3f9,#ffffff);
    position: relative;
}

.faculty-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.faculty-slider {
    overflow: hidden;
}

.faculty-track {
    display: flex;
    gap: 25px;
    transition: transform .6s ease;
}

/* CARD DESIGN */

.faculty-card {
    min-width: 250px;
    background: white;
    border-radius: 18px;
    padding: 25px 20px;
    text-align: center;
    transition: all .4s;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .faculty-card:hover {
        transform: rotateY(10deg) rotateX(5deg) scale(1.05);
        box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    }

.faculty-img-wrap {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.faculty-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.faculty-card:hover .faculty-img {
    transform: scale(1.1);
}

.faculty-name {
    margin-top: 15px;
    font-size: 12px;
    color: #c73d3d;
}

.faculty-dept {
    font-size: 14px;
    color: #0077ff;
    font-weight: 600;
}

.faculty-role {
    font-size: 13px;
    color: #777;
}

/* ARROWS */

.faculty-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    z-index: 10;
    transition: .3s;
}

    .faculty-arrow:hover {
        background: #0077ff;
        color: white;
    }

    .faculty-arrow.left {
        left: 10px;
    }

    .faculty-arrow.right {
        right: 10px;
    }

/* MOBILE */

@media(max-width:768px) {

    .faculty-card {
        min-width: 200px;
    }

    .faculty-arrow {
        display: none;
    }
}

/* Expert Faculties End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */

/* Flash End */

/* Flash Start */


/* Flash End */


/* Flash Start */

/* Flash End */


/* Flash Start */

/* Flash End */


