:root {
  --theme-color: #243560;
  --white-color:white;
  --theme-hover:#ffb22c;
  --theme-dark:#000;
  --heading-font:"Roboto", sans-serif;
  --theme-font: "Poppins", sans-serif;
  --nav-font:"Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.search-btn {
  border-radius: 99px;
  border: 1px solid #000000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  transition: all 0.3s;
  justify-content: center;
}
.search-btn:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: white;
}

.common-heading {
  font-weight: 500;
  margin: 0;
  color: var(--theme-dark);
  position: relative;
  margin-bottom: 22px;
  font-size: 52px;
  font-family: var(--heading-font);
}
.common-heading span {
  color: var(--theme-color);
}

.sub-heading {
  font-weight: 400;
  color: var(--theme-hover) !important;
  font-family: var(--heading-font);
  font-size: 15px !important;
  background-color: transparent;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid var(--theme-hover);
  border-radius: 60px;
}

.common-btn {
  padding: 15px 23px;
  background: var(--theme-color);
  color: white;
  font-weight: 400;
  display: inline-block;
  min-width: 170px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
}
.common-btn:before {
  background-color: var(--theme-hover);
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  content: "";
  transition: 0.3s;
}
.common-btn:hover {
  color: white !important;
}
.common-btn:hover::before {
  width: 100%;
}

