/* ---------------- Root Variables ---------------- */
:root {
  --font-primary: "Lato", sans-serif;
  --font-secondary: "DM Serif Display", serif;
  --color-primary: #074c25;
  --color-heading: #f00000;
  --color-secondary: #ee7e36;
  --color-white: #fff;
  --color-default: #000000;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-secondary);
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-default);
  overflow-x: hidden;
  background-color: var(--color-background);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--color-heading);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

p,
span,
a,
li,
div,
button,
td,
th {
  font-family: var(--font-secondary);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: var(--color-secondary);
}

li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: var(--color-default);
}

button {
  font-family: var(--font-secondary);
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.5;
  border: none;
  background: none;
}

/* ---------------- Top Menu Styles ---------------- */
.top-menu-bg {
  background-color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.top-menu-bg::before,
.top-menu-bg-image {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../img/cross-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

.top-menu-bg::before {
  top: 50%;
  right: 39%;
  transform: translateY(-50%);
}

.top-menu-bg-image {
  top: 50%;
  right: 40%;
  transform: translateY(-50%);
}

.top-menu-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: rgba(255, 178, 0, 0.2);
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.topbar-menu {
  z-index: 1021;
}

.menu-alignment {
  display: contents;
  width: 100%;
}

.top-menu__contact-list {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

.top-menu__contact-item {
  display: inline;
  position: relative;
}

.top-menu__contact-item:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: #696984;
  font-weight: 400;
}

.top-menu__contact-link {
  font-size: 14px;
  color: #696984;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #696984;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
}

.top-menu__contact-link:hover,
.top-menu__contact-link:focus {
  color: var(--color-secondary);
}

.top-menu-right {
  display: flex;
  justify-content: flex-end;
}

.top-menu-right ul li {
  margin-bottom: 0;
}

.top-menu-right ul li a {
  color: var(--color-primary) !important;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--color-primary) !important;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: var(--font-secondary) !important;
}

.top-menu-right ul li a:hover,
.top-menu-right ul li a:focus {
  color: var(--color-secondary);
}

/* top menu end */
.site-header {
  padding: 20px 0;
  background-color: #ffffff;
}

.site-header__logo {
  max-width: 120px;
}

.site-header__portrait {
  max-width: 100px;
}

.site-header__portrait,
.site-header__logo {
  height: auto;
}

.site-header__society-name {
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.64px;
  color: var(--color-heading);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--color-heading);
  margin-bottom: 4px;
}

.site-header__college-name {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 30px;
  margin-bottom: 6px;
  font-style: normal;
  line-height: normal;
}

.site-header__college-meta {
  color: #696984;
  font-family: var(--font-secondary);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #696984;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.64px;
}

/* ---------------- Main Menu ---------------- */
.main-menu-bg {
  background-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(45, 43, 118, 0.3);
}

.navbar-nav {
  align-items: center !important;
}

.web-cust-menu .navbar-nav .nav-item {
  margin-bottom: 0 !important;
}

.main-menu .navbar-nav .nav-item a {
  /* padding: 5px 10px !important; */
  color: var(--color-white);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.42px;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--color-white);
  transition: all 0.3s ease;
  font-family: "Scope One", sans-serif;
}

.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link:focus,
.main-menu .navbar-nav .dropdown-item:hover,
.main-menu .navbar-nav .dropdown-item:focus {
  color: var(--color-white) !important;
  background-color: var(--color-heading);
  font-weight: 600;
}

.main-menu .navbar-nav .nav-link.active {
  color: var(--color-white);
  font-weight: 600;
  background-color: var(--color-heading);
}

.main-menu .dropdown-menu {
  width: 300px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  z-index: 1050;
}

.main-menu .dropdown-menu li {
  border-bottom: 1px solid var(--color-secondary);
}

.main-menu .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-menu .dropdown-menu a,
.main-menu .dropdown-menu .dropdown-item {
  display: block;
  -webkit-text-stroke-width: unset !important;
  -webkit-text-stroke-color: var(--color-white) !important;
  color: #000 !important;
}

