@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 700;
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Montserrat;
  font-size: 13px !important;
  caret-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 25px;
  line-height: 32px;
  color: #0077B6;
  font-family: Montserrat;
  font-weight: 600;
}
@media (max-width: 991px) {
  h1 {
    font-size: 20px;
  }
}

button {
  border: 0;
  padding: 0;
  outline: 0;
  background-color: transparent;
}

p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.red-text {
  color: #e2241c;
}

i {
  color: #053c85;
}

.btn-primary {
  background-color: #ffffff;
  border: 2px solid #0077B6;
  color: #0077B6;
  outline: 0;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  padding: 8px 20px;
  box-shadow: 1px 1px 10px rgba(112, 112, 112, 0.1490196078);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease-out;
  /* Pseudo-Element for the Sliding Background --- */
}
.btn-primary::before {
  content: "";
  background-color: #0077B6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  z-index: -1;
}
.btn-primary {
  /* Hover State --- */
}
.btn-primary:hover {
  color: #ffffff;
  border-color: #0077B6;
  transition: 0.3s ease-out;
}
.btn-primary:hover i {
  color: #ffffff;
}
.btn-primary:hover {
  /* Sliding Action on Hover --- */
}
.btn-primary:hover::before {
  transform: translateX(0);
}
.btn-primary:focus, .btn-primary:active, .btn-primary:disabled {
  box-shadow: none;
  background-color: transparent;
  border-color: #053c85;
  color: #0077B6;
}
.btn-primary i {
  color: #0077B6;
}

ul.no-style {
  list-style-type: none;
}

::-webkit-scrollbar {
  width: 4px;
}

::-moz-scrollbar {
  width: 4px;
}

::-ms-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(127, 127, 127, 0.5);
  border-radius: 5px;
}

::-moz-scrollbar-thumb {
  background: rgba(127, 127, 127, 0.5);
  border-radius: 5px;
}

::-ms-scrollbar-thumb {
  background: rgba(127, 127, 127, 0.5);
  border-radius: 5px;
}

.close-icon {
  cursor: pointer;
}
.close-icon img {
  width: 13px;
  height: 13px;
}

.cursor-pointer {
  cursor: pointer;
}

.fw-bolder {
  font-weight: 600 !important;
}

.modal {
  opacity: 1;
  padding-right: 0 !important;
}
.modal .modal-dialog .modal-content {
  background: #ffffff;
  border-radius: 15px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  padding: 0;
  background-image: none;
  margin: 0;
  height: auto;
}
.modal .modal-dialog .modal-content .modal-header .btn-close img {
  width: 15px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  line-height: 28px;
  color: #0077B6;
  font-family: Montserrat;
  font-weight: 600;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-header .modal-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 7px;
  border-radius: 8px;
  background-color: #053c85;
}

.search-container .form-control {
  width: 200px;
  height: 36px;
  border: 0;
  border: 1px solid #DCDCDC;
  border-radius: 25px;
  padding: 0 10px 0 10px;
  font-size: 13px;
  line-height: 18px;
  color: #0077B6;
  font-family: OpenSans;
  font-weight: 400;
  box-shadow: none;
}
.search-container .form-control::placeholder {
  color: #9b9b9b;
}
@media (max-width: 767px) {
  .search-container .form-control {
    width: 100%;
  }
}
.search-container .form-control:focus {
  border-color: #0077B6;
}
.search-container .input-group-text {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #DCDCDC;
  cursor: pointer;
}
.search-container .input-group-text img {
  width: 12px;
}

.a-link {
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  color: #0077B6;
  font-family: Montserrat;
  font-weight: 600;
}
.a-link:after {
  content: attr(data-hover);
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid #053c85;
  color: #053c85;
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
.a-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  border-bottom: 2px solid #0077B6;
  width: 100%;
}
.a-link:hover {
  transition: 0.3s;
}
.a-link:hover:after {
  max-width: 100%;
}