.common-space {
  padding: 65px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.top-header-social {
  background-color: #ffffff;
  border-bottom: 1px solid #E4E4E4;
}
.top-header-social .col-12 {
  padding-left: 0;
  padding-right: 165px;
}
.top-header-social .content {
  display: flex;
  justify-content: space-between;
}
.top-header-social .content .mail {
  padding: 6px 90px 6px 12px;
}
.top-header-social .content .mail ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .mail ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  color: white;
}
.top-header-social .content .mail ul li i {
  color: rgb(0, 0, 0);
  margin-right: 10px;
  font-size: 14px;
}
.top-header-social .content .mail ul li a {
  color: #000000;
  font-size: 14px;
  transition: 0.3s;
  font-family: var(--theme-font);
}
.top-header-social .content .mail ul li a:hover {
  color: rgb(0, 0, 0);
}
.top-header-social .content .socials {
  display: flex;
  align-items: center;
}
.top-header-social .content .socials ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .socials ul li {
  list-style-type: none;
  display: inline-block;
}
.top-header-social .content .socials ul li a {
  color: var(--title-color);
  margin-left: 27px;
  font-size: 14px;
  transition: 0.3s;
}
.top-header-social .content .socials ul li a:hover {
  color: var(--theme-color);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.nav-link:focus, .nav-link:hover {
  color: var(--theme-color) !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  background: #fff;
  width: 100%;
  z-index: 11;
  position: fixed;
}
header .container-fluid .upper-nav {
  width: 100%;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .container-fluid .upper-nav .logo img {
  max-width: 260px;
  padding-left: 5px;
  position: absolute;
  z-index: 1;
  top: 3px;
}
header .container-fluid .upper-nav .soical-header {
  display: flex;
}
header .container-fluid .upper-nav .soical-header ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
header .container-fluid .upper-nav .soical-header ul a {
  width: 35px;
  height: 35px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
}
header .container-fluid .upper-nav .soical-header ul a:hover {
  background-color: var(--theme-hover);
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding-bottom: 5px;
}
header .nav-call {
  display: flex;
  align-items: center;
}
header .nav-call ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  border-left: 1px solid #9b9b9b;
  padding-left: 15px;
}
header .nav-call ul a {
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
  font-size: 15px;
}
header .nav-call ul a:hover {
  background-color: var(--theme-hover);
}
header .call-no {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 8px;
}
header .call-no a {
  font-size: 17px;
}
header .call-no .side {
  width: 1px;
  height: 32px;
  background: #000;
}
header .icon {
  width: 43px;
  height: 43px;
  background: rgba(123, 150, 110, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: var(--theme-color);
  border-radius: 100px;
}
header .top-header {
  background-color: #00173C;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav .navbar-brand img {
  max-width: 150px;
  display: none;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav.navbar-expand-lg .container {
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header nav .navbar-nav {
  padding: 0 18px 0px 0px;
  display: flex;
  flex-direction: row;
}
header nav .navbar-nav .nav-item {
  padding: 5px 5px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom: 3px solid var(--theme-color2);
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 7px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2549019608);
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  font-family: var(--nav-font);
  font-weight: 600;
}
header nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0%;
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu .dropdown-item {
  color: #000;
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu .dropdown-item:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .nav-link {
  color: var(--dark-black);
  font-family: var(--nav-font);
  font-weight: 500;
  font-size: 17px;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home .heading-top {
  font-size: 20px;
  color: white;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(86deg, rgba(0, 0, 0, 0.8784313725), rgba(0, 0, 0, 0.5568627451), transparent);
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 60%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 60px;
  transform: translateY(-50%);
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.banner-home .banner-content .banner-cont {
  border-radius: 30px;
  padding: 30px;
  padding-top: 0;
}
.banner-home .banner-content .common-heading {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-family: var(--heading-font);
}
.banner-home .banner-content .common-heading span {
  color: var(--theme-hover);
}
.banner-home .banner-content p {
  line-height: 2rem;
  font-size: 22px;
  color: #ffffff;
}
.banner-home .banner-content p span {
  color: #e85457;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  border: solid 3px #ddd;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  border: solid 3px #ddd;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}

.founder-vice-chancellor-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}
.founder-vice-chancellor-section .founder-card,
.founder-vice-chancellor-section .vice-chancellor-card {
  background-color: #243560;
  color: white;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.founder-vice-chancellor-section .founder-card .card-content h3,
.founder-vice-chancellor-section .vice-chancellor-card .card-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.founder-vice-chancellor-section .founder-card .card-content p,
.founder-vice-chancellor-section .vice-chancellor-card .card-content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
}
.founder-vice-chancellor-section .founder-card .card-content a,
.founder-vice-chancellor-section .vice-chancellor-card .card-content a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.founder-vice-chancellor-section .founder-card .card-content a i,
.founder-vice-chancellor-section .vice-chancellor-card .card-content a i {
  margin-left: 5px;
}
.founder-vice-chancellor-section .founder-card .card-image img,
.founder-vice-chancellor-section .vice-chancellor-card .card-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quick-links-section {
  padding: 50px 0;
}
.quick-links-section .link-item {
  text-align: center;
  margin-bottom: 20px;
}
.quick-links-section .link-item i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #243560;
}
.quick-links-section .link-item h4 {
  font-size: 18px;
  color: #333;
}

.about-section-reimagined {
  background-color: var(--white-color);
  overflow: hidden;
}
.about-section-reimagined .about-text-content .intro-paragraph {
  margin-bottom: 30px;
}
.about-section-reimagined .about-text-content .experience-feature {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 35px;
}
.about-section-reimagined .about-text-content .experience-feature .experience-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.about-section-reimagined .about-text-content .experience-feature .experience-box .experience-number {
  font-size: 60px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1;
}
.about-section-reimagined .about-text-content .experience-feature .experience-box .experience-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--theme-dark);
}
.about-section-reimagined .about-text-content .experience-feature .feature-text {
  border-left: 2px solid #ddd;
  padding-left: 25px;
}
.about-section-reimagined .about-text-content .experience-feature .feature-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-section-reimagined .about-text-content .experience-feature .feature-text p {
  margin-bottom: 0;
}
.about-section-reimagined .about-media-content {
  padding: 20px;
}
.about-section-reimagined .about-media-content .image-stack {
  position: relative;
  min-height: 450px;
  margin-bottom: 30px;
}
.about-section-reimagined .about-media-content .image-stack__item {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 4px solid white;
}
.about-section-reimagined .about-media-content .image-stack__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-section-reimagined .about-media-content .image-stack__item--bottom {
  width: 70%;
  height: 70%;
  bottom: 0;
  left: 0;
  transform: rotate(-8deg);
}
.about-section-reimagined .about-media-content .image-stack__item--top {
  width: 80%;
  height: 80%;
  top: 0;
  right: 0;
  transform: rotate(5deg);
}
.about-section-reimagined .about-media-content .image-stack__item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: var(--theme-hover);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.3s ease;
}
.about-section-reimagined .about-media-content .image-stack__item .play-btn:hover {
  background-color: var(--theme-color);
  transform: translate(-50%, -50%) scale(1.1);
}
.about-section-reimagined .about-media-content .mission-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--theme-color);
  color: white;
  padding: 30px;
  border-radius: 8px;
}
.about-section-reimagined .about-media-content .mission-box .icon-box {
  flex-shrink: 0;
  font-size: 36px;
  line-height: 1;
  opacity: 0.7;
}
.about-section-reimagined .about-media-content .mission-box h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.about-section-reimagined .about-media-content .mission-box p {
  color: white;
  opacity: 0.9;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-section-reimagined .row {
    flex-direction: column-reverse;
  }
  .about-section-reimagined .about-media-content {
    margin-bottom: 40px;
  }
  .about-section-reimagined .about-text-content .experience-feature {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-section-reimagined .about-text-content .experience-feature .feature-text {
    border-left: none;
    padding-left: 0;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    width: 100%;
  }
}

.student-hub-section {
  background-color: #f9fafb;
}

.student-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.hub-card {
  background-color: var(--white-color);
  border: 1px solid #eef2f6;
  border-radius: 10px;
  padding: 30px;
  text-decoration: none;
  color: var(--theme-dark);
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.hub-card__icon {
  font-size: 36px;
  color: var(--theme-color);
  margin-bottom: 20px;
  align-self: flex-start;
}
.hub-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
.hub-card__description {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  flex-grow: 1;
}
.hub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(100, 115, 150, 0.1);
  border-color: var(--theme-color);
}
.hub-card:hover .hub-card__icon {
  color: var(--theme-hover);
}

.virtual-tour-section {
  background-color: var(--white-color);
}
@media (max-width: 991.98px) {
  .virtual-tour-section .text-content-tour {
    margin-bottom: 40px;
  }
}

.video-thumbnail-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 40px rgba(100, 115, 150, 0.15);
}
.video-thumbnail-wrapper .video-thumbnail-img {
  width: 100%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-thumbnail-wrapper .play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 53, 96, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.video-thumbnail-wrapper .play-button {
  width: 80px;
  height: 80px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 28px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.video-thumbnail-wrapper .play-button i {
  padding-left: 5px;
}
.video-thumbnail-wrapper:hover .video-thumbnail-img {
  transform: scale(1.05);
}
.video-thumbnail-wrapper:hover .play-button-overlay {
  background-color: rgba(36, 53, 96, 0.4);
}
.video-thumbnail-wrapper:hover .play-button {
  transform: scale(1.1);
  background-color: var(--theme-hover);
  color: var(--white-color);
}

.latest-updates-section {
  background-color: #f9fafb;
}
.latest-updates-section .section-description {
  max-width: 600px;
  color: #555;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 992px) {
  .updates-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.column-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef2f6;
}

.featured-post-card {
  background-color: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .featured-post-card {
    grid-column: span 2;
  }
}
.featured-post-card .featured-post__image-container {
  position: relative;
  height: 350px;
}
.featured-post-card .featured-post__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-post-card .post-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #c0392b;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-post-card .featured-post__content {
  padding: 25px;
}
.featured-post-card .post-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}
.featured-post-card .post-meta i {
  margin-right: 5px;
}
.featured-post-card .post-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.featured-post-card .post-excerpt {
  color: #555;
  margin-bottom: 20px;
}
.featured-post-card .read-more-link {
  font-weight: 600;
  color: var(--theme-color);
  text-decoration: none;
}
.featured-post-card .read-more-link i {
  transition: transform 0.3s ease;
}
.featured-post-card .read-more-link:hover i {
  transform: translateX(5px);
}

