@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body{
    margin:0;
    padding:0;
        font-family: "Raleway", sans-serif;

}


h1, h2, h3, h4, h5, h6{font-family: "Oswald", sans-serif;
}
/* Top Header */

.top-header{
    background:#4a075a;
    position:relative;
    overflow:hidden;
    padding: 2px 17px;
}

/* Left Orange Box */

.top-social{
    background:#4a075a;
    /* padding: 5px 40px; */
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.top-social span{
    color:#fff;
    font-size:16px;
    font-weight:500;
}

.top-social a{
    color:#fff;
    /* margin-left:14px; */
    font-size:18px;
    text-decoration:none;
    transition:0.3s;
}

.top-social a:hover{
    opacity:0.8;
}

/* Right Contact Area */

.contact-info{
    /* padding-left:40px; */
}

.contact-box{
    display:flex;
    align-items:center;
    /* margin-right:40px; */
}

.contact-icon{
    /* width:48px; */
    /* height: 29px; */
    /* border:2px solid #fff; */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    margin-right:12px;
}

.contact-text small{
    display:block;
    color:#fff;
    font-size:14px;
    line-height:18px;
}

.contact-text strong{
    color:#fff;
    font-size:16px;
    font-weight:700;
}

/* Mobile */

@media (max-width: 767px){

    .top-social{
        clip-path:none;
        text-align:center;
        /* padding:12px 15px; */
    }

    .contact-info{
        /* padding:15px; */
        justify-content:center !important;
        flex-direction:column;
    }

    .contact-box{
        margin-right:0;
        /* margin-bottom:15px; */
    }

}

        body{
            font-family: Arial, sans-serif;
        }

        .hero-section{
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
            url('https://images.unsplash.com/photo-1562774053-701939374585');
            background-size: cover;
            background-position: center;
            padding: 140px 0;
            color: #fff;
        }

        .course-card{
            transition: 0.3s;
        }

        .course-card:hover{
            transform: translateY(-8px);
        }

        .counter-box h2{
            font-size: 45px;
            font-weight: bold;
        }

        .footer{
            background: #111;
        }
		 /* Navbar Logo Size Fix */

.navbar-brand img{
    width: 180px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

/* Desktop */
@media (min-width: 992px){

    .navbar{
        padding: 0px 15px;
        background: #fef0ff;
    }

    .navbar-brand img{
        width: 324px;
        max-height: 80px;
    }

}

/* Tablet */
@media (max-width: 991px){

    .navbar-brand img{
        width: 160px;
        max-height: 65px;
    }

}

/* Mobile */
@media (max-width: 576px){

    .navbar{
        padding: 8px 12px;
    }

    .navbar-brand img{
        width: 130px;
        max-height: 55px;
    }

    .navbar-toggler{
        padding: 4px 8px;
        font-size: 14px;
    }

}


/* Navbar Links Style */

.navbar-nav .nav-link{
    font-size: 14px;
    font-weight: normal;
    color: #090909 !important;
    padding: 31px 3px !important;
    position: relative;
    transition: 0.3s ease;
}

/* Hover Effect */

.navbar-nav .nav-link:hover{
    color: #4a075a !important;
}

/* Underline Border Glow */

.navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    left: 18px;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: #4a075a;
    transition: 0.4s ease;
    box-shadow: 0 0 10px #4a075a;
    border-radius: 10px;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width: calc(100% - 36px);
}

/* Active Link */

.navbar-nav .nav-link.active{
    color: #4a075a !important;
}

/* Mobile */

@media(max-width:991px){

    .navbar-nav{
        padding-top: 10px;
    }

    .navbar-nav .nav-link{
        font-size: 16px;
        padding: 12px 10px !important;
    }

    .navbar-nav .nav-link::after{
        left: 10px;
    }

    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after{
        width: 60px;
    }

}

/* HERO SLIDER */

.hero-slider{
    position: relative;
}

.hero-slider .carousel-item{
    height: 90vh;
    min-height: 650px;
    position: relative;
}

.hero-slider .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */

.hero-overlay{
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 67%);
    z-index: 1;
}

/* Caption */

.hero-slider .carousel-caption{
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
    text-align: left;
    max-width: 750px;
}

.hero-slider .carousel-caption h5{
    font-size: 22px;
    font-weight: 600;
    color: #ffc107;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.hero-slider .carousel-caption h1{
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-slider .carousel-caption p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 650px;
}

/* Buttons */

