
.footer .footer-about img{
  display: none !important;
}  
#footer .social-link {
display: none!important;
}
#footer .social-links a:first-child,
#footer .social-links a:last-child {
  display: none;
}

.header-top{
  display: none;
}

#dean-message .social-links a:has(.bi-twitter-x),
#dean-message .social-links a:has(.bi-linkedin) {
  display: none;
}

.middle-header-logo{
  display: none!important;

}

.name-plate{
  display: flex;
  justify-content: center;
}

.middle-row{
    display: flex;
  justify-content: center;
}

/*********************************************** sticky header for both mobile and desktop **************************************/
.m_nav-menu {
  display: none;
}

.m_nav-menu.m_show {
  display: block;
}

/* Disable scroll on body when menu is open */
.no-scroll {
  /* overflow: hidden; */
  height: 100vh;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sticky + .content {
  padding-top: 10px;
}
.sticky-logo {
  margin-top: auto;
  margin-bottom: auto;
  height: 80px;
  padding: 5px 0;
  margin-right: 10px;
}

.sticky .sticky-logo {
  display: inline-block !important;
}
.sticky .font-adjust{
  display: flex !important;
}
.myHeader {
  display: flex;
  align-items: center;
}

.sticky .sticky-logo {
  /* margin-left: 5px; */
  font-weight: 650;
}
@media (max-width: 575px) {
  .sticky-logo {
    margin-top: auto;
    margin-bottom: auto;
    height: 55px;
  }
}
/* <!------------------------------------------------- top header ke liye css ----------------------------------------> */

/* Header styles */
.header-top {
  background-color: #0f0f41;
  padding: 5px 0;
  font-family: "Arial", sans-serif;
  color: white;
}

/* Announcements section */
.announcements-label {
  font-weight: bold;
  font-size: 13.4px;
}

/* Marquee styles */
.announcements-marquee {
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.announcements-marquee a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
}

.announcements-marquee a:hover {
  text-decoration: underline;
}

/* Navigation links */
.nav-links {
  padding-left: 0;
  margin: 5px 0;
  list-style: none;
}

.nav-links li {
  display: inline-block;
  margin-right: 5px;
}

.nav-links a {
  color: white;
  text-decoration: none;
}

.nav-links a:hover {
  text-decoration: underline;
}

/* Right side elements */
.right-nav {
  text-align: right;
}

.right-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.right-nav li {
  display: inline-block;
  margin-left: 8px;
}

.right-nav a {
  color: white;
  text-decoration: none;
}

/* Search box */
.search-box {
  display: inline-block;
  position: relative;
}

.search-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  padding: 10px;
  z-index: 1000;
  min-width: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.search-box:hover .search-dropdown {
  display: block;
}

/* Font size adjusters */
.font-sizer a {
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .right-nav {
    text-align: center;
    margin-top: 10px;
  }

  .announcements-marquee {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mobile-width-50 {
    height: 46px !important;
    width: 50px !important;
  }
}
@media (max-width: 575px) {
  .mobile-hsize-19 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .mobile-nav-link {
    margin: 0;
    padding: 0;
  }
}
/***************************************-----------------------top header end **********************************************************/
/* middle header start*/
@media  (max-width: 575px) {
  .middle-header .logo img{
    width: 90px !important;
    
}
  .middle-header .logo h2{
    font-size: 14px !important;
  }
  .collegename-br{
  font-size: 12px !important;
  }
  .icon-img{
    height: 55px !important;
    width: auto;
  }
}
@media  (min-width: 768px) {
  .middle-header .logo img{
    width: 145px !important;
  }
  .icon-img{
    height: 80px !important;
    width: auto;
  }
}
.collegename-br{
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #0f0f41;
}
.icon-img{
  height: 100px;
  width: auto;
  object-fit: cover;
}

.img-hover:hover{
  margin-top: -10px;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}

.icon-wrapper {
  height: 100px; /* Adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-icon-img {
  max-height: 100%;  /* Scale image to fit the container height */
  max-width: 100%;
  object-fit: contain; /* Ensures entire image fits without cropping */
}

@media (min-width: 768px) {
  .icon-wrapper {
    height: 120px;
  }
}

/* middle header end*/


/* middle header end*/

/**************************************** <!-- css for only mobile navbar --> *************************************/

.m_navbar {
  background: #ffffff !important;
  color: #000000;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.m_nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.logo {
  font-size: 1.5rem;
}

.menu-toggle {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  /* padding: 0 15px; */
}

.m_nav-menu {
  list-style: none;
  /* display: none; */
  flex-direction: column;
  /* margin-top: 1rem; */
  /* border-radius: 0.5rem; */
  padding: 1rem;
}
.m_submenu {
  list-style: none;
  padding-left: 1rem;
  margin-top: 0.5rem;
  background-color: #fff;
  /* border-radius: 15px; */
}

.m_nav-menu li {
  margin: 1px;
  border-top: 1px solid #dddada;
  padding: 5px 5px;
}

.m_nav-menu a {
  color: #2a2929;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
}

/* .m_nav-menu li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} */
.m_submenu a {
  color: #333232;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
}

.m_submenu {
  /* display: none; */
  list-style: none;
  padding-left: 1rem;
}

.m_submenu a {
  top: 2px;
}

.m_nav-menu.m_show {
  display: flex;
}

.m_submenu.m_show {
  display: block;
}

.m_dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_dropdown-header a {
  flex: 1;
}
.m_nav-menu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  flex-direction: column;
  /* border-radius: 0.5rem; */
  padding: 0 1rem; /* Horizontal padding only */
}

.m_nav-menu.m_show {
  /* max-height: fit-content;
  padding: 1rem; */
      max-height: 100vh;
    padding: 1rem;
    position: fixed;
    overflow-y: scroll;
    z-index: 1000;
    background: white;
    top: 0;
    width: 100%;
    height: 100vh;
}
.m_submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  background-color: #fff;
  /* border-radius: 15px; */
}