.dropdown-menu .main-menu .dropdown-item:hover,
.main-menu .dropdown-menu > li.show {
  background-color: var(--color-heading);
  color: var(--color-white) !important;
}

.web-cust-menu .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5em;
  vertical-align: middle;
  background-image: url("../img/dropdown-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-item.dropdown:hover > .nav-link::after {
  transform: rotate(180deg);
}

.top-menu-mobile-view {
  display: none;
}

@media (max-width: 991px) {
  .top-menu-mobile-view {
    display: block;
  }

  .web-cust-menu {
    justify-content: start !important;
  }

  .main-menu .navbar-nav .nav-item a {
    padding: 10px 12px !important;
    text-align: left;
  }

  .main-menu .dropdown-menu {
    position: static;
    width: 100% !important;
    box-shadow: none;
  }
}

/* =========================================
HERO SLIDER WRAPPER
========================================= */

#header-carousel {
  height: 680px;
  /* overflow: hidden; */
}

#header-carousel .carousel-inner,
#header-carousel .carousel-item {
  height: 680px;
}

.banner-slider img {
  width: 100%;
  height: 680px !important;
  object-fit: fill !important;
  display: block;
}

.carousel-item img + img {
  display: none;
}

.carousel-caption {
  display: none !important;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
  position: absolute;
  bottom: 60px;
  top: auto;
  width: 60px;
  height: 60px;
  opacity: 1;
  z-index: 5;
}

#header-carousel .carousel-control-prev {
  left: calc(50% - 70px);
}

#header-carousel .carousel-control-next {
  left: calc(50% + 10px);
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0.8px 2.4px 5.12px rgba(0, 0, 0, 0.25));
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  filter: unset;
}

#header-carousel .carousel-control-prev-icon {
  background-image: url(../img/arrow-p.svg);
}

#header-carousel .carousel-control-next-icon {
  background-image: url(../img/arrow-n.svg);
}

.indicators {
  display: none;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 992px) {
  #header-carousel,
  #header-carousel .carousel-inner,
  #header-carousel .carousel-item,
  .banner-slider img {
    height: 450px !important;
  }
}

/* =========================================
ABOUT US SECTION
========================================= */

.home-news-events-section {
  background: #0f5c2e;
  position: relative;
}

.about-us-container {
  background: #fff;
  padding: 35px;
  border-top: 6px solid #f07c2b;
  position: relative;
  top: -60px;
}

.college-introduction {
  padding: 0 50px;
}