.form-control {
  border-color: #DCDCDC;
  border-radius: 5px;
  height: 25px;
  font-size: 13px;
  line-height: 18px;
  color: #0077B6;
  font-family: OpenSans;
  font-weight: 400;
  box-shadow: none;
}
.form-control.with-search {
  background-image: url("../assets/images/icons/search.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 8px center;
  padding-right: 35px !important;
  box-shadow: none;
}
.form-control.with-search::placeholder {
  color: #9b9b9b;
}
.form-control.with-calendar {
  background: url("../assets/images/icons/calendar.svg") no-repeat right 5px center;
  background-size: 15px;
  padding-right: 25px !important;
}
.form-control:focus {
  border-color: #0077B6;
  box-shadow: none;
}

.form-select {
  height: 25px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #0077B6;
  font-family: OpenSans;
  font-weight: 400;
  box-shadow: none;
}
.form-select:focus {
  border-color: #0077B6;
}
.form-select::placeholder {
  color: #c4c4c4;
}

.header-section {
  position: relative;
  background: transparent !important;
}
.header-section .top-bar {
  padding: 20px 20px;
  background-color: #053c85;
  color: #ffffff;
}
.header-section .top-bar i {
  color: #ffffff;
}
.header-section .social-icons {
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.header-section .social-icons a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.header-section .social-icons i {
  color: #ffffff;
  transition: transform 0.3s ease;
}
.header-section .social-icons i:hover {
  color: #0077B6;
  transform: translateY(-3px);
}
.header-section .contact-info i {
  color: #ffffff;
}
.header-section {
  /* NAVBAR BASE */
}
.header-section .main-navbar {
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease;
}
.header-section .main-navbar .navbar-brand img {
  transition: filter 0.3s ease;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.header-section .main-navbar .navbar-brand {
  width: 350px;
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-brand {
    width: 225px;
  }
}
.header-section .main-navbar .navbar-toggler {
  border-color: #ffffff;
  filter: brightness(100);
}
.header-section .main-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header-section .main-navbar .nav-link {
  color: #fff;
  font-weight: 900;
  position: relative;
  transition: 0.3s;
  text-align: center;
}
.header-section .main-navbar .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}
.header-section .main-navbar .nav-link:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}
.header-section .main-navbar .nav-link:hover::before {
  width: 100%;
}
.header-section .main-navbar .search-icon i {
  font-size: 16px;
  color: #fff;
}
.header-section .main-navbar .search-icon i:hover {
  color: #053c85;
}

/* HOME PAGE NAVBAR */
.main-navbar.nav-home {
  position: absolute;
  top: 60px;
}
@media (max-width: 991px) {
  .main-navbar.nav-home {
    top: 115px;
  }
}
.main-navbar.nav-home.scrolled {
  position: fixed;
  top: 0;
  background: #0077B6 !important;
}
.main-navbar.nav-home.scrolled .navbar-brand img {
  filter: none;
}
.main-navbar.nav-home.active {
  background-color: #0077B6;
}
.main-navbar.nav-home .dropdown-menu {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 15px;
  --bs-dropdown-link-hover-bg: #053c85;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-link-active-bg: #053c85;
  --bs-dropdown-link-active-color: #ffffff;
}

.main-navbar.nav-inner {
  position: absolute;
  top: 60px;
  width: 100%;
  background: #0077B6;
  z-index: 1000;
}
@media (max-width: 991px) {
  .main-navbar.nav-inner {
    top: 115px;
  }
}
.main-navbar.nav-inner .navbar-brand img {
  filter: none;
}
.main-navbar.nav-inner {
  /* ON SCROLL */
}
.main-navbar.nav-inner.scrolled {
  position: fixed;
  top: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.main-navbar.nav-inner .dropdown-menu {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  --bs-dropdown-link-hover-bg: #053c85;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-link-active-bg: #053c85;
  --bs-dropdown-link-active-color: #ffffff;
}

/* HERO CAROUSEL */
.carousel {
  height: calc(100vh - 60px);
}
@media (max-width: 991px) {
  .carousel {
    height: calc(100vh - 142px);
  }
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.carousel .carousel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.carousel .carousel-caption {
  z-index: 2;
  bottom: 20%;
  color: #ffffff;
  max-width: 650px;
  width: 100%;
}
@media (max-width: 991px) {
  .carousel .carousel-caption {
    max-width: 350px;
  }
}
.carousel .carousel-caption .hero-desc {
  color: #fff;
  text-shadow: 1px 1px 4px rgb(0, 0, 0);
  font-size: 14px;
}
@media (max-width: 991px) {
  .carousel .carousel-caption {
    left: 0;
    right: auto;
    padding: 20px;
  }
}
.carousel .carousel-caption h1 {
  color: #ffffff;
  background: -webkit-linear-gradient(left, #0054c9 0%, #269fcb 100%);
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .carousel .carousel-caption h1 {
    font-size: 12px;
  }
}
.carousel .carousel-caption p.hero-desc {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .carousel .carousel-caption p.hero-desc {
    font-size: 12px;
  }
}

.animate-item {
  opacity: 0;
}

.about-section {
  position: relative;
}
.about-section h2 {
  color: #000000;
  line-height: 1.3;
}
.about-section p {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 22px;
}

.img-box.tall {
  height: 450px;
}
.img-box img {
  border-radius: 6px;
}

.right-img-sec {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.right-img-sec .img-box {
  flex: 0 0 50%;
}

.section-tag {
  color: #0077B6;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-left: 40px;
}
.section-tag::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #0077B6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon-box {
  width: 55px;
  height: 55px;
  border: 1px solid #9b9b9b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #0077B6;
  font-size: 22px;
  flex-shrink: 0;
}

.about-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/img/background-molecules-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: 0;
  opacity: 0.15;
}
.info-strip {
  font-family: "Poppins", sans-serif;
}

/* STATS BAR */
.stats-bar {
  background: linear-gradient(90deg, #f7a32b, #fdb24c);
  padding: 25px 10px;
  color: #1a1a1a;
  text-align: center;
}
.stats-bar .stat-item {
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .stats-bar .stat-item {
    border-right: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.stats-bar .stat-item:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .stats-bar .stat-item:last-child {
    border-bottom: 0;
  }
}
.stats-bar .stat-item h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.stats-bar .stat-item p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* CAMPUS LIFE */
.campus-life-section {
  background: #fff;
  /* Color set for cards */
  /* CARD */
}
.campus-life-section .campus-card {
  background: #fff;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.campus-life-section .campus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.campus-life-section .campus-card .card-header {
  border-radius: 20px 20px 0 0;
}
.campus-life-section .campus-card .card-header h5 {
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.campus-life-section .campus-card .card-content p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.campus-life-section {
  /* Apply different colors per card */
}
.campus-life-section .row > div:nth-child(1) .campus-card {
  border: 1px solid #0077B6;
}
.campus-life-section .row > div:nth-child(1) .campus-card .card-header {
  background: #0077B6;
}
.campus-life-section .row > div:nth-child(2) .campus-card {
  border: 1px solid #053c85;
}
.campus-life-section .row > div:nth-child(2) .campus-card .card-header {
  background: #053c85;
}
.campus-life-section .row > div:nth-child(3) .campus-card {
  border: 1px solid #0077B6;
}
.campus-life-section .row > div:nth-child(3) .campus-card .card-header {
  background: #0077B6;
}
.campus-life-section .row > div:nth-child(4) .campus-card {
  border: 1px solid #053c85;
}
.campus-life-section .row > div:nth-child(4) .campus-card .card-header {
  background: #053c85;
}

/* SLICK ARROWS */
.slick-prev,
.slick-next {
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  color: #0077B6;
  font-size: 26px;
}

.gallery-slider .slick-slide {
  padding: 0 8px;
}
.gallery-slider img {
  height: 280px;
  object-fit: cover;
}

/* Slick arrows (optional) */
.slick-prev:before,
.slick-next:before {
  color: #000;
  font-size: 24px;
}

/* PHOTO GALLERY */
.gallery-slider .slick-slide {
  padding: 0 8px;
}
.gallery-slider img {
  height: 280px;
  object-fit: cover;
}

/* Slick dots styling */
.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 10px;
  color: #999;
}
.slick-dots li.slick-active button:before {
  color: #0077B6;
}

/* LATEST NEWS SECTION */
.latest-news {
  background-color: #fff;
}

/* NEWS CARD */
.news-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eef1f4;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* DATE ROW (SMALLER) */
.news-date {
  color: #0077B6;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-date i {
  font-size: 14px;
}

/* TITLE */
.news-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #391c1e;
  margin-bottom: 8px;
}

/* DESCRIPTION */
.news-desc {
  font-size: 14.5px;
  color: #6c757d;
  margin-bottom: 0;
}

.site-footer {
  background: linear-gradient(180deg, #0077B6, #053c85);
  color: #ffffff;
  padding-top: 50px;
  position: relative;
}
.site-footer .btn-scroll {
  background: #ffffff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.site-footer .btn-scroll:hover {
  background: #053c85;
  transition: background 0.3s ease;
}
.site-footer .btn-scroll:hover i {
  color: #ffffff;
}

/* Titles */
.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
}

/* Text */
.footer-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.footer-links a:hover {
  color: #ffffff;
}

/* Contact */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  color: #ffffff;
}
.footer-contact li i {
  color: #ffffff;
  margin-top: 3px;
}

/* Social */
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.footer-social a:hover {
  background: #053c85;
}
.footer-social a i {
  color: #ffffff;
}

/* Bottom Bar */
.footer-bottom {
  margin-top: 40px;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #ffffff;
}

/* ABOUT PAGE */
.inner-pages {
  font-size: 16px;
}

/* HERO */
.page-hero {
  min-height: 320px;
  /* blurred background */
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/img/about-us-2.jpg") center/cover no-repeat;
  filter: blur(6px);
  transform: scale(1.08);
  z-index: 1;
}
.page-hero {
  /* overlay */
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.page-hero {
  /* content layer */
}
.page-hero .page-title,
.page-hero .breadcrumb-wrap {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.page-hero .about-us-content P {
  font-size: 16px;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .page-hero {
    min-height: 260px;
  }
}
.gallery-item {
  text-align: center;
}
.gallery-item .gallery-link {
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 4px;
}
.gallery-item .gallery-link:hover .gallery-box {
  transform: scale(1.05);
}
.gallery-item .gallery-link:hover .gallery-desc {
  color: #053c85;
}
.gallery-item .gallery-desc {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #6c757d;
  transition: color 0.3s ease;
}

.gallery-box {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: #DDDDDD;
  transition: transform 0.4s ease;
}

.nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  color: #000000;
}

.nav-tabs .nav-link.active {
  color: #053c85;
  background: transparent;
}

.contact-form-section {
  background: #ffffff;
}
.contact-form-section h2,
.contact-form-section .heading-contact {
  color: #053c85;
}

.contact-form-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.315);
}

.form-control {
  padding: 12px 18px;
}

textarea.form-control {
  min-height: 100px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
}

.contact-map iframe {
  display: block;
}

.section-heading p {
  font-size: 16px;
  line-height: 1.7;
}
.section-heading h2 {
  font-size: 32px;
  color: #000000;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: linear-gradient(to right, #0054c9 0%, #269fcb 100%);
}

.team-section h3 {
  color: #000000;
}
.team-section .team-card {
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
  border-radius: 18px;
  padding: 15px 12px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  position: relative;
}
.team-section .team-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(to right, #dadbdb, #e7e8eb);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
}
.team-section .team-card {
  /* ROUND IMAGE */
}
.team-section .team-card .team-img {
  width: 150px;
  height: 150px;
  margin: 10px auto 12px;
  border-radius: 50%;
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
  background-image: url("../assets/images/img/dumm.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 4px solid #0077B6;
  transition: all 0.35s ease;
}
.team-section .team-card .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.team-section .team-card .team-img {
  /* fallback */
}
.team-section .team-card .team-img img[src=""],
.team-section .team-card .team-img img:not([src]) {
  display: none;
}
.team-section .team-card:hover .team-img {
  border-color: #053c85;
  transform: scale(1.06);
}
.team-section .team-card h6 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  color: #053c85;
}
.team-section .team-card small {
  font-size: 13px;
  color: #6c757d;
}
.team-section .team-card .hod-message {
  font-size: 13px;
  font-style: italic;
  color: #555;
  margin-top: 10px;
  line-height: 1.5;
}
.team-section {
  /* HOD CARD */
}
.team-section .team-card.hod-card {
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
}
.team-section .team-card.hod-card img {
  width: 150px;
  height: 150px;
  margin: 10px auto 12px;
  border-radius: 50%;
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
  background-image: url("../assets/images/img/dumm.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 4px solid #053c85;
  transition: all 0.35s ease;
}
.team-section .team-card.hod-card:hover {
  transform: scale(1.06);
  background: linear-gradient(to right, #dadbdb, #e7e8eb);
}
.team-section .team-card.hod-card:hover img {
  border-color: #0077B6;
}
.team-section .team-card.hod-card .team-img {
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
}

/* ==============================
   STUDENTS PAGE STYLES
   ============================== */
.students-section {
  background-color: #ffffff;
  padding: 4rem 0;
}
.students-section .student-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.students-section .student-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}
.students-section .student-card:hover .student-icon {
  color: rgb(0, 92.3230769231, 141.2);
  transform: scale(1.1);
}
.students-section .student-card h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000000;
}
.students-section .student-card p {
  font-size: 0.95rem;
  color: #DDDDDD;
  line-height: 1.6;
}
.students-section .student-card .btn {
  margin-top: 0.75rem;
  font-size: 0.85rem;
}
.students-section .student-icon {
  font-size: 2.6rem;
  color: #0077B6;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 991px) {
  .students-section {
    padding: 3rem 0;
  }
  .students-section .student-card {
    padding: 1.75rem;
  }
}
@media (max-width: 575px) {
  .students-section {
    padding: 2.5rem 0;
  }
  .students-section .student-card {
    padding: 1.5rem;
  }
  .students-section .student-card h5 {
    font-size: 1.05rem;
  }
  .students-section .student-card p {
    font-size: 0.9rem;
  }
}
.campus-facilities p {
  line-height: 1.75;
}
.campus-facilities img {
  border: 1px solid #ffffff;
}

.facility-images .facility-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ffffff;
}

/* Mobile adjustment */
@media (max-width: 575px) {
  .facility-images .facility-img {
    height: 200px;
  }
}
.messages-page .nav-tabs {
  border: none;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.messages-page .nav-tabs .nav-link {
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-weight: 600;
  color: #64748b;
  background-color: #f1f5f9;
  transition: all 0.3s ease;
}
.messages-page .nav-tabs .nav-link:hover {
  color: #e11d48;
  background-color: #ffe4e6;
}
.messages-page .nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(to right, #0054c9 0%, #269fcb 100%);
  box-shadow: 0 8px 20px rgba(0, 84, 201, 0.25);
}
.messages-page {
  /* ================================
     MESSAGE CARDS
  ================================ */
}
.messages-page .message-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.messages-page .message-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.messages-page .message-card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
.messages-page .message-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}
.messages-page .message-card small {
  color: #64748b;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
.messages-page .message-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

/* ================================
   DEPARTMENT TABS
================================ */
.nav-tabs {
  border: none;
  justify-content: center;
  gap: 10px;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-weight: 600;
  color: #64748b;
  background-color: #f1f5f9;
  transition: all 0.3s ease;
}
.nav-tabs .nav-link:hover {
  color: #053c85;
  background-color: #DDDDDD;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(to right, #0054c9 0%, #269fcb 100%);
  box-shadow: 0 8px 20px rgba(0, 84, 201, 0.25);
}

/* ================================
   TAB CONTENT
================================ */
.tab-content {
  margin-top: 30px;
}

/* ================================
   HOD MESSAGE CARD
================================ */
#hod .card {
  background: #ffffff;
  border-radius: 16px;
}
#hod .card h5 {
  font-size: 20px;
  color: #0f172a;
}
#hod .card p {
  line-height: 1.7;
}