.m_submenu.m_show {
  max-height: 1000px; /* updated for nested height */
}
.bi-chevron {
  margin-right: 5px;
}
.m_navbar {
  display: block;
}

@media (min-width: 992px) {
  .m_navbar {
    display: none;
  }
}
/************************************************************* <!-- css for only mobile navbar end --> ******************************************************/

/************************************************************* <!-- header only for desktop screen --> *********************************************************/

/* Navbar Styling */
.navbar {
  padding: 0.1rem 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.navbar-light {
  background: #ffffff;
  color: #000000;
}


.navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: flex-start; /* Align items to the start */
}

.nav-item {
  flex: 1 1 auto; /* Allow items to grow and shrink */
  margin-right: 5px; /* Add some spacing between items */
}

.navbar-light .navbar-nav .nav-link {
  color: #333333;
  text-align: center;
  font-weight: 500;
  padding: 1rem 1rem;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000000;
}

.dropdown-toggle::after {
  display: inline-block!important;
  margin-left: .255em!important;;
  vertical-align: .255em!important;;
  content: ""!important;;
  border-top: .3em solid!important;;
  border-right: .3em solid transparent!important;;
  border-bottom: 0!important;;
  border-left: .3em solid transparent!important;;
}
.navbar-light .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-light .navbar-nav .nav-link:hover::after {
  width: 70%;
}

.mega-menu.active .nav-link,
.mega-menu:hover .nav-link {
  color: #0f0f41;
}

.mega-menu.active .nav-link::after,
.mega-menu:hover .nav-link::after {
  width: 70%;
  background-color: #0f0f41;
}

/* Mega Menu Container */

/* ye class desktop header me last dropdown menu right me content hide ho rha tha isliye isko fixed karne ke liye iska use kiya hai */
.mega-menu:hover .last-menu{
  left: auto;
  right: 10px;
}

.mega-menu {
  position: relative;
}

.mega-menu .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  /* transform: translateY(10px); */
  position: absolute;
  top: 100%; /* Position below the menu item */
  left: 0;
}

.mega-menu:hover .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;

}

.mega-menu-container {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 10px;
  background: #ffffff;
  /* border-radius: 8px; */
  margin: 0 auto;
}

.mega-menu-column {
  flex: 1;
  min-width: 240px;
  padding: 0 25px;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

.mega-menu-column:last-child {
  border-right: none;
}

.mega-menu-title {
  color: #0f0f41;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #091d3e;
  display: flex;
  align-items: center;
}

.mega-menu-title i {
  margin-right: 8px;
  font-size: 1.1rem;
  color: #091d3e;
}

.mega-menu-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mega-menu-list li {
  padding: 4px 0;
  transition: all 0.3s ease;
}

.mega-menu-list li:hover {
  transform: translateX(5px);
}

.mega-menu-list li a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 6px 0;
}

.mega-menu-list li a:hover {
  color: #0f0f41;
}

.mega-menu-list li a i {
  margin-right: 8px;
  font-size: 0.8rem;
  color: #091d3e;
  transition: all 0.3s ease;
}

.mega-menu-list li a:hover i {
  transform: translateX(3px);
  color: #0f0f41;
}

.mega-menu-list .highlight-item a {
  color: #0f0f41;
  font-weight: 500;
}

.mega-menu-list .highlight-item a i.fa-star {
  color: #ff9800;
}

/* Animation effects */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu .dropdown-menu.show {
  animation: fadeIn 0.3s ease-in-out;
}

/* Simple hover effect for columns */
.mega-menu-column:hover {
  background-color: rgba(58, 123, 213, 0.03);
  border-radius: 8px;
}
/************************************************************* <!-- header only for desktop screen end --> *********************************************************/

/* Base styles for submenu items */
.mega-menu-list .has-submenu > a {
  position: relative;
  padding-right: 20px; /* Space for the chevron */
}

/* Chevron icon for indicating a submenu */
.mega-menu-list .has-submenu > a::after {
  content: "\203A"; /* Unicode chevron right */
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* Submenu container */
.mega-menu-list .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 5px;
  border: 1px solid #dddada;
  padding: 10px 0; /* Add padding to the top and bottom of the submenu */
}

/* Show submenu on hover */
.mega-menu-list .has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Submenu items */
.mega-menu-list .submenu li {
  padding: 8px 15px;
  margin: 0; /* Ensure no extra margin */
  text-align: left; /* Align text to the left */
  border-bottom: 1px solid #eeeeee;
}

/* Remove border from the last child of the submenu */
.mega-menu-list .submenu li:last-child {
  border-bottom: none;
}

/* Hover effect for submenu items */
.mega-menu-list .submenu li:hover {
  background-color: rgba(58, 123, 213, 0.05);
}

/* Link styles within submenu */
.mega-menu-list .submenu li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 0; /* Remove padding from the link itself */
}

/* Hover effect for links within submenu */
.mega-menu-list .submenu li a:hover {
  color: #0f0f41;
}