.section-heading {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.college-introduction__description {
  color: rgba(0, 0, 0, 0.9);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.college-introduction__read-more {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #074c25;
  background-color: #074c25;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.college-introduction__read-more:hover {
  background-color: #0b4a24;
  border-color: #0b4a24;
}

.latest-news-section__header {
  margin-bottom: 25px;
}

.latest-news-section__view-all {
  font-size: 14px;
  font-weight: 600;
  color: #0f5c2e;
  text-decoration: none;
}

.latest-news-section__view-all:hover {
  text-decoration: underline;
}

.latest-news-section {
  padding-left: 50px;
}

.latest-news-list__item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

.latest-news-list__item:last-child {
  border-bottom: none;
}

.latest-news-list__date {
  background: #0f5c2e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 6px;
  min-width: 70px;
  text-align: center;
}

.latest-news-list__content {
  flex: 1;
}

.latest-news-list__title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.latest-news-list__title:hover {
  color: #0f5c2e;
}

.latest-news-list__meta {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

.latest-news-list__meta span {
  color: rgba(0, 0, 0, 0.85);
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .about-us-container {
    padding: 30px 20px;
  }

  .latest-news-list__item {
    flex-direction: column;
  }

  .latest-news-list__date {
    width: fit-content;
  }
}

@media (min-width: 992px) {
  .about-us-container .row {
    position: relative;
  }

  .about-us-container .row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #d6d6d6;
    transform: translateX(-50%);
  }
}

/* Section Styles */
.principal-message-section {
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  padding: 90px 0;
}

.principal-message-section__container {
  padding: 0 90px;
}

#principal-message-heading.section-heading,
#president-message-heading.section-heading {
  color: var(--color-default);
  font-style: normal;
  line-height: normal;
  margin-bottom: 2rem;
}

.principal-profile {
  position: relative;
  display: inline-block;
  border: 0.6px solid var(--color-default);
}

.principal-profile::before,
.principal-profile::after {
  content: "";
  position: absolute;
  background-color: var(--color-secondary);
}

.principal-profile::before {
  top: 0;
  left: -40px;
  width: 40px;
  height: 80px;
  z-index: 0;
}

.principal-profile::after {
  bottom: 75px;
  right: -30px;
  width: 60px;
  height: 35px;
  z-index: 1;
}

.principal-profile__image {
  width: 100%;
  /* max-width: 250px; */
  height: 236px;
  background: #f8f9fa;
  display: block;
}

.principal-profile__details {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.principal-profile__name {
  color: var(--color-default);
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.principal-profile__designation {
  color: #4d4d4d;
  text-align: center;
  font-style: normal;
  line-height: 1.5;
}

.principal-message {
  padding: 40px;
  position: relative;
  height: 100%;
  border-radius: 10px;
  background: #f2f2f2;
  z-index: 1;
}

.principal-message__content {
  color: rgba(0, 0, 0, 0.9);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
}

.principal-message__content p {
  color: rgba(0, 0, 0, 0.9);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
}

.principal-message__read-more {
  border-radius: 6px;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  padding: 10px 25px;
  color: var(--color-white);
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.principal-message__read-more:hover {
  color: var(--color-white);
}

.principal-message-section::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 50px;
  width: 190px;
  height: 190px;
  background-image: url("../img/principle-bg-circle.svg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

/* =========================================
Programs Section
========================================= */

.programs-section {
  padding: 60px 0;
  background: #f2f2f2;
  position: relative;
}

.section-title {
  color: var(--color-default);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}

.programs-carousel .owl-stage {
  display: flex;
}

.programs-carousel .item {
  padding: 12px;
  display: flex;
  height: 100%;
}

.owl-carousel,
.owl-carousel .owl-stage-outer {
  padding-bottom: 0 !important;
}

.program-card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #074c25;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  margin: 0 20px;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Image */

.program-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

/* Body */

.program-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Header */

.program-card__header {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.program-card__title {
  flex: 1;
  margin-right: 10px;
  color: #074c25;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  height: 40px;
}

/* Duration */

.program-card__duration {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.program-card__duration span {
  color: #074c25;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* =========================================
Specializations
========================================= */

.program-card__specializations {
  padding-left: 18px;
  margin: 18px 0;
}

.program-card__specializations li {
  margin-bottom: 8px;
  color: #364153;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
}

/* =========================================
Button
========================================= */

.program-card footer {
  margin-top: auto;
}

.program-card .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 14px;
  background: #074c25;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.program-card .btn:hover {
  background: #05381b;
  transform: translateY(-2px);
}

/* =========================================
Owl Navigation
========================================= */

.programs-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #074c25 !important;
  color: #fff !important;
  font-size: 18px !important;
  transition: 0.3s ease;
}

.programs-carousel .owl-nav .owl-prev {
  left: -60px;
}

.programs-carousel .owl-nav .owl-next {
  right: -60px;
}

.programs-carousel .owl-nav button:hover {
  background: #05381b !important;
}

/* ====================== Facility Card ====================== */
.facility-item {
  border-radius: 10px;
  height: 260px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  cursor: pointer;
  margin-bottom: 30px;
}

.facility-image-container {
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.facility-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.4s ease;
  z-index: 1;
}

.facility-description p {
  margin-bottom: 60px;
  color: var(--color-white);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  line-height: normal;
}

.facility-item:hover .facility-description {
  opacity: 1;
  transform: translateY(0);
}

.facility-item:hover .card-img-layer {
  transform: scale(1.1);
}

.facility-footer {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  background: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 10px;
}

.facility-footer .facility-name {
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--color-default);
  margin: 0;
}

.facility-footer .facility-name-container,
.facility-footer .facility-action-button-container {
  padding: 10px 20px;
}

.facility-footer .facility-action-button-container {
  background-color: var(--color-secondary);
  padding: 10px 10px;
  border-radius: 0 5px 5px 0;
}

.facility-card:hover .facility-footer .facility-action-button-container {
  border: 0.7px solid var(--color-white);
}

.facilities-slider .owl-dots .owl-dot.active {
  background: var(--color-default);
}

/*====================== Alumni Section =======================*/
.alumni-sec {
  background-color: var(--color-white);
  position: relative;
}

.alumni-sec .owl-stage {
  display: flex;
}

.alumni-sec .owl-item {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  height: auto;
}

.alumni-con {
  background: var(--color-white);
  border-radius: 20px;
  border: 0.6px solid #454545;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 60px 25px 30px 25px;
  position: relative;
  transition: all 0.3s ease;
  margin: 0 20px;
  cursor: pointer;
  height: 100%;
  width: 380px;
}

.almni-i {
  position: absolute;
  top: -45px;
  left: 23%;
  transform: translateX(-50%);
  margin: 0 !important;
  z-index: 2;
}

.almni-i img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  width: 100px !important;
  height: 100px;
}

.owl-item.active.center .alumni-con,
.owl-item.active .item.active .alumni-con {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.owl-item.active.center .alumni-con p,
.owl-item.active.center .alumni-con h5,
.owl-item.active .item.active .alumni-con p,
.owl-item.active .item.active .alumni-con h5 {
  color: var(--color-white) !important;
}

.alumni-con:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.3s ease;
}

.alumni-con:hover p,
.alumni-con:hover h5 {
  color: var(--color-white) !important;
}

.alumni-con .card-text p,
.al-name p {
  color: #454545;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-style: normal;
}

.al-name h5 {
  color: var(--color-default);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.125rem;
  font-style: normal;
}

.alumni-sec .owl-nav .owl-prev,
.alumni-sec .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.alumni-sec .owl-nav .owl-prev {
  background-image: url("../img/testimonal-prev.svg");
}

.alumni-sec .owl-nav .owl-next {
  background-image: url("../img/testimonal-next.svg");
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

/* =====================================================
PHOTO TOUR SECTION
=====================================================*/

.photo-tour {
  position: relative;
}

.photo-tour::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -8px;
  width: 172px;
  height: 172px;
  background: url("../img/photo-tour-circle.svg") no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
}

.photo-tour__title {
  color: var(--color-default);
  font-family: var(--font-primary);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.photo-tour__description {
  color: rgba(0, 0, 0, 0.65);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 20px;
}

.gallery-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-white);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  height: 210px !important;
  margin-bottom: 50px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.6s ease,
    filter 0.4s ease;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.gallery-card::after {
  content: "Academic Excellence • 2024";
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  transform: translateY(20px);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  z-index: 2;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-card:hover img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.gallery-card:hover::before {
  opacity: 1;
}

.gallery-card:hover::after {
  transform: translateY(0);
  opacity: 1;
}

.row .col-md-3:nth-child(2) .gallery-card::after {
  content: "Cultural Event • Annual Celebration";
}

.row .col-md-3:nth-child(3) .gallery-card::after {
  content: "Student Workshop • Collaboration";
}

.photo-tour__intro-container {
  margin-top: 40px;
}

/*================================= Footer ================================== */
.site-footer {
  background-color: var(--color-primary);
  color: var(--color-white);
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background-color: var(--color-secondary);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  box-shadow: -4px 0 17.4px rgba(0, 0, 0, 0.15);
}

.site-footer__content {
  position: relative;
  z-index: 2;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-brand__logo {
  background: var(--color-white);
  border-radius: 50%;
  width: 105px;
  height: 105px;
  object-fit: contain;
}

.footer-brand__title {
  color: var(--color-white);
  font-family: "DM Sans", sans-serif;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-social__list {
  display: flex;
  margin: 0;
  padding: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  gap: 15px;
}

.footer-social__item {
  display: flex;
  margin-bottom: 0;
}

.footer-social__item img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.footer-social__item a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.footer-contact__list {
  padding: 0;
}

.footer-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-contact__text a {
  color: var(--color-white);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: normal;
}

.footer-contact__text a:hover {
  text-decoration: underline;
}

.site-footer h5,
.site-footer h6 {
  color: var(--color-white);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.myCustomMenuFooter,
.myCustomMenuFooter .col-lg-12 {
  padding: 0;
}

.myCustomMenuFooter .btn-link {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.594%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-map {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 31px;
  right: 0;
}

.footer-map iframe {
  border: 0;
}

.myCustomMenuFooter a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/menu-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.college-timing {
  color: var(--color-white);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

#visitor_counter li {
  color: var(--color-white) !important;
  font-family: "DM Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer p:has(span),
.site-footer .mt-4 + p {
  color: var(--color-white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 10px;
}

.footer-map img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.site-footer__bottom,
.site-footer__bottom a {
  background-color: var(--color-secondary);
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 3;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.site-footer__bottom a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.botIcon {
  display: none;
}

.main-menu-bg {
  padding: 9px 11px !important;
}

.owl-slider {
  overflow-x: hidden;
}

/* =========================================
Responsive
========================================= */

@media (max-width: 1200px) {
  .programs-carousel .owl-nav .owl-prev {
    left: -30px;
  }

  .programs-carousel .owl-nav .owl-next {
    right: -30px;
  }

  .alumni-con {
    width: 320px;
  }
}

@media (max-width: 991px) {
  .program-card__media img {
    height: 200px;
  }

  .alumni-con {
    width: 310px !important;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }

  .program-card {
    padding: 16px;
    margin: 0;
  }

  .program-card__media img {
    height: 180px;
  }

  .programs-carousel .owl-nav {
    display: none;
  }

  .alumni-con {
    width: 250px !important;
  }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px !important;
    outline: none;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: background-color 0.3s ease;
    z-index: 1055 !important;
  }

  .hamburger-icon {
    width: 30px;
    height: 24px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 1060;
  }

  .hamburger-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }

  .hamburger-icon span:nth-child(2) {
    top: 10px;
  }

  .hamburger-icon span:nth-child(3) {
    top: 20px;
  }

  .site-footer::before {
    display: none;
    /* Hide angled background on mobile */
  }

  .site-footer {
    background-color: #0c4a2b;
  }

  .footer-brand {
    flex-direction: column;
    text-align: center;
  }

  .footer-social {
    margin-top: 20px;
    text-align: center;
  }

  .footer-map {
    clip-path: none;
    position: relative;
    top: 0;
    right: 0;
  }

  .footer-contact__text a {
    font-size: 14px;
  }

  .myCustomMenuFooter .btn-link {
    font-size: 14px;
  }

  .footer-custom-sub-heading {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .footer-map {
    clip-path: none;
    position: relative;
    top: 0;
    right: 0;
  }

  .footer-contact__text a {
    font-size: 14px;
  }

  .myCustomMenuFooter .btn-link {
    font-size: 14px;
  }

  .footer-custom-sub-heading {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  .site-header__college-name {
    font-size: 25px;
  }

  .site-header__college-meta {
    font-size: 0.8rem;
  }

  .college-introduction {
    padding: 0 !important;
  }

  .latest-news-section {
    padding-left: 0px;
  }

  .principal-message-section__container {
    padding: 0 !important;
  }

  .principal-message-section::after {
    content: none;
  }

  .owl-nav .owl-next {
    right: -15px;
  }

  .owl-nav .owl-prev {
    left: -20px;
  }

  .principal-profile {
    padding: 20px;
  }

  .principal-profile::before,
  .principal-profile::after {
    content: none;
  }

  .principal-profile__image {
    max-width: 100%;
  }

  #principal-message-heading.section-heading,
  #president-message-heading.section-heading {
    padding-left: 1.5rem !important;
  }

  .principal-message {
    padding: 15px;
  }

  .footer-map {
    clip-path: none;
    position: relative;
    top: 0;
    right: 0;
  }

  .footer-contact__text a {
    font-size: 14px;
  }

  .myCustomMenuFooter .btn-link {
    font-size: 14px;
  }

  .footer-custom-sub-heading {
    margin-top: 25px;
    font-size: 18px;
  }
}

.page-section-block {
  background: var(--color-white);
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  position: relative;
}

.pages-section-table {
  border-radius: 10px;
  overflow: hidden;
}

.pages-section-table thead {
  background: var(--color-primary);
}

.pages-section-table thead th {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-primary);
  padding: 15px;
  letter-spacing: 0.5px;
  border: none;
}

.pages-section-table tbody tr {
  transition: all 0.3s ease;
}

.pages-section-table td:first-child {
  font-weight: 700;
  color: var(--color-primary);
}

.pages-section-table td {
  padding: 14px;
  border-bottom: 1px solid #eee;
  text-align: center;
  border: none;
  vertical-align: middle;
  font-family: var(--font-primary);
}

.pages-section-btn {
  position: relative;
  display: inline-block;
  padding: 8px 18px 8px 35px;
  background: linear-gradient(135deg, var(--color-secondary), #ff9d63);
  color: var(--color-white);
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
  overflow: hidden;
  font-family: var(--font-primary);
}

.pages-section-btn:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.pages-section-btn:hover {
  background: var(--color-primary);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  color: var(--color-white);
}

.pages-section-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transition: 0.6s;
}

.pages-section-btn:hover::after {
  left: 100%;
}

.pages-section-table tbody tr:hover {
  background: #f2fbf4;
  transform: translateX(6px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.page-headings {
  margin-bottom: 20px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 25.6px !important;
  color: var(--color-primary);
  font-weight: 600 !important;
  position: relative;
  display: inline-block;
}

.page-headings::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -6px;
  width: 60px;
  height: 3px;
  background: #ee7e36;
  border-radius: 2px;
}

.bred-img {
  background-image: url(../img/banner.jpg);
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-color: var(--color-primary) !important;
}

.bred-head {
  margin-bottom: 10px;
  color: var(--color-white);
  font-size: 35px;
  letter-spacing: 1px;
  padding: 0;
}

.bred-img .breadcrumb {
  padding: 0;
  margin: 0;
}

.bred-img .breadcrumb-item a {
  color: var(--color-white);
  font-family: var(--font-primary);

  text-decoration: none;
  transition: all 0.3s ease;
}

.bred-img .breadcrumb-item a:hover {
  color: var(--color-secondary);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: var(--color-white);
  font-weight: 600;
}

.bred-img .breadcrumb-item.active {
  color: var(--color-secondary);
  font-weight: 600;
  font-family: var(--font-primary);
}

@media (max-width: 768px) {
  .bred-head {
    font-size: 26px;
  }

  .bred-img {
    padding: 50px 0;
  }
}

.page-back {
  position: relative;
  background: linear-gradient(135deg, #f8fffb, #eef8f1);
  padding: 60px 0;
  overflow: hidden;
}

.page-back::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 350px;
  height: 350px;
  background: rgba(7, 76, 37, 0.08);
  border-radius: 50%;
  z-index: 0;
}

.page-back::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 350px;
  height: 350px;
  background: rgba(238, 126, 54, 0.08);
  border-radius: 50%;
  z-index: 0;
}

.page-back .container {
  position: relative;
  z-index: 2;
}

.naac-card {
  background: var(--color-white);
  padding: 35px 28px;
  border-radius: 16px;
  text-align: center;
  position: relative;
  transition: 0.35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.naac-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-secondary)
  );
  border-radius: 16px 16px 0 0;
}

.naac-card__icon {
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-secondary)
  );
  transition: 0.4s;
}

.naac-card__icon img,
.vmo-card-icon img {
  max-width: 48px;
  filter: brightness(0) invert(1);
}

.naac-card:hover .naac-card__icon {
  transform: rotateY(180deg) scale(1.1);
}

.naac-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.naac-card__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.naac-card__content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.page-section-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.page-section-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
}

.page-section-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #074c25, #ee7e36);
  box-shadow: 0 0 0 4px rgba(238, 126, 54, 0.15);
}

.page-section-list li:hover {
  color: #074c25;
  transform: translateX(4px);
  transition: 0.25s;
}

.naac-card--vision {
  background: linear-gradient(180deg, #ffffff, #f3faf6);
}

.naac-card--mission {
  background: linear-gradient(180deg, #ffffff, #fff7f1);
}

.naac-card--values {
  background: linear-gradient(180deg, #ffffff, #f7f7ff);
}

.page-section-content p {
  font-family: "DM Sans", sans-serif;
}

.page-section-subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #f0fdf4, var(--color-white));
  border-left: 6px solid var(--color-primary);
  border-radius: 12px;
  padding: 18px 20px 18px 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.35s ease;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-dark);
  margin-bottom: 40px;
}

.page-section-subtitle::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: var(--color-white);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-secondary)
  );
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  margin-top: 2px;
}

.page-section-subtitle:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px var(--shadow-dark);
}

.page-section-subtitle:hover::before {
  transform: rotate(15deg) scale(1.1);
}

.page-section-subtitle strong {
  background: linear-gradient(
    135deg,
    var(--color-secondary),
    var(--color-primary)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.page-section-heading {
  font-weight: 700;
  color: var(--color-primary);
  position: relative;
  padding-left: 55px;
  letter-spacing: 0.4px;
  margin-bottom: 35px;
}

.page-section-heading::before {
  content: "★";
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--color-white);
  border-radius: 50%;

  background: linear-gradient(135deg, var(--color-primary), #0e7a3c);

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.15),
    inset 0 2px 6px rgba(255, 255, 255, 0.2);
}

.page-section-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 56px;
  width: 70px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color-secondary),
    #ff9f61,
    var(--color-secondary)
  );
  border-radius: 4px;

  animation: underlineMove 3s linear infinite;
  background-size: 200% 100%;
}