.hero-btns{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btns .btn{
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.4s ease;
}

/* Primary Button */

.hero-btns .btn-primary{
    background: #cda30a;
    border: none;
}

.hero-btns .btn-primary:hover{
    background: #7f057c;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13,110,253,0.4);
}

/* Outline Button */

.hero-btns .btn-outline-light:hover{
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* Controls */

.carousel-control-prev,
.carousel-control-next{
    width: 6%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

/* Indicators */

.carousel-indicators button{
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin: 0 6px;
}

/* Mobile Responsive */

@media(max-width:991px){

    .hero-slider .carousel-item{
        height: 75vh;
        min-height: 550px;
    }

    .hero-slider .carousel-caption h1{
        font-size: 42px;
    }

    .hero-slider .carousel-caption p{
        font-size: 16px;
    }

}

@media(max-width:767px){

    .hero-slider .carousel-item{
        height: 70vh;
        min-height: 500px;
    }

    .hero-slider .carousel-caption{
        text-align: center;
        left: 5%;
        right: 5%;
    }

    .hero-slider .carousel-caption h5{
        font-size: 16px;
    }

    .hero-slider .carousel-caption h1{
        font-size: 30px;
    }

    .hero-slider .carousel-caption p{
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-btns{
        justify-content: center;
    }

    .hero-btns .btn{
        padding: 12px 25px;
        font-size: 14px;
    }

}


/* ABOUT SECTION */

.about-section{
    background: linear-gradient(135deg, #f5f9ff, #e3e1e7);
    position: relative;
    overflow: hidden;
}

/* Image Area */

.about-images{
    position: relative;
    padding-right: 60px;
}

.about-img{
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.about-img:hover img{
    transform: scale(1.08);
}

/* Big Image */

.big-img{
    height: 500px;
}

/* Small Image */

.small-img{
    width: 260px;
    height: 220px;
    position: absolute;
    bottom: -40px;
    right: 0;
    border: 8px solid #fff;
}

/* Experience Box */

.experience-box{
    position: absolute;
    top: 30px;
    left: -20px;
    background: #641b6e;
    color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(13,110,253,0.3);
}

.experience-box h2{
    font-size: 31px;
    font-weight: normal;
    margin-bottom: 5px;
}

.experience-box p{
    margin: 0;
    font-size: 15px;
}

/* Content */

.about-content{
    padding-left: 20px;
}

.sub-title{
    display: inline-block;
    background: rgb(253 13 168 / 10%);
    color: #710350;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-content h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #535353;
    margin-bottom: 25px;
}

.about-content p{
    font-size: 16px;
    line-height: 1.9;
    color: #0a0a0a;
    /* margin-bottom: 30px; */
    font-family: poppins;
    text-align: justify;
}

/* Grid */

.about-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 35px;
}

/* Box */

.about-box{
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    transition: 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.about-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(13,110,253,0.15);
}

.about-box i{
    width: 65px;
    height: 65px;
    background: #4a075a;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    margin-bottom: 18px;
}

.about-box h5{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-box p{
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

/* Button */

.about-btn{
    display: inline-block;
    background: #7f0881;
    color: #fff;
    padding: 9px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 60no0;
    text-decoration: none;
    transition: 0.4s ease;
}

.about-btn:hover{
    background: #084298;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(13,110,253,0.3);
}

/* Responsive */

@media(max-width:991px){

    .about-content{
        padding-left: 0;
    }

    .about-content h2{
        font-size: 36px;
    }

    .big-img{
        height: 420px;
    }

}

@media(max-width:767px){

    .about-images{
        padding-right: 0;
    }

    .small-img{
        width: 180px;
        height: 160px;
        bottom: -20px;
    }

    .experience-box{
        left: 10px;
        padding: 15px 20px;
    }

    .experience-box h2{
        font-size: 28px;
    }

    .about-content h2{
        font-size: 28px;
    }

    .about-grid{
        grid-template-columns: 1fr;
    }

    .about-box{
        padding: 20px;
    }

}


/* COURSES SECTION */

.courses-section{
    position: relative;
    background: url("../images/cousebg.png") center center/cover no-repeat;
    overflow: hidden;
    background-attachment: fixed;
    background-position: bottom;
}

.overlay-bg{
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(73 10 74 / 95%), rgb(85 5 64 / 70%), rgb(50 2 67 / 80%));
}

/* Section Title */

.section-title{
    max-width: 750px;
    margin: auto;
    color: #fff;
}

.section-title span{
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

.section-title h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-title p{
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
}

/* Tabs */

.course-tabs{
    gap: 18px;
}

.course-tabs .nav-link{
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 9px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
}

/* Hover */

.course-tabs .nav-link:hover{
    background: #fff;
    color: #4a075a;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,255,255,0.15);
}

/* Active */

.course-tabs .nav-link.active{
    background: linear-gradient(135deg,#ffffff,#dce9ff);
    color: #131313;
    box-shadow: 0 12px 30px rgba(255,255,255,0.25);
}

/* Course Card */

.course-card{
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 25px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    height: 100%;
}

.course-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* Image */

.course-img{
    overflow: hidden;
    height: 250px;
}

.course-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.course-card:hover .course-img img{
    transform: scale(1.08);
}

/* Content */

.course-content{
    padding: 30px;
    color: #fff;
}

.course-content span{
    display: inline-block;
    background: rgba(255,255,255,0.12);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px;
}

.course-content h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.course-content p{
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.82);
    margin-bottom: 25px;
}

/* Button */

.course-btn{
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #4a075a;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease;
}

.course-btn:hover{
    background: #4a075a;
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

    .section-title h2{
        font-size: 38px;
    }

    .course-tabs{
        gap: 12px;
    }

    .course-tabs .nav-link{
        padding: 12px 24px;
        font-size: 15px;
    }

}

@media(max-width:767px){

    .section-title h2{
        font-size: 30px;
    }

    .section-title p{
        font-size: 15px;
    }

    .course-tabs{
        flex-wrap: wrap;
    }

    .course-tabs .nav-link{
        width: 100%;
    }

    .course-content{
        padding: 22px;
    }

    .course-content h4{
        font-size: 22px;
    }

}


/* Transparent Table Design */

.table-responsive{
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(12px);
}

/* Table */

.table{
    margin: 0;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
}

/* Head */

.table thead{
    background: rgba(255,255,255,0.12);
}

.table thead th{
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.18);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #db709333;
    color: #fff;
}

/* Body */

.table tbody td{
    padding: 16px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    transition: 0.3s ease;
    padding: 9px;
}

/* Hover */

.table tbody tr:hover td{
    background: rgba(255,255,255,0.10);
    color: #fff !important;
}

/* Footer */

.table tfoot td{
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    background: #db709333;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
}

/* Border */

.table-bordered>:not(caption)>*>*{
    border-width: 1px;
}

/* Responsive */

@media(max-width:767px){

    .table thead th{
        font-size: 15px;
        padding: 14px;
    }

    .table tbody td{
        font-size: 14px;
        padding: 12px;
    }

    .table tfoot td{
        font-size: 15px;
    }

}


/* SCATTERED GALLERY */

.scattered-gallery{
    background: linear-gradient(135deg,#f4f8ff,#eef3ff);
    overflow: hidden;
}

/* Title */

.section-heading span{
    display: inline-block;
    padding: 10px 24px;
    background: rgba(13,110,253,0.10);
    color: #4a075a;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-heading h2{
    font-size: 48px;
    font-weight: 800;
    color: #111;
    margin-bottom: 18px;
}

.section-heading p{
    max-width: 750px;
    margin: auto;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

/* Card */

.gallery-card{
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.5s ease;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.10);
}

.gallery-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Sizes */

.large-card{
    height: 700px;
}

.medium-card{
    height: 330px;
}

.small-card{
    height: 350px;
}

.bottom-banner{
    height: 420px;
}




.university-footer{
    background:#081420;
    padding:80px 0 25px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.footer-logo{
    max-width: 328px;
    margin-bottom:25px;
}

.footer-text{
    color:#b7c3d1;
    line-height:1.9;
    margin-bottom:25px;
}

.footer-box h4{
    font-size: 18px;
    margin-bottom:28px;
    font-weight: 500;
    position:relative;
}

.footer-box h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:55px;
    height:3px;
    background: #fdc40d;
    border-radius:20px;
}

.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links li a{
    color:#b7c3d1;
    text-decoration:none;
    transition:0.3s;
    display:inline-block;
}

.footer-links li a:hover{
    color:#fff;
    transform:translateX(6px);
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.footer-social a:hover{
    background:#4a075a;
    transform:translateY(-5px);
}

.contact-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    color:#b7c3d1;
}

.contact-item i{
    color: #f6b406;
    font-size:18px;
    margin-top:4px;
}

.footer-map{
    margin-top:25px;
    border-radius:18px;
    overflow:hidden;
}

.footer-map iframe{
    width:100%;
    height:180px;
    border:0;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:60px;
    padding-top:22px;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#9aa7b5;
}

@media(max-width:767px){

    .university-footer{
        padding:60px 0 20px;
    }

    .footer-box h4{
        font-size:22px;
    }

}




.campus-update-section{
    background:#f5f8ff;
}

/* Section Heading */
.section-head{
    margin-bottom:25px;
}

.section-head h3{
    font-size: 18px;
    font-weight: normal;
    color: #fefefe;
    /* position:relative; */
    padding-bottom: -2px;
}

.section-head h3::after{
    /* content:""; */
    position:absolute;
    left:0;
    bottom:0;
    width:70px;
    height:4px;
    background:#4a075a;
    border-radius:30px;
}

/* Notice Box */
.notice-box{
    /* background: #7a0a6d; */
    border-radius:24px;
    padding: 23px 15px;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    background: linear-gradient(179deg, #620a4c, #57094c);
}

.notice-scroll{
    max-height: 278px;
    overflow-y:auto;
    padding-right:8px;
}

/* Scrollbar */
.notice-scroll::-webkit-scrollbar{
    width:6px;
}

.notice-scroll::-webkit-scrollbar-thumb{
    background:#4a075a;
    border-radius:20px;
}

.notice-item{
    display:block;
    background: #f8fbff1f;
    border-radius: 0px;
    padding: 10px 10px;
    margin-bottom: 1px;
    text-decoration:none;
    transition:0.4s ease;
    border-left:4px solid transparent;
}

.notice-item:hover{
    transform:translateY(-5px);
    background: #fff4fb21;
    border-left: 4px solid #fdf60d;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.notice-date{
    display:inline-block;
    font-size:13px;
    color: #ffffff;
    font-weight:600;
    margin-bottom: 1px;
}

.notice-item h5{
    color: #ffffff;
    font-size: 14px;
    line-height:1.5;
    margin:0;
}

/* Department */
.department-wrapper{
    background:#fff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.department-card{
    display:block;
    overflow:hidden;
    border-radius:24px;
    background:#fff;
    text-decoration:none;
    transition:0.4s ease;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.department-card:hover{
    transform:translateY(-8px);
}

.department-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:0.5s;
}

.department-card:hover img{
    transform:scale(1.08);
}

.department-content{
    padding:22px;
}

.department-content h4{
    font-size: 17px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.department-content p{
    color:#666;
    margin:0;
    line-height:1.7;
}

/* Mobile */
@media(max-width:767px){

    .section-head h3{
        font-size:26px;
    }

    .department-card img{
        height:220px;
    }

    .notice-box,
    .department-wrapper{
        padding:22px;
    }

}


.section-head-2 h3{
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: inherit;
    text-transform: uppercase;
}


.view-all-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:22px;
    /* background: linear-gradient(135deg, #790766, #a31686); */
    color:#fff;
    padding:15px 34px;
    border-radius:60px;
    text-decoration:none;
    font-size:15px;
    font-weight: normal;
    letter-spacing:0.5px;
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(22,163,74,0.28);
    z-index:1;
    width: 100%;
}

/* Shine Effect */
.view-all-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.25);
    transform:skewX(-25deg);
    transition:0.6s;
    z-index:-1;
}

.view-all-btn:hover::before{
    left:120%;
}

/* Hover Effect */
.view-all-btn:hover{
    color:#fff;
    transform:translateY(-5px) scale(1.03);
    background: linear-gradient(135deg, #16a34a, #780a6b);
    box-shadow:0 18px 35px rgba(0,0,0,0.20);
}

.section-head-2{
    margin-bottom:25px;
}

.section-head-2 h3{
    /* font-size:32px; */
    /* font-weight:800; */
    color: #8d0f4f;
    margin:0;
}

/* View All Button */
.department-view-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(135deg, #620a4c, #2f0c6e);
    color:#fff;
    padding: 8px 14px;
    border-radius:50px;
    text-decoration:none;
    font-size: 12px;
    font-weight: normal;
    transition:0.4s ease;
    box-shadow:0 10px 25px rgba(22,163,74,0.25);
}

.department-view-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    background:linear-gradient(135deg,#16a34a,#ffd000);
    box-shadow:0 15px 30px rgba(0,0,0,0.18);
}

@media(max-width:767px){

    .section-head-2 h3{
        font-size:26px;
    }

}




/* University Footer Background Image */
.university-footer{
    background:url("../images/footerbg.jpg") center center/cover no-repeat;
    padding: 60px 0 25px;
    color:#fff;
    position:relative;
    overflow:hidden;
    z-index:1;
}

/* Dark Overlay */
.university-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(8,20,32,0.95),
        rgba(10,35,60,0.88)
    );
    z-index:-1;
}


.brand-logo{
    display:flex;
    align-items:center;
    gap: 5px;
    text-decoration:none;
}

/* LOGO */
.brand-icon{
    width: 75px;
    /* height:65px; */
    border-radius:16px;
    /* background:#fff; */
    display:flex;
    align-items:center;
    justify-content:center;
    /* padding:10px; */
    /* box-shadow:0 8px 25px rgba(0,0,0,0.08); */
}

.brand-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* TEXT */
.brand-text h3{
    margin:0;
    font-size: 21px;
    line-height: 30px !important;
    color: #8f7423;
    line-height:1;
    font-weight: normal;
    text-shadow: 1px 2px 3px #0000003b;
    text-transform: uppercase;
    /* font-family: 'Poppins'; */
    letter-spacing: 0px;
    font-family: "Oswald", sans-serif;
}

.brand-text h3 span{
    color: #ad0e0e;
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-shadow: none;
}

.brand-text p{
    margin:4px 0 0;
    font-size: 12px;
    /* letter-spacing: 1px; */
    text-transform:uppercase;
    color: #0b0b0b;
    font-weight:600;
}

/* RESPONSIVE */
@media(max-width:767px){

    .brand-icon{
        width:52px;
        height:52px;
    }

    .brand-text h3{
        font-size:22px;
    }

    .brand-text p{
        font-size:11px;
        letter-spacing:1px;
    }

}


/* TOP HEADER */
.top-header{
    /* background:linear-gradient(135deg,#081420,#0f2d4d); */
    padding: 5px 10px !important;
    position:relative;
    overflow:hidden;
}

/* SOCIAL AREA */
.top-social{
    gap:14px;
    height:100%;
}

.top-social span{
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin-right:8px;
}

.top-social a{
    /* width:38px; */
    /* height:38px; */
    /* border-radius:50%; */
    /* background:rgba(255,255,255,0.08); */
    /* border:1px solid rgba(255,255,255,0.12); */
    display:flex;
    align-items:center;
    justify-content:center;
    /* color:#fff; */
    font-size: 13px;
    text-decoration:none;
    transition:0.4s ease;
    /* backdrop-filter:blur(10px); */
}

.top-social a:hover{
    background:#00c6ff;
    transform:translateY(-4px);
    color:#fff;
}

/* CONTACT AREA */
.contact-info{
    /* gap:20px; */
    flex-wrap:wrap;
}

/* CONTACT BOX */
.contact-box{
    display:flex;
    /* align-items:center; */
    /* gap:12px; */
    /* padding:10px 18px; */
    /* border-radius:60px; */
    /* background:rgba(255,255,255,0.06); */
    /* border:1px solid rgba(255,255,255,0.1); */
    transition:0.4s ease;
}

.contact-box:hover{
    background:rgba(0,198,255,0.12);
    border-color:rgba(0,198,255,0.35);
    transform:translateY(-3px);
}

/* ICON */
.contact-icon{
    /* width:40px; */
    /* height:40px; */
    border-radius:50%;
    /* background:linear-gradient(135deg,#00c6ff,#1f4286); */
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
    flex-shrink:0;
}

/* TEXT */
.contact-text{
    color:#fff;
    font-size: 14px;
    font-weight:500;
    word-break:break-word;
}

/* RESPONSIVE */
@media(max-width:991px){

    .top-header{
        padding:15px 20px;
    }

    .top-social{
        justify-content:center;
        margin-bottom:15px;
    }

    .contact-info{
        justify-content:center !important;
    }

}

@media(max-width:767px){

    .contact-box{
        width:100%;
        justify-content:flex-start;
        border-radius:16px;
    }

    .contact-text{
        font-size:14px;
    }

    .top-social{
        flex-wrap:wrap;
    }

}


.contact-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.contact-info ul li{
    display: flex;
    align-items: center;
    /* gap: 10px; */
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.contact-info ul li i{
    width: 40px;
    /* height: 40px; */
    /* background: #cfcfcf; */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Mobile */
@media(max-width:767px){

.contact-info{
    justify-content: center !important;
}

.contact-info ul{
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

}



/* =========================
   MOBILE RESPONSIVE CSS
========================= */

@media (max-width: 991px) {

    /* NAVBAR */
    .navbar{
        padding: 4px 0;
    }

    .container-fluid{
        padding-left: 5px;
        padding-right: 2px;
    }

    /* LOGO AREA */
    .brand-logo{
        display:flex;
        align-items:center;
        gap:10px;
        width:78%;
    }

    /* LOGO */
    .brand-icon{
        width:55px;
        height:55px;
        flex-shrink:0;
    }

    .brand-icon img{
        width:100%;
        height:100%;
        object-fit:contain;
    }

    /* TEXT */
    .brand-text{
        width:100%;
    }

    .brand-text h3{
        /* font-size:15px; */
        line-height:1.4;
        margin:0;
        /* font-weight:700; */
        /* color:#081420; */
    }

    .brand-text h3 span{
        display:block;
        font-size:10px;
        line-height:1.5;
        /* margin-top:4px; */
        /* color:#666; */
        font-weight:600;
    }

    /* TOGGLER */
    .navbar-toggler{
        border:none;
        padding:6px 10px;
        box-shadow:none !important;
    }

    /* MOBILE MENU */
    .navbar-collapse{
        margin-top:18px;
        background:#fff;
        border-radius:16px;
        padding:15px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

    /* MENU */
    .navbar-nav{
        gap:5px;
    }

    .nav-item{
        width:100%;
    }

    .nav-link{
        padding:12px 15px !important;
        border-radius:12px;
        font-size:15px;
        font-weight:600;
        color:#081420 !important;
        transition:0.3s ease;
    }

    .nav-link:hover,
    .nav-link.active{
        background: rgb(96 13 86 / 10%);
        color:#00a6d6 !important;
    }

}

/* EXTRA SMALL DEVICES */
@media (max-width: 575px){

    .brand-logo{
        width:75%;
    }

    .brand-icon{
        width:48px;
        height:48px;
    }

    .brand-text h3{
        font-size:13px;
    }

    .brand-text h3 span{
        font-size:9px;
    }

    .navbar-toggler{
        padding:4px 8px;
    }

}




.inner-header{
    position: relative;
    width: 100%;
    padding: 66px 0;
    background: url("../images/cousebg.png") center center/cover no-repeat;
    overflow: hidden;
}

.inner-header .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}

.inner-header-content{
    position: relative;
    z-index: 2;
    text-align: center;
}

.inner-header-content h1{
    color: #fff;
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.inner-header-content p{
    color: #fff;
    font-size: 18px;
    margin: 0;
}

/* Tablet */
@media(max-width:991px){

.inner-header{
    padding: 110px 0;
}

.inner-header-content h1{
    font-size: 45px;
}

}

/* Mobile */
@media(max-width:767px){

.inner-header{
    padding: 90px 0;
}

.inner-header-content h1{
    font-size: 32px;
}

.inner-header-content p{
    font-size: 15px;
}

}


.inner-content-area{
    padding: 50px 0;
    background: #f8f9fa;
}

.content-box{
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.content-box h2{
    font-size: 40px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.content-box p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
}

/* Tablet */
@media(max-width:991px){

.content-box{
    padding: 35px;
}

.content-box h2{
    font-size: 32px;
}

}

/* Mobile */
@media(max-width:767px){

.inner-content-area{
    padding: 60px 0;
}

.content-box{
    padding: 25px;
    border-radius: 15px;
}

.content-box h2{
    font-size: 26px;
}

.content-box p{
    font-size: 15px;
    line-height: 28px;
}

}


.contact-section{
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-info-box{
    background: #fff;
    padding: 54px 34px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    height: 100%;
}

.contact-info-box h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #423c3c;
}

.contact-info-box p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 30px;
}

.contact-info-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-box ul li{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 46px;
}

.contact-info-box ul li i{
    width: 55px;
    height: 55px;
    background: #4a075a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.contact-info-box ul li h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}

.contact-info-box ul li span{
    font-size: 15px;
    color: #666;
    line-height: 26px;
}

.map-box{
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.map-box iframe{
    width: 100%;
    height: 500px;
    border: 0;
}

/* Tablet */
@media(max-width:991px){

.contact-info-box h2{
    font-size: 32px;
}

.map-box iframe{
    height: 400px;
}

}

/* Mobile */
@media(max-width:767px){

.contact-section{
    padding: 60px 0;
}

.contact-info-box{
    padding: 25px;
}

.contact-info-box h2{
    font-size: 28px;
}

.contact-info-box ul li{
    gap: 12px;
}

.contact-info-box ul li i{
    width: 45px;
    height: 45px;
    font-size: 18px;
}

.map-box iframe{
    height: 300px;
}

}

.scheme-section{
    padding: 80px 0;
    background: #f8f9fa;
}

.scheme-heading{
    text-align: center;
    margin-bottom: 40px;
}

.scheme-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.scheme-heading p{
    font-size: 16px;
    color: #666;
}

.scheme-table{
    width: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border-collapse: collapse;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.scheme-table thead{
    background: #4e073f;
}

.scheme-table thead th{
    color: #fff;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.scheme-table tbody td{
    padding: 18px;
    font-size: 15px;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.scheme-table tbody tr:hover{
    background: #f5f9ff;
}

.view-btn,
.download-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.view-btn{
    background: #198754;
    color: #fff;
}

.download-btn{
    background: #4a075a;
    color: #fff;
}

.view-btn:hover,
.download-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}

/* Tablet */
@media(max-width:991px){

.scheme-heading h2{
    font-size: 34px;
}

}

/* Mobile */
@media(max-width:767px){

.scheme-section{
    padding: 60px 0;
}

.scheme-heading h2{
    font-size: 28px;
}

.scheme-table thead th,
.scheme-table tbody td{
    padding: 12px;
    font-size: 14px;
}

.view-btn,
.download-btn{
    padding: 8px 14px;
    font-size: 13px;
}

}

.training-placement-section{
    padding: 80px 0;
    background: #f8f9fa;
}

.tp-heading{
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.tp-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.tp-heading p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.tp-image{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tp-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-content h3{
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.tp-content p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
}

.tp-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-content ul li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.tp-content ul li i{
    color: #4a075a;
    font-size: 18px;
}

/* Tablet */
@media(max-width:991px){

.tp-heading h2{
    font-size: 34px;
}

.tp-content h3{
    font-size: 28px;
}

}

/* Mobile */
@media(max-width:767px){

.training-placement-section{
    padding: 60px 0;
}

.tp-heading{
    margin-bottom: 35px;
}

.tp-heading h2{
    font-size: 28px;
}

.tp-content h3{
    font-size: 24px;
}

.tp-content p{
    font-size: 15px;
    line-height: 28px;
}

.tp-content ul li{
    font-size: 15px;
}

}



.course-table-section{
    padding: 80px 0;
    background: #f8f9fa;
}

.course-box{
    background: #ffe7fe;
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.course-box h2{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
}

.course-table{
    width: 100%;
    border-collapse: collapse;
}

.course-table thead{
    background: #68024f;
}

.course-table thead th{
    padding: 16px;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.course-table tbody td{
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #483e47;
    background: #d1c6c6;
}

.course-table tbody tr:hover{
    background: #ae359f;
}

.total-row{
    background: #f1f6ff;
    font-weight: 700;
}

/* Tablet */
@media(max-width:991px){

.course-box h2{
    font-size: 28px;
}

}

/* Mobile */
@media(max-width:767px){

.course-table-section{
    padding: 60px 0;
}

.course-box{
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.course-box h2{
    font-size: 24px;
}

.course-table thead th,
.course-table tbody td{
    padding: 12px;
    font-size: 14px;
}

}


.advisory-board-section{
    padding: 15px 0;
    background: #f8f9fa;
}

.section-heading{
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.section-heading p{
    font-size: 16px;
    color: #666;
}

.advisory-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.advisory-card{
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.advisory-card:hover{
    transform: translateY(-8px);
}

.advisory-card h3{
    font-size: 22px;
    font-weight: 700;
    color: #4a075a;
    margin-bottom: 12px;
}

.advisory-card span{
    font-size: 18px;
    color: #222;
    font-weight: 500;
}

/* Tablet */
@media(max-width:991px){

.advisory-grid{
    grid-template-columns: repeat(2, 1fr);
}

.section-heading h2{
    font-size: 34px;
}

}

/* Mobile */
@media(max-width:767px){

.advisory-board-section{
    padding: 60px 0;
}

.advisory-grid{
    grid-template-columns: 1fr;
    gap: 20px;
}

.section-heading{
    margin-bottom: 35px;
}

.section-heading h2{
    font-size: 28px;
}

.advisory-card{
    padding: 25px 20px;
    border-radius: 15px;
}

.advisory-card h3{
    font-size: 20px;
}

.advisory-card span{
    font-size: 16px;
}

}



.vision-mission-section{
    padding: 80px 0;
    background: #f8f9fa;
}

.vm-heading{
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.vm-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.vm-heading p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.vm-box{
    background: #fff;
    padding: 40px 35px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.vm-box:hover{
    transform: translateY(-8px);
}

.vm-icon{
    width: 70px;
    height: 70px;
    background: #4a075a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
}

.vm-box h3{
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.vm-box p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
}

.objectives-box{
    margin-top: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.objectives-box h3{
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
}

.objectives-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.objectives-box ul li{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.objectives-box ul li i{
    color: #4a075a;
    font-size: 20px;
    margin-top: 4px;
}

/* Tablet */
@media(max-width:991px){

.vm-heading h2{
    font-size: 34px;
}

.vm-box h3,
.objectives-box h3{
    font-size: 28px;
}

}

/* Mobile */
@media(max-width:767px){

.vision-mission-section{
    padding: 60px 0;
}

.vm-heading{
    margin-bottom: 35px;
}

.vm-heading h2{
    font-size: 28px;
}

.vm-box{
    padding: 25px;
    border-radius: 15px;
}

.vm-icon{
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.vm-box h3,
.objectives-box h3{
    font-size: 24px;
}

.vm-box p,
.objectives-box ul li{
    font-size: 15px;
    line-height: 28px;
}

.objectives-box{
    margin-top: 30px;
    padding: 25px;
    border-radius: 15px;
}

}

.chairperson-section{
    padding: 37px 0;
    background: #f8f9fa;
}

.chairperson-box{
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.chairperson-image{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.chairperson-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sub-title{
    display: inline-block;
    background: #4a075a;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.chairperson-content h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 25px;
}

.chairperson-content p{
    font-size: 16px;
    line-height: 32px;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.message-box{
    background: #f5f9ff;
    padding: 30px;
    border-radius: 18px;
    margin: 30px 0;
}

.message-box h3{
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.message-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-box ul li{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.message-box ul li i{
    color: #4a075a;
    font-size: 20px;
    margin-top: 5px;
}

.message-box ul li span{
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.chairperson-sign{
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

.chairperson-sign h4{
    font-size: 18px;
    color: #555;
    margin-bottom: 8px;
}

.chairperson-sign h5{
    font-size: 28px;
    font-weight: 700;
    color: #4a075a;
    margin-bottom: 10px;
}

.chairperson-sign span{
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

/* Tablet */
@media(max-width:991px){

.chairperson-content h2{
    font-size: 34px;
}

.message-box h3{
    font-size: 24px;
}

}

/* Mobile */
@media(max-width:767px){

.chairperson-section{
    padding: 60px 0;
}

.chairperson-box{
    padding: 25px;
    border-radius: 18px;
}

.chairperson-content{
    margin-top: 20px;
}

.chairperson-content h2{
    font-size: 28px;
}

.chairperson-content p{
    font-size: 15px;
    line-height: 28px;
}

.message-box{
    padding: 20px;
    border-radius: 15px;
}

.message-box h3{
    font-size: 22px;
}

.message-box ul li span{
    font-size: 15px;
    line-height: 28px;
}

.chairperson-sign h5{
    font-size: 24px;
}

}


.principal-message-section{
    padding: 0px 0;
    background: #f8f9fa;
}

.principal-box{
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.principal-image{
    overflow: hidden;
    border-radius: 20px;
}

.principal-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.principal-subtitle{
    display: inline-block;
    background: #ffccfa;
    color: #6b0a5f;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.principal-content h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 25px;
}

.principal-content p{
    font-size: 16px;
    line-height: 32px;
    color: #010101;
    margin-bottom: 20px;
    text-align: justify;
}

.principal-highlight{
    background: #f5f9ff;
    padding: 30px;
    border-radius: 18px;
    margin: 30px 0;
}

.principal-highlight h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.principal-highlight ul{
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.principal-highlight ul li{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.principal-highlight ul li i{
    color: #4a075a;
    font-size: 20px;
    margin-top: 5px;
}

.principal-highlight ul li span{
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.small-title{
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin: 35px 0 15px;
}

.principal-quote{
    background: #f6d8f3;
    color: #a124a5;
    padding: 35px;
    border-radius: 20px;
    margin-top: 35px;
    position: relative;
}

.principal-quote i{
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.principal-quote p{
    color: #a124a5;
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 12px;
}

.principal-quote span{
    font-size: 16px;
    opacity: 0.9;
}

.principal-sign{
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

.principal-sign h4{
    font-size: 18px;
    color: #555;
    margin-bottom: 8px;
}

.principal-sign h5{
    font-size: 30px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 10px;
}

.principal-sign span{
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

/* Tablet */
@media(max-width:991px){

.principal-content h2{
    font-size: 34px;
}

.small-title,
.principal-highlight h3{
    font-size: 24px;
}

}

/* Mobile */
@media(max-width:767px){

.principal-message-section{
    padding: 60px 0;
}

.principal-box{
    padding: 25px;
    border-radius: 18px;
}

.principal-content{
    margin-top: 20px;
}

.principal-content h2{
    font-size: 28px;
}

.principal-content p{
    font-size: 15px;
    line-height: 28px;
}

.principal-highlight{
    padding: 20px;
    border-radius: 15px;
}

.principal-highlight ul li span{
    font-size: 15px;
    line-height: 28px;
}

.small-title,
.principal-highlight h3{
    font-size: 22px;
}

.principal-quote{
    padding: 25px;
    border-radius: 15px;
}

.principal-quote p{
    font-size: 18px;
    line-height: 32px;
}

.principal-sign h5{
    font-size: 24px;
}

}



/* Department Section */
.department-inner{
    background: #f5f8ff;
}

/* Heading */
.sub-title{
    display: inline-block;
    padding: 8px 18px;
    /* background: #0d6efd; */
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-title{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.dept-text{
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

/* Card */
.department-card{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.department-card:hover{
    transform: translateY(-10px);
}

.department-img{
    overflow: hidden;
}

.department-img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .5s;
}

.department-card:hover .department-img img{
    transform: scale(1.1);
}

.department-content{
    padding: 30px;
    position: relative;
}

.dept-icon{
    width: 70px;
    height: 70px;
    background: #9e0d8c;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -65px;
    margin-bottom: 20px;
    border: 5px solid #fff;
}

.department-content h4{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #111;
}

.department-content p{
    color: #666;
    line-height: 28px;
    margin-bottom: 20px;
}

.dept-btn{
    text-decoration: none;
    color: #717477;
    font-weight: 600;
    transition: .3s;
}

.dept-btn i{
    margin-left: 5px;
    transition: .3s;
}

.dept-btn:hover i{
    margin-left: 10px;
}

/* Responsive */
@media(max-width:768px){

    .main-title{
        font-size: 30px;
    }

    .department-content{
        padding: 25px;
    }

}



/* Anti Ragging Section */
.anti-ragging-section{
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

/* Heading */
.section-tag{
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.section-title{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.section-desc{
    color: #666;
    font-size: 18px;
}

/* Content */
.anti-content p{
    color: #555;
    line-height: 30px;
    font-size: 16px;
}

/* Warning */
.warning-box{
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 18px 20px;
    border-radius: 10px;
    margin: 25px 0;
    color: #856404;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.warning-box i{
    font-size: 24px;
}

/* Box */
.anti-box{
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    margin-top: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: .4s;
}

.anti-box:hover{
    transform: translateY(-5px);
}

.box-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0d6efd;
    display: flex;
    align-items: center;
    gap: 12px;
}

.box-title i{
    font-size: 24px;
}

.anti-box ul{
    padding-left: 0;
    margin-bottom: 0;
}

.anti-box ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #555;
    line-height: 28px;
}

.anti-box ul li::before{
    content: "\F26E";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 1px;
    color: #0d6efd;
    font-size: 18px;
}

/* Image */
.anti-image{
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.anti-image img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 25px;
}

/* Overlay Card */
.overlay-card{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
    padding: 25px;
    border-radius: 18px;
}

.overlay-card h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.overlay-card p{
    margin-bottom: 0;
    color: #555;
    line-height: 28px;
}

/* Responsive */
@media(max-width:991px){

    .anti-image{
        margin-top: 40px;
    }

    .anti-image img{
        height: 450px;
    }

}

@media(max-width:768px){

    .section-title{
        font-size: 30px;
    }

    .anti-box{
        padding: 22px;
    }

    .overlay-card{
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 20px;
    }

    .overlay-card h4{
        font-size: 22px;
    }

}


.committee-table-box{
	background: #4c3612c2;
	




}




.admission-section {
    padding: 70px 0;
}

.main-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.top-banner {
    background: linear-gradient(135deg,#0d6efd,#001f5c);
    color: #fff;
    padding: 50px;
}

    .top-banner h1 {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .top-banner p {
        font-size: 14px;
        opacity: 0.95;
        margin-bottom: 0;
    }

.content-area {
    padding: 40px;
}

.info-box {
    background: #f8fbff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    transition: 0.3s;
}

    .info-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

    .info-box h3 {
        font-size: 17px;
        font-weight: 700;
        color: #db5e96;
        margin-bottom: 18px;
        margin-top: 22px;
    }

    .info-box h5 {
        font-weight: 700;
        margin-top: 20px;
        color: #001f5c;
    }

    .info-box ul {
        padding-left: 20px;
    }

        .info-box ul li {
            margin-bottom: 10px;
            line-height: 1.7;
        }

.highlight-box {
    background: #e9f2ff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

    .highlight-box strong {
        color: #0d6efd;
    }

.doc-list li {
    background: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    list-style: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

    .doc-list li i {
        color: #0d6efd;
        margin-right: 10px;
    }

.contact-card {
    background: linear-gradient(135deg,#0d6efd,#001f5c);
    color: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-top: 30px;
}

    .contact-card a {
        color: #fff;
        text-decoration: none;
    }

.note-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
}

@media(max-width:768px) {

    .top-banner {
        padding: 35px 25px;
    }

        .top-banner h1 {
            font-size: 30px;
        }

    .content-area {
        padding: 25px;
    }

    .info-box h3 {
        font-size: 22px;
    }
}

.navbar-nav .nav-link.active {
    color: #560e7c !important;
    background: #ffe6fd;
    border-radius: 0px;
}
.navbar-nav .nav-link.active {
    color: #560e7c !important;
    background: #ffe6fd;
    border-radius: 0px;
}

.course-table-section{
    background: #f5f5f5;
    padding: 40px 0;
}

/* Main Box */
.sub-contentarea{
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 25px rgb(0 0 0 / 6%);
}

/* Card */
.pdf_list{
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px 20px 20px 60px;
    min-height: 140px;
    transition: 0.3s;
}

.pdf_list:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
}

/* PDF Circle Icon */
.pdf_list .badge{
    position: absolute;
    left: -18px;
    top: 25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    padding: 0;
}

/* Title */
.content-box h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

/* Title Icon */
.title-icon{
    color: #198754;
    margin-right: 8px;
}

/* Button */
.content-box .btn{
    border-radius: 3px;
    padding: 7px 15px;
    font-size: 14px;
}

.content-box .btn i{
    margin-right: 5px;
}

/* Bottom Text */
.content-box p{
    margin-top: 14px;
    font-size: 14px;
    color: #555;
}

.content-box p i{
    margin-right: 4px;
}

/* Shadow */
.box-shadow{
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
}