/* ================================
   FACULTY CARDS
================================ */
#faculty .card {
  transition: all 0.3s ease;
  border-radius: 14px;
}
#faculty .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#faculty .card h6 {
  font-size: 16px;
  color: #0f172a;
}
#faculty .card small {
  font-size: 14px;
}

/* ================================
   LABS & ACTIVITIES
================================ */
#labs ul li {
  padding-left: 10px;
  position: relative;
}
#labs ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #053c85;
  border-radius: 50%;
}

/* ================================
   DEPARTMENTS PAGE
================================ */
.inner-pages .card {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
  transition: all 0.35s ease;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
  /* subtle left accent */
}
.inner-pages .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #0054c9, #269fcb);
  transition: opacity 0.35s ease;
}
.inner-pages .card .icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(to right, #0054c9, #269fcb);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.inner-pages .card .icon-box i {
  color: #ffffff;
}
.inner-pages .card {
  /* floating glow */
}
.inner-pages .card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  box-shadow: 0 0 0 rgba(0, 84, 201, 0.3);
  transition: box-shadow 0.35s ease;
  pointer-events: none;
}
.inner-pages .card .card-body {
  color: linear-gradient(to right, #0054c9, #269fcb);
  padding: 32px;
}
.inner-pages .card .card-body h5 {
  font-size: 20px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.inner-pages .card .card-body p {
  font-size: 15px;
  line-height: 1.6;
}
.inner-pages .card {
  /* Hover effects */
}
.inner-pages .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}
.inner-pages .card:hover::after {
  box-shadow: 0 20px 40px rgba(0, 84, 201, 0.18);
}
.inner-pages .card:hover h5 {
  color: #053c85;
}
.inner-pages a.card {
  text-decoration: none;
}

.mission ul li {
  padding-left: 10px;
  position: relative;
}
.mission ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #053c85;
  border-radius: 50%;
}