@keyframes underlineMove {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 200%;
  }
}

.page-section-heading span {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--color-secondary);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    12px 0 var(--color-secondary),
    24px 0 var(--color-secondary),
    36px 0 var(--color-secondary);
}

.page-section-heading:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}

.vmo-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
}

.vmo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    120deg,
    var(--color-primary),
    var(--color-secondary),
    var(--color-primary)
  );
  -webkit-mask:
    linear-gradient(var(--color-white) 0 0) content-box,
    linear-gradient(var(--color-white) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.vmo-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(7, 76, 37, 0.05);
  border-radius: 50%;
  top: -30px;
  right: -30px;
}

.vmo-card:hover {
  transform: translateY(-10px) rotateX(3deg);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.15);
}

.vmo-card-icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 20px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--color-primary), #0e7a3c);
  color: var(--color-white);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.vmo-card h3 {
  margin: 10px 0 20px;
  font-size: 24px;
  color: var(--color-primary);
}

.info-note {
  position: relative;
  padding: 22px 25px 22px 70px;
  background: var(--color-white);
  border-radius: 10px;
  border: 1px solid #e5efe8;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.info-note::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    var(--color-primary),
    var(--color-secondary)
  );
  border-radius: 5px;
}

.info-note__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--color-secondary);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
}