.news-list-column {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .news-list-column {
    grid-column: span 1;
  }
}
.news-list-column .news-list {
  padding: 0;
  list-style: none;
}
.news-list-column .news-list .news-item {
  display: block;
  text-decoration: none;
  padding: 15px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.news-list-column .news-list .news-item__date {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
}
.news-list-column .news-list .news-item__title {
  font-weight: 600;
  color: var(--theme-dark);
  margin: 0;
}
.news-list-column .news-list .news-item:hover {
  background-color: #eef2f6;
}

.events-list-column {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .events-list-column {
    grid-column: span 1;
  }
}
.events-list-column .events-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.events-list-column .event-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  background-color: var(--white-color);
  padding: 15px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.events-list-column .event-item__date-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--theme-color);
  color: white;
  border-radius: 8px;
  padding: 5px;
}
.events-list-column .event-item__date-box .day {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.events-list-column .event-item__date-box .month {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.events-list-column .event-item__details {
  color: var(--theme-dark);
}
.events-list-column .event-item__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.events-list-column .event-item__time {
  font-size: 14px;
  color: #777;
  margin: 0;
}
.events-list-column .event-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.events-list-column .event-item:hover .event-item__date-box {
  background-color: var(--theme-hover);
}

.block-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--theme-color);
}

.notice-content-block {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
}