.dropdown-item.has-dot {
  position: relative;
  padding-left: 30px;
}
.dropdown-item.has-dot::before {
  content: "•";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: red;
}

.faculty-photo {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 1/1;
}

/* Mobile refinement */
@media (max-width: 575px) {
  .faculty-photo {
    width: 52px;
    height: 52px;
  }
}
/* ================================
   MESSAGE PAGE STYLES
================================ */
.message-box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
}

/* Uniform photo size */
.message-photo {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.05);
}
.message-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Small gradient divider */
.message-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #0054c9, #269fcb);
  border-radius: 10px;
}

/* Responsive tweaks */
@media (max-width: 575px) {
  .message-photo {
    width: 120px;
    height: 120px;
  }
  .message-box {
    padding: 1.5rem;
  }
}
/* ================================
   ACHIEVEMENTS PAGE
================================ */
.achievement-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.achievement-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.achievement-icon {
  flex: 0 0 auto;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(to right, #0054c9, #269fcb);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}
.achievement-icon i {
  color: #ffffff;
}

.achievement-item h6 {
  font-size: 18px;
  margin-bottom: 6px;
}

.achievement-item p {
  margin-bottom: 6px;
  line-height: 1.6;
}

.achievement-badge {
  font-size: 12px;
  background: #053c85;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 20px;
  margin-left: 8px;
}

.achievement-img img {
  width: 100%;
  max-width: 340px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .achievement-item {
    flex-direction: column;
    gap: 12px;
  }
  .achievement-icon {
    min-width: 36px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
/* =====================================
   ORGANISATIONAL OVERVIEW
===================================== */
.org-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* Each hierarchy level */
.org-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

/* Node layout */
.org-node {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  max-width: 560px;
}

/* Dot */
.org-dot {
  width: 10px;
  height: 10px;
  background: #053c85;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Vertical line (TOP + BOTTOM SAME) */
.org-line {
  width: 2px;
  height: 24px;
  background: #053c85;
  margin-left: 4px;
}

/* Box */
.org-box {
  background: linear-gradient(to right, #e6e9f1, #dee3f0);
  padding: 14px 22px;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  text-align: center;
}

/* Arrow perfectly centered under box */
.org-arrow {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0;
}

/* Department highlight */
.department-box {
  background: linear-gradient(to right, #0054c9, #269fcb);
  color: #ffffff;
  font-weight: 600;
}

/* =====================================
   STAFF STRUCTURE
===================================== */
.staff-branch {
  margin-left: 200px;
  margin-top: 14px;
}

.staff-node {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 14px;
  align-items: center;
}

.staff-line {
  width: 2px;
  height: 24px;
  background: #053c85;
  margin-left: 4px;
}

/* =====================================
   RESPONSIVE
===================================== */
@media (max-width: 768px) {
  .org-node,
  .staff-node {
    max-width: 100%;
    text-align: center;
  }
  .staff-branch {
    margin-left: 48px;
  }
}
.iqac-list {
  list-style: disc;
  padding-left: 1.2rem;
}

/* =====================================
   Alumni Office Bearers Styles
   ===================================== */
.alumni-office-bearers .alumni-card {
  background: #f3f6fb;
  border-radius: 18px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
}
.alumni-office-bearers .alumni-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.alumni-office-bearers .alumni-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--bs-primary);
  background: #fff;
  padding: 4px;
  display: block;
  margin: 0 auto 16px;
}
.alumni-office-bearers .alumni-role {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 4px;
}
.alumni-office-bearers h6 {
  letter-spacing: 0.3px;
}
.alumni-office-bearers {
  /* ========= Responsive ========= */
}
@media (max-width: 576px) {
  .alumni-office-bearers .alumni-photo {
    width: 110px;
    height: 110px;
  }
  .alumni-office-bearers .alumni-card {
    padding: 22px 15px;
  }
}

/*# sourceMappingURL=style.css.map */