.info-note p {
  font-family: "DM Sans", sans-serif;
}

.info-note:hover {
  transform: translateY(-3px);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.info-note::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 28px;
  width: 20px;
  height: 20px;
  background: var(--color-secondary);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(238, 126, 54, 0.25);
}

.vmo-card h3::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: var(--color-secondary);
  margin-top: 6px;
  border-radius: 2px;
}

/* =========================================
LATEST NEWS TICKER
========================================= */
.importantNews-section {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.marquee-news-heading {
  background: none;
  color: var(--color-primary);
  margin: 0;
  padding: 12px 25px;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-news {
  padding: 10px;
}

/* .marquee-news-heading::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 15px solid var(--color-primary);
	z-index: 2;
} */

.importantNews-section .container {
  flex-grow: 1;
  max-width: none;
  width: auto;
  display: flex;
  align-items: center;
}

.hor-marquee {
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
}

.news-ticker {
  width: 100%;
  height: 100%;
}

.slider-news {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.slider-news::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  margin-left: 1.5rem;
  vertical-align: middle;
}

.slider-news:last-child::after {
  display: none;
}

.news-link {
  color: var(--color-default);
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.news-link:hover {
  color: var(--color-secondary);
}

.news-meta {
  font-size: 11px;
  opacity: 0.8;
  margin-left: 5px;
  color: #666;
}

.new-flag {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .importantNews-section {
    flex-direction: column;
    align-items: stretch;
  }

  .marquee-news-heading {
    justify-content: center;
    text-align: center;
  }

  .marquee-news-heading::after {
    display: none;
  }

  .hor-marquee {
    padding: 10px;
    background: #f8f9fa;
  }
}

/* =========================================
PRESIDENT MESSAGE SECTION
========================================= */
.president-message-section {
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  padding: 90px 0px 0px 0px;
}

.president-message-section::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -50px;
  width: 190px;
  height: 190px;
  background-image: url("../img/principle-bg-circle.svg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

.president-profile {
  position: relative;
  display: inline-block;
  border: 0.6px solid var(--color-default);
}

.president-profile::before,
.president-profile::after {
  content: "";
  position: absolute;
  background-color: var(--color-primary); /* Uses green instead of orange */
}

.president-profile::before {
  top: 0;
  right: -40px; /* Mirrored: right instead of left */
  width: 40px;
  height: 80px;
  z-index: 0;
}

.president-profile::after {
  bottom: 75px;
  left: -30px; /* Mirrored: left instead of right */
  width: 60px;
  height: 35px;
  z-index: 1;
}

@media (max-width: 991px) {
  .president-message-section {
    padding: 30px 0;
  }
  .president-message-section::before {
    content: none;
  }
  .president-profile {
    padding: 20px;
  }
  .president-profile::before,
  .president-profile::after {
    content: none;
  }
}

/* cources */
.ledger-strip {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.ledger-strip__heading {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.ledger-strip__stamp {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.subject-tile {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent);
  padding: 26px 22px 22px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  height: 100%;
}

.subject-tile::before {
  content: attr(data-folio);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.55);
  display: block;
  margin-bottom: 14px;
  transition: color 0.28s ease;
}

.subject-tile::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  background: #ee7e36;
  opacity: 0;
  transform: rotate(45deg) scale(0.6);
  transition:
    opacity 0.3s ease,
    transform 0.4s ease;
  filter: blur(2px);
}

.subject-tile:hover {
  transform: translateY(-6px);
  border-color: #ee7e36;
  background: linear-gradient(180deg, rgba(238, 126, 54, 0.1), transparent);
}

.subject-tile:hover::before {
  color: #074c25;
}
.subject-tile:hover::after {
  opacity: 0.12;
  transform: rotate(45deg) scale(1);
}

.subject-tile:focus-visible {
  outline: 2px solid #ee7e36;
  outline-offset: 4px;
}

.subject-tile__title {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}

.subject-tile__caption {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  transition: color 0.28s ease;
}

.subject-tile:hover .subject-tile__caption {
  color: #074c25;
}

.subject-tile__cue {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: #ee7e36;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.subject-tile:hover .subject-tile__cue {
  opacity: 1;
  transform: translateX(0);
}
