@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  background-color: #f4f4f4;
}
a{
  text-decoration: none;
}
h3,p{
  font-family: 'playfair-display';
}
p{
  text-align: justify;
  font-size: 1.1rem;
}
.blue{
  color: #2d3f83;
}

.main-container {
  width: 100%;
}
.nav-inner,
.main-content {
  width: 80%;
  margin: 0 auto;
}
#top-navbar {
  background: #25377C;
}

#top-navbar a {
  font-size: 0.9rem;
  color: #ddd;
}

.middle-navbar li a {
  color: #2e2766;
  font-weight: bold;
}

.middle-nav-back {
  /* background: #E1DFEA; */
  background: #ffffff;
}

#nstu-diary-btn {
  background: linear-gradient(135deg, rgb(47, 119, 130) 0%, rgb(104, 53, 156) 100%);
  border-radius: 22px;
  color: #fff;
}

.search-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.search-modal .modal-content {
  border: none;
  border-radius: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-input {
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem;
}

.middle-navbar{
  font-family: "poppins";
}

.middle-navbar .dropdown-menu{
  background-color: #ffffff;
}

/* Animated dropdown for bottom navbar */
.animated-dropdown .dropdown-menu {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
  display: block;
  visibility: hidden;
}

.animated-dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

/* Responsive stacking */
@media (max-width: 767.98px) {
  .top-navbar-collapse,
  .middle-navbar-collapse,
  .bottom-navbar-collapse {
      flex-direction: column !important;
      align-items: start !important;
  }

  .top-navbar-collapse .nav-link,
  .top-navbar-collapse .btn,
  .top-navbar-collapse .dropdown,
  .middle-navbar-collapse .nav,
  .bottom-navbar-collapse > div {
      margin-bottom: 0.5rem;
      width: 100%;
  }
}

/* 4 nav item */
.nav-bar-container {
  position: relative;
  /* height: 400px; */
}

/* Expanding button style */
.expanding-btn {
  position: absolute;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  padding: 0 25px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.expanding-btn .btn-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.expanding-btn .extra-box {
  display: none;
}

.expanding-btn:hover {
  width: 550px;
  height: auto;
  z-index: 10;
}

.third-nav-item{
  border:3px solid #ccc;
  border-radius: 20px;
  padding:15px; 
}
.third-nav-item:hover{
  border:3px solid #ccc;
  border-radius: 20px;
  padding:15px;
  background-color: rgba(0,0,0,0.1);
}
.third-nav-item a{
  font-size: 12px;
}
.third-nav-admission-button{
  border:3px solid #ccc;
  border-radius: 20px;
  padding:15px; 
}
.third-nav-admission-button:hover{
  border:3px solid #ccc;
  border-radius: 20px;
  padding:15px;
  background-color: rgba(0,0,0,0.1);
}
.third-nav-admission-button a{
  font-size: 12px;
}
.expanding-btn:hover .btn-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.expanding-btn:hover .extra-box {
  display: block;
  margin-top: 10px;
}

.extra-box p {
  margin: 5px 0;
  color: #fff;
}

/* Set static left positions */
.btn-1 { left: 0; }
.btn-2 { left: 180px; }
.btn-3 { left: 360px; }
.btn-4 { left: 540px; }

/* Multilevel Dropdown */

/* Show main dropdown on hover for Administration */
.hover-dropdown:hover > .dropdown-menu {
  display: block;
}

/* Submenu positioning for Committee */
.dropdown-submenu {
  position: relative;
}

/* Hide submenu by default */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

/* Show submenu when hovering over the Committee */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Optional: arrow indication for submenu */
.dropdown-submenu > .dropdown-item::after {
  /* content: " ▶"; */
  float: right;
}


.third-nav-link .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.third-nav-link .nav-column {
  flex: 1 1 200px;
}

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

.third-nav-link .nav-column ul li a{
  color:#fcfcfc;
  font-size:16px;
  transition: 0.2s ease-in;
}
.third-nav-link .nav-column ul li:hover a{
  padding-left:5px;
}
.third-nav-link ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px; /* Space for the slanted line */
}

.third-nav-link ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(7deg);
  width: 2.5px;
  height: 25px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.third-nav-link ul li:hover::before {
  width: 7.5px;
}

.third-nav-link ul li a {
  text-decoration: none;
  color: #333;
  font-family: sans-serif;
  font-size: 16px;
  transition: color 0.3s ease;
}

.third-nav-link ul li a:hover {
  color: #ffffff;
}

/* Main Carousel Slider */
.nstu-text{
  font-family: "rockwell";
}
.main-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.main-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
}
.slide-heading {
  font-size: 3rem;
  color: white;
  white-space: nowrap;
  z-index: 2;
}
.typing {
  border-right: 0.15em solid orange;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s steps(10, end) infinite, blink-caret 0.75s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 50% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

/* inner slider  */
.slide-heading {
  flex: 1;
}

.slide-heading .typing {
  font-size: 1.5rem;
  color: #aaa;
  margin-bottom: 10px;
}

.slider {
  width: 600px;
  height: 600px;
  overflow: hidden;
  position: relative;
  border-right: 5px solid rgb(255, 191, 0);
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1s ease, opacity 0.5s ease;
}

.slide button {
  padding: 10px 20px;
  font-size: 1rem;
  background: orange;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.slide.show {
  transform: translateX(0%);
  opacity: 1;
}

.slide.hide {
  transform: translateX(100%);
  opacity: 0;
}

.bg1 { background: #1e3a8a; }
.bg2 { background: #f0fffb; }

.research{
  font-size: 5rem;
  font-family: "playfair-display";
  font-weight: bold;
}
.slider-para{
  font-size:1.2rem;
  white-space: normal;
  text-align:justify;
  color:#1c1c1c;
  font-family: "playfair-display";
}
/* End of slider section */
.section-title{
  padding:10px 20px;
  background:#000;
  color:#fff;
  font-size: 3rem;
  font-style: italic;
  font-family: "Plafair-Display";
}
.section-title-without-back{
  font-size: 3rem;
  font-family: "Plafair-Display";
}

.section-para{
  font-size: 1.2rem;
}

.section-link{
  list-style: none;
}

.section-link li{
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.section-link li a{
  text-decoration: none;
  font-size: 1.25rem;
  color:#333;
  transform: 0.5 ease all;
  font-weight: 300;
}

.section-link li:hover a{
  color:#1b1b1b;
}

/* Research slider */
.research-slider-container {
  position: relative;
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.-research-slider-wrapper {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 100%;
}

.research-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.research-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

.research-slide-content {
  padding: 20px 0;
}

.research-slide-content h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.research-slide-content .author {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}

.research-slide-content p {
  text-align: justify;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.research-slide-content button {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.nav-btn {
  position: absolute;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.dots {
  text-align: center;
  padding: 10px 0;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #2d3f83;
}

.read-more-btn{
  background-color: #2d3f83;
  color:white;
  padding: 16px 16px;
  border-radius: 50px;
}

.read-more-btn-green{
  background-color: #0e7053;
  color:white;
  padding: 16px 16px;
  border-radius: 50px;
}

/* Event Slider */
.event-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.event-slides-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.event-slide {
  min-width: 100%;
  height: 450px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.event-card{
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  /* opacity: 80%; */
  padding: 20px;
  color: #fff;
}
.event-slider-title-conatiner{
  position:absolute;
  top: 0px;
}
.event-slider-title{
  padding: 10px 50px;
  /* font-size: 2.5rem; */
  color: hsl(0, 0%, 100%);
  background: linear-gradient(270deg, #23b1cb, #2da0d0, #b15996, #c94c8b, #eb5a68);
  background-size: 600% 600%;
  border: none;
  animation: gradientMove 10s ease infinite;
  transition: transform 5s ease;
  font-family: "playfair-display";
}

/* .event-slider-title:hover {
  transform: scale(1.05);
} */

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.event-card-title{
  font-weight: 600;
  line-height: 1.5;
}

.event-nav-btn {
  position: absolute;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}

.event-prev-btn {
  left: 20px;
}

.event-next-btn {
  right: 20px;
}

.event-dots {
  text-align: center;
  margin-top: 10px;
}

.event-dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.event-dot.active {
  background-color: #333;
}

@media (max-width: 768px) {
  .event-slide {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .event-slide-card {
    width: 100%;
    margin-top: 100px;
  }

  .event-slide-title {
    font-size: 16px;
    padding: 8px 16px;
  }
}


/* Explore NSTU slider */
.vc-msg{
  font-family: "playfair-display";
  font-weight: bold;
}
.vc-name{
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}
.vc-msg-text{
  text-align: justify;
  font-family: "playfair-dispaly";
  font-size: 1.3rem;
}
.explore-slider-container {
  position: relative;
  max-width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.explore-slider-wrapper {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.explore-slide {
  flex: 0 0 100%;
  text-align: center;
  background-color: #EBE9EB;
}

.explore-slide img {
  width: 100%;
  display: block;
}

.explore-slide p {
  font-family: "playfair-display";
  margin: 0;
  padding: 15px;
  font-size: 1.3rem;
  color: #333;
}

.explore-nav-btn {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  background-color: #f0f0f0;
  color: #000000;
  border: none;
  padding: 12px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
  opacity: 0.8;
  transition: background 0.3s;
  width: 50px;
  height: 50px;
}

.explore-nav-btn:hover {
  background-color: #555;
}

.explore-prev {
  left: 15px;
}

.explore-next {
  right: 15px;
}

.explore-dots {
  text-align: center;
  padding: 10px;
  background: #fff;
}

.explore-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.explore-dots .active {
  background: #333;
}

/* Nav Tab */
.custom-tabs {
  background: #f8f8f8;
  border-radius: 50px;
  display: inline-flex;
  padding: 12px 5px;
  border: 1px dashed #ccc;
}
.custom-tabs .nav-link {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
  .custom-tabs .nav-link:hover {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  background-color: #dedede;
}
.custom-tabs .nav-link.active {
  background-color: #000;
  color: #fff;
}
.tab-pane {
  margin-top: 2rem;
  text-align: center;
}
.no-tenders {
  font-style: italic;
  font-size: 1.25rem;
}
.view-all-btn {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.view-all-btn:hover {
  color: #fff;
  opacity: 0.9;
}
.notice-tab ul li,
.noc-tab ul li{
  list-style: none;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
.notice-tab .date,
.noc-tab .date{
  width: 100px;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align:center ;
}

.notice-tab .date h2,
.noc-tab .date h2{
  font-weight: bold;
  padding:0;
}

.notice-tab h3{
  font-family: "playfair-display";
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.noc-tab h3{
  font-family: "playfair-display";
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
.noc-tab .noc-name{
  font-family: "playfair-display";
  font-size: 1.2rem;
  color: #000;
}
.notice-title,
.noc-title,
.go-title,
.tender-title{
  font-family: "playfair-dispaly";
  font-size: 3rem;
  font-weight: bold;
}
.search-box {
  max-width: 400px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.btn-search {
  border-radius: 0 0.375rem 0.375rem 0;
}

.news-title h1{
  font-family: "playfair-dispaly";
  font-size: 4rem;
  font-weight: bold;
  padding: 0;
}
.news-title p{
  font-family: "playfair-dispaly";
  font-size: 1.5rem;
  padding: 0;
}

.news-section h1{
  font-family: "nikosh";
  font-weight: bold;
  font-size: 3.5rem;
}

.news-section p{
  font-family: "nikosh";
  font-weight: bold;
  font-size: 1.5rem;
}

.news-card-content h4{
  font-family: "nikosh";
  font-weight: bold;
  font-size: 1.5rem;
}
.news-card-content p{
  font-size: 1 rem;
  color:#6e6d6d;
}
.news-card .card{
  border:none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  transition: 0.1s ease-in;
}
.news-card .card:hover{
  border:none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.event-calendar-content{
  font-family: "playfair-display";
}
.event-calendar-content h6{
  font-size: 1rem;
  color:#6e6d6d;
}
.event-calendar-content .card{
  border:none;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.event-calendar-content h4{
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.event-calendar-content p{
  font-size: 1.1rem;
  color:#6e6d6d;
}

.event-calendar-content .card{
  border:none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  transition: 0.1s ease-in;
}
.event-calendar-content .card:hover{
  border:none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* up footer container */
.up-footer-container ul li{
  list-style-type: none;
  padding:5px 0;
}
.up-footer-container h3{
  font-family: "Old Standard TT", serif;
  font-weight: bold;
  font-size: 2rem;
}
.up-footer-container p{
  font-family: "Old Standard TT", serif;
  font-size: 1rem;
  font-style: italic;
}

/* Emmergency Contact */
.emergency-call-icon{
  font-size: 3rem;
  color: #4b3e3e;
}
.emmergency-call-title{
  font-family: "playfair-display";
  font-size: 2.5rem;
  font-weight: bold;
  color: #03cf86;
}
.emmergency-contact h3{
  font-family: "playfair-display";
  font-size: 1.5rem;
  font-weight: bold;
  color:2c28a2;
}
.emmergency-contact p{
  font-family: "playfair-display";
  color:#2e2828;
  text-align: center;
}
.emmergency-contact h6{
  font-family: "playfair-display";
  color:#413939;
  font-size: 1.5rem;
  margin:0 10px;
}

/* footer */
.footer-container{
  background-color: #2c28a2;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.034) 0px,
    rgba(255, 255, 255, 0.016) 2px,
    transparent 2px,
    transparent 10px
  );
  font-family: "Open Sans", sans-serif;
}
.footer-heading ul{
  padding: 0;
  margin: 0;
  margin-bottom:25px;
}
.footer-heading ul li{
  list-style-type: none;
  padding: 2.5px 0;
}

.footer-heading li a{
  color: #f5f5f5;
}

.footer-heading h3{
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}

.bottom-footer h2{
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

.footer-bottom-link ul li{
  list-style-type: none;
  display: inline-block;
  padding: 0 7.5px;
}
.footer-bottom-link ul li a{
  font-size: 1rem;
  font-weight: 500;
  color: #1c1c1c;
}
.breadcrumb-title{
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
}
.faculty-title{
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    color: #fff;
}
.faculty-of,
.faculty-dept-no{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color:#fff;
}
.faculty-card{
  transition: 0.2s ease-in;
}
.faculty-card:hover{
  box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.4);
}
.faculty-no h1{
  font-size: 5rem;
  color: #fff;
  position: relative;
  top: 0;
  transition: 0.2s ease-in;
}
.faculty-card:hover .faculty-no h1{
  top:-15px;
}
.visit-site-btn a{
  left: 0;
  position: relative;
  transition: 0.2s ease-in;
}
.faculty-card:hover{
  transform: scale(1.01);
}
.faculty-card:hover .visit-site-btn a{
  left: 0.5rem;
}
.faculty-nav{
  /* background:#2654ba; */
  background:#002dc5;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}
.faculty-nav .nav-link {
    color: #fff !important;
    /* color: #000000 !important; */
}
.faculty-nav .nav-link.active {
    border-bottom: 3px solid #fff;
    color: #fff !important;
    /* border-bottom: 3px solid #000000;
    color: #000000 !important; */
}
.faculty_contact h6{
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: bold;
}
.faculty_contact p{
  font-family: "Open Sans";
  font-size: 1rem;
}
.dean_name{
  font-family: 'playfair-display';
  font-size: 1.75rem;
  font-weight: bold;
}
.dean_designation{
  font-family: 'playfair-display';
  font-size: 1.2rem;
}
.dean-msg{
  font-family: 'playfair-display';
  font-size: 1.2rem;
  text-align: justify;
}

.section-heading{
  /* font-family: "Outfit", sans-serif; */
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  /* font-style: italic; */
  color: #2654ba;
  padding-bottom: 0;
}
.section-para,
.chairman_msg p{
  font-size: 1rem;
  color: #000000;
  font-family: "Open Sans";
}
.faculty_member_contact h4,
.chairman_msg h3{
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 1.15rem;
  font-weight: 600;
}
.faculty_member_contact{
  color: #555;
}
.faculty_member_contact ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faculty_member_contact ul li{
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.faculty-members-links{
  text-align: center;
}
.faculty-members-links a{
  color: #2654ba;
  padding: 0 2.5px;
  transition: 0.2s ease-in;
}
.faculty-members-links a:hover{
  color: #0f3179;
}
.honor_board h6,
.program-offered h4{
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
/* member card new style*/
.member-info-card .card{
  transition: 0.2s ease-in;
}
.member-info-card .card:hover{
  box-shadow: 0 0 7.5px rgba(0,0,0,0.1);
}
.member-name h5{
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 1.15rem;
  font-weight: 600;
}
.faculty_member_contact span,
.faculty_member_contact ul li,
.member-name span,
.member-name ul li{
  font-size: 0.85rem;
}

.contacts-info{
  color: #555;
}
.social-contact-icon .fa-md{
  font-size: 2rem;
}
.social-contact-icon a{
  /* padding: 0 2.5px; */
  margin-right: 3px;
}
.fa-linkedin{
  color: #126bc4;
}
.fa-square-x-twitter{
  color: #000;
}
.fa-square-youtube{
  color: rgb(255, 4, 4);
}
.fa-researchgate{
  color: #0cd5af;
}
/* member card new style*/
.notice_item ul.p-0.m-0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
}

.notice_item ul.p-0.m-0 li {
  width: 100%;
}
.program-offered a{
  font-family: "Open Sans";
}

table tr th,
table tr td{
  font-family: "Open Sans";
}
.curriculum-result h6{
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
}
.research-card h6{
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
}
.research-card span{
  font-family: "Open Sans";
  font-size: 0.9rem;
  color: #555555;
}
.research-card .fa-arrow-right{
  font-size: 1rem;
  transition: 0.2s ease-in;
}
.research-card a:hover .fa-arrow-right{
  padding-left: 2px;
}
.club-activities h4{
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: bold;
}
.club-activities h6{
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: bold;
}
.club-activities ul{
  list-style-type: none;
}
.club-activities ul li{
  font-family: "Open Sans";
  font-size: 1rem;
  padding:2.5px 0;
  font-weight: 600;
}
.card,
.card-header,
.card-body,
.card-footer{
  background-color: #fff;
}
.card-footer{
  border-top:1px solid rgb(243, 243, 243);
}
.emergency-contact-bg{
  background-color: rgb(251 255 254) !important;
}
.noc-card-header{
  background: linear-gradient(145deg,rgba(157, 236, 251, 1) 0%, rgba(42, 160, 219, 1) 50%, rgba(29, 116, 222, 1) 100%);
}
.noc-card h5{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.noc-card p{
  font-size: 0.8rem;
  color: #5d5d5d;
  text-align: center;
  line-height: 1rem;
}
.noc-download-btn{
  background: linear-gradient(145deg,rgba(222, 180, 29, 1) 0%, rgba(255, 247, 0, 1) 50%, rgba(255, 217, 0, 1) 100%);
  color: #2b2b2b;
  transition: 0.5s ease;
}
.noc-download-btn:hover{
  background: linear-gradient(145deg,rgba(255, 217, 0, 1) 0%, rgba(255, 247, 0, 1) 50%, rgba(222, 180, 29, 1) 100%);
  box-shadow: 0 0 2px #150f2f;
  color: #000000;
  border:1px solid #DEB41D;
}
.min-noc-height-card{
  min-height: 9rem;
}
.go-card-header{
  background: linear-gradient(145deg,rgba(189, 70, 72, 1) 0%, rgba(153, 48, 71, 1) 50%, rgba(78, 3, 72, 1) 100%);
}
.go-download-btn{
  background: linear-gradient(145deg,rgba(255, 217, 0, 1) 0%, rgba(255, 247, 0, 1) 50%, rgba(222, 180, 29, 1) 100%);
  color: #090909;
  transition: 0.5s ease;
}
.go-download-btn:hover{
  background: linear-gradient(145deg,rgba(189, 70, 72, 1) 0%, rgba(153, 48, 71, 1) 50%, rgba(78, 3, 72, 1) 100%);
  box-shadow: 0 0 2px #150f2f;
  color: #ffffff;
  border:1px solid #DEB41D;
}
.vertical-left-tab{
  background: linear-gradient(163deg,rgba(250, 250, 250, 1) 0%, rgba(252, 252, 252, 1) 50%, rgba(235, 235, 235, 1) 100%);
}
.vertical-left-tab .nav-link {
  border-radius: 0;
  border-bottom: 1px solid #dee2e6; 
  /* border: 1px solid #dee2e6;  */
  color: #000;
  padding: 10px 15px;
}
.vertical-left-tab .nav-link:hover {
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
  /* border: 1px solid #dee2e6; */
  border-left:5px solid rgb(54, 57, 255);
  padding: 10px 15px;
}

.vertical-left-tab .nav-link.active {
  background-color: #e2e2e2;
  color: #000000;
  border-left:5px solid rgb(54, 57, 255);
}
.sub-section-heading{
  background-color: #efefef;
  color: #000000;
  padding:6px 7.5px;
}
.nstu-at-glance .card,
.nstu-at-glance .card-body{
  background: linear-gradient(145deg,rgba(255, 255, 255, 1) 0%, rgba(252, 252, 252, 1) 50%, rgba(255, 255, 255, 1) 100%);
  border:none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in;
}
.nstu-at-glance .card:hover,
.nstu-at-glance .card-body:hover{
  background: linear-gradient(145deg,rgba(255, 255, 255, 1) 0%, rgba(252, 252, 252, 1) 50%, rgba(255, 255, 255, 1) 100%);
  border:none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  scale: 1.05;
}
.nstu-at-glance h6{
  font-family: "Open Sans";
  font-size: 1rem;
  padding:2.5px 0;
  font-weight: 600;
  color: #5d5d5d;
}
.amount-count h6{
  font-family: "Open Sans";
  font-size: 0.8rem;
  color: #858585;
}
.amount-count h4{
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.list-of-vc h5{
  font-family: "Open Sans";
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}
.list-of-vc p{
  font-family: "Open Sans";
  font-size: 0.8rem;
  font-weight: 500;
  color: #454545;
}
.academic-programs-card{
  transition:0.2s ease;
}
.academic-programs-card:hover{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.academic-programs-card .card-body{
  min-height: 12rem;
}
.academic-programs-card h5{
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}
.academic-programs-card h6{
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}
.academic-programs-card p{
  font-family: "Open Sans";
  font-size: 0.8rem;
  font-weight: 500;
  color: #575656;
}
.academic-program-table tr th{
  font-family: "Open Sans";
  font-size: 0.8rem;
  font-weight: 700;
  color: #000000;
}
.academic-program-table tr td{
  font-family: "Open Sans";
  font-size: 0.8rem;
  font-weight: 500;
  color: #414141;
}