.notice-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2f6;
}
.notice-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.notice-item__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.notice-item__detail {
  margin-bottom: 5px;
  color: #555;
}
.notice-item__detail a {
  color: var(--theme-color);
  text-decoration: none;
}
.notice-item__detail a:hover {
  text-decoration: underline;
}

.alert-notice {
  background-color: #fdf2f2;
  border-left: 4px solid #c0392b;
  padding: 15px;
  border-radius: 8px;
}
.alert-notice p {
  margin-bottom: 10px;
}
.alert-notice .document-link {
  font-weight: 600;
  color: #c0392b;
  text-decoration: none;
}
.alert-notice .document-link i {
  margin-right: 8px;
}
.alert-notice .document-link:hover {
  text-decoration: underline;
}

.circular-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.circular-card {
  background-color: var(--white-color);
  border: 1px solid #eef2f6;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.circular-card__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  gap: 15px;
}
.circular-card__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #f0f3f8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--theme-color);
  transition: inherit;
}
.circular-card__details {
  flex-grow: 1;
}
.circular-card__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--theme-dark);
  margin-bottom: 3px;
}
.circular-card__meta {
  font-size: 14px;
  color: #777;
}
.circular-card__download {
  flex-shrink: 0;
  font-size: 20px;
  color: #a0aec0;
  transition: inherit;
}
.circular-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(100, 115, 150, 0.1);
  border-color: var(--theme-color);
}
.circular-card:hover .circular-card__icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.circular-card:hover .circular-card__download {
  color: var(--theme-color);
}

.interesting-facts-section {
  background-color: #f9fafb;
}

.facts-text-content p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 576px) {
  .facts-grid {
    grid-template-columns: 1fr;
  }
}

.fact-card {
  background-color: var(--white-color);
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fact-card__icon {
  font-size: 40px;
  color: var(--theme-color);
}
.fact-card__details {
  line-height: 1.2;
}
.fact-card__number {
  font-size: 42px;
  font-weight: 700;
  color: var(--theme-dark);
  margin: 0;
}
.fact-card__number .count {
  display: inline-block;
}
.fact-card__label {
  font-size: 16px;
  color: #555;
  margin: 0;
}
.fact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(100, 115, 150, 0.12);
}

.graduate-programs-section {
  background-color: #f9fafb;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.program-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  height: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.program-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.program-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  color: var(--white-color);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateY(calc(100% - 85px));
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.program-card__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.program-card__description {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.program-card__link {
  display: inline-block;
  font-weight: 600;
  margin-top: 15px;
  color: var(--theme-hover);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.program-card__link i {
  margin-left: 5px;
}
.program-card:hover {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}
.program-card:hover .program-card__background {
  transform: scale(1.05);
}
.program-card:hover .program-card__content {
  transform: translateY(0);
}
.program-card:hover .program-card__description,
.program-card:hover .program-card__link {
  color: white;
  opacity: 1;
  transition-delay: 0.15s;
}

.site-footer {
  color: #a0aec0;
}

.footer-main {
  background-color: #1a202c;
  padding: 60px 0;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 220px;
  filter: brightness(0) invert(1);
}

.footer-about p {
  font-size: 15px;
  line-height: 1.7;
  color: #a0aec0;
}

.widget-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--theme-hover);
  border-radius: 2px;
}

.footer-links .link-list {
  padding: 0;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer-links .link-list li {
  margin-bottom: 12px;
}
.footer-links .link-list a {
  color: #a0aec0;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.footer-links .link-list a:hover {
  color: var(--theme-hover);
  transform: translateX(5px);
}

.footer-contact .contact-list {
  padding: 0;
  list-style: none;
}
.footer-contact .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.footer-contact .contact-list i {
  font-size: 18px;
  color: var(--theme-hover);
  margin-top: 5px;
}
.footer-contact .contact-list span, .footer-contact .contact-list a {
  color: #a0aec0;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
}
.footer-contact .contact-list a:hover {
  color: var(--white-color);
}

.footer-bottom {
  background-color: #11151e;
  padding: 20px 0;
  border-top: 1px solid #2d3748;
}

.copyright-text {
  font-size: 14px;
  color: #718096;
  margin: 0;
}

.social-media-list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .social-media-list {
    justify-content: flex-end;
  }
}
.social-media-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #2d3748;
  border-radius: 50%;
  color: #a0aec0;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.social-media-list a:hover {
  background-color: var(--theme-hover);
  color: var(--white-color);
}

