  /* ----------- GLOBAL ----------- */
        body {
            margin: 0;
            font-family: 'Merriweather', serif !important;
            /* transition: background 0.3s, color 0.3s; */
            font-size: 18px;
            line-height: 1.7;
           font-weight: 500;
               overflow-x: hidden;

        }
/*        .mt-3 {*/
/*    margin-top: 3rem !important;*/
/*}*/
       h1, h2, h3, h4, h5, h6 {
         font-family: 'Inter', sans-serif;
         font-weight: 700;
        }
        h2{
            font-size: 28px;
        }
        h1{
            font-size: 40px;
        }
        /* ----------- TOP HEADER ----------- */
        .top-header {
            width: 100%;
            height: 45px;
                background: linear-gradient(280deg, #8d0524, #10205a);
            /*background: #8d0524;*/
            color: white;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 15px;
            font-size: 14px;
        }
.sitemap-div li a:hover{
    color:#880C24;
        text-decoration: underline;
}

.sitemap-div li::marker {
    color: #10205a;}
        .right-controls {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* Language Button */
        .lang-btn {
            background: rgba(255, 255, 255, 0);
            color: #ffffff;
            border: none;
            padding: 5px 12px;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
        }

        /* A+ A- A buttons */
        .acc-btn {
            background: #ffffff00;
            color: #ffffff;
            border: 2px solid #ffffff;
            padding: 1px 5px;

            font-weight: bold;
            cursor: pointer;
        }


        /* Round Theme Button */
        .theme-btn {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 2px solid white;
            background: black;
            cursor: pointer;
        }

        /* Dark Mode */
        .dark-mode {
            background: #111 !important;
            color: white !important;
        }

        .dark-mode .top-header {
            background: #000;
        }
       .dark-mode .iitm-footer {
         background: #000;
       }
         .dark-mode .campus-life{
             background: #000;
             color: white ;
         }
          .dark-mode .list-group-item
          {
           
            color: white !important; 
          }
          .dark-mode .info-card{
             background: #000;
             color: white ;
         }
        .dark-mode .theme-btn {
            background: white;
            border-color: black;
        }
         .dark-mode .campus-life h2{
             color: white ;
            
         }
         .dark-mode .gallery-text{
             color: white ;
         }
        .dark-mode .department-title{
             color: white ;
         }
         .dark-mode .news-header h2{
             color: white ;
         }
         .dark-mode .bg-red
         {   background: #000;
             color: white ;
         }
          .dark-mode .view-all {
             color: white ;
         }
         .dark-mode .feature {
             color: white ;
            border: 2px solid #ffffff;
         }
        /* Toggle Switch */
        .switch {
            position: relative;
            display: inline-block;
            width: 45px;
            height: 22px;
        }

        .switch input {
            display: none;
        }

        .slider {
            position: absolute;
            cursor: pointer;
            background-color: #ccc;
            border-radius: 34px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: .4s;
        }

        .slider:before {
            position: absolute;
            content: "";
            height: 17px;
            width: 17px;
            bottom: 0.5px;
            background-color: white;
            border-radius: 50%;
            transition: .4s;
        }

.banner-content {
    position: absolute;
    /* top: 72%; */
    bottom: 0%;
    left: 0;
    color: white;
    text-align: center;
    width: 100%;
    background-color: #342d2da1;
    overflow: hidden;
}
a:hover{
    color:#001d5f;
}
.banner.item {
    position: relative;
}

.banner-content p {
    font-size: 15px;
    margin: 10px 0;
}

        input:checked+.slider {
            background-color: #9a0020;
        }

        input:checked+.slider:before {
            transform: translateX(22px);
        }

        .slider.round {
            border-radius: 34px;
            border: 2px solid #ffffff;
        }

        /* Mobile Responsive */
        @media (max-width: 576px) {
            .right-controls {
                gap: 5px;
            }

            .acc-btn,
            .lang-btn {
                padding: 4px 8px;
                font-size: 12px;
            }
        }

        /* LEFT CONTROLS SAME DESIGN AS RIGHT */
.left-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Links style same as right buttons */
.left-item {
    color: white;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
  .left-item:hover {
    text-decoration: none;
    color: #ffffff!important;
}
/* Dropdown */
.dropdown {
    position: relative;
}

.drop-btn {
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.drop-menu {
    position: absolute;
    top: 25px;
    left: 0;
    background: white;
    color: black;
    display: none;
    flex-direction: column;
    min-width: 150px;
    border-radius: 4px;
    z-index: 1001;
}

.drop-menu a {
    padding: 8px 12px;
    color: black;
    text-decoration: none;
}

.drop-menu a:hover {
    background: #eee !important;
}

/* Show dropdown on hover */
.dropdown:hover .drop-menu {
    display: flex;
}
.nav-actions {
    position: relative;
}

.search-input {
    display: none;
    position: absolute;
    top: 9px;
    left: -120px;
    padding: 1px 12px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Optional: make input visible when active */
.nav-actions.active .search-input {
    display: block;
}


/* -------------------------------------------------- */
/* FOOTER                                              */
/* -------------------------------------------------- */
.iitm-footer {
        background: linear-gradient(167deg, #8d0524, #10205a);
    color: white;
    /*font-family: Arial;*/
}
.iitm-footer a {
    color: white; text-decoration: none; font-size:13px !important;
}
.iitm-footer a:hover { text-decoration: underline; }

.social-top a {
    color: #5c0b1f;
    background: white;
    padding: 10px 12px;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 14px;
}
.social-top a:hover{
    color:  #fff;
       background: #5c0b1f;
       border: 1px solid #fff;
}
.footer-logo img { 
    filter: brightness(0.95); 
        height: 60px;
    width: 220px;
    object-fit: fill;
}



.footer-dropdown {
    position: relative;
}

.footer-drop-btn {
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.footer-drop-content {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    color:#8d0524;
    min-width: 180px;
    border-radius: 4px;
    display: none;
    flex-direction: column;
    padding: 8px 0;
    z-index: 5;
}
 header {
  /*display: flex;*/
  /*justify-content: space-between;*/
  align-items: center;
  padding: 0px 10px !important;
  background: #fff;
  /*z-index: 9999999;*/

  position: relative;
}

/*.logo .header-logo {*/
/* width:250px;*/
  
/*}*/
.logo .mobile-header-logo{
    display: none !important;
}
.logo .scroll-header-logo {
    display: none !important;
    height: 150px;
}
.navbar {
  flex: 1;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 15px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.nav-menu .nav-li {
  position: relative;
  font-size: 20px;
      height: 70px;
    line-height: 70px;
}
.nav-menu .sub-li {
  position: relative;
  font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.nav-menu a {
  text-decoration: none;
  color: #000;

}

/* Mega Menu Styling */
.mega-menu {
     display: none;
    position: absolute;
    top: 65px;
    right: -270px;
    background: #ffffff;
    width: 800px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    justify-content: space-between;
    z-index: 10;
    border-top: 3px solid #880C24;
}

.mega-column {
  width: 30%;
}

.mega-column h4 {
  color: #880C24;
  font-size: 1rem;
  border-bottom: 2px solid #880C24;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mega-column ul {
  list-style: none;
  padding: 0;
}

.mega-column ul li a {
  display: block;
  padding: 6px 0;
  color:#880C24;
  font-size: 16px;
  text-decoration: none;
}

.mega-column ul li a:hover {
  color: #002451;
}

/* Show Mega Menu on hover (desktop) */
.mega:hover .mega-menu {
  display: flex;
}
@media (max-width: 768px) {
  .mega:hover .mega-menu {
    display: none; /* disable hover for mobile */
  }
  .iitm-footer a {
      padding-left:10px;
  }
  .nav-item img{
              width: 17px;
  }
  .mega-menu {
    position: static; /* better for mobile stacking */
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
}
.list .item img{
    height: 300px !important;
}
.about-img {
    margin-top: 10px;
}
/* Actions */
.nav-actions button {
  border: none;
  background: #880C24;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}

.nav-actions .search-btn {
  background: transparent;
  color: #000;
  font-size: 18px;
}

/* ---------- RESPONSIVE ---------- */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  background: #000;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }

  .navbar {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    border-top: 1px solid #ccc;
    z-index: 999;
  }

  .navbar.active {
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding: 10px 20px;
  }

  .nav-menu li {
    width: 100%;
  }

  .mega-menu {
    position: static;
    display: none;
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    border-top: none;
    padding: 10px 0;
  }

  .mega.open .mega-menu {
    display: flex;
  }

  .mega-column {
    width: 100%;
  }

  .mega-column h4 {
    font-size: 1rem;
    margin-top: 10px;
  }
}
/*top marquee css*/
 .marquee-container {
            display: flex;
            align-items: center;
            background-color: #8d0525;
            color:#ffffff;
            overflow: hidden;
            width: 100%;
            height: 50px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .marquee-title {
               /*flex: 0 0 150px;*/
             padding: 15px 15px;
            font-weight: bold;
            background-color: #102153;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .marquee-content {
            flex: 1;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
        }

        .marquee-content span {
            display: inline-block;
            padding-left: 100%;
            animation: marquee 25s linear infinite;
            font-size: 18px;
        }

        @keyframes marquee {
            0% {
                transform: translateX(0%);
            }

            100% {
                transform: translateX(-100%);
            }
        }
     .leatest-marquee {
    width: 25px;
    height: 50px;
    background: #102153;      /* any color or gradient you want */
    display: inline-block;
    clip-path: polygon(68% 48%, 1% 0, 0 96%);
}
/* hero section img */
      .slider-img {
    width: 100%;
    /*height: 600px;*/
    margin: auto;
    position: relative;
    overflow: hidden; /* hide overflowing images */
}
.slider-img img{
    height: 600px;
}

.list {
    display: flex;
    transition: 0.5s;
    width: 100%;
    position: relative;
    left: 0;
}

.list .item {
    min-width: 100%; /* ensures each item takes full slider width */
    height: 100%;
}

.list .item img {
    width: 100%; /* full width of its parent */
    height: 600px !important;
    object-fit: cover;
}

.buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.buttons button {
    width: 50px;
    height: 50px;
    border-radius: 505;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
    border-radius: 50%;
}
.dots{
    position: absolute;
    bottom: 65px;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    transition: 1s;
}
.dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 20px;
    border-radius: 20px;
}
.dots li.active {
    width: 30px;
}
@media screen and ( max-width: 768px) { 
    .slider-img {
        height: auto;
    }
    .list .item img{
        height:250px !important;
    }
    .course-header{
          display: block !important;
    }
 h1 {
    font-size: 22px;
}
.marquee-container{
    /*display:none;*/
}
.py-5 {
    padding-top: 0rem !important;
}

.youtube-title {
           color: #880C24;
        text-align: center;
        margin: 0px 0 15px !important;
        font-size: 22px !important;
        font-weight: bold;
}
    
}
   /* *********** About********** */

.about-first-sec i{
color: #880C24;
}

.about-first-sec img {
  /*border: 1px dashed #880C24;*/
  width: 100%;
  height: 465px;
    object-fit: cover;
}

.about-first-sec h3 {
  font-size: 22px;
}
.text{
  padding-bottom: 10x;
}

/* Icon Size */
.about-first-four i {
    font-size: 30px;
    transition: 0.4s ease;
}

/* Main Button Box */
.about-btn {
    border: 2px solid #880C24;
    padding: 10px 12px;
    color: #880C24;
    background: white;
    font-weight: 600;
    margin-left: -6px;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}
.about-btn:hover a{
    color:white !important;
}
.btn-about{
    color: #8d0525 !important;
    text-decoration: none !important;
}
.btn-about:hover{ 
    color: #fff !important;
    text-decoration: none !important;
}
/*hover effect*/
.card_img_hover {
  overflow: hidden;
}

.card_img_hover img {
  transition: transform 0.5s ease;
}

.card_img_hover:hover img {
  transform: translateY(-15px);
}
.about-img {
  overflow: hidden;
}

.about-img img {
  transition: transform 0.5s ease;
}

.about-img:hover img {
  transform: translateY(-15px);
}
/* Hover Effect */
.about-btn:hover {
    background: #880C24;
    color: white;
    box-shadow: 0px 4px 15px rgba(136, 12, 36, 0.4);
    transform: translateY(-5px);
}

/* Hover: Icon Animation */
.about-btn:hover i {
    transform: scale(1.2) rotate(10deg);
    color: #fff;
}

/* Smooth text color transition */
.about-btn .txt {
    transition: 0.4s ease;
}

/* Entrance Animation */
.about-btn {
    animation: fadeSlideUp 0.8s ease forwards;
    opacity: 0;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.marquee-content a{
    color:white;
    text-decoration:none;
}

.txt {
 
    font-size: 12px;
}

/* MAIN 2 COLUMN LAYOUT */
.bg-red {
  background-color: #880C24;
}

/*news section*/
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #880C24;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.news-header h2 {
    color: #880C24;
}

.view-all {
    font-weight: 700;
    color: #880C24;
    text-decoration: none;
}

/* ----------- LEFT NEWS CARDS ----------- */
.news-card {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    transition: .3s;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.news-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.news-card h5 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 17px;
}

.meta {
    font-size: 13px;
    color: #555;
}
.campus-sec a{
    color:white !important;
}
/* RIGHT EVENTS */
.right-recent {
    border-left: 1px solid #bbb;
    padding-left: 20px;
}
.view-btn-white a{
    color:#8d0525 !important;
    text-decoration:none;
}
.view-btn-white:hover a{
    color:white !important;
}
.events-list li {
    list-style: none;
    margin-bottom: 18px;
}

.events-list h4 {
    font-size: 18px;
    font-weight: 700;
    color: #880C24;
}

.event-date {
    font-size: 14px;
    color: #333;
}
.list-group-item a{
    text-decoration:none;
    color:black;
}
.list-group-item a:hover{
    color:#8d0525;
    text-decoration:underline;
}
.iiib a{
    color:white;
    text-decoration:none;
}
/* ---------------- Owl Nav Styling (Image ke upar arrows) ---------------- */
.news-carousel {
    position: relative;
}

.news-carousel .owl-nav {
    position: absolute !important;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
     display: flex !important;
    /*pointer-events: none; */
}

.news-carousel .owl-nav button {
    background: rgba(0,0,0,0.5) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 6px !important;
    border-radius: 50% !important;
    font-size: 22px !important;
    width: 30px !important;
    pointer-events: auto;
}

.news-carousel .owl-nav button:hover {
    background: #880C24 !important;
}
.events-list h4:hover {
        color: #001762 !important;
    cursor: pointer;
}
.news-icon{
   font-size:20px;
} 

/* RESPONSIVE */
@media(max-width: 768px) {
    .right-recent {
        border-left: none;
        /*padding-left: 0;*/
        margin-top: 30px;
    }
    .w-100 {
    width: 100% !important;
    height: auto;
}
.mt-5 {
        margin-top: 1rem !important;
}
.course-header {
     margin-top:1rem;
}
.hod-img{
    margin-bottom:1rem;
}
    
    
    
    
    
    
    
    
    
    
    
    
}

/* Course & Learning */
  /* img new */
        .campus-img img {
  width: 100%;
  height: 250px;
  border: 3px solid white;
}

.course-title h2 {
  color: white;
}
.owl-dots{
    display:none!important;
}
.view-btn-white {
    background-color: #ffffff;
    color: #8d0525;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
.view-btn-white:hover{
     background-color: #002451;
     color:#fff;
}
/* Mobile Small (screen < 576px) */
@media (max-width: 576px) {
    .view-btn-white {
        padding: 7px 14px;
        font-size: 15px;
        margin-top:10px;
        width: 100%;          /* Full width on small devices */
        text-align: center;
    }
}
.mt-3 {
    margin-top: 1rem !important;
}
.campus-img h5 {
    color: #fff;
    font-size: 19px;
    text-align: center;
}
.dark-mode .list-group-item a{
    color:white;
}
.dark-mode .event-date{
    color:white;
}

.dark-mode  .scroll-nav-ul li a{
    color:white;
}
.campus-img a {
  text-decoration: none;
}


.campus-img i , .location-icon {
    font-size: 18px;
    font-weight: bold !important;
    rotate: 40deg;
}

.course-section {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto;
  text-align: center;
}

.course-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.course-header h2 {
  color: #ffffff;
  margin: 0;
}
.campus-slider-i{
    color:#ffffff !important;
    font-size:;
    rotate: 0deg !important;
}

.underline-white {
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 6px;
}


/*tender*/
      .info-card {
      background: #d3636324;
      border-radius: 6px;
      padding: 20px;
      box-shadow: inset -4px 9px 21px rgba(0, 0, 0, 0.08);
      height: -webkit-fill-available;
    }
.tab-content-box p{
    font-size:16px !important;
}
.tab-content-box li{
    font-size:16px !important;
}
    /* CUSTOM COLORED TAB BUTTONS */
    .tab-btn {
      padding: 6px 14px;
      border-radius: 4px;
      color: #fff;
      font-size: 15px !important;
      font-weight: 500;
      margin-right: 3px;
      border: none;
      cursor: pointer;
      margin-top:15px;
    }
    .gallery-text{
        color:#880C24
    }
    .tab-notification {background: #ffffff; color:#8d0525;}
    .tab-vacancies   { background: #ffffff; color:#8d0525; }
    .tab-tenders     { background: #ffffff; color:#8d0525;}
    .tab-important   { background: #8d0525; }
    .btn-danger {background: #8d0525; font-size:18px;}
    .btn-danger:hover{
        background: #000f64;
        color:#fff;
            border: 1px solid #000f64;
    }
    .tab-btn.active {
         outline: 2px solid rgb(116 16 34 / 60%);
    background: #8d0525 !important;
    color:  #ffffff;
    border: 1px solid #8d0525;
     }
    .btn-effect:hover{
         background: #8d0525 !important;
         color:  #ffffff !important;
    }
    .tab-content-box { display: none; }
    .tab-content-box.active { display: block; }
  
    .list-group-item {
      border: none!important;
      font-size: 16px;
      background: #ffffff00;
    }
    .gallery-img {
      width: 100%;
      border-radius: 6px;
    }
      /* Gallery Carousel */
.gallery-carousel .item {
    display: block;
}

.gallery-img {
    width: 100%;
    height: 260px;  /* adjust as needed */
    object-fit: cover;
    border-radius: 6px;
}

/* Optional: navigation buttons */
.gallery-carousel .owl-nav button {
    position: absolute;
    width:30px !important;
    top: 40%;
    border-radius: 50% !important;
    transform: translateY(-50%);
    background: #fff !important;
    color: #880C24 !important;
    border: none;
    padding: 5px 12px;
    font-size: 22px !important;
    border-radius: 4px;
    cursor: pointer;
    margin:30px !important;

}
 .owl-nav :hover{
      background: #880C24;
 }

.gallery-carousel .owl-nav .owl-prev {
    left: -10px;
}

.gallery-carousel .owl-nav .owl-next {
    right: -10px;
}

.gallery-carousel .owl-nav button:hover {
    background:#880C24 !important;
    color: #ffffff !important;
}
/* department section */
  .department-title {

  font-weight: 600;
  color: #880C24;
  margin: 0;
}

.underline {
  width: 60px;
  height: 3px;
  background-color: #880C24;
  margin-top: 6px;
}

/* CARD WRAPPER */
.dept-box {
  padding: 5px;
}

/* Title Above Image */
.dept-title {
  color: #880C24;
  text-transform: uppercase;
  margin-bottom: 10px;
 text-align: center;
  
}

/* Your existing image-box */
.dept-card {
  position: relative;
  overflow: hidden;
  border: 2px solid;
  border-image: linear-gradient(90deg,
      rgb(85, 6, 49) 0%,
      rgb(37 21 219) 75%,
      rgba(147, 17, 173, 0.54) 100%) 1;

  height: 220px;
  width: 100%;
}

.dept-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
}

/* Hover Zoom */
.dept-card:hover img {
  transform: scale(1.1);
}

/* Paragraph */
.dept-desc {
  margin-top: 10px;
  font-size: 15px;
  color: #444;
}
.development-row{
        justify-content: center;
}


/* campus-life  css*/
  .campus-life {
        text-align: center;
        padding: 3rem 6%;
        background-color: #ffffff;
    }

    .campus-life h2 {
        text-align: center;
        margin-bottom: 40px;
        color: #8d0524;
 
    }

    .campus-container {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 2rem;
        align-items: center;
    }

    /* Left Panel */
    .campus-features {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .feature {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1.2rem 1.5rem;
        border: 2px solid #8d0524;
        border-radius: 50px;
        color: #8d0524;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
    }
  .feature:hover {
    background: #8d0524 !important;
    color: #ffffff;
    border-color: #fff;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(17, 125, 57, 0.5);
}
    .feature .num {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .feature .text {
        font-size: 20px;
        font-weight: 500;
        flex: 1;
        text-align: left;
    }

    .feature.active {
        background: #8d0524;
        color: #ffffff;
        border-color: #fff;
        font-weight: 600;
        box-shadow: 0 0 15px rgba(17, 125, 57, 0.5);
    }

    .feature:not(.active):hover {
        background: rgba(255, 255, 255, 0.1);
    }

    /* Right Panel */
    .campus-gallery {
        position: relative;
        width: 100%;
        height: 450px;
        overflow: hidden;
        border-radius: 10px;
    }

    .campus-gallery img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        opacity: 0;
        transform: scale(1.05);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .campus-gallery img.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }

    /* Responsive */
    @media (max-width: 850px) {
        .campus-container {
            grid-template-columns: 1fr;
        }

        .campus-gallery {
            height: 300px;
        }
    }
    
    /*member counter section*/
      .counter-section {
    background: linear-gradient(
        rgba(50, 20, 20, 0.65),
        rgba(50, 20, 20, 0.65)
    ), url('img/banner1.jpg');
    background-size: cover;
    padding: 35px 0;
    color: #fff;
    text-align: center;
}

.counter-section h1 {

    margin-bottom: 35px;
    
}

/* Fixed 4 × 2 Grid */
.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 90%;
    margin: auto;
}

.counter-box {
    text-align: center;
    background: #8d052580;
    padding-top: 20px;
}

.icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
}

.counter {

    font-weight: 800;
}

.counter-box p {
    margin-top: 8px;
    font-size: 16px;
    opacity: 0.85;
}

/* Responsive: 2×4 on tablets, 1×8 on phones */
@media (max-width: 900px) {
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .counter-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


.youtube-title {
    color: #880C24;
    text-align: center;
    margin: 20px 0 15px;
    font-size: 28px;
    font-weight: bold;
}
/*.youtube-title:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 3px;*/
/*    width: 55px;*/
/*    background-color: #8d0524;*/
/*    z-index: 9;*/
/*}*/
.video-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This makes it 16:9 responsive */
    height: 0;
    background: #000 url('img/banner3.jpg') center/cover no-repeat;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.video-wrapper.playing iframe {
    opacity: 1;
}

/* Play Button - Big & Centered */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(136, 12, 36, 0.85);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 2;
}

/*.play-btn:hover {*/
/*    content: "";*/
/*    border-style: solid;*/
/*    border-width: 20px 0 20px 34px;*/
/*    border-color: transparent transparent transparent white;*/
/*    margin-left: 8px;*/
/*}*/

.video-wrapper.playing .play-btn {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.8);
}

/* footer */
.footer-drop-content a {
    padding: 6px 15px;
    display: block;
    font-size: 13px;
    color: #8d0525;
}

.footer-drop-content a:hover {
    background: rgba(255, 255, 255, 0.15);
    color:#002451;
}

/* Show on hover */
.footer-dropdown:hover .footer-drop-content {
    display: flex;
}
 .visitors img{
        margin:auto;
    }
/* Mobile: open on click */
@media(max-width:768px){
    .footer-dropdown:hover .footer-drop-content {
        display: none;
      
    }
   
    .visitors img{
        width:100% !important;
        height: auto;
    }
    .footer-drop-btn.active + .footer-drop-content {
        display: flex;  background:white;
    }
}

  /* Scroll Top Button */
  #scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #880C24;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none; /* hide until scroll */
    z-index: 1000;
  }

  #scroll-top:hover {
    background-color: #880C24;
    transform: scale(1.1);
  }

  #scroll-top.active {
    opacity: 1;
    pointer-events: auto;
  }



  /* responsive  */
  /* ------------------ GLOBAL RESPONSIVE ------------------ */
@media (max-width: 1200px) {
    body {
        font-size: 15px;
    }
}
@media (max-width: 1024px){
 header {
        
        padding: 10px 10px;
    }
}
@media (max-width: 992px) {
    header {
        padding: 10px 20px;
    }
    .nav-actions .search-btn {
        display:none;
    }
  .header-logo{
      /*display:none;*/
  }
  .logo .header-logo {
    width: 304px !important;
}
     .mobile-header-logo img {
       width: 80px!important;
       
    }

    .nav-menu {
        gap: 15px;
    }

    .nav-actions button {
        padding: 6px 12px;
        font-size: 14px;
    }

    .search-input {
        width: 150px;
        left: -100px;
        top: 35px;
    }
}
.campus-sliders .item {
    width: 100% !important;
}
.about-btn{
  font-size:11px;  
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
        
    }
    .about-first-four .about-btn {
        margin-bottom: 10px;
    }
    .about-first-sec  p{
        text-align:justify;
    }
    .course-title-dep h2 {
         font-size: 22px;}
.post { 
    font-size: 13px !important;
}
.course-title-dep{
    margin-bottom:20px;
            margin-top: 10px;
}
.rc{
    padding-left: 5px !important;}

    .top-header {
        flex-direction: column;
        height: auto;
        padding: 5px 10px;
        gap: 5px;
        font-size: 13px;
    }

    .left-controls, .right-controls {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .left-item, .acc-btn, .lang-btn {
        padding: 4px 8px;
        font-size: 12px;
    }

    .navbar {
        top: 60px;
    }

    .nav-menu {
        padding: 10px 15px;
    }

    .mega-menu {
        width: 100%;
        padding: 10px 0;
    }

    .mega-column {
        width: 100%;
        margin-bottom: 15px;
    }

    .mega-column h4 {
        font-size: 0.95rem;
    }

    .nav-actions .search-input {
        width: 100%;
        left: 0;
        top: 40px;
        
    }

    /* Footer dropdowns mobile click */
    .footer-drop-content {
        position: static !important;
        display: none;
        flex-direction: column;
        width: 100%;
        background: #880C24;
        padding: 5px 0;
        border-radius: 0;
    }

    .footer-drop-btn.active + .footer-drop-content {
        display: flex;
    }

    .footer-dropdown:hover .footer-drop-content {
        display: none;
    }

    .footer-logo img {
        width: 120px;
        height: auto;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 13px;
    }

    .top-header {
        font-size: 12px;
        padding: 5px 8px;
    }

    .left-controls, .right-controls {
        justify-content: center;
    }

    .left-item, .acc-btn, .lang-btn {
        font-size: 11px;
        padding: 3px 6px;
    }

    header {
        flex-direction: column;
        padding: 10px 10px;
    }

     .mobile-header-logo img {
        height: 80px;
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        gap: 10px;
    }

    .nav-actions {
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }

    .nav-actions .search-input {
        width: 100%;
        left: 0;
        top: 57px;
        z-index: 999999999;
    }

    .mega-menu {
        padding: 10px 20px;
    }

    .mega-column ul li a {
        font-size: 14px;
        padding: 4px 0;
    }

    /* Footer links stacking */
    .footer-menu {
        flex-direction: column;
        gap: 5px;
    }

    .footer-logo p {
        font-size: 12px;
    }

    .social-top {
        justify-content: center;
    }
}

/* ------------------ Hamburger Menu Toggle (JS intact) ------------------ */
@media (max-width: 992px) {
    .hamburger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 0px;
    }
    .hamburger span {
        width: 25px;
        height: 3px;
        background: #000;
        display: block;
        border-radius: 2px;
    }
}



/*scroll header css*/
.scrolled {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background: #8d0524;
    color: #ffffff !important;
    z-index: 9999;

}

/* Links inside nav */
.scrolled .nav-menu a {
    color: #fff;
    
}
 .scrolled  .mega-menu {
         top: 50px !important;
       right:-340 !important;
 }
.scrolled .mega-column ul li a {
    color: #8d0524 !important;
    
}

.scrolled .nav-actions .search-btn {
    color: #fff;
}

.scrolled .mega-column ul li a:hover {
   
    color: #002451 !important;
}

/* Logo switch */
.scrolled .scroll-header-logo {
  position: absolute;
    /*background: #000f65;*/
    padding: 3px;
    bottom: -60px;
    border-radius: 50%;
    display: block !important;
    left: 140px;
    /*border: 2px solid #000f66;*/
}

.scrolled .header-logo {
    display: none !important;
}
/*.matrix-main-div  h1:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 5px;*/
/*    width: 55px;*/
/*    background-color: var(--color1);*/
/*    z-index: 9;*/
/*}*/
/*.matrix-main-div  h1:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 2px;*/
/*    height: 1px;*/
/*    width: 95%;*/
/*    max-width: 255px;*/
/*    background-color: #333;*/
/*}*/
/* ------------------------------------ */
/* RESPONSIVE ADJUSTMENTS (ALL DEVICES) */
/* ------------------------------------ */

/* Large Tablets & Small Laptops */
@media (max-width: 1024px) {
    .scrolled { 
        padding: 0 15px;
        display: none;
    }
    .scrolled .scroll-header-logo {
        left: 110px;
        bottom: -25px;
        padding: 2px;
     
    }
}

/* Tablets */
@media (max-width: 768px) {
    .scrolled {
        padding: 0 10px;
        display: none;
    }

    .scrolled .nav-menu a {
        font-size: 14px;
    }

    .scrolled .scroll-header-logo {
        left: 80px;
        bottom: -20px;
        width: 45px;
        height: auto;
        
    }
}
.contact-main h5{
    color:#880C24;
}
/* Mobile Devices */
@media (max-width: 480px) {
    .scrolled {
          display: none !important;
        padding: 0 8px;
        display: none;
    }

    .scrolled .nav-menu {
        display: none; /* hides menu if hamburger exists */
    }

    .scrolled .nav-actions .search-btn {
        display:none;
        font-size: 16px;
    }

    .scrolled .scroll-header-logo {
        left: 50%;
        transform: translateX(-50%);
        bottom: -27px;
        padding: 2px;
        width: 60px;
    }
}
.all-acadmic{
       /*border: 1px solid #9a0020;*/
       box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 20px;
    border-radius:10px;
    /*background:#eeeeee;*/
}
.previous-post h4{
    font-weight:600 !important;
}
.previous-post a{
    text-decoration:none;
    color:#000000 !important;
}
.previous-post a:hover{
    text-decoration:underline;
    color:#9a0020 !important;
}
.news-card a{
        margin-top: 10px;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    color:#910525;
}
 .breadcrumbs{
         text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
color:white;
     }
     .breadcrumbs a {
    color: white;
    text-decoration:none;
}

 .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: 
 color-mix(in srgb, var(--default-color), transparent 70%);
}

   .page__bannerContent ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
     padding-left: 0%;}
     
     .all-acadmic-a a{
         color:#920025;
     }
     
     .all-acadmic-a ul{
         list-style-type: circle;
     }
     .visionTab .tabbable .nav-tabs {
    white-space: nowrap;
    display: flex
;
    min-width: 100%;
    border-bottom: 2px solid #707070;
    align-items: center;
}
/*.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before {*/
/*    content: " ";*/
/*    display: table;*/
/*}*/
.visionTab .nav-tabs .nav-item {
    margin-bottom: -2px;
    margin-right: 50px;
}

.visionTab .tabbable .nav-tabs .nav-item .nav-link {
    display: inline-block;
    font-size: 2em;
    color: #223260;
    padding: 0 0 15px;
}
.visionTab .nav-tabs .nav-item.show .nav-link, .visionTab .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 2px solid #f00;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 700;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    margin-bottom: 30px !important;
}
.nav-link-color{
    color:black !important;
}
.nav-link-color .nav-link:hover
 {
    color: #8d0525;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
     border-bottom: none !important; 
}


.facultybox h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 55px;
    background-color: #8d0524;
    z-index: 9;
}
@media only screen and (max-width: 767px) {
    .associate {
        overflow: visible;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .headingh2 {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 767px) {
    .professors:before {
        width: 100%;
        left: 0;
    }
}

.professors:before {
    content: "";
    width: 97%;
    position: absolute;
    left: -14px;
    height: 1px;
    top: auto;
    background: #a1a1a1;
    bottom: -10px;
}
@media only screen and (max-width: 767px) {
    .associate {
        overflow: visible;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .associate {
               display: flex !important;
        flex-direction: column;
    }
}
@media only screen and (max-width: 991px) {
    .associate {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }
}
.associate {
    text-align: center;
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    height: 100%;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}
.facultybox h2{
    color: #000f68;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}
.departmnt-div p {
    font-size:16px !important;
}
.dept-title a{
    text-decoration:none;
    color:#880C24;
}
.dept-title a:hover{
    text-decoration:underline;
    color:#102153;
}
.events-list a{
    text-decoration:none;
    color:#880C24;
}
.events-list a:hover{
    text-decoration:underline;
    color:#102153;
}
.anchor a{
    color:white !important;
}
.previous-posts{
    border:none !important;
}
   .detail-lab p{
            text-align: justify;
        }
        .detail-lab .latest-inner-detail-news h4{
            color:#8d0525 ;
            font-size: 23px;
        }

@media (max-width: 768px) {
.recent-lastest-news-right {
    margin-top:20px;
}
}
.lab-achive a{
    color:#9a0020 !important;
}
.page_not_found {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }

        .page_not_found h1 {
            font-size: 100px;
            font-weight: 800;
            color: #8d0525;
        }

        .page_not_found p {
            font-size: 35px;
        }
        .page_not_found_div{
            text-align: center;
        }
        .org-chart img{
            width:100%;
        }
        .events-list{
            padding-left:0px !important;
        }
/* Container */
    .uni-search-shell {
        max-width: 1100px;
        margin: 60px auto;
        padding: 40px;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
        animation: fadeSlide 0.8s ease;
    }

    /* Header */
    .uni-search-header {
        text-align: center;
        margin-bottom: 35px;
    }

    .uni-search-title {
        font-size: 34px;
        color: #1e2a4a;
        animation: glowText 2s infinite alternate;
    }

    .uni-search-subtitle {
        color: #5f6f91;
        font-size: 15px;
    }

    /* Search Box */
    .uni-search-form {
        display: flex;
        justify-content: center;
    }

    .uni-search-input-wrap {
        width: 600px;
        display: flex;
        background: #f1f4ff;
        border-radius: 50px;
        overflow: hidden;
        transition: box-shadow 0.3s;
    }

    .uni-search-input-wrap:hover {
        box-shadow: 0 0 0 4px rgba(47, 95, 208, 0.15);
    }

    .uni-search-input-wrap input {
        flex: 1;
        border: none;
        padding: 16px 22px;
        font-size: 16px;
        background: transparent;
        outline: none;
    }

    .uni-search-input-wrap button {
        width: 70px;
        border: none;
        background: linear-gradient(135deg, #2f5fd0, #4f8cff);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        transition: transform 0.2s;
    }

    .uni-search-input-wrap button:hover {
        transform: scale(1.1);
    }

    /* Counter */
    .uni-search-counter {
        margin: 25px 0 40px;
        text-align: center;
        font-weight: 500;
        color: #333;
    }

    .counter-badge {
        background: #2f5fd0;
        color: #fff;
        padding: 4px 12px;
        border-radius: 20px;
        margin-right: 6px;
    }

    /* Panels */
    .uni-search-panel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .uni-search-card {
        background: #f9fbff;
        border-radius: 14px;
        padding: 25px;
        animation: floatUp 0.9s ease;
    }

    .uni-search-card h3 {
        margin-bottom: 15px;
        color: #1f2e55;
    }

    /* Custom Radio */
    .uni-radio,
    .uni-check {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
    }

    .uni-radio input,
    .uni-check input {
        display: none;
    }

    .uni-radio span,
    .uni-check span {
        width: 18px;
        height: 18px;
        border: 2px solid #2f5fd0;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
    }

    .uni-check span {
        border-radius: 4px;
    }

    .uni-radio input:checked+span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #2f5fd0;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 3px;
    }

    .uni-check input:checked+span::after {
        content: "✓";
        position: absolute;
        color: #2f5fd0;
        font-size: 14px;
        left: 2px;
        top: -1px;
    }

    /* Dropdown */
    .uni-dropdown {
        margin-top: 18px;
    }

    .uni-dropdown select {
        width: 100%;
        padding: 8px 10px;
        border-radius: 8px;
        border: 1px solid #cfd8ff;
    }

    /* Animations */
    @keyframes fadeSlide {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes floatUp {
        from {
            opacity: 0;
            transform: translateY(25px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes glowText {
        from {
            text-shadow: 0 0 0 #2f5fd0;
        }

        to {
            text-shadow: 0 0 12px rgba(47, 95, 208, 0.6);
        }
    }

    /* Responsive */
    @media (max-width: 768px) {
        .uni-search-panel {
            grid-template-columns: 1fr;
        }

        .uni-search-input-wrap {
            width: 100%;
        }
    }
.translate-h {
            display: none !important;
        }
        /* Base */
        .dropdown-submenu {
            position: relative;
        }
.scrolled .scroll-header-logo {
    left: 40px;
}
.scrolled .navbar-light .navbar-nav .nav-link {
    color: white !important;
}
.navbar-light .navbar-nav .nav-link:focus-visible{
  outline: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #9a0020;
}
        /* All submenus */
        .dropdown-submenu>.dropdown-menu {
            top: 0;
            left: 100%;
            margin-left: 0.15rem;
            display: none;
        }

        /* Hover for desktop */
        .dropdown-submenu:hover>.dropdown-menu {
            display: block;
        }

        /* Arrow fix */
        .dropdown-toggle::after {
            margin-left: .4em;
        }

        /* Mobile behavior */
        @media (max-width: 991px) {
            .dropdown-submenu>.dropdown-menu {
                left: -30px;
                margin-left: 0;
            }
        }

        .navbar-light .navbar-nav .nav-link {
            color: rgb(25 25 25);
        }

        .logo .header-logo {
            width: 365px ;
            padding-top:5px;
        }

        .nav-link {
            font-size: 13px;
        }

        .navbar {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
 
    /* Search Popup Styles */
    .search-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 9999;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .search-modal--active {
        display: flex;
    }

    .search-modal__content {
        width: 90%;
        max-width: 600px;
        background-color: white;
        border-radius: 10px;
        padding: 0;
        position: relative;
    }

    .search-modal__header {
        background: linear-gradient(135deg, #002147 0%, #8d0525 100%);
        color: white;
        padding: 20px;
        border-radius: 10px 10px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-modal__title {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

    .search-modal__close {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-modal__body {
        padding: 30px;
    }

    .search-modal__form {
        position: relative;
        margin-bottom: 20px;
    }

    .search-modal__input {
        width: 100%;
        padding: 15px 20px;
        padding-right: 60px;
        font-size: 16px;
        border: 2px solid #e0e0e0;
        border-radius: 50px;
        outline: none;
    }

    .search-modal__input:focus {
        border-color: #002147;
    }

    .search-modal__submit {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #002147;
        color: white;
        border: none;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-modal__suggestions {
        margin-top: 20px;
    }

    .search-modal__suggestions-title {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
    }
/* Enable hover dropdown on desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        left: -30px;
    }

    .dropdown-submenu {
        position: relative;
    }

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

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

/* Mobile fix: submenu opens below */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 0;
    }
}

/* Optional styling */
.dropdown-menu {
    border-radius: 6px;
}

.dropdown-item:hover {
    background-color: #9a0020;
    color: #fff;
}

    .search-modal__suggestions-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .search-modal__suggestion-item {
        margin: 0;
    }

    .search-modal__suggestion-link {
        display: inline-block;
        padding: 8px 16px;
        background-color: #f5f5f5;
        color: #333;
        text-decoration: none;
        border-radius: 50px;
        font-size: 13px;
    }

    .search-modal__suggestion-link:hover {
        background-color: #002147;
        color: white;
    }

    /* Hide the original search input */
    .search-input {
        display: none;
    }

    /* Search Button in Header */
    .search-btn {
        background: none;
        border: none;
        color: #002147;
        font-size: 18px;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-btn:hover {
        background-color: #1f3588;
    border-radius: 50%;
    }

    @media (max-width: 768px) {
        .search-modal__content {
            width: 95%;
        }
          .navbar {
        top: 0px;
    }
    }
   @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}


.page__banner {
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}

.page__bannerInner {
  display: table;
  width: 100%;
  position: relative;
  z-index: 99;
}

.page__bannerContent {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
}

.page__bannerContent h1 {
  /*font: 3rem / 1.3 "'Inter', sans-serif;";*/
  font-size:33px ;
 font-family: 'Merriweather', serif !important;
  color: #fff;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  margin: 0;
}





.thumbnail {
  width: 160px;
  margin: 10px;
  cursor: pointer;
  transition: transform .2s;
  border: 1px solid black;
}

.thumbnail:hover {
  transform: scale(1.1);

}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  width: 70%;
  max-width: 800px;
  animation: zoomIn 0.3s ease;
  border-radius: 10px;
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close,
.prev,
.next {
  position: absolute;
  color: white;
  font-size: 40px;
  cursor: pointer;
  user-select: none;
}

.close {
  top: 20px;
  right: 40px;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.prev,
.next {
  top: 50%;
  transform: translateY(-50%);
}

.gallery img {
  height: 120px;
}

td,
th {
  padding: 5px;
  border: 1px solid #999 !important;
}

/* Faculties List */

.faculties-div-main img {
  width: 100%;
  height: 250px;
  padding: 20px;
}

.faculties-div-main p {
  margin-bottom: 0%;
  font-size: 14px;
}

.faculties-div-main h6 {
  font-size: 20px;
}

.faculties-div-main {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
}

.faculties-div-main a {
  color: #9a0020;
  font-weight: 600;
  margin-top: 20px;
}

.faculties-div-main a:hover {
  color: #10205a;
}

.faculties-div-main:hover {
  box-shadow: rgba(43, 42, 42, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media (max-width: 481px) {
  .page__bannerContent h1 {
    font: 2rem / 1.3 "'Inter', sans-serif;";
  }
}

.latest-news {
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    /*height: 470px;*/
    margin-top: 5px;
}
.latest-news:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid var(--secondary);
}
.latest-news-first-div {
  padding-left: 0px;
  padding-right: 0px;
}

.latest-news-first-div img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid grey;
}

.latest-news-first-sec a {
  text-decoration: none;
}

.latest-news-first-sec h5 {
  font-weight: 500;
  color: black;
  font-size: 15px;
  margin-top: 10px;
}
.latest-news-first-sec h5:hover{
color: #102153;
}
.latest-news-first-sec span {
  color: grey;
  font-size: 13px;
}

.latest-news-first-sec p {
  margin-bottom: 0%;
  font-size: 15px;
}

.latest-news-first-sec a {
  color: #9a0020;
}

.latest-news-first-sec a:hover {
  color: #102153;
}

.latest-news-first-sec b {
  font-size: 15px;
}

/* ******** Director css Start****** */
.director-main-div {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 20px;
    border-radius:10px;
}

.director-main-div img {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #9a0020;
}

.director-main-div p {
  font-size: 14px;
  text-align: justify;
}

.director-main-div span {
  color: grey;
  font-size: 13px;
  font-style: italic;
  padding-bottom: 30px;
}

.director-main-div h2 {
  color: #9a0020;
}



.director-main-div h5 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .p-5 {
    padding: 15px !important;
  }

  /* Other mobile-specific styles */
}


/* ******** Director css End****** */
/* ******* Contact Us Start********* */
/* Main Content */
main {
  flex: 1;
  padding: 60px 0;
}

.page-title {
  text-align: center;
}

.page-title h1 {
  font-size: 3rem;
  color: var(--dark);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.page-title h1::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.page-title p {
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

 /*Contact Section */
:root {
  --primary: #10205a;
  --primary-dark: #554fd8;
  --secondary: #8d0524;
  --dark: #2d2b55;
  --light: #cfcfd1;
  --gray: #afafaf;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
}

.contact-form {
  flex: 1;
  min-width: 300px;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.info-title {
  font-size: 1.8rem;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
}

.info-title::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--primary);
  bottom: 0;
  left: 0;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}

.contact-method {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.method-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
}

.method-details h3 {
  color: var(--dark);
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.method-details p {
  color: #666;
}
.details{
  position: relative;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s;
}

.social-link:hover {
  background-color: var(--primary);
  color: white;
  transform: translateY(-5px);
}

/* Form Styles */
.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: black;
  font-size:16px;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 15px;
  border: 2px solid var(--gray);
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s;
  border: 1px solid rgb(196, 194, 194);
}

.form-control:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.submit-btn {
  background: linear-gradient(to right, var(--primary), var(--secondary));
  color: white;
  border: none;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(108, 99, 255, 0.4);
}

.submit-btn:active {
  transform: translateY(0);
}

/* Map Section */
.map-container {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.map-placeholder {
  height: 400px;
  background: linear-gradient(135deg, #8a84ff, #6c63ff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 20px;
}

.map-placeholder i {
  font-size: 4rem;
  margin-bottom: 20px;
}

.map-placeholder h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}


/* Responsive Design */
@media (max-width: 992px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-info,
  .contact-form {
    width: 100%;
  }

  .page-title h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {

  .page-title h1 {
    font-size: 2rem;
  }

  .contact-info,
  .contact-form {
    padding: 30px 25px;
  }

  .method-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .page-title h1 {
    font-size: 1.8rem;
  }

  .contact-method {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .method-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .social-links {
    justify-content: center;
  }

  .submit-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Animation for form elements */
.form-group {
  animation: fadeInUp 0.5s ease-out forwards;
  opacity: 0;
}

.form-group:nth-child(1) {
  animation-delay: 0.1s;
}

.form-group:nth-child(2) {
  animation-delay: 0.2s;
}

.form-group:nth-child(3) {
  animation-delay: 0.3s;
}

.form-group:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effect for contact method */
.contact-method:hover .method-icon {
  transform: scale(1.1);
  transition: transform 0.3s;
}

.contact-main p {
  font-size: 14px;
  margin-bottom: 5px;
}

/* ********Contact Us End********** */
/* ******Gallery Start******  */
.main-inner-gallery img {
  width: 100%;
}

/* Add border to images in the gallery */
.main-inner-gallery img {
  border: 3px solid #ddd;
  /* Light gray border */
  border-radius: 5px;
  /* Rounded corners */
  transition: all 0.3s ease;
  /* Smooth transition for hover effect */
}

/* Change border on hover in the gallery */
.main-inner-gallery img:hover {
  border-color: #007bff;
  /* Blue border on hover */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* Modal Background */
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Fullscreen image with border */
.img-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  border: 5px solid #fff;
  /* White border around the image in the modal */
  transition: transform 0.3s ease;
}

/* Close button */
.img-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* Navigation buttons (next/prev) */
.img-modal .nav-btn {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1000;
}

.img-modal .prev-btn {
  left: 20px;
}

.img-modal .next-btn {
  right: 20px;
}

/* Zoom buttons */
.img-modal .zoom-btn {
  position: absolute;
  bottom: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 1000;
}

.img-modal .zoom-in {
  left: 20px;
}

.img-modal .zoom-out {
  right: 20px;
}

.course-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.course-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s 
ease;
    background-color: rgba(0, 0, 0, 0.4);
}
.course-card .course-name {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    font-weight: 500;
}
.course-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    filter: brightness(80%);
    transition: filter 0.3s 
ease;
border: 1px solid #9a0020;
}
.latest-inner-detail-news{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}
.latest-inner-detail-news img{
  width: 100%;
  /*height: 320px;*/
  border-radius: 10px;
}
.latest-inner-detail-news h4{
  margin-top: 30px;
  font-size: 20px;
}
.latest-inner-detail-news span{
 color: grey;
  font-size: 12px;
}
.latest-inner-detail-news a{
color: #9a0020;
}
.latest-inner-detail-news p{
margin-bottom: 0px;
  font-size: 15px;
}
.recent-lastest-news h4{
color: #9a0020;
font-weight: 600;
}
.recent-lastest-news-right{
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.faculties-deatils-main{
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}
.faculties-deatils-main h2{
  color: #000f68;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.faculties-deatils-main h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 55px;
    background-color: #8d0524;
    z-index: 9;
}
.faculties-deatils-main p{
    margin-bottom: 5px;
    font-size: 14px;
    text-align: justify;
}
.cse-drpmnt-faculty h1{
        font-size: 30px;
    color: #8d0525;
}
.faculties-deatils-main img{
/*height: 320px;*/
width:100%;
}
.faculties-deatils-main img{
  border: 1px solid #9a0020;
}
.faculties-deatils-main li{
   font-size: 14px; 
}
.all-academics-link a{
  color: #9a0020;
  text-decoration: none;
  font-weight:600;
}
.all-academics-link ul{
  list-style-type: circle;
}
.sitemap-div h5{
  font-size: 16px;
  color: #9a0020;
}
.sitemap-div li a{
  font-size: 14px;
  color: #10205a;
}
.sitemap-div a{
  text-decoration: none; 
}
.sitemap-div h5 a {
 color: #9a0020;
}
.faculties-deatils-main a{
    color:#8d0525;
}
 .details {
                border-bottom: solid #ADADAD 2px;
                position: relative;
            }

            /* details:first-of-type {
                border-top: solid #ADADAD 2px;
            } */

            details[open] {
                background-color: #eee;
                border-left: 3px solid #880C24;
            }

            summary {
                list-style: none;
                display: flex;
                margin-top: 20px;
                justify-content: space-between;
                align-items: center;
                padding: 15px 20px;
                font-weight: bold;
                font-size: 18px;
                cursor: pointer;
                border-radius: 10px;
            }

            summary::after {
                content: '';
                border: solid #880C24;
                border-width: 0 3px 3px 0;
                display: inline-block;
                padding: 4px;
                transition: 0.3s;
                transform: rotate(45deg);
                position: absolute;
                right: 15px;
            }

            details[open]>summary::after {
                transform: rotate(-135deg);
            }

            summary::-webkit-details-marker {
                display: none;
            }

            .course-dpmt-cse h6 {
                padding: 15px 20px;
            }

            .course-dpmt-cse ul {
                padding: 5px 35px;
                font-size: 13px;
            }

            .course-dpmt-cse strong {
                padding: -3px 20px;
                font-size: 13px;
            }

            .course-dpmt-cse-first strong {
                padding: 3px 20px;
                font-size: 13px;
            }

            .link-cse-drp a {
                text-decoration: none;
                color: #880C24;
                font-size: 16px;
                font-weight: 600;
            }

            .link-cse-drp a:hover {
                text-decoration: none;
                color: #10205a;
            }

            .course-dpmt-cse p {
                padding: 5px 20px;
                font-size: 13px;
            }

            .lab-cse-dprt p {
                margin-bottom: 0%;
            }

            .lab-cse-dprt h6 {
                padding: 10px;
            }

            .cse-head-dpmnt img {
                width: 100%;
                padding: 10px;
            }

            .cse-drpmnt-faculty {
                padding: 20px;
            }

            .cse-drpmnt-faculty img {
                width: 100%;
                height: 285px;
            }
.cse-drpmnt-faculty h5{
    font-size:18px;
}
.detial-fa i{
    font-size:20px;
    color:#9a0020;
}
            .cse-drpmnt-faculty p {
                margin-bottom: 0%;
            }
            .form-central-sec h6{
              padding-left: 20px;
              color: #880C24;
              
            }
             .form-central-sec p{
              padding-left: 20px;
            }
            
            
            
   .card-body {
    padding: 0;
}
.tab-content>.active {
    display: block;
}
.facultybox {
    position: relative;
}

.associate {
    text-align: center;
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    height: 100%;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}
.professors {
    position: relative;
    padding: 20px 20px 35px 0;
}
.professors:before {
    content: "";
    width: 97%;
    position: absolute;
    left: -14px;
    height: 1px;
    top: auto;
    background: #a1a1a1;
    bottom: -10px;
}
.associbox {
    position: relative;
    padding-left: 94px;
    /*height: 100%;*/
}
.facultyImg {
    width: 80px;
    border-radius: 15px;
    border: 1px solid #707070;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.facultyDetail {
    text-align: left;
    height: 100%;
}
.facultyDetail h4 {
    margin: 0;
    color: #223260;
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 700;
}
.associbox .facultyDetail p {
    word-break: break-all;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}
.konwbtn {
    color: #8D2A3B;
    font-size: 0.875em;
    text-decoration: none;
    padding-left: 35px;
    position: absolute;
    top: auto;
    bottom: -38px;
    line-height: 20px;
}
.konwbtn:before {
    content: "\f061";
    line-height: 1;
    font-family: 'FontAwesome';
    border: 1px solid #f00;
    color: #25325f;
    font-size: 11px;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: -1px;
    top: -4px;
    transition: all 0.4s;
}
.professors:after {
    content: "";
    height: 92%;
    position: absolute;
    left: -28px;
    width: 1px;
    top: 7px;
    background: #a1a1a1;
}
.konwbtn:hover {
    color: #223260;
    padding-left: 40px;
}
.konwbtn:hover:before {
    left: 5px;
}
.konwbtn:before {
    content: "\f061";
    line-height: 1;
    font-family: 'FontAwesome';
    border: 1px solid #f00;
    color: #25325f;
    font-size: 11px;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: -1px;
    top: -4px;
    transition: all 0.4s;
}

.konwbtn:hover {
    color: #223260;
    padding-left: 40px;
}
.facultyImg img{
    width: 100%;
    height: 100%;
}
.ResearchInterest li{
    font-size:14px !important;
    list-style-type: circle;
}
hr {
    margin: 8px 0px !important;
}
.ResearchInterest h6{
      font-size:18px !important;
      color:#920026;
      margin-top:25px;
}
.faculties-deatils-main a:hover{
    color:#001865;
}
.form-centers{
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 20px;
    border-radius:10px;
}

.form-centers a{
    color:black;
    text-decoration:none;
}
.form-centers a:hover{
    color:#a00022;
    text-decoration:underline;
}
.form-centersh6{
    color:#920025 !important;
}
.form-centers li{
        list-style-type: circle;
}
.about-first-four .about-btn{
    margin-right:10px;
}
.about-first-four{
    margin-left:10px;
}
/*.campus-life h2:before{*/
/*        content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 3px;*/
/*    width: 55px;*/
/*    background-color: #8d0524;*/
/*    z-index: 9;*/
/*}*/
.previous-post{
  border:none !important;  
}

.previous-posts h3{
    color: #000f68;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}
.previous-posts h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 55px;
    background-color: #8d0524;
    z-index: 9;
}

.post{
    background-color:#8d0525;
    color: white !important;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
.post a{
color: white !important;}
.about-btn .txt a:hover{
    color:white;
}
.post:hover{
}
.scroll-nav-ul li a:hover{
    color: #8d0525 !important;
}
.title-h a{
    color:black;
    text-decoration:none;
}
.title-h a{
    color:#900026;
}.news-card a:hover{
   text-decoration: underline;
    color: #102153;
}
.course-title-dep h2 {
    color: #8d0525;
}
.underline-white-dep{
        width: 60px;
    height: 3px;
    background-color:#8d0525;
    margin-top: 6px;
}

.lab-dep img {
            height: 200px;
            width: 100%;
            border-radius: 10px;
        }

        .lab-div {
            padding: 10px;
            padding-bottom: 20px;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

        }
 
        .lab-dep p {
            font-size: 14px;
        }

        .lab-dep h4 {
            font-size: 20px;
        }

        .lab-dep a {
            color: #8d0525 !important;
            font-size: 15px;
            text-decoration: none;
        }

        .lab-dep a:hover {
            color: #000f68 !important;
            text-decoration: underline;
        }
        .hod-sec p{
            font-size:15px !important;
        }
        .lab-sec img{
            width:100%;
            border: 1px solid #8d0524;
        }
        .publications ul li{
            margin-bottom: 10px;
    list-style-type: circle !important;
        }
          .publications ol li{
            margin-bottom: 10px;
        }
        .publication a{
            color: #8d0525;
            text-decoration: none;
        }
       .publication  a:hover {
            color: #000f68 !important;
            text-decoration: underline;
        }
            .table-sec thead {
            background-color: #8d0524;
            color: white;
           
        }
  .table-sec thead td{
       border: 1px solid white !important;
  }
        .table-sec h6 {
            color: #000f68;
            font-size: 25px;
            font-weight: 600;
            line-height: 1.5em;
            padding-bottom: 15px;
            position: relative;
            margin-bottom: 20px;
        }
  .table-sec h6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 55px;
    background-color: #8d0524;
    z-index: 9;
}
        .table-sec td,
        th {
            padding: 10px;
            border: 1px solid #8d0525 !important;
        }
        .depart-ab p{
            font-size:15px !important;
        }
   .translate-h {
            display: none !important;
        }

        .course-title-dep h2 {
            color: #8d0525;
        }

        .underline-white-dep {
            width: 60px;
            height: 3px;
            background-color: #8d0525;
            margin-top: 6px;
        }

        .hod-sec img {
            height: 316px;
            border: 1px solid #8d0525;
            /* width: 100%; */
        }

        .hod-img {
            display: flex;
            justify-content: center;
        }

        .cse-course .events-list li {
            margin-bottom: 14px !important;
        }

        .cse-course ul {
            padding-left: 0% !important;
        }

        .cse-course .events-list h4 {
            font-size: 16px !important;
        }
         .departmnt-div p {
            font-size: 14px;
            text-align: justify;
        }
        .hod-sec a{
            color:#8d0525;
        }
        .table-sec a{
           color:#8d0525 !important;
           text-decoration:none;
        }
        .table-sec a:hover{
           color:#000f68 !important; 
           text-decoration:underline;
        }
        
        
        .fixed-navbar {
     position: relative !important;
 }

 .matrix-sec h1 {
     font-size: 3.1rem;
     font-weight: 500;
     color: #004bab;
 }

 .matrix-sec h2 {
     font-size: 3.1rem;
     font-weight: 500;
     color: #004bab;
 }

 .matrix-sec h3 {
     font-size: 22px;
     font-weight: 500;
     color: #004370 !important
 }

 .matrix-sec a {
     color: #004bab;
     text-decoration: underline;
 }

 .matrix-sec p {
     font-weight: 400;
     line-height: 1.9;
     color: black;
     text-align: left;
     font-size: 14px;
     margin-bottom: 28px;
 }


 .matrix-img img {
     width: 100%;
 }

 .matrix-img {
     width: 100%;
     box-shadow: 0px 0px 40px rgb(0 0 0 / 13%);
     border-radius: 10px;
 }

 .matrix-img-two {
     box-shadow: 0px 0px 40px rgb(0 0 0 / 13%);
     border-radius: 10px;
     text-align: center;
     display: inline-block;
 }

 .matrix-slide-bar {
     border: solid 1px #9a0020 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     border-radius: 12px;
     padding: 40px 0px 20px 0px;
         position: sticky;
    top: 92px;
 }

 .scroll-nav-ul {
     position: sticky;
     top: 85px;
     padding-left: 25px;
 }



 .fixed {
     position: fixed;
     top: 25px !important;
     max-width: 260px;
     padding-right: 5px;
 }

 .scroll-nav-ul li {
     list-style: none;
     font-weight: 600;
     font-size: 14px;
     padding-bottom: 20px;
     padding-left: 3px;
     color: #000000;
     font-family: "Karla";
     list-style-type:none;
     /*list-style-type: disclosure-closed;*/
 }

 .scroll-nav-ul li a {
     color: #333;
     text-decoration: none;
 }

 .scroll-nav-ul li a:hover {
     color: #004bab;
 }

 .matrix-img-center {
     display: flex;
     text-align: center;
     justify-content: center;
     align-items: center;

 }

 .dashed {
     width: 5px;
     height: 2px;
     color: black;
 }

 .scroll-nav-ul li a.active {
     color: #8d0525 !important;
     font-weight: 700;
 }

 @media screen and (max-width:1024px) {
     .matrix-slide-bar {
         display: none;
     }
 }
 .matrix-main-div h1{
    color:#9a0020;
    font-size: 25px;
    font-weight: 600;
 }
 .matrix-main-div h2{
    color:#9a0020;
    font-size: 25px;
 }
  .matrix-main-div li{
    font-size: 14px;
 }
 .matrix-main-div p {
     text-align: justify;
     font-size: 14px;
     margin-bottom: 10px;
 }
 
 .matrix-main-div  h1 {
   color: #000f68;;
    font-size: 25px;
    font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}

.matrix-main-div  h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 55px;
  background-color: #8d0524;
  z-index: 9;
}

.matrix-main-div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  /*background-color: #333;*/
}
                  .dean-detail .nav-pills .nav-link {
                        border-radius: 0;
                        text-align: left;
                    }

                   .dean-detail .nav-pills .nav-link.active {
                        background-color: #0d6efd;

                    }

                   .dean-detail .nav-pills .nav-link.active,
                    .nav-pills .show>.nav-link {
                        color: #fff;
                        background-color: #193256 !important;
                        border-radius:10px;
                    }

                    .dean-detail.flex-column {
                        flex-direction: column !important;
                        border: 1px solid grey;
                        background: #920025;
                        border-radius: 10px;
                    }

                   .dean-detail .deatil-tab h4 {
                        color: #920025;
                        font-size: 40px;
                        font-weight: 600;
                    }

                    .dean-detail .nav-link {

                        color: #ffffff !important;
                    }
                   .dean-detail .experiencebox {
    position: relative;
}
.experiencebox ul {
    margin: 0;
    padding: 0;
}
.dean-detail ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before {
    content: " ";
    display: table;
}
.experiencebox ul li {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex
;
    justify-content: left;
    position: relative;
}
.dateexper {
    width: 160px;
    font-size: 1em;
    font-weight: 700;
}
.experiencebox ul li:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 152px;
    width: 17px;
    height: 17px;
    background: #8D2A3B;
    border-radius: 50%;
    z-index: 1;
}
.national h5 {
    margin: 0 0 2px;
    line-height: 1;
    font-size: 1em;
    font-weight: 600;
    color: #555555;
}
.experiencebox:after {
    content: "";
    height: 100%;
    position: absolute;
    left: 158px;
    top: 0;
    background: #EFEFEF;
    width: 6px;
    z-index: 0;
}
.innerContent p {
    /* margin: 0 0 50px 0; */
    font-size: 1em;
    line-height: 1.5;
    text-align: justify;
}
.dean-detail ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before {
    content: " ";
    display: table;
}
.national {
    width: 100%;
    padding-left: 70px;
}
.dean-detail .flex-column {
    flex-direction: column !important;
    background: #8d0525;
    border-radius: 10px;
}


    .more-item {
    display: none;
}

.more-btn {
       margin-top: 10px;
    padding: 8px 16px;
    /* background-color: #004aad; */
    color: #000000;
    margin-left: 25px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.more-btn:hover {
    background-color: #8d0524;
}
.matrix-main-div{
    position:relative !important;
}
    .page_not_found {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }

        .page_not_found h1 {
            font-size: 100px;
            font-weight: 800;
            color: #10205a;
            margin-bottom:0px;    margin-top: 0px;
        }

        .page_not_found p {
            font-size: 35px;
            margin-top: 0px;
        }
        .page_not_found_div{
            text-align: center;
        }
        .page_not_found button{
          padding: 15px 40px;
    font-size: 20px;
    border: 1px solid #8d0525;
    color: white;
    border-radius: 10px;
    background: #8d0525;
        }
      .page_not_found  button:hover{
                background: white;
    color: #8d0525;
        }
    /*   .icon i {*/
    /*font-size: 138px;*/
    /*color: #8d0525;}*/
    
    
    .uni-search-shell {
        max-width: 1100px;
        margin: 60px auto;
        padding: 40px;
        background: #ffffff;
        border-radius: 16px;
            box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        animation: fadeSlide 0.8s ease;
    }

    /* Header */
    .uni-search-header {
        text-align: center;
        margin-bottom: 35px;
    }
    /* Search Box */
    /*.uni-search-form {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/
.footer-b{
    margin-top:30px;
}
    .uni-search-input-wrap {
        width: 600px;
        display: flex;
        background: #f1f4ff;
        border-radius: 50px;
        overflow: hidden;
        transition: box-shadow 0.3s;
    }

    .uni-search-input-wrap:hover {
        box-shadow: 0 0 0 4px rgba(47, 95, 208, 0.15);
    }

    .uni-search-input-wrap input {
        flex: 1;
        border: none;
        padding: 16px 22px;
        font-size: 16px;
        background: #e4e2e240;
        outline: none;
    }

    .uni-search-input-wrap button {
        width: 70px;
        border: none;
            background: linear-gradient(135deg, #1f3588, #8d0525);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        transition: transform 0.2s;
    }

    .uni-search-input-wrap button:hover {
        transform: scale(1.1);
    }

    /* Counter */
    .uni-search-counter {
        margin: 25px 0 40px;
        text-align: center;
        font-weight: 500;
        color: #333;
    }

    .counter-badge {
        background: #2f5fd0;
        color: #fff;
        padding: 4px 12px;
        border-radius: 20px;
        margin-right: 6px;
    }

    /* Panels */
    .uni-search-panel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .uni-search-card {
        background: #f9fbff;
        border-radius: 14px;
        padding: 25px;
        animation: floatUp 0.9s ease;
    }

    .uni-search-card h3 {
        margin-bottom: 15px;
        color: #1f2e55;
    }

    /* Custom Radio */
    .uni-radio,
    .uni-check {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
    }

    .uni-radio input,
    .uni-check input {
        display: none;
    }

    .uni-radio span,
    .uni-check span {
        width: 18px;
        height: 18px;
        border: 2px solid #2f5fd0;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
    }

    .uni-check span {
        border-radius: 4px;
    }

    .uni-radio input:checked+span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #2f5fd0;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 3px;
    }

    .uni-check input:checked+span::after {
        content: "✓";
        position: absolute;
        color: #2f5fd0;
        font-size: 14px;
        left: 2px;
        top: -1px;
    }

    /* Dropdown */
    .uni-dropdown {
        margin-top: 18px;
    }

    .uni-dropdown select {
        width: 100%;
        padding: 8px 10px;
        border-radius: 8px;
        border: 1px solid #cfd8ff;
    }

    /* Animations */
    @keyframes fadeSlide {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes floatUp {
        from {
            opacity: 0;
            transform: translateY(25px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes glowText {
        from {
            text-shadow: 0 0 0 #2f5fd0;
        }

        to {
            text-shadow: 0 0 12px rgba(47, 95, 208, 0.6);
        }
    }
.dropdown-item {
    font-size:13px;
}
    /* Responsive */
    @media (max-width: 768px) {

.navbar:hover {
  display: block !important;
}

    .logo .header-logo {
        width: 100% !important;
    }
.mobile-imp{
    margin-top:30px;
}       
.news-header{
   margin-top:20px;
   display: block;
}
.banner-content{
   position: relative;
   padding:5px;
   text-align: left;
   background: #8d0525;
}
.owl-nav{
    display:none;
}
.dots{
    display:none;
}
.video-section {
    
}
.mb-5 { margin-bottom:0 !important;}
h2 {
    font-size: 20px;
}
.px-3 {
     padding-right: 0rem !important; 
     padding-left: 0rem !important; 
}
.my-4 {
     margin-top: 0rem !important;}
.py-5 {
    padding-bottom:0 !important;
}
.about-first-four {
     margin-left: 0px; 
}
.campus-life {
    padding: 1rem 6%;
}
.tab-btn {font-size: 13px !important;  margin-top: 10px !IMPORTANT;}
        .navbar{
    max-height: 400px !important;
    overflow: scroll;
}
         .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 1000;
            max-height: 300px;  /* Adjust based on your design */
            overflow-y: auto;   /* Enable scrolling */
            padding-right: 10px;  /* Prevent scrollbars from overlapping content */
        }
        .uni-search-panel {
            grid-template-columns: 1fr;
        }
        .pt-5 {
    padding-top: 1rem !important;
}
.col-md-3{
    margin-top:30px;
}
        .uni-search-input-wrap {
            width: 100%;
        }
    }
    .container-fluid{
        padding-left:0px !important;
    }
    .page_not_found {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }

        .page_not_found h1 {
            font-size: 100px;
            font-weight: 800;
            color: #10205a;
            margin-bottom:0px;    margin-top: 0px;
        }

        .page_not_found p {
            font-size: 35px;
            margin-top: 0px;
        }
        .page_not_found_div{
            text-align: center;
        }
        .page_not_found button{
          padding: 15px 40px;
    font-size: 20px;
    border: 1px solid #8d0525;
    color: white;
    border-radius: 10px;
    background: #8d0525;
        }
      .page_not_found  button:hover{
                background: white;
    color: #8d0525;
        }
/*       .icon i {*/
/*    font-size: 138px;*/
/*    color: #8d0525;*/
/*}*/

/* Initially hide sub-dropdowns */
.dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
.dropdown-menu {
    min-width: 15rem !important;
}
.social-top{
    margin-bottom:20px;
}
 
/* Show the submenu when clicked */
.dropdown-menu .dropdown-submenu.open > .dropdown-menu {
    display: block;
}
.publications a{
    color: #9a0020;
    text-decoration: none;
}
td{
    padding:15px;
        font-size: 14px !important;
}

.publications a:hover{
                                    color: #000f68;
                                    text-decoration: underline;
                                }
                                
                                .sports ul li{
                                    list-style-type: circle;
                                }
                                .members h6{
                                    margin-top:20px;
                                    margin-bottom:0px;
                                }
                                .members span{
                                    font-size:12px;
                                    color:grey;
                                }
                                .members img{
                                    border:1px solid #920025;
                                }

  .bog-min a {
                                    color: #9a0020;
                                    text-decoration: none;
                                    font-weight: 600;
                                }
                                
                                
                                .articleBody li{
                                   font-size:14px; 
                                }
                                .bog-min a:hover{
                                    color: #000f68;
                                    text-decoration: underline;
                                }
                                .bog-min li{
                                    list-style-type: circle;
                                }
                                .all-acadmic li{
                                   list-style-type: circle; 
                                }
                                .img-iiitm img{
                                    width:100% !important;
                                }
                                .iit span{
                                    color:grey;
                                    font-size:14px;
                                }
                                .intern img{
                                    width:200px !important;
                                    height:auto !important;
                                    
                                }
                                .iit-photo img{
                                    width:100%;
                                }
                                .ii img{
                                    height:200px;
                                    border:1px solid #920025;
                                }
                                .ii p{
                                    margin-top:15px;
                                }
                                .dark-mode h5{
                                    color:white !important;
                                }
                                .feedback .form-control{
                                    padding:      6px;
                                } 
                                
                                .feedback  .form-label{
                                    font-size: 13px;
                                }
 .feedback .form-group {
    margin-bottom:10px;
}
#captchaText {
    cursor: not-allowed;
    user-select: none;
}
.feedback li{
   list-style-type: circle; 
   font-size: 16px;
}
.feedback a {
    color: #920025;
    text-decoration: none;
    
}
.feedback a:hover{
    color: #001d5f;
    text-decoration: underline;
    
}

.custom_btn {
    transition: all 0.4s;
    background: #C81936;
    padding: 8px 20px;
    color: #fff;
    border-radius: 35px;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20px;
        text-decoration: none;
}
.custom_btn:hover {
    background: #0F2955;
    color: #fff;
}
.career a{
   text-decoration: none;
   color: #C81936;
}
.career a:hover {
     text-decoration: underline;
    color: #0F2955;
}
.pdf-a a{
    text-decoration: none;
     color: #fff;
    }
.pdf-a a:hover{
    text-decoration: none;
     color: #fff;
    }
    
    
    .dark-mode h5 a{
    color: white !important;
}
    .dark-mode .news-card{
    
    color: #000000 !important;
}

 .dark-mode .uni-search-panel label{
     color: black;
 }
 
.dark-mode .news-card h5 a{
     color:#8d0525 !important ;
 }
 
 
 .dark-mode  .sitemap-div li a{
     color:white;
 }
 .dark-mode  .sitemap-div li{
     color:white;
 }
 
.dark-mode .previous-post a{
     color:white  !important;
 }
 
 .top-header.font-reset {
  font-size: 14px; /* or whatever you want */
}

.navbar-light .navbar-nav .nav-link:active {
    color: rgba(0, 0, 0, .55) !important;
}
.captcha-class input{
    width:200px;
}
 @media (max-width: 768px) {
    .captcha-class input{
    width:80px !important;
}
}

.contact-infos a{
    color:white;
}

.feedback-heading h1:before{
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 3px;
    width: 100%;
    background: #8D2A3B;
    bottom: 0;
}
.contact-infos a:hover{
    color:#8d0524;
}
.feedback .submit-btn {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
}
.info-title .feedback{
    color:white;
}
.contact-infos{
        flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    background: #0a1546;
    color:white;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    position: relative;
    overflow: hidden;
}