.breadcrumb-banner-section {
  position: relative;
  padding: 60px 0;
  padding-top: 175px;
  background-color: var(--theme-color);
  background-image: url("img/Picture1-1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: var(--white-color);
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 53, 96, 0.75);
  z-index: 1;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-list .breadcrumb-item a {
  color: var(--white-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.breadcrumb-list .breadcrumb-item a:hover {
  color: var(--theme-hover);
}
.breadcrumb-list .breadcrumb-item.active {
  color: var(--theme-hover);
  font-weight: 500;
}

.history-article-section {
  background-color: var(--white-color);
}

.history-article-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
}

.history-image-float {
  float: right;
  max-width: 45%;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eef2f6;
  padding: 8px;
  background-color: var(--white-color);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}
.history-image-float img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .history-image-float {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-subheading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.article-divider {
  border: 0;
  height: 1px;
  background-color: #e0e5f0;
  margin: 40px 0;
}

.about-institute-section {
  background-color: var(--white-color);
}

.about-intro-text p {
  font-size: 17px;
  line-height: 1.8;
}

.about-intro-image {
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.about-intro-image img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.about-tabs-wrapper {
  margin-top: 50px;
}

.about-nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.about-nav-tabs .nav-item {
  margin-bottom: -2px;
}
.about-nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #555;
  font-weight: 600;
  font-size: 17px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.about-nav-tabs .nav-link:hover {
  color: var(--theme-color);
}
.about-nav-tabs .nav-link.active {
  color: var(--theme-color);
  background-color: transparent;
  border-bottom-color: var(--theme-color);
}

.about-tab-content {
  background-color: #f9fafb;
  padding: 30px;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.about-tab-content p {
  line-height: 1.8;
  font-size: 16px;
}

.highlight-block {
  background-color: #fdf2f2;
  border-left: 4px solid #c0392b;
  padding: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #333;
}

.objective-list, .thrust-area-list {
  padding-left: 20px;
  font-size: 16px;
}
.objective-list li, .thrust-area-list li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.contact-page-section {
  background-color: #f9fafb;
}

.contact-form-wrapper {
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.contact-form-wrapper .common-heading {
  margin-bottom: 30px;
}
.contact-form-wrapper .form-label {
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-form-wrapper .form-control {
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-wrapper .form-control:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(36, 53, 96, 0.1);
}
.contact-form-wrapper textarea.form-control {
  resize: vertical;
}

.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contact-info-card__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f0f3f8;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.contact-info-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-info-card__text {
  font-size: 16px;
  color: #555;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.contact-info-card__text[href]:hover {
  color: var(--theme-hover);
}

.map-section {
  line-height: 0;
}

.result-check-section {
  background-color: #f9fafb;
}

.result-form-wrapper {
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}

.result-form-header {
  margin-bottom: 30px;
}
.result-form-header .result-icon {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.result-form-header .common-heading {
  font-size: 28px;
}
.result-form-header p {
  color: #555;
  font-size: 16px;
}

.result-form-wrapper .form-label {
  font-weight: 500;
  margin-bottom: 8px;
}
.result-form-wrapper .form-control {
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.result-form-wrapper .form-control:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(36, 53, 96, 0.1);
}

.geet-section {
  background-color: #f9fafb;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e0e5f0' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.geet-content-wrapper {
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.geet-header {
  margin-bottom: 30px;
}

.geet-lyrics {
  text-align: center;
  margin-bottom: 40px;
}
.geet-lyrics p {
  font-size: 16px;
  line-height: 2.2;
  color: #333;
  margin-bottom: 1rem;
}

.geet-author {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  padding-top: 20px;
  border-top: 1px solid #eef2f6;
  font-style: italic;
}/*# sourceMappingURL=style.css.map */