/* Basic CSS Start*/
:root {
  --font-primary: "Poppins", sans-serif;
  --color-primary: #ffbf00;
  --color-heading1: #909090;
  --color-secondary: #053869;
  --color-heading: #ffffff;
  --color-default: #000000;
  --scroll-behavior: smooth;
  --font-size-primary: 32px;
  --font-size-secondary: 16px;
}

body,
p,
div,
button,
span,
td,
th,
a {
  font-family: var(--font-primary);
  font-size: var(--font-size-secondary);
}
#ssi-absolute {
  position: fixed !important;
  top: 250px;
  right: 0;
  z-index: 1200 !important;
  width: auto;
}

.contact-side {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.contact-side li span {
  float: right;
  margin-left: 46px;
  margin-top: 0px;
  /* font-size: 16px; */
  font-family: "Poppins", sans-serif;
  position: relative;
  left: -15px;
  color: #fff;
}

.contact-side li:nth-child(1) {
  top: 0;
}

.contact-side li:nth-child(2) {
  top: 39px;
}
.contact-side li:nth-child(3) {
  top: 78px;
}

.contact-side li:nth-child(4) {
  top: 117px;
}
.contact-side li:nth-child(5) {
  top: 156px;
}
.contact-side li:nth-child(6) {
  top: 195px;
}
.admission-button-logo a {
  color: #fff !important;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
ul.contact-side a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
}

.contact-side li:hover {
  right: 0;
}

.contact-side li span {
  margin-left: 25px;
  /* font-size: 16px; */
  font-family: "Poppins", sans-serif;
  color: var(--color-secondary);
}
.admission-button-logo a {
  color: #fff !important;
}

#ssi-absolute svg {
  flex-shrink: 0;
  margin-left: auto;
}

.contact-side li {
  margin-bottom: 10px;
  width: 176px;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 0px;
  position: absolute;
  right: -140px;
  box-shadow: 1px 2px 7px -1px black;
  transition:
    right 0.3s ease-in-out,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  background: rgba(236, 236, 236, 0.8);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.contact-side li span,
.contact-side li svg path {
  transition:
    color 0.3s ease,
    fill 0.3s ease;
}

.contact-side li svg {
  pointer-events: none;
}

.admission-form-wrapper.custom-admission-form-container
  .w-full.max-w-lg.bg-white.p-8.rounded-lg.shadow-lg.relative {
  position: relative;
  z-index: 99 !important;
}

/* Basic  CSS End */
/* breadcrumb */

.bred-img {
  background-image: url("../img/bred-img.png");
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color-primary) !important;
}

.bred-head {
  text-align: center;
  padding-top: 6%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
}

.breadcrumb {
  justify-content: center;
  width: auto;
  align-items: center;
  margin: 6px auto auto auto;
}

.breadcrumb li a,
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.breadcrumb li a {
  text-decoration: underline;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: white;
}

/* -End breadcrumb- */

/* Header Start*/

.header-right-section {
  flex-direction: column;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: transparent;
}

/* Gradient layer */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.65)
  );

  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: -1;
}

/* When scrolled or menu open */
.site-header.scrolled::before,
.site-header.menu-open::before {
  opacity: 1;
}

.site-header img.header-logo {
  width: 320px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

/* Middle Screen (up to 1200px) */
@media (max-width: 1199px) {
  .site-header .container {
    max-width: 100% !important;
    padding-inline: 15px;
    position: relative;
  }

  .header-left-section {
    padding-bottom: 10px;
  }

  .site-header img.header-logo {
    width: 300px !important;
  }

  /* Fix: Force intermediate parents to static so drawer anchors to .container */
  #main_navbar,
  #gfg {
    position: static !important;
  }

  /* Toggler Visuals */
  .navbar-toggler {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    padding: 5px 8px !important;
    outline: none !important;
    width: fit-content;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  /* Force vertical drawer for XL range */
  .navbar-expand-xl .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    z-index: 1050;
    padding: 20px;
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-menu .navbar-nav .nav-link {
    color: white !important;
    padding-block: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .header-right-section {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px;
  }
}
.site-header .header-college-name {
  font-size: var(--font-size-primary);
  color: #053869;
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 28px;
}
p.head-line {
  font-size: 12px;
  line-height: 16px;
}

/* Top menu */
.menu-alignment {
  position: relative;
  z-index: 1040;
}
.myCustomTopRightMenu .nav-link {
  color: white !important;
  padding-inline: 10px !important;
  /* border-radius: 5px; */
}

ul.navbar-nav.second-menu.myCustomMenu {
  gap: 10px;
}

@media (max-width: 1400px) {
  ul.navbar-nav.second-menu.myCustomMenu {
    gap: 0px !important;
  }
}
.sub-menu {
  background: var(--color-secondary);
  /* color: #000; */
}
/* .myCustomTopRightMenu .nav-link:hover {
  background: #053869;
  color: white;
} */

/*Main  Menu */
.main-menu .navbar-nav .nav-link {
  color: white;
  padding-inline: 0.4rem !important;
  border-radius: 5px;
}
.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link.active {
  background-color: #053869 !important;
  color: #fff !important;
}

.dropdown-menu {
  padding: 0px !important;
  border: 1px solid #053869 !important;
}

.main-menu .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  padding-inline: 0.2rem !important;
  border-radius: 0px;
}
.sub-menu.dropdown-menu > li.show > a {
  color: #000 !important;
}
/* .main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-item.active {
  background-color: var(--color-primary) !important;
  color: white !important;
} */
.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-item.active {
  background-color: white;
  color: #000 !important;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
  background: #fff;
  color: #000 !important;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
  background: #fff;
  color: #000;
}

ul.navbar-nav.second-menu.myCustomMenu.gap-2 {
  flex-wrap: wrap;
  justify-content: end;
}
.main-menu .dropdown-menu.sub-menu {
  background: var(--color-secondary);
  width: 305px;
}
.main-menu .dropdown-menu.sub-menu .nav-link {
  /* word-break: break-word; */
  color: #fff;
  border-radius: 0px;
  padding-inline: 5px !important;
  text-wrap: wrap;
}
.main-menu .dropdown .dropdown-menu.sub-menu .nav-link.active,
.main-menu .dropdown-menu.sub-menu .nav-link:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #fff !important;
}
.menuItemForActive_339 .dropdown-menu {
  margin-top: 0;
  right: 0;
}

.menuItem_337:hover {
  color: #fff !important;
}

.dropdown-toggle.menuItemForActive_16 .dropdown-menu::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.main-menu .menuItemForActive_339 .dropdown-menu .dropdown .dropdown-menu {
  right: 100%;
  top: 0%;
  left: -100%;
  border-width: 0;
}

.top-menu-right .dropdown-menu .dropdown .dropdown-menu .nav-link:hover {
  background-color: #fff !important;
  color: #000 !important;
}

/* Main End */
/* Header End */

/* Inner page header: solid background and color overrides */
.inner-page .site-header {
  background: #ffffff; /* change to desired inner-page background color */
}

/* .inner-page .site-header .main-menu:hover {
  color: #fff !important;
} */

.inner-page .site-header::before {
  /* disable gradient overlay on inner pages */
  opacity: 0;
  display: none;
}

.inner-page .site-header .myCustomTopRightMenu .nav-link,
.inner-page .site-header .main-menu .nav-link {
  color: #000 !important; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .dropdown-menu .nav-link,
.inner-page .site-header .main-menu .dropdown-menu .nav-link {
  color: #fff !important; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .nav-link.active,
.inner-page .site-header .main-menu .nav-link.active {
  color: #fff !important; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .nav-link:hover,
.inner-page .site-header .main-menu .nav-link:hover {
  color: #fff; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .nav-link:active,
.inner-page .site-header .main-menu .nav-link:active {
  color: #000 !important;
  background-color: #fff !important; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .dropdown .nav-link.active,
.inner-page .site-header .main-menu .dropdown .nav-link.active {
  color: #fff !important; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .dropdown .nav-link:hover,
.inner-page .site-header .main-menu .dropdown .nav-link:hover {
  color: #000; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .dropdown .nav-link.active,
.inner-page .site-header .main-menu .dropdown .nav-link.active {
  color: #fff !important; /* link color for inner pages */
}
.inner-page .site-header .myCustomTopRightMenu .dropdown .nav-link:hover,
.inner-page .site-header .main-menu .dropdown .nav-link:hover {
  color: #000 !important; /* link color for inner pages */
}

.inner-page .site-header .myCustomTopRightMenu .nav-link:hover {
  color: #000 !important; /* link color for inner pages */
}

/* tab hover inner page (add id's of tabs to get hover effect) */
a#menuItem_337:hover,
a#menuItem_339:hover,
a#menuItem_340:hover,
a#menuItem_267:hover,
a#menuItem_59:hover,
a#menuItem_343:hover,
a#menuItem_342:hover,
a#menuItem_504:hover,
a#menuItem_506:hover,
a#DepartmentDetailsLi:hover,
a#menuItem_57:hover {
  background-color: var(--color-secondary) !important;
  color: #fff !important;
  border-radius: 5px;
}

/* Home page header: transparent and color overrides */
.home-page .site-header {
  background: transparent !important;
}
.home-page .site-header::before {
  opacity: 0;
  display: block;
}
.home-page .site-header.scrolled::before {
  opacity: 1;
  display: block;
}
.home-page .site-header .myCustomTopRightMenu .nav-link,
.home-page .site-header .main-menu .nav-link {
  color: #fff;
}

/* Home page Start */

.importantNews-section {
  background: transparent;
  position: relative;
  bottom: 0px;
  padding: 0;
  display: flex;
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
  margin-top: -13.15rem;
}
.importantNews-section a {
  color: #fff;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}

p.impNotice-head {
  width: 250px;
  padding: 10px;
  background: var(--color-primary);
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  display: flex;
  margin-bottom: 0px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.hor-marquee {
  width: 100%;
  height: 100%;
  border-top: 0.3px solid white;
}
.hor-marquee .news-ticker {
  margin-top: 13px;
}
/* Video Start */

.video-background-sec {
  height: 770px;
}
.video-background-container {
  padding: 0px;
  position: relative;
  top: -165px;
  height: 100%;
}

.video-background-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(1, 1, 1, 0.6) 8.22%,
    rgba(0, 0, 0, 0) 25%
  );
}
video#bgVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-desc {
  position: absolute;
  top: 40%;
  left: 6%;
}
.video-desc h1:nth-child(1) {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 0px;
}
.video-desc h1 {
  color: #f29c15;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  font-family: "Poppins";
}
.video-desc p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.video-desc a.btn.vbtn-1 {
  display: inline-flex;
  padding: 8px 23px 9px 27px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #ffbf00;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.video-desc .vbtn-2 {
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  padding: 8px 21px;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 2%;
}

/* News Start */
section.news-and-event {
  margin-bottom: 50px;
  margin-top: 50px;
}
.news-and-event .news-heading {
  color: var(--color-secondary);
  font-size: 34px;
  font-style: normal;
  line-height: normal;
  /* margin: 0px; */
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
.news-and-event .news-heading span {
  color: var(--color-default);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}

.news-and-event .top-desc {
  color: #646262;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.news-tab-section .nav-tabs .nav-link {
  margin-bottom: 0px;
  background: none;
  /* border: 1px solid transparent; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-inline: 73px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: var(--color-primary);
}

/* .nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: #000 !important;
} */

.news-tab-section ul {
  background: #f3f4f6;
}
.news-tab-section ul .nav-link.active,
.news-tab-section .nav-tabs .nav-link:hover {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  background-color: var(--color-secondary);
}
.news-tab-section .nav-link,
.event-heading {
  color: rgba(0, 0, 0, 0.9);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  position: relative;
}
.myTicker {
  height: 100% !important;
}
.myTicker ul {
  height: 100%;
  width: 100%;
  padding-left: 15px;
}
.news-tab-section .nav-link.active::after {
  position: absolute;
  content: "";
  display: inline-flex;
  width: 34px;
  height: 18px;
  margin-right: 6px;
  background-color: var(--color-secondary);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  justify-content: center;
  padding: 9px;
  clip-path: polygon(
    50% 100%,
    /* bottom center */ 0 0,
    /* top left */ 100% 0 /* top right */
  );
  bottom: -17px;
  left: 40%;
}

.news-tab-section .news-tab-pane {
  height: 290px;
  padding-inline: 0px;
}
.news-tab-section .news-tab-pane .news-section .news-circular {
  height: 290px;
  background: #f3f4f6;
  overflow-y: scroll;
}
/* scrollbar width */
.news-tab-section
  .news-tab-pane
  .news-section
  .news-circular::-webkit-scrollbar {
  width: 7px;
}

/* scrollbar track */
.news-tab-section
  .news-tab-pane
  .news-section
  .news-circular::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

/* scrollbar thumb */
.news-tab-section
  .news-tab-pane
  .news-section
  .news-circular::-webkit-scrollbar-thumb {
  background-color: #053869; /* maroon/red */
  border-radius: 10px;
}

/* hover effect */
.news-tab-section
  .news-tab-pane
  .news-section
  .news-circular::-webkit-scrollbar-thumb:hover {
  background-color: #053869;
}
.news-tab-section .news-tab-pane li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  width: 99%;
}
.news-tab-section .news-circular li a {
  display: flex;
  align-items: center;
  padding: 15px 5px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* text-transform: capitalize; */
}
.news-tab-section .news-circular li a::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border-radius: 10px;
  background-color: var(--color-secondary);
  background-image: url("../img/news-arrow-ing.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  justify-content: center;
  padding: 9px;
}

.news-tab-section .view-all,
.event-section .view-all,
.legacy-container .view-all,
.Latest-container .view-all {
  border-radius: 6px;
  background: #ffbf00;
  width: 109px;
  height: 32px;
  /* align-items: center; */
  text-align: center;
  align-content: center;
  margin: 0 auto;
}
.news-tab-section .view-all a,
.event-section .view-all a,
.legacy-container .view-all a,
.Latest-container .view-all a {
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.event-heading {
  font-family: var(--font-primary);
  color: rgba(0, 0, 0, 0.9);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  position: relative;
  padding: 10px;
  background: #f3f4f6;
  text-align: center;
  width: 98%;
  margin-left: 7px;
}

.quick-inner.news-circular {
  height: 315px;
  padding-top: 22px;
}

.holder-news.myTicker2.d-flex {
  height: 100% !important;
  width: 100%;
  justify-content: end;
}
.events-details {
  position: relative;
  height: 100%;
}
.events-details span {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
}
.events-container.ng-scope {
  width: 98%;
}
.events-details .event-image {
  height: 100%;
  width: 100%;
}
.events-details::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0), rgba(156, 0, 0, 0));
  /* background: linear-gradient(180deg, rgb(1 1 1 / 40%) 100%, rgba(0, 0, 0, 0) 46.28%); */
}
.events-details section {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  background: #ffc300;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border-left: 7px solid #053869;
  z-index: 1;
}
/* Quick Links */
.quickLink-section {
  padding-block: 40px 20px;
  /* background: linear-gradient(
    90deg,
    rgba(30, 76, 120, 0.96) 22.8%,
    rgba(5, 56, 105, 0.96) 57.04%
  ); */
  background: rgba(5, 56, 105, 0.98);
  position: relative;
}

.quickLink-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-image: url("../img/quickLink-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  z-index: -1; /* background layer */
}

.QuickLink-header h2 {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}

.qucik-div {
  width: auto;
  min-width: 120px;
}

.quick-link-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 15px 0px;
  border-radius: 12px;
}

.quick-img.icon-box {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 4px solid transparent;
}

.quick-img.icon-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  transition: all 0.4s ease;
}

/* Hover Effects - 3D Flip & Gold Aura (Stable Title) */
.quick-link-card:hover {
  transform: none; /* Keep card container stable */
}

.quick-img.icon-box {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 193, 7, 0);
  position: relative;
  margin-bottom: 15px !important;
}

.quick-link-card:hover .quick-img.icon-box {
  transform: translateY(-5px) scale(1.05); /* Subtle lift */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Simple shadow */
}

.quick-link-card:hover .quick-img.icon-box img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

.quick-link-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  transition: color 0.3s ease;
  transform: none !important; /* Forces title to stay put */
  max-width: 150px;
  margin: 0 auto;
}

.quick-link-card:hover .quick-link-title {
  color: var(--color-primary);
}

.quickLink-row {
  gap: 45px !important;
}

/* Ensure no leftover pseudo-elements from previous tests */
.quick-img.icon-box::before,
.quick-img.icon-box::after,
.quick-link-card::after {
  content: none !important;
}

/* Legacy Section */
.Latest-container {
  /* background-image: url("../img/Latest-bg.svg"); */
  background-repeat: no-repeat;
  background-position: unset;
  background-size: contain;
}
p.btn.legacy-btn {
  font-size: 14px;
  background: #f5efe3;
  border-radius: 50px;
  color: var(--color-primary);
}

.Latest-main-title span {
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: var(--color-secondary);
}
.Latest-container .view-all {
  align-items: start;
  margin: 21px 0 !important;
  width: 18%;
}

.Latest-main-title {
  color: var(--color-default);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-top: 67px;
  overflow: visible;
  margin-bottom: 0px;
}
.Latest-subtitle {
  color: #646262;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.Latest-img-con {
  text-align: end;
  padding: 0px;
}

.Latest-img {
  height: 480px !important;
  object-fit: cover !important;
  width: 100%;
}

.Latest-dec-con {
  background: var(--color-secondary);
  display: flex;
  height: 420px;
  padding-left: 61px;
  align-items: start;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 30px;
}

.Latest-dec-con h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  width: 572px;
}
.Latest-dec-con p {
  color: #fff;
  font-family: "Poppins";
  font-size: 16.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/* Latest Happening Navigation Arrows */
#latest-owl .owl-nav button.owl-prev,
#latest-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: none !important;
}

#latest-owl .owl-nav button.owl-prev {
  left: -50px;
}

#latest-owl .owl-nav button.owl-next {
  right: -50px;
}

#latest-owl .owl-nav button span {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
}

#latest-owl .owl-nav button:hover {
  background: transparent !important;
  color: var(--color-secondary) !important;
}

/* Legacy Container end */

/* Why choose */
.university-section {
  margin-block: 0px 15px;
  padding-top: 0;
}
.university-main-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-default);
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.university-title-highlight {
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: var(--color-secondary);
}

.university-subtitle {
  color: #646262;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.feature-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 337px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.img-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-card:hover .img-wrap img {
  transform: scale(1.1);
}

.img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0), rgba(156, 0, 0, 0));
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
  align-items: center;
}

.feature-card .card-body {
  padding: 12px;
}

.feature-card p {
  color: #454545;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

/* Schools and Programs Start */

.schools-header-section {
  text-align: center;
  margin-bottom: 40px;
}

.schools-main-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-default);
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.schools-title-highlight {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-secondary);
  font-family: "Poppins", sans-serif;
}

.schools-subtitle {
  color: #646262;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.schools-nav-tabs {
  border: none;
  margin-bottom: 50px;
  /* gap: 17.72px; */
  background: #f3f4f6;
  /* margin: auto 0; */
  justify-content: center;
  border-radius: 10px;
}

.schools-nav-link {
  border: none;
  background-color: #f3f4f6;
  color: #6c757d;
  padding: 18px 53px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schools-nav-link:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

.schools-nav-link.active {
  background-color: var(--color-secondary);
  color: white;
}

.schools-nav-link:hover .schools-nav-icon,
.schools-nav-link.active .schools-nav-icon {
  filter: brightness(0) invert(1);
}

.schools-nav-icon {
  width: 30px;
  height: 30px;
}

.schools-tab-content {
  background-color: white;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 0.5px solid #053869;
}

.schools-tab-contents {
  padding: 0px !important;
}

.schools-content-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}

.schools-icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: #f3f4f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schools-nav-icon {
  width: 30px;
  height: 30px;
  /* Make nav icons gray by default */
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.schools-nav-link:hover .schools-nav-icon,
.schools-nav-link.active .schools-nav-icon {
  /* Reset gray/opacity and turn white */
  opacity: 1;
  filter: brightness(0) invert(1);
}

.schools-icon-svg:not(.native-color) {
  filter: brightness(0) invert(13%) sepia(103%) saturate(1601%)
    hue-rotate(199deg) brightness(113%) contrast(166%);
}

.schools-icon-svg {
  width: 42px;
  height: 32px;
}

.schools-info-wrapper {
  flex: 1;
  align-items: center;
}

.schools-department-title {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

.schools-program-count {
  color: #454545;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.schools-programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* New Program Card Styling - 3 Column Grid */
.schools-programs-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Mobile: 1 column */
  gap: 20px;
}

@media (min-width: 768px) {
  .schools-programs-grid {
    grid-template-columns: repeat(2, 1fr); /* Tablet: 2 columns */
  }
}

@media (min-width: 992px) {
  .schools-programs-grid {
    grid-template-columns: repeat(3, 1fr); /* Desktop: 3 columns */
  }
}

.program-card {
  display: flex;
  text-decoration: none;
  border-radius: 8px; /* Rounded corners for the whole card */
  overflow: hidden; /* Ensure children don't overflow corners */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%; /* Stretch to fill grid cell */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.program-badge {
  background-color: var(--color-secondary); /* Dark Blue badge */
  color: white;
  width: 90px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-family: Poppins;
}

.program-info {
  background-color: #ffbe63; /* Peach/Orange body */
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Space between text and arrow */
  padding: 15px 20px;
  color: #000; /* Dark text */
}

.program-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  /* Reset text decorations/borders just in case */
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
}

.program-name::before,
.program-name::after {
  content: none !important;
}

.program-info i {
  color: #000;
  font-size: 16px;
  margin-left: 10px;
}

.schools-program-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  /* background-color: #f8f9fa; */
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid #a41e34;
}

.schools-program-item:hover {
  background-color: #e9ecef;
  transform: translateX(5px);
}

.schools-program-bullet {
  width: 8px;
  height: 8px;
  background-color: #a41e34;
  border-radius: 50%;
  flex-shrink: 0;
}

.schools-program-name {
  color: #2c3e50;
  font-weight: 500;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .schools-nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .schools-programs-grid {
    grid-template-columns: 1fr;
  }
}

div#schoolTabsContent ul {
  background: #f3f4f6;
}
div#schoolTabsContent ul li button {
  width: 410px;
  height: 48px;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
div#schoolTabsContent ul li button.active {
  background-color: var(--color-secondary);
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
div#schoolTabsContent ul li button:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
div#schoolTabsContent ul li button.active::after {
  position: absolute;
  content: "";
  display: inline-flex;
  width: 44px;
  height: 27px;
  margin-right: 6px;
  background-color: var(--color-secondary);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  justify-content: center;
  padding: 9px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -15px;
  left: 45%;
}
#schoolTabsContent span {
  display: inline-flex;
  padding: 17px 14px 17px 15px;
  align-items: center;
  gap: 7px;
  border-radius: 12px;
  border: 0.5px solid #053869;
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

#schoolTabsContent span::before {
  content: "";
  background-color: var(--color-secondary);
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

#schoolTabsContent span a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
/* Infrastructure	Start */
section.infrastructure-section {
  margin-block: 60px;
  padding-block: 10px;
}
.infrastructure-section-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-default);
  margin-bottom: 10px;
  text-align: center;
  font-family: poppins;
}
.infrastructure-highlight {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-secondary);
}

.infrastructure-section-subtitle {
  color: #646262;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.infra-india-imgBox img {
  width: 582px;
}

.infra-box-desc {
  flex: 1;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: flex-start;
}

.infra-box-desc img {
  background-color: #053869; /* Dark Blue from reference */
  padding: 10px;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.infr-box-img {
  width: 44%;
  min-height: 180px;
}
.infr-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

.infr-box {
  border-radius: 12px;
  border: 1px solid #053869;
  background: #f1f1f1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.infra-box-desc-first {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  margin-top: 12px !important;
  margin-bottom: 5px !important;
}

.infra-box-desc p:last-child {
  color: #666;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0px;
}
.infr-box-img img {
  height: 100%;
  width: 100%;
  border-radius: 10px 0px 0px 10px;
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* interactive styles */
.infr-box:hover,
.infr-box:focus-within {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(5, 56, 105, 0.15);
  border-color: #053869;
}

.infr-box:hover .infr-box-img img,
.infr-box:focus-within .infr-box-img img {
  transform: scale(1.1);
}

.infr-box:hover .infra-box-desc-first {
  color: #053869;
  transition: color 0.3s ease;
}

/* Glassy finishing to the left img */
.infr-box-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transition: none;
  z-index: 5;
  pointer-events: none;
}

.infr-box:hover .infr-box-img::after {
  left: 150%;
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.infr-box:hover .infr-box-img img {
  transform: scale(1.1);
  filter: brightness(1.05) contrast(1.05);
}

/* Clear legacy pseudo-elements */
.infr-box::before {
  content: none !important;
}

/* make overlay anchor show pointer as well */
.infr-link-overlay {
  cursor: pointer;
  display: block;
  outline: none;
}
.infr-link-overlay:focus {
  box-shadow: 0 0 0 3px rgba(183, 28, 28, 0.15);
  border-radius: 10px;
}

/* Global Partnership */
.global-partnership {
  position: relative;
  padding: 35px 0;
  background-image: url("../img/global-partnerships.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

h1.global-part-heading {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.global-partnership .partBox {
  display: flex;
  width: 91%;
  height: 130px;
  /* padding: 0 44.893px 0 45px; */
  justify-content: center;
  /* align-items: center; */
  /* aspect-ratio: 239.89/114.89; */
  background: #fff;
}
.item.partBox img {
  width: 100% !important;
  /* height: 100%; */
  /* padding: 10px 50px; */
}

.global-partnership .owl-nav {
  display: block !important;
  color: #fff;
}
.global-partnership .owl-carousel .owl-nav span {
  font-size: 45px !important;
  color: #fff !important;
}

.global-partnership .owl-item.active {
  display: flex;
  justify-content: center;
}
.global-partnership .owl-nav > div {
  margin-top: 0;
  position: absolute;
  top: 30%;
  color: #cdcbcd;
}

/* CampusLife */
.campusLife-section {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-image: url("../web-assets/img/clg-img-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-inline: 0px !important;
}

.campusLife-section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-default);
  margin-bottom: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.campusLife-highlight {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  font-family: "Poppins", sans-serif;
}

.campusLife-section-subtitle {
  text-align: center;
  color: #646262;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.campusLife-box {
  width: 400px;
  height: 290px;
  border-radius: 10px;
  border: 1px solid #9d0c0c;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-inline: 0px;
}
.campusLife-img img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.campusLife-desc {
  display: flex;
  /* display: inline; */
  width: 100%;
  /* height: 100%; */
  gap: 23px;
  padding: 21px;
}
.campusLife-desc img {
  display: flex;
  width: 39px;
  height: 40px;
  /* padding: 8px 7px 7px 7px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline;
}
.campusLife-desc-inner {
  display: inline-block;
}
p.campus-in-title {
  margin-bottom: 5px;
  color: #000;
  /* text-align: center; */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.campusLife-desc-inner p:last-child {
  color: #909090;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Placements start */
div#placementCarousel {
  margin-top: 5rem;
}
section.placements-section {
  margin-top: 70px !important; /* Clears fixed header */
  margin-bottom: 70px;
  padding-block: 0px;
  position: relative;
}

/* Force side-by-side on desktop/laptop/tablet-landscape */
@media (min-width: 791px) {
  .plcement-row {
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: center !important;
  }
}

/* Mid-Laptop Bridge (1200px-1367px) */
@media (min-width: 1200px) and (max-width: 1367px) {
  .placement-card-box {
    width: 700px !important;
    padding: 30px !important;
  }
  .placement-card .profile-img {
    width: 250px !important;
  }
  .profile-img img {
    width: 100% !important;
    /* height: auto !important; */
  }
  .placement-card-desc h4 {
    font-size: 20px !important;
  }
  .placement-card-desc h4::after {
    width: 480px !important;
  }
  .placement-card-desc h4::before {
    height: 90px !important;
  }
  .placement-card-desc p,
  p.placemetn-placed-desc {
    font-size: 16px !important;
  }
  .placemetn-placed-head span {
    font-size: 34px !important;
  }
  .placemetn-placed-head {
    font-size: 24px !important;
  }
  #placementCarousel .carousel-control-prev {
    right: calc(44% - 168px) !important;
  }
  #placementCarousel .carousel-control-next {
    right: calc(44% - 225px) !important;
  }
}

/* Tablet Landscape (992px-1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .placement-card-box {
    width: 660px !important;
    padding: 25px !important;
  }
  .placement-card .profile-img {
    width: 230px !important;
  }
  .profile-img img {
    width: 100% !important;
    height: auto !important;
  }
  .placement-card-desc h4 {
    font-size: 19px !important;
  }
  .placement-card-desc h4::after {
    width: 440px !important;
  }
  .placement-card-desc h4::before {
    height: 85px !important;
  }
  .placement-card-desc p,
  p.placemetn-placed-desc {
    font-size: 15px !important;
  }
  .placemetn-placed-head span {
    font-size: 32px !important;
  }
  .placemetn-placed-head {
    font-size: 22px !important;
  }
  #placementCarousel .carousel-control-prev {
    right: calc(44% - 158px) !important;
  }
  #placementCarousel .carousel-control-next {
    right: calc(44% - 215px) !important;
  }
}

/* Tablet Portrait Bridge (791px-991px) */
@media (min-width: 791px) and (max-width: 991px) {
  .placement-card-box {
    width: 530px !important;
    padding: 20px !important;
  }
  .placement-card .profile-img {
    width: 190px !important;
  }
  .profile-img img {
    width: 100% !important;
    height: 283px !important;
  }
  .placement-card-desc h4 {
    font-size: 17px !important;
  }
  .placement-card-desc h4::after {
    width: 360px !important;
  }
  .placement-card-desc h4::before {
    height: 75px !important;
  }
  .placement-card-desc p,
  p.placemetn-placed-desc {
    font-size: 14px !important;
  }
  .placemetn-placed-head span {
    font-size: 28px !important;
  }
  .placemetn-placed-head {
    font-size: 18px !important;
  }
  #placementCarousel .carousel-control-prev {
    right: calc(44% - 113px) !important;
  }
  #placementCarousel .carousel-control-next {
    right: calc(44% - 170px) !important;
  }
}

section.recr-section {
  margin-block: 100px;
  background-color: #f1f1f1;
}
/* section.placements-section::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/placement-sec-bg.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  z-index: -1;
} */

.placements-section-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-default);
  margin-bottom: 5px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.placements-highlight {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-secondary);
  font-family: "Poppins", sans-serif;
}

.placements-section-subtitle {
  text-align: center;
  color: #646262;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.placements-counts {
  /* border-radius: 10px; */
  /* background: #f0d7d7; */
  /* padding: 20px; */
  height: 131px;
  gap: 0px;
  align-items: center;
  /* display: flex; */
  background: #ffbe63;
  border-radius: 14px;
  padding: 0px 0px;
  width: 91%;
  margin: 0 auto;
}

.global-partnership-carousel {
  padding-block: 50px;
}
.placements-box {
  width: 400px;
  margin: 0 auto;
}

.placements-box p {
  color: #053869;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}
.placement-card-box-row {
  justify-content: flex-end;
  display: flex;
  padding-inline: 0px;
}

.placements-box h1 {
  color: #053869;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.placement-carousel .owl-item.active {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.logo-column {
  width: 95%;
  /* height: 312px; */
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
}

.logo-item {
  border: 0.7px solid rgba(0, 0, 0, 0.8);
  background: #fff;
  padding: 0px 0px;
  text-align: center;
  height: 130px;
}

.logo-item img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.placement-carousel .owl-nav {
  display: block !important;
}
.placement-carousel .owl-nav .owl-prev {
  left: -50px;
  color: #000 !important;
}
.owl-carousel .owl-nav span {
  color: var(--color-default) !important;
  padding: 10px;
}
.placement-carousel .owl-nav .owl-next {
  right: -50px;
}

.placement-card-box {
  background: #053869;
  padding: 40px;
  display: flex;
  justify-content: center;
  width: 830px;
  height: 343px;
  position: relative;
  z-index: -1;
}
.placement-card-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  width: 100%;
  height: 100%;
  background-image: url(../img/campus-bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.placement-card-desc h4 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}
.placement-card-desc h4::after {
  content: "";
  display: block;
  background: #fff;
  width: 572px;
  height: 3px;
  position: absolute;
  left: -60px;
  margin-top: 5px;
}
.placement-card-desc h4::before {
  content: "";
  display: block;
  background: #fff;
  width: 4px;
  height: 111px;
  position: absolute;
  left: -24px;
}
.placement-card-desc p {
  color: #f0d7d7;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 0px 0px 0px;
}

p.placemetn-placed-desc {
  color: #f0d7d7;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 0px 0px 0px;
}

.placement-card-desc {
  width: 82%;
  position: relative;
  z-index: 2;
}
/* .placemetn-placed-desc {
  color: #f0d7d7;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
} */
.placemetn-placed-head span {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.placemetn-placed-head {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
h2.fw-bold.mt-1.placemetn-placed-head {
  display: flex;
  flex-direction: column;
}

.placement-card .profile-img {
  width: 300px;
  height: 343px; /* Exact match to card box */
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
  display: block;
  transition: all 0.4s ease;
  border: 3px solid transparent;
  margin-left: -2px !important;
  box-sizing: border-box !important;
}

#placementCarousel .carousel-control-prev,
#placementCarousel .carousel-control-next {
  position: absolute;
  bottom: 10px !important;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px !important;
  height: 50px !important;
  padding: 0;
  color: #fff;
  text-align: center;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  top: unset;
  background: #f0d7d7 !important; /* Original light-pink */
}

/*
Card total width = 1130px (830 + 300)
Center of card = Center of screen (due to justify-content-center)
Join point is at 830px from left of card.
Card starts at Center - 565px.
Join point is at (Center - 565px) + 830px = Center + 265px.
So join point is 265px to the RIGHT of center.
Controls width = 80px total.
Position should be to the left of the join point.
Right edge of Next button = Join point = Center + 265px.
From right edge of screen: Center is 50%.
So join point is at (50% right - 265px).
Wait. If center is 50%, and join is +265px from center.
Distance from right edge = 50% - 265px.
*/

#placementCarousel .carousel-control-prev {
  left: auto;
  right: calc(50% - 211px); /* Aligned to join edge (268 - 57) */
  border-radius: 20px 0 0 20px;
}

#placementCarousel .carousel-control-next {
  right: calc(50% - 268px); /* Aligned exactly to join edge */
  left: auto;
  border-radius: 0 20px 20px 0;
}

#placementCarousel .carousel-control-prev-icon,
#placementCarousel .carousel-control-next-icon {
  width: 30px;
  height: 48px;
}

#placementCarousel .carousel-control-prev:hover,
#placementCarousel .carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

/* CUSTOM ARROWS */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.profile-img img {
  height: 343px;
  width: 293px;
}

/* Placements Responsiveness (Mobile) */
@media (max-width: 790px) {
  .plcement-row {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .placement-card-box {
    width: 90% !important;
    max-width: 700px !important;
    height: auto !important;
    padding: 40px 30px !important;
    border-radius: 14px 14px 0 0 !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .placement-card-desc {
    width: 100% !important;
  }

  .placement-card-desc h4 {
    font-size: 22px !important;
  }

  .placement-card-desc h4::after {
    width: 100% !important;
    left: 0 !important;
    position: relative !important;
    display: block !important;
    margin-top: 10px !important;
  }

  .placement-card-desc h4::before {
    display: none !important;
  }

  .placement-card .profile-img {
    width: 90% !important;
    max-width: 700px !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 0 14px 14px !important;
    margin: 0 auto !important;
  }

  .profile-img img {
    width: 100% !important;
    height: auto !important;
    max-height: 450px;
    object-fit: cover;
  }

  .placement-card-desc p,
  p.placemetn-placed-desc {
    font-size: 18px !important;
  }

  .placemetn-placed-head span {
    font-size: 38px !important;
  }

  /* Control Positioning - Grouped at bottom */
  #placementCarousel .carousel-control-prev,
  #placementCarousel .carousel-control-next {
    bottom: -80px !important;
    top: auto !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    position: absolute !important;
  }

  #placementCarousel .carousel-control-prev {
    left: calc(50% - 55px) !important;
    right: auto !important;
    border-radius: 12px !important;
  }

  #placementCarousel .carousel-control-next {
    right: auto !important;
    left: calc(50% + 5px) !important;
    border-radius: 12px !important;
  }

  div#placementCarousel {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .placements-section-title,
  .placements-highlight {
    font-size: 28px !important;
  }
  .placements-counts {
    flex-direction: column;
    height: auto;
    padding: 30px 10px;
    width: 100%;
    gap: 20px;
  }
  .placements-box {
    width: 100%;
    margin: 0 auto;
  }
  .placemetn-placed-head span {
    font-size: 32px !important;
  }
  .placemetn-placed-head {
    font-size: 22px !important;
  }
  .placement-card-desc p,
  p.placemetn-placed-desc {
    font-size: 16px !important;
  }
  .placement-card-desc h4 {
    font-size: 20px !important;
  }
  .placement-card-box {
    padding: 20px !important;
  }
}

/* Jounerney */
.journey-section {
  background-color: var(--color-primary);
}

.journey-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.journey-section-subtitle {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.jouneryLink-btn {
  text-align: center;
}

.jouneryLink-btn .jouneryLinkbtn-1 {
  display: inline-flex;
  padding: 8px 23px 9px 27px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #ffbf00;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.jouneryLink-btn .jouneryLinkbtn-2 {
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  padding: 8px 21px;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 2%;
  gap: 5px;
}

.jouneryo-box {
  width: 321px;
  height: 220px;
  background-color: #932222;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 6px 15px #dcc9c91f; */
}

.jouneryo-box img {
  width: 40px;
}
.jouneryo-box .jounery-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-block: 10px 5px;
}
.jouneryo-box .jounery-desc {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}
.jouneryo-box a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.jounerybox-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Excellance Start */
section.excellance-section {
  margin-block: 80px;
  /* background: linear-gradient(
    180deg,
    rgba(238, 248, 255, 0.2) 0%,
    #eef8ff 100%
  ); */
}

.excellance-section-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-default);
  margin-bottom: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.excellance-highlight {
  font-size: 34px;
  font-weight: 700;
  color: var(--color-secondary);
  font-family: "Poppins", sans-serif;
}
.excellance-tabs {
  gap: 71px;
  border: unset;
  justify-content: center;
}
.excellance-tabs.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #fff #fff #053869 #fff;
}
.excellance-tabs.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #fff #fff #053869 #fff;
}

.stories-nav-link {
  padding: 0px 0px 0px 0px !important;
}

.excellance-section .excellance-tabs button.active {
  color: #053869 !important;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: unset !important;
  border-bottom: 1px solid var(--color-primary);
}
.excellance-section .excellance-tabs button {
  color: #64748b !important;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #64748b;
}

.excellance-box {
  border-radius: 15px 0px 15px 0px !important;
  /* background: rgba(157, 12, 12, 0.9); */
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
  width: 92%;
  height: 281px;
  margin-left: 5px;
  display: flex;
  overflow: hidden !important;
  position: relative;
  z-index: 10;
  /* justify-content: end; */
  /* align-items: end; */
}
.excellance-carousel .owl-item.active {
  display: flex;
  justify-content: center;
}
.excellance-tab-content {
  border: none !important;
}

.studentBox-outer {
  border-radius: 15px 0px 15px 0px;
  background: var(--color-secondary);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  height: 281px;
  gap: 10px;
  align-items: center;
  /* justify-content: space-between; */
  padding-inline: 0px 15px !important;
}

.studentBox-outer .student-img {
  width: 227px !important;
  height: 281px !important;
  /* flex-shrink: 0; */
}

.studen-b::before {
  content: "";
  position: absolute;
  background-image: url("../img/exvellenceBox-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  z-index: -1;
  right: 50px;
  display: block;
  width: 100%;
  height: 100%;
}

.studen-b img {
  width: 30px !important;
  height: 30px !important;

  /* aspect-ratio: 1/1; */
}
.studen-b p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.studen-b p.student-name {
  color: #ffbf00;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.studen-b {
  position: relative;
  width: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
  margin-left: 5px;
  padding: 0px 10px;
}

/* Spolight */
.enquiry-section {
  background-image: url("../img/enquiry-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 408px;
  border-radius: 16px;
}
.enquiry-title {
  color: #ffbf00;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
}
.enquiry-subtitle {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}

.enquiry-box-sec {
  justify-content: center;
  /* gap: 0px; */
}
.enquiry-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.enquiry-box:hover {
  transform: translateY(-10px);
}

/* Continuous floating animation */
@keyframes icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.enquiry-img {
  width: 60px;
  height: 60px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  animation: icon-float 2.5s ease-in-out infinite;
}

.enquiry-box:hover .enquiry-img {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 5px 15px rgba(255, 191, 0, 0.4));
  animation-play-state: paused;
}

.enquiry-box a {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}

.enquiry-box:hover a {
  color: var(--color-primary);
}

/* Footer */
.footer {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-image: url("../web-assets/img/clg-img-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-inline: 0px !important;
}
.footer {
  position: relative;
  min-height: 300px; /* required */
  /* overflow: hidden; */
}

/* Background image via ::before */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/clg-img-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  z-index: -1;
}

.footer-section {
  display: flex;
  position: relative;
  overflow: hidden;
  /* width: 1439px; */
  height: 477px;
  padding: 17px 0px 0px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  border: 1px solid rgba(229, 231, 235, 0);
  /* background: linear-gradient(
		180deg,
		rgba(159, 12, 12, 0.92) 60.41%,
		rgba(127, 7, 7, 0.92) 90%
	); */
}

/* keep footer content above svg */
.footer-section > * {
  position: relative;
  z-index: 1;
}
.firstcolumn {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 170px;
}

.clg-name h1 {
  margin-bottom: 0px;
  color: #fff;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.clg-name p {
  color: #fff;
  font-family: Prociono;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-location {
  position: relative;
  padding-left: 40px;
  color: #fff;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* SVG before */
.footer-location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;

  width: 27px;
  height: 26px;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M20.5912 9.75422C20.5912 8.75798 20.395 7.77149 20.0137 6.85109C19.6325 5.93068 19.0737 5.09438 18.3692 4.38993C17.6648 3.68548 16.8285 3.12668 15.9081 2.74544C14.9877 2.36419 14.0012 2.16797 13.005 2.16797C12.0087 2.16797 11.0222 2.36419 10.1018 2.74544C9.18141 3.12668 8.34511 3.68548 7.64066 4.38993C6.93621 5.09438 6.37741 5.93068 5.99617 6.85109C5.61493 7.77149 5.4187 8.75798 5.4187 9.75422C5.4187 11.2574 5.86196 12.6554 6.61625 13.8345L13.005 23.843L19.4023 13.8345C20.176 12.6171 20.5913 11.2008 20.5912 9.75422ZM13.005 13.0055C12.1427 13.0055 11.3157 12.6629 10.706 12.0532C10.0962 11.4435 9.7537 10.6165 9.7537 9.75422C9.7537 8.89194 10.0962 8.06497 10.706 7.45524C11.3157 6.84551 12.1427 6.50297 13.005 6.50297C13.8672 6.50297 14.6942 6.84551 15.3039 7.45524C15.9137 8.06497 16.2562 8.89194 16.2562 9.75422C16.2562 10.6165 15.9137 11.4435 15.3039 12.0532C14.6942 12.6629 13.8672 13.0055 13.005 13.0055Z' fill='white'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.footer-email {
  position: relative;
  padding-left: 38px; /* space for icon */
  color: #fff;
}
.footer-email a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
/* Email icon */
.footer-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 24px;
  height: 24px;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM19.6 8.25L13.06 12.34C12.41 12.75 11.59 12.75 10.94 12.34L4.4 8.25C4.29973 8.19371 4.21192 8.11766 4.14189 8.02645C4.07186 7.93525 4.02106 7.83078 3.99258 7.71937C3.96409 7.60796 3.9585 7.49193 3.97616 7.37831C3.99381 7.26468 4.03434 7.15581 4.09528 7.0583C4.15623 6.96079 4.23632 6.87666 4.33073 6.81099C4.42513 6.74533 4.53187 6.69951 4.6445 6.6763C4.75712 6.65309 4.87328 6.65297 4.98595 6.67595C5.09863 6.69893 5.20546 6.74453 5.3 6.81L12 11L18.7 6.81C18.7945 6.74453 18.9014 6.69893 19.014 6.67595C19.1267 6.65297 19.2429 6.65309 19.3555 6.6763C19.4681 6.69951 19.5749 6.74533 19.6693 6.81099C19.7637 6.87666 19.8438 6.96079 19.9047 7.0583C19.9657 7.15581 20.0062 7.26468 20.0238 7.37831C20.0415 7.49193 20.0359 7.60796 20.0074 7.71937C19.9789 7.83078 19.9281 7.93525 19.8581 8.02645C19.7881 8.11766 19.7003 8.19371 19.6 8.25Z' fill='white'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.footer-phone a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.footer-phone {
  position: relative;
  padding-left: 38px; /* space for icon */
  color: #fff;
}
.footer-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 24px;
  height: 24px;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.3282 22.4996C17.4132 22.4996 16.1278 22.1686 14.2032 21.0933C11.8627 19.7808 10.0524 18.5691 7.72457 16.2474C5.48019 14.0044 4.388 12.5522 2.85941 9.77066C1.13254 6.63003 1.42691 4.98378 1.75597 4.28019C2.14785 3.43925 2.72629 2.93628 3.47394 2.43707C3.89861 2.15883 4.34801 1.92032 4.81644 1.72457C4.86332 1.70441 4.90691 1.68519 4.94582 1.66785C5.17785 1.56332 5.52941 1.40535 5.97472 1.5741C6.27191 1.68566 6.53722 1.91394 6.95254 2.3241C7.80425 3.1641 8.96816 5.03488 9.39753 5.95363C9.68582 6.57285 9.8766 6.9816 9.87707 7.44003C9.87707 7.97675 9.60707 8.39066 9.27941 8.83738C9.218 8.92128 9.15707 9.00144 9.098 9.07925C8.74128 9.548 8.663 9.68347 8.71457 9.92535C8.8191 10.4114 9.59863 11.8585 10.8797 13.1368C12.1608 14.415 13.5661 15.1453 14.0541 15.2494C14.3063 15.3033 14.4446 15.2218 14.9283 14.8524C14.9977 14.7994 15.0689 14.7446 15.1435 14.6897C15.6432 14.318 16.0378 14.055 16.5619 14.055H16.5647C17.0208 14.055 17.4113 14.2528 18.0582 14.5791C18.9019 15.0047 20.8289 16.1536 21.6741 17.0063C22.0852 17.4207 22.3144 17.685 22.4264 17.9818C22.5952 18.4285 22.4363 18.7786 22.3327 19.013C22.3153 19.0519 22.2961 19.0946 22.276 19.1419C22.0787 19.6095 21.8387 20.058 21.5593 20.4816C21.061 21.2269 20.5561 21.8039 19.7133 22.1963C19.2805 22.401 18.8069 22.5047 18.3282 22.4996Z' fill='white'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.imp-links {
  padding-inline-start: 0px !important;
}

.imp-links h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: normal;
}
.row.myCustomMenuFooter .btn.btn-link {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-inline: 0px !important;
  width: 100%;
  text-align: left;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--color-primary);
  letter-spacing: 1px;
  box-shadow: none;
}
.timing-visitor-section h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.timing-visitor-section p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.footer-map {
  margin: 0 auto;
  text-align: start;
  position: absolute;
  right: -45px;
  top: 30px;
}
.location-list li {
  position: relative;
  color: #053869;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-left: 30px;
  list-style: none;
}

.footer-location-icon {
  position: relative;
  padding-left: 0;
  color: #fff;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-map iframe {
  width: 200px;
  height: 151px;
  border-radius: 10px;
  border: 0.5px solid #909090 !important;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.footer-map h2 {
  color: #053869;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-left: 0%;
  margin-bottom: 3% !important;
}

.linkone {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 200px;
}
.linkone a {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  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;
}

/* Department Tab */

.tabsName-holder ul.nav.nav-tabs.left-tabs.newsCustomeClass {
  background-color: var(--color-primary);
  color: #fff !important;
  padding: 0px 0px !important;
}
.tabsName-holder ul.nav.nav-tabs.left-tabs.newsCustomeClass li {
  list-style: none;
  padding-left: 0px !important;
  /* padding: 8px 0px; */
  display: grid;
}

.tabsName-holder .left-tabs .nav-link {
  color: #fff;
  padding: 10px;
}
.tabsName-holder .tab-content {
  padding: 0px !important;
}

/* Inner page */
.page-headings::after,
.sub-head::after {
  content: " ";
  position: absolute;
  bottom: 0;
  border-bottom: 3px solid #ffbf00;
  width: 100px;
  left: 0;
}
.page-headings,
.sub-head {
  /* border-bottom: 3px solid rgb(247, 127, 0); */
  padding-bottom: 5px;
  padding-top: 5px;
  color: var(--color-primary);
  /* width: auto; */
  padding-inline: 0px;
  margin-bottom: 20px !important;
  font-size: 25.6px !important;
  font-weight: 600 !important;
  position: relative;
}
.clg-img.about-img {
  float: right;
  width: 570px;
  margin-left: 25px;
}
.clg-img img {
  border-radius: 14px;
  border: 0.5px solid #7f7f7f;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.prin-msg {
  float: left;
  margin-right: 20px;
}
.prin-msg img {
  border-radius: 14px;
  border: 0.5px solid #7f7f7f;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.our-inspiration-img {
  width: 250px;
  height: 250px;
  border-radius: 15px;
}

/* Media Query */

@media only screen and (max-width: 450px) {
  .about-info {
    padding: 0 25px;
    margin: 25px 0 0;
  }

  /* Hedaer */
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* Jounery Section */
  .jounerybox-section {
    display: block;
    margin-top: 30px;
  }
  .jounereyBox {
    margin-top: 10px;
  }
}

/* Vision and mission*/
.vm-card {
  border: 1px solid #053869; /* Deep Red */
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 110, 188, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(157, 12, 12, 0.2);
}

.vm-body {
  padding: 25px !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.vm-logo-container {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-top: 10px;
}

.top-center-logo {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffbf00; /* Golden Yellow */
  padding: 5px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
}

.top-center-logo:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border-color: var(--color-primary);
}

.vm-body h5 {
  color: var(--color-secondary); /* Deep Red */
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  text-align: center;
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
}

.vm-body ul {
  padding-left: 1.8rem;
  margin-bottom: 0;
  list-style: none;
}

.vm-body ul li {
  position: relative;
  margin-bottom: 1rem;
  text-align: justify;
  line-height: 1.7;
  color: #444;
  padding-left: 5px;
}

.vm-body ul li:last-child {
  margin-bottom: 0;
}

.vm-body ul li::before {
  content: "â–¸";
  position: absolute;
  left: -1.5rem;
  top: 0;
  color: var(--color-secondary); /* Deep Red */
  font-size: 1.4rem;
  font-weight: bold;
}

.vm-body p {
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 0;
  color: #444;
  font-size: 1.05rem;
}

.profile-card {
  border: 1px solid #053869; /* Deep Red */
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 68, 124, 0.1);
  margin-top: 1.5rem !important; /* Reduced margin-top */
}

.profile-image-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  width: 220px;
  height: 250px;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
  display: block;
  transition: all 0.4s ease;
  border: 3px solid transparent;
}

.profile-image-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(157, 12, 12, 0.3);
}

.profile-image-container:hover .profile-img {
  transform: scale(1.05);
  border-color: #ffbf00; /* Golden Yellow border on hover */
}

.profile-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0 0 0 0 rgba(255, 191, 0, 0.7);
  transition: all 0.4s ease;
  pointer-events: none;
}

.profile-image-container:hover::after {
  box-shadow: 0 0 20px 5px rgba(255, 191, 0, 0.5);
}

.name-box-container {
  margin-top: 15px;
  margin-bottom: 10px;
}

.name-box {
  margin-top: 15px;
  padding: 15px;
  background: linear-gradient(
    135deg,
    rgba(255, 191, 0, 0.1),
    rgba(157, 12, 12, 0.05)
  );
  border-radius: 10px;
  border-left: 4px solid #ffbf00;
  font-style: normal; /* Changed from italic to normal */
  color: #555;
  text-align: center;
}

.profile-name {
  color: #053869; /* Deep Red */
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
  line-height: 1.2;
}

.profile-designation {
  color: #666;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
}

.right-content-column {
  position: relative;
  padding-left: 30px;
}

/* VERTICAL LINE BETWEEN COLUMNS */
.right-content-column::before {
  content: "";

  left: 0;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(157, 12, 12, 0.2),
    rgba(255, 191, 0, 0.2),
    rgba(157, 12, 12, 0.2)
  );
}

.bio-title {
  color: var(--color-secondary); /* Deep Red */
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

/* HR UNDER SRES WITH 3 COLOR GRADIENT */
.title-hr {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    #9d0c0c 0%,
    #9d0c0c 33%,
    #ffbf00 33%,
    #ffbf00 66%,
    #f5efe3 66%,
    #f5efe3 100%
  );
  margin: 0.5rem 0 1rem 0;
  width: 100%;
}

.bio-subtitle {
  color: #ffbf00; /* Golden Yellow */
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.bio-text {
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #444;
}

/* DESKTOP SPECIFIC SPACING */
@media (min-width: 768px) {
  .profile-card {
    margin-top: 1rem !important; /* Less margin on desktop */
  }

  .vm-body {
    padding: 20px !important; /* Less padding on desktop */
  }
}

@media (max-width: 768px) {
  .vm-body {
    padding: 20px !important;
  }

  .top-center-logo {
    width: 80px;
    height: 80px;
  }

  .profile-image-container {
    width: 180px;
    height: 200px;
  }

  .name-box {
    margin-left: 0;
    border-radius: 8px;
  }

  .right-content-column {
    padding-left: 0;
    margin-top: 20px;
  }

  .right-content-column::before {
    display: none;
  }

  .row.g-2 {
    row-gap: 1.5rem !important; /* More gap on mobile */
  }
}

/* Vision and mission end*/

/* Chairman Desk */

/* MAIN CARD */
.chairman-main-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(157, 12, 12, 0.1);
  padding: 30px;
}

/* LEFT STICKY */
.chairman-sticky {
  position: sticky;
  top: 20px;
  text-align: center;
}

/* IMAGE */
.chairman-image-box {
  width: 320px;
  height: 330px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.chairman-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* NAME */
.chairman-name-box {
  margin-top: 15px;
  padding: 15px;
  background: linear-gradient(
    135deg,
    rgba(255, 191, 0, 0.1),
    rgba(157, 12, 12, 0.05)
  );
  border-left: 4px solid #ffbf00;
  border-radius: 10px;
}

.chairman-name {
  color: #053869;
  font-weight: 700;
  font-size: 1.05rem;
}

.chairman-designation {
  color: #666;
  font-size: 0.85rem;
}

/* RIGHT CONTENT */
.chairman-content {
  position: relative;
  padding-left: 30px;
}

.chairman-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(157, 12, 12, 0.2),
    rgba(255, 191, 0, 0.2),
    rgba(157, 12, 12, 0.2)
  );
}

.chairman-text {
  text-align: justify;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1rem;
}

/* WARM REGARDS */
.chairman-regards {
  margin-top: 30px;
  padding: 20px;
  background: rgba(157, 12, 12, 0.04);
  border-radius: 8px;
}

.chairman-regards em {
  color: #053869;
  font-weight: 600;
}

.chairman-sign-name {
  font-size: 18px;
  font-weight: 700;
  color: #053869;
}

.chairman-sign-desig {
  font-style: italic;
  color: #666;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .chairman-sticky {
    position: static;
    margin-bottom: 30px;
  }
  .chairman-content {
    padding-left: 0;
  }
  .chairman-content::before {
    display: none;
  }
  .chairman-image-box {
    width: 180px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .chairman-image-box {
    width: 160px;
    height: 180px;
  }
}
/* Chairman Desk End*/

/* Hod Desk & Directors Desk card */
.hod-desk {
  border: none;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* TOP COLOR STRIP */
.hod-desk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffbf00;
}

.hod-desk:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(157, 12, 12, 0.25);
}

/*
   IMAGE â€“ SQUARE (THIN BORDER) */
.hod-desk img {
  width: 150px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #ffbf00;
  padding: 2px;
  background: #fff;
  transition: 0.3s ease;
}

.hod-desk:hover img {
  transform: scale(1.05);
}

/*  TEXT */
.hod-desk p {
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #333;
  text-align: center !important;
}

.hod-desk p strong {
  color: #053869;
}

/* BUTTON (UNCHANGED) */
.hod-desk .btn {
  background: linear-gradient(135deg, #053869, #ffbf00);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 25px;
  transition: 0.3s ease;
}

.hod-desk .btn:hover {
  background: #053869;
  color: #ffbf00;
  box-shadow: 0 6px 16px rgba(157, 12, 12, 0.35);
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .hod-desk img {
    width: 120px;
    height: 120px;
  }
  .hod-desk p {
    font-size: 0.9rem;
  }
}
/* Hod Desk & Directors Desk card  End */

/*  All PDF BUTTONS */
.pdf-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
  background: var(--color-secondary);
  border: 1px solid #053869;
  box-shadow: 0 4px 10px rgba(157, 12, 12, 0.15);
  transition: all 0.3s ease;
  text-align: center;
}

/* 
   PNG ICON
*/
.pdf-btn img {
  width: 29px;
  height: 25px;
  vertical-align: middle;
}

/* HOVER EFFECT */
.pdf-btn:hover {
  color: var(--color-secondary);
  background: var(--color-primary);
  border: none;
  box-shadow: 0 8px 20px rgba(5, 56, 105, 0.25);
  transform: translateY(-2px);
}

.pdf-btn:hover img {
  filter: brightness(0) invert(1); /* icon white on hover */
}
/*  All PDF BUTTONS END */

/* 
   UL WITH ARROW BULLETS  */
.su-ul {
  padding-left: 0; /* Remove default padding */
  list-style: none; /* Remove default bullets */
}

.su-ul li {
  position: relative;
  padding-left: 25px; /* Space for arrow */
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.su-ul li::before {
  content: "âž¤"; /* Arrow symbol */
  position: absolute;
  left: 0;
  top: 0;
  color: #053869; /* Maroon arrow */
  font-size: 1rem;
}
/* 
   UL WITH ARROW BULLETS End  */

/* gallery + Lightbox image */
img.thumb {
  border: 1px solid #053869;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
}

/* lightbox */
.lb {
  position: fixed;
  inset: 0;
  background: #000c;
  display: none;
  z-index: 999;
}
.lb:target {
  display: block;
}

.lb img {
  max-width: 50vw;
  max-height: 50vh;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 10px;
}

/* arrows */
.lb a.nav {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  background: #0007;
  border-radius: 50%;
  text-decoration: none;
  transform: translateY(-50%);
}
.lb a.prev {
  left: 20px;
}
.lb a.next {
  right: 20px;
}

.lb a.nav::before {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  display: block;
  text-align: center;
}
.lb a.prev::before {
  content: "â®";
}
.lb a.next::before {
  content: "â¯";
}

/* close */
.lb .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}
/* gallery + Lightbox image End*/

.placement-sec p,
.placement-sec li {
  text-align: justify;
}

.placement-prp-sec p,
.placement-prp-sec ul li {
  text-align: justify;
}
.row.page-insight p {
  text-align: justify;
}

/* Sanjivani University Section Title */
.su-section-title {
  font-size: 1.2rem;
  font-weight: 600; /* slightly bold */
  color: #053869; /* maroon */
  margin-bottom: 10px;
}

* Sanjivani University Section Title End */ .placement-carousel {
  position: relative;
  overflow: visible;
}

/* --------
   Card
---------- */
.placement-carousel .card {
  border: 1px solid #9d0c0c;
  background: #fff;
  text-align: center;
  padding: 12px;
}

/* logo image */
.placement-carousel .card img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/* -------------------------------
   Carousel visibility
-------------------------------- */
.placement-carousel .carousel {
  overflow: visible;
}

/* -------------------------------
   Arrows (GRAY & OUTSIDE for desktop)
-------------------------------- */
.placement-carousel .carousel-control-prev,
.placement-carousel .carousel-control-next {
  width: 45px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.placement-carousel .carousel-control-prev {
  left: -60px;
}

.placement-carousel .carousel-control-next {
  right: -60px;
}

/* custom gray arrows */
.placement-carousel .carousel-control-prev-icon,
.placement-carousel .carousel-control-next-icon {
  background-image: none;
  width: 20px;
  height: 20px;
}

.placement-carousel .carousel-control-prev-icon::after,
.placement-carousel .carousel-control-next-icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  margin: auto;
}

.placement-carousel .carousel-control-prev-icon::after {
  transform: rotate(-135deg);
}

.placement-carousel .carousel-control-next-icon::after {
  transform: rotate(45deg);
}

/* -------------------------------
   Indicators (ROUND, NO FLEX)
-------------------------------- */
.placement-carousel .carousel-indicators {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}

.placement-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
  border: none;
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  opacity: 1;
}

.placement-carousel .carousel-indicators .active {
  background: #9d0c0c;
}

/* ===============================
   Mobile Responsive Fix
=============================== */
@media (max-width: 768px) {
  /* fix bootstrap negative margins */
  .placement-carousel .carousel-item .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* spacing between cards */
  .placement-carousel .carousel-item .col-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* smaller cards */
  .placement-carousel .card {
    padding: 8px;
    margin-bottom: 10px;
  }

  /* smaller logos */
  .placement-carousel .card img {
    max-height: 45px;
    width: 100%;
    object-fit: contain;
  }

  /* arrows hidden on mobile */
  .placement-carousel .carousel-control-prev,
  .placement-carousel .carousel-control-next {
    display: none;
  }
}

/* placement-carousel end */

/* ===== sanjivani Table CSS ===== */
.sanjivani-table {
  width: 90%; /* desktop width */
  margin: 0 auto;
  overflow-x: auto; /* horizontal scroll for mobile */
}

.sanjivani-table table {
  width: 100%; /* full width of container */
  border-collapse: collapse;
  border: 1px solid #053869;
  min-width: 600px; /* ensures table doesn't shrink too much on small screens */
}

.sanjivani-table thead th {
  border: 1px solid #dee2e6 !important;
  border-bottom: 2px solid #dee2e6 !important;
  vertical-align: middle;
}

.sanjivani-table th {
  background-color: #053869;
  color: white;
  padding: 5px;
  text-align: center;
  /* border: 1px solid #ffbf00; */
}

.sanjivani-table td {
  padding: 15px;
  border: 1px solid #053869;
}

.sanjivani-table tr:hover {
  background: rgba(157, 12, 12, 0.04);
}

.sanjivani-table .view-btn {
  background-color: #053869;
  color: #fff;
  padding: 5px 8px;
  text-decoration: none;
  /* border-radius: 10px; */
  display: inline-block;
  /* font-weight: bold; */
  /* border: 1px solid #053869; */
  transition: all 0.3s ease;
}

.sanjivani-table .view-btn:hover {
  background-color: #ffbf00;
  color: #053869;
  /* border: 1px solid #ffbf00; */
}

.sanjivani-table td:first-child {
  text-align: start;
  /* font-weight: bold; */
  width: 20%;
}

.sanjivani-table td:last-child {
  text-align: start;
}

.sanjivani-table th,
.sanjivani-table td {
  border-left: 1px solid #053869;
  border-right: 1px solid #053869;
}

.sanjivani-table th:first-child,
.sanjivani-table td:first-child {
  border-left: 1px solid #053869;
}

.sanjivani-table th:last-child,
.sanjivani-table td:last-child {
  border-right: 1px solid #053869;
}

/* =========================
   STUDENT CARD CS SECTION â€“ GRID ONLY
========================= */
.student-cs {
  border: 1px solid #053869;
  border-radius: 8px;
  padding: 15px;
  transition: background 0.3s;
}

.student-cs-img img {
  width: 130px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #9d0c0c;
}

.student-cs-content {
  /* content will automatically take remaining space with col-md-8 */
}

.student-cs:hover {
  background: rgba(157, 12, 12, 0.04);
}

/* MOBILE RESPONSIVE */

@media (max-width: 1369px) {
  /* News and Event */
  .quick-inner.news-circular {
    height: 387px;
    padding-top: 22px;
  }
  .events-details span {
    font-size: 18px;
  }

  /* Latest */

  img.Latest-img {
    width: 100%;
  }
  /* School and Prgoram */
  div#schoolTabsContent ul li button {
    width: 344px;
  }
  .schools-nav-link {
    padding: 15px 42px;
  }
  .schools-nav-tabs {
    gap: 0px;
  }
  /* .global-partnership */
  .global-partnership .partBox {
    width: 100%;
  }

  /* Footer */
  .footer {
    min-height: 350px;
  }
  .footer-map {
    right: -70px;
  }
  .location-list li {
    margin-left: 0px;
  }
}

@media (max-width: 1280px) {
  /* New and Event */
  .news-tab-section .nav-tabs .nav-link {
    padding-inline: 59px;
  }
  /* Qucik links */
  .quick-inner.news-circular {
    height: 315px;
  }
  .qucik-div {
    width: 12%;
    display: inline;
    height: 100%;
  }
  .footer {
    height: 565px;
  }
  .footer-section {
    height: 100%;
    padding: 17px;
    gap: 0;
  }
  .footer-map h2 {
    margin-left: 1%;
    margin-bottom: 10% !important;
  }
  .footer-map {
    position: relative;
    right: -80px;
    top: -18px;
    width: 355px;
  }
  .location-list li {
    margin-left: -10px;
  }
  .location-list li {
    line-height: 28px;
    margin-left: 30px;
    list-style: none;
    width: 100%;
  }
}

/* ===== Mobile Responsive ===== */
@media (max-width: 1200px) {
  /* New & Events */
  .news-tab-section .nav-tabs .nav-link {
    padding-inline: 59px;
  }
  .quick-inner.news-circular {
    height: 316px;
    padding-top: 22px;
  }
  .events-details span {
    font-size: 16px;
  }
  /* News and Events */
  .quick-inner.news-circular {
    height: 316px;
    padding-top: 22px;
  }

  .quick-inner.news-circular {
    height: 387px;
    padding-top: 22px;
  }

  /* Requirement */
  .placement-carousel .owl-nav .owl-prev {
    left: -30px;
    color: #000 !important;
  }
  .placement-carousel .owl-nav .owl-next {
    right: -30px;
  }

  /* Footer */
  .footer {
    height: 565px;
  }
  .footer-section {
    height: 100%;
    padding: 17px;
    gap: 0;
  }
  .footer-map h2 {
    margin-left: 1%;
    margin-bottom: 10% !important;
  }
  .footer-map {
    position: relative;
    right: -59px;
    top: -18px;
    width: 266px;
  }
  ul.location-list {
    padding-left: 0px !important;
  }
  .location-list li {
    margin-left: -10px;
  }
  .location-list li {
    line-height: 22px;
    margin-left: 30px;
    list-style: none;
    width: 100%;
  }
}
@media (max-width: 1115px) {
  /* New and Event */
  .news-tab-section .nav-tabs .nav-link {
    padding-inline: 42px;
  }
  /* Qucik links */
  .quick-inner.news-circular {
    height: 315px;
  }
  .qucik-div {
    width: 12%;
    display: inline;
    height: 100%;
  }

  /* School Program */
  .schools-nav-link {
    padding: 15px 27px;
  }
  div#schoolTabsContent ul li button {
    width: 284px;
  }
  /* Life at  */

  .infr-box {
    width: 288px;
    height: 201px;
  }
  .infra-box-desc .infra-box-desc-first {
    width: 100%;
    font-size: 10px;
  }
  .item.partBox img {
    width: 100% !important;
    /* height: 100%; */
    padding: 20px 50px;
  }
  .infra-box-desc p:last-child {
    font-size: 12px;
    width: 100%;
    height: 100%;
  }
  .infra-box-desc {
    display: inline;
    width: 110px;
  }

  /* Best Placement */
  .placement-card-box-row {
    justify-content: end;
    display: flex;
    padding-inline: 0px;
  }
  .placement-card .profile-img {
    width: 219px;
    height: 100%;
  }
  .placement-card-box {
    height: 286px;
    display: flex;
    justify-content: center;
  }
  .placement-card-box {
    padding: 15px;
    width: 550px;
  }
  .placemetn-placed-head {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .placement-card .profile-img {
    width: 219px;
    height: 100%;
  }

  /* Footer */
  .footer {
    height: 598px;
  }
  .footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/clg-img-footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    background: var(--color-secondary);
  }

  .linkone a {
    color: #fff !important;
  }
  /* 
  ul.location-list {
    height: 100%;
  } */
  .footer-section {
    height: 100%;
    padding: 17px;
    gap: 0;
  }
  .footer-map h2 {
    margin-left: 1%;
    margin-bottom: 10% !important;
  }
  .footer-map {
    right: -100px;
    height: 100%;
  }
  .location-list li::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 17px;
    height: 17px;
    left: -32px;
    top: 9px;
    border-radius: 50%;
  }
  .footer-map {
    right: -36px;
    height: 100%;
    top: -59px;
  }
  .linkone {
    color: #fff;
    font-size: 14px;
  }
  p.mb-0.linkone::before {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    background: #fff;
    padding-top: 3px;
    position: absolute;
    top: -10px;
    /* display: block; */
  }
  .location-list li {
    color: #fff;
  }
  .footer-map h2 {
    color: #fff;
  }
}
.menu-open {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.65)
  );
}

@media (max-width: 1024px) {
  .Latest-container .view-all {
    align-items: start;
    margin: 21px 0 !important;
    width: 23%;
  }
  .Latest-dec-con h1 {
    width: 498px;
  }

  /* Global */
  .global-partnership-carousel .owl-nav .owl-next {
    right: -12px;
  }
  .global-partnership-carousel .owl-nav .owl-prev {
    left: -12px;
  }
  /* Footer */
  .footer {
    height: 508px;
  }
  .footer-map {
    right: -8px;
    height: 100%;
    top: -34px;
  }
  .linkone {
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .location-list li::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 12px;
    height: 12px;
    left: -22px;
    top: 5px;
    border-radius: 50%;
  }
}
@media (max-width: 992px) {
  .enquiry-section {
    height: auto !important;
  }
  .menu-open {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.88),
      rgba(0, 0, 0, 0.65)
    );
  }
  .header-right-section {
    flex-direction: column-reverse;
    /* align-items: start; */
    align-items: flex-start !important;
  }
  .video-background-container {
    padding: 0px;
    position: relative;
    top: -172px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .site-header.menu-open::before {
    opacity: 1;
  }
}

@media (max-width: 800px) {
  /* News and Events */
  .event-section {
    margin-top: 31px;
  }
  .news-section {
    height: auto;
  }
  .news-tab-section .news-tab-pane {
    height: auto;
    padding-inline: 0px;
  }
  /* Quick LInks */
  .quickLink-row {
    gap: 3rem !important;
    margin-bottom: 0px !important;
  }
  .schools-nav-tabs {
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
  }
  .qucik-div {
    width: 22%;
    display: inline;
    height: 100%;
  }
  /* Lastest */
  .Latest-dec-con {
    /* background: #f5efe3; */
    display: flex;
    /* width: 658px; */
    height: auto;
    padding-left: 19px;
    align-items: start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 1.5rem;
  }
  .Latest-container .view-all {
    align-items: start;
    margin: 6px 0 !important;
    width: 33%;
  }
  .Latest-dec-con h1 {
    font-size: 18px;
    width: 100%;
  }
  .Latest-dec-con p {
    font-size: 12px;
  }
  .Latest-container .view-all a {
    font-size: 14px;
  }

  .schools-nav-link {
    padding: 5px 7px;
  }
  div#schoolTabsContent ul li button {
    width: 204px;
  }
  /* Life at Sanjivani */
  .infr-box {
    width: auto;
    height: auto;
  }
  .infr-box-img img {
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    width: 123px;
  }
  .infra-box-desc p:last-child {
    font-size: 10px;
    width: auto;
    height: auto;
  }
  .infra-box-desc {
    display: inline;
    width: 101px;
  }

  .infrastructure-section-row {
    gap: 1rem !important;
  }

  /* Global  */
  .item.partBox img {
    width: 100% !important;
    /* height: 100%; */
    padding: 2px 35px;
  }

  /* Best Placement */
  div#placementCarousel {
    margin-top: 50px !important;
  }

  .placement-card-desc p {
    font-size: 16px;
  }
  .placement-card-desc h4 {
    font-size: 18px;
  }
  #placementCarousel .carousel-control-next {
    right: 27.5%;
    border-radius: 0 20px 20px 0px;
  }
  #placementCarousel .carousel-control-prev {
    left: 62.5%;
    border-radius: 20px 0px 0px 20px;
  }

  /* Enuiry */
  .enquiry-section {
    background-image: url("../img/enquiry-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    border-radius: 16px;
  }

  /* Footer */
  .footer {
    height: auto;
  }
  .footer-section {
    height: auto;
    padding: 17px;
    gap: 0;
  }
  .location-list li {
    position: relative;
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-left: 0;
    list-style: none;
  }
  .footer-map {
    /* width: 100%; */
    right: 0;
    height: 100%;
    top: 0;
  }
  .location-list li {
    line-height: 21px;
  }
}

@media (max-width: 768px) {
  /* Qiuck links */
  .quickLink-row {
    gap: 1rem !important;
    margin-bottom: 0px !important;
  }

  .sanjivani-table {
    width: 100%; /* full width for mobile */
  }
  .sanjivani-table table {
    min-width: 500px; /* allows horizontal scroll */
  }
  .student-cs-img img {
    width: 90px;
    height: 120px;
    margin: 0 auto 10px auto; /* center image on mobile */
    display: block;
  }

  .student-cs-content {
    text-align: center; /* center text on mobile */
  }
}
@media (max-width: 600px) {
  /* Nes */
  .news-tab-section .nav-tabs .nav-link {
    padding-inline: 20px;
  }
  .news-tab-section .nav-link.active::after {
    left: 30%;
  }
  .quick-inner.news-circular {
    height: 307px !important;
    padding-top: 5px;
  }
  .Latest-img-con {
    text-align: end;
    padding: 0px !important;
    width: 100%;
  }
  .Latest-dec-con {
    width: 100%;
    height: 343px;
    padding-left: 19px;
    align-items: start;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 1.5rem;
  }
  .Latest-dec-con h1 {
    font-size: 25px;
    width: 100%;
  }
  .Latest-dec-con p {
    font-size: 15px;
  }
  .schools-nav-tabs {
    gap: 14px;
    padding-block: 10px;
  }
  div#schoolTabsContent ul li button {
    width: 144px;
  }
  .placement-card-box {
    padding: 15px;
    width: 322px;
    height: 178px;
  }
  .placement-card-desc {
    width: 80%;
    position: relative;
    z-index: 2;
  }
  .placement-card-desc h4 {
    font-size: 14px;
  }
  .placement-card-desc p {
    font-size: 10px;
  }
  .placement-card-desc h4::after {
    margin-top: 1px;
  }
  .placemetn-placed-head span {
    font-size: 21px;
  }
  .placemetn-placed-head {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .placement-card-desc p {
    font-size: 10px;
  }
  .placement-card .profile-img {
    width: 159px;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .video-background-container {
    padding: 0px;
    position: relative;
    top: -193px;
    height: 100%;
  }
  .site-header img.header-logo {
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
  }

  .row.event-row {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header-left-section {
    justify-content: center !important;
  }
  .site-header img.header-logo {
    width: 170px;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
  }
  .quickLink-row {
    gap: 1rem !important;
    margin-bottom: 0px !important;
  }
  .qucik-div {
    width: 40%;
    display: inline;
    height: 100%;
  }
  .quick-link-title {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-wrap: break-word;
  }

  /* Slider */
  .video-background-sec {
    height: 550px;
  }
  .video-background-container {
    padding: 0px;
    position: relative;
    top: -163px;
    height: 100%;
  }
  video#bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Important notice */
  .importantNews-section {
    bottom: 0px;
  }
  p.impNotice-head {
    font-size: 14px;
  }
  section.news-and-event {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  /* News and Event */
  .news-tab-section .nav-tabs .nav-link {
    padding-inline: 35px;
  }
  .news-tab-section .nav-tabs .nav-link {
    padding-inline: 35px;
    /* margin-top: 25px; */
  }
  .news-tab-section .nav-link.active::after {
    display: none;
  }
  .Latest-dec-con {
    width: 100%;
    height: 100%;
    padding-left: 19px;
    align-items: start;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 1.5rem;
    padding: 21px;
  }
  .schools-nav-tabs {
    gap: 11px;
    padding-block: 10px;
    flex-wrap: wrap;
  }
  .schools-department-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
  }

  .placement-card-box {
    padding: 13px;
    width: auto;
    height: auto;
  }
  .row.align-items-end.plcement-row {
    gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .placement-card-box-row {
    justify-content: end;
    display: flex;
    padding-inline: 0px;
    width: 54%;
  }
  .placement-card-desc {
    width: 72%;
    position: relative;
    z-index: 2;
  }
  .placement-card-box {
    padding: 8px;
    width: auto;
    height: auto;
  }
  .placement-card-desc h4 {
    font-size: 10px;
  }
  .placement-card-desc h4::before {
    left: -7px;
  }
  .placement-card-desc h4::before {
    width: 2px;
    height: 56px;
    position: absolute;
    left: -7px;
  }
  .placement-card-desc p {
    font-size: 8px;
  }
  .placemetn-placed-head {
    font-size: 12px;
  }
  .placemetn-placed-head span {
    font-size: 12px;
  }

  div#placementCarousel {
    margin-top: 30px !important;
  }
  #placementCarousel .carousel-control-prev {
    left: 60.5% !important;
    border-radius: 20px 0px 0px 20px !important;
  }
  #placementCarousel .carousel-control-next {
    right: 29.5% !important;
    border-radius: 0 20px 20px 0px !important;
  }
  .placement-carousel .owl-nav .owl-prev {
    left: -14px;
    color: #000 !important;
  }
  .excellance-tabs {
    gap: 14px;
    border: unset;
    justify-content: center;
  }
  .studen-b {
    position: relative;
    width: 100%;
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
    margin-left: 0px;
  }
  .studentBox-outer .student-img {
    width: 122px !important;
    height: 264px !important;
    /* flex-shrink: 0; */
  }
  /* RESPONSIVE STORIES OF EXCELLENCE - Vertical Card Layout */
  .excellance-box {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 20px !important;
    padding: 0 10px !important; /* Side padding for container */
  }

  .studentBox-outer {
    width: 100% !important;
    height: 500px !important; /* Fixed total height */
    flex-direction: column !important;
    background: #053869 !important;
    border-radius: 15px !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    gap: 0 !important;
    display: flex !important;
  }

  .studentBox-outer .student-img {
    width: 100% !important;
    height: 250px !important; /* Fixed image height */
    object-fit: cover !important;
    object-position: top center !important;
    border-radius: 15px 15px 0 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  .studen-b {
    width: 100% !important;
    height: 250px !important; /* Fixed text container height */
    padding: 25px 20px !important;
    margin: 0 !important;
    background: #053869 !important;
    border-radius: 0 0 15px 15px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Hide decorative bg image */
  .studen-b::before {
    display: none !important;
  }

  .studen-b img.Get-Quote-img {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 10px !important;
  }

  /* Clamp text to ensure uniformity */
  .studen-b p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Show approx 5 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .studen-b p.student-name {
    margin-top: auto !important; /* Push to bottom */
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #ffbf00 !important;
    -webkit-line-clamp: 2; /* Limit name lines */
  }

  .profile-image-container {
    width: 160px;
    height: 180px;
  }

  .profile-name {
    font-size: 1rem;
  }

  .profile-designation {
    font-size: 0.8rem;
  }
}
@media (max-width: 375px) {
  .excellance-box {
    width: 100%;
    height: 281px;
    margin-left: 16px;
    display: flex;
  }
  .global-partnership-carousel .owl-nav .owl-next {
    right: -2px;
    display: none;
  }
  .global-partnership-carousel .owl-nav .owl-prev {
    left: 6px;
    display: none;
  }
  .placement-carousel .owl-nav .owl-next {
    right: -22px;
  }
  .placement-carousel .owl-nav .owl-prev {
    left: -3px;
    color: #000 !important;
  }
  .studentBox-outer {
    width: 100%;
    height: 263px;
    gap: 2px;
  }
  .studen-b {
    width: 100px;
    min-height: 213px;
    gap: 0px;
  }
  .studen-b p {
    color: #fff;
    font-family: Poppins;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .enquiry-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
  }
  .firstcolumn img {
    width: 100px;
  }
  .clg-name h1 {
    font-size: 30px;
  }
  .clg-name h1 {
    font-size: 30px;
  }
  .col-lg-2.col-md-6.col-sm-6.col-6.timing-visitor-section {
    display: flex;
    gap: 43px;
  }
  .footer-map {
    /* width: 100%; */
    right: 0;
    height: 100%;
    top: 8px;
  }
  .news-tab-section ul {
    justify-content: center;
    padding: 1px;
  }
  .news-tab-section .nav-tabs .nav-link {
    padding-inline: 29px;
    margin-top: 6px;
  }
  .news-tab-section .nav-link,
  .event-heading {
    font-size: 14px;
  }
  .news-tab-section .news-tab-pane {
    height: 370px;
    padding-inline: 0px;
  }
  .schools-nav-link {
    /* text-align: justify; */
    padding: 5px 8px;
    width: 100%;
  }
  div#schoolTabsContent ul li button {
    width: 268px;
  }
  .news-tab-section ul {
    justify-content: center;
    padding: 0px;
    align-items: center;
    flex-wrap: wrap;
  }
  .news-tab-section li.nav-item {
    width: 142px;
    align-items: center;
    text-align: center;
  }
  .news-tab-section button#tab3-tab {
    padding-left: 0px;
  }
  div#schoolTabsContent ul li button.active::after {
    display: none;
  }
  .video-desc {
    position: absolute;
    top: 30%;
    left: 6%;
  }
  .video-desc h1:nth-child(1) {
    font-size: 39px;
  }
  .video-desc h1 {
    font-size: 37px;
  }
  .video-desc p {
    color: #fff;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
  }
}

@media (max-width: 320px) {
  div#myTabContent {
    padding: 0px !important;
    width: 100%;
  }
  .studentBox-outer {
    width: 100%;
    height: 263px;
    gap: 2px;
  }

  .excellance-box {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
  }
  .studen-b {
    width: 134px;
    min-height: 213px;
    gap: 0px;
    margin-left: 10px;
  }
  .studen-b p.student-name {
    font-size: 10px;
  }
  .studen-b p {
    color: #fff;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 91%;
  }
  .excellance-section .excellance-tabs button.active {
    font-size: 16px;
  }
  .excellance-section .excellance-tabs button {
    font-size: 16px;
  }
  .excellance-tabs {
    gap: 11px;
    border: unset;
    justify-content: center;
  }
  section.excellance-section {
    margin-block: 10px;
    padding-block: 10px;
    /* background: linear-gradient(
      180deg,
      rgba(251, 243, 231, 0.2) 0%,
      #f5efe3 100%
    ); */
  }
  .placements-box p {
    font-size: 10px;
  }
  .placements-box h1 {
    color: var(--color-primary);
    /* font-family: roboto; */
    font-size: 20px;
  }
  .item.partBox img {
    width: 79% !important;
    /* height: 100%; */
    padding: 0 0;
  }
  .qucik-div {
    width: 40%;
    display: inline;
    height: 100%;
  }
  .quick-link-title {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-wrap: break-word;
  }
  div#schoolTabsContent ul li button {
    width: 212px;
  }
}

/* =========================
   END STUDENT CARD CS SECTION
========================= */
.newsCustomeClass:hover {
  background-color: #ffff;
  color: #000;
}

.left-side-ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.left-side-ul li a:active {
  color: #0000 !important;
  background-color: #ffff !important;
}

/* awards and recognition */
.award-showcase-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.award-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.4);
}

.award-trophy-image-container {
  height: 400px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.award-image-upload-placeholder {
  text-align: center;
  color: #666;
  padding: 20px;
  z-index: 1;
}

.award-category-badge {
  display: inline-block;
  background: #053869;
  color: white;
  padding: 2px 12px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  margin-bottom: 15px;
}

.award-detailed-description {
  color: #555;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.award-metadata-info strong {
  color: #333;
}

.awards-main-heading {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.awards-subtitle-text {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .award-showcase-card {
    padding: 30px;
  }

  .award-trophy-image-container {
    height: 300px;
    margin-bottom: 30px;
  }
}

/* department */
/* .left-side-ul {
  background: none !important;
}
.left-side-ul li {
  background-color: var(--color-primary) !important;
  color: #fff !important  ;
  border-radius: 0px !important;
}
.left-side-ul li a.active {
  color: #fff !important;
  border-radius: 0px !important;
  border-color: 1px solid #000 !important;
}
.left-side-ul li a:hover {
  border-radius: 0px !important;
} */

.dept-back-panel {
  border-radius: 4px;
}

/* Left panel */
.leftside-tabs {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
  box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

/* UL */
.leftside-ul-tab {
  background: none !important;
  gap: 3px !important;
}

/* LI */
.leftside-ul-tab li {
  display: block;
  width: 100%;
}

/* TAB BASE */
.leftside-ul-tab .nav-link {
  position: relative;
  background-color: var(--color-secondary) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px;
  text-align: left;
  white-space: normal;
  border-radius: 0 !important;
  border: none !important;
  padding: 12px 16px;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}
.tabsName-holder .nav-link:hover {
  background-color: var(--color-primary) !important;
  color: var(--color-default) !important;
}

.tabsName-holder .nav-link:hover::after {
  border-left-color: var(--color-secondary);
  opacity: 1;
}

.tabsName-holder .nav-link.active {
  background-color: var(--color-primary) !important;
  color: var(--color-default) !important;
}

.tabsName-holder .nav-link.active::after {
  border-left-color: var(--color-secondary);
  opacity: 1;
}

.tabsName-holder .nav-link:hover,
.tabsName-holder .nav-link.active {
  box-shadow: inset -3px 0 0 var(--color-default);
}

/* how to apply */
.admission-process-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.admission-page-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.admission-intro-text {
  font-size: 19px;
  color: #555;
  line-height: 1.8;
}

.admission-step-item {
  background: white;
  border-radius: 12px;
  padding: 35px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #053869;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  animation: admissionSlideIn 0.5s ease forwards;
  opacity: 0;
}

.admission-step-item:nth-child(1) {
  animation-delay: 0.05s;
}
.admission-step-item:nth-child(2) {
  animation-delay: 0.1s;
}
.admission-step-item:nth-child(3) {
  animation-delay: 0.15s;
}
.admission-step-item:nth-child(4) {
  animation-delay: 0.2s;
}
.admission-step-item:nth-child(5) {
  animation-delay: 0.25s;
}
.admission-step-item:nth-child(6) {
  animation-delay: 0.3s;
}
.admission-step-item:nth-child(7) {
  animation-delay: 0.35s;
}
.admission-step-item:nth-child(8) {
  animation-delay: 0.4s;
}
.admission-step-item:nth-child(9) {
  animation-delay: 0.45s;
}
.admission-step-item:nth-child(10) {
  animation-delay: 0.5s;
}
.admission-step-item:nth-child(11) {
  animation-delay: 0.55s;
}
.admission-step-item:nth-child(12) {
  animation-delay: 0.6s;
}

.admission-step-item:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-left-color: #053869;
}

.admission-step-number-box {
  min-width: 80px;
  height: 80px;
  background: #053869;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(30, 60, 114, 0.2);
}

.admission-step-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.admission-step-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
  opacity: 0.9;
}

.admission-step-content {
  flex: 1;
  padding-top: 5px;
}

.admission-step-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #053869;
  margin-bottom: 10px;
}

.admission-step-description {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.7;
}

.admission-important-info {
  color: #053869;
  font-weight: 600;
}

.admission-info-badge {
  display: inline-block;
  background: #e8f0fe;
  color: #053869;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 8px;
}

@keyframes admissionSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .admission-page-title {
    font-size: 20px;
  }

  .admission-step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
  }

  .admission-step-number-box {
    min-width: 70px;
    height: 70px;
  }

  .admission-step-number {
    font-size: 1.5rem;
  }

  .admission-step-item:hover {
    transform: translateX(0);
  }
}

/* Placement Section inner-page */

.placement-wrapper {
  background: var(--color-primary);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.placement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.placement-number {
  font-size: 25px;
  font-weight: 800;
  color: #000;
  margin-bottom: 5px;
}

.placement-title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.placement-subtext {
  font-size: 16px;
  color: #6c757d;
  margin-top: 5px;
  line-height: 1.4;
}

/* inner page - dept */
.dept-bg1 {
  background: linear-gradient(90deg, #f6e2e2 0%, #f9efe6 50%, #f6e2e2 100%);
}

.dept-bg2 {
  background-color: #f5efe3;
}

.school-desk {
  border: none;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}
.school-desk p {
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #333;
}

.school-desk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffbf00;
}

/* infrasturure-inner page */
.sanjivani-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.sanjivani-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25) !important;
}
.sanjivani-card-img {
  height: 260px;
  object-fit: cover;
}
.sanjivani-card-title {
  color: #800000;
  font-size: 24px;
  font-weight: bold;
}
.sanjivani-card-text {
  font-size: 16px;
  color: #555;
  text-align: center;
}

/* innerpage placement */
.cmpny-logo-slider-2026-main .cmpny-logo-slider-2026-col {
  padding: 30px 15px;
  text-align: center;
}

.cmpny-logo-slider-2026-main .cmpny-logo-slider-2026-img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.5s ease;
  border-radius: 5px;
  border: 1px solid #000;
}

.prevvv-button {
  display: none !important;
}

.cmpny-logo-slider-2026-main .cmpny-logo-slider-2026-img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cmpny-logo-slider-2026-main .carousel-control-prev,
.cmpny-logo-slider-2026-main .carousel-control-next {
  width: 6%;
  opacity: 0.4;
}

.cmpny-logo-slider-2026-main .carousel-control-prev:hover,
.cmpny-logo-slider-2026-main .carousel-control-next:hover {
  opacity: 0.9;
}

/* img.Sanjivani.University.Logo {
  height: 135px;
  width: 160px;
} */

img.Sanjivani.University.Logo {
  height: 90px;
  width: 290px;
}

a.youtube.me-2 {
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
}

a.whatsapp.me-2 {
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
}

/* industry connection inner page */
.sanjivani-partner-hover {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.sanjivani-partner-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18) !important;
}
.sanjivani-title-line::after {
  content: "";
  display: block;
  width: 110px;
  height: 5px;
  background: #00bfff;
  margin: 14px auto 0;
  border-radius: 3px;
}

/* industry powerd */
.sanjivani-ipc-feature-rise {
  transition: all 0.4s ease;
}
.sanjivani-ipc-feature-rise:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14) !important;
}
.sanjivani-ipc-title-accent::after {
  content: "";
  display: block;
  width: 110px;
  height: 5px;
  background: var(--color-secondary);
  margin: 14px auto 0;
  border-radius: 3px;
}

/* mobile */
@media (max-width: 518px) {
  .news-tab-section .news-circular li a {
    font-size: 15px !important;
  }
  .news-tab-section .news-tab-pane {
    height: 385px;
    padding-inline: 0px;
  }
  .video-desc h1:nth-child(1) {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .video-desc h1:nth-child(2) {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .news-and-event .news-heading,
  .Latest-main-title,
  .university-main-title,
  .schools-main-title,
  .infrastructure-section-title,
  .placements-section-title,
  .excellance-section-title,
  .excellance-highlight,
  .placements-highlight,
  .placements-highlight,
  .infrastructure-highlight,
  .schools-title-highlight,
  .university-title-highlight,
  .Latest-main-title span,
  .news-heading span {
    font-size: 25px !important;
  }

  .placements-box h1 {
    font-size: 24px !important;
  }
}

/* enquiry */
.portal-primary-heading {
  font-family: "Libre Baskerville", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #1a4d2e;
  margin-bottom: 0.75rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.portal-subtitle-text {
  font-size: 0.95rem;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

/* === CARD GRID CLASSES === */
.portal-cards-row {
  margin-bottom: 2rem;
}

/* === CARD BASE CLASSES === */
.access-module-card {
  border: none;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(26, 77, 46, 0.07);
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  height: 100%;
  position: relative;
  background: #ffffff;
}

.access-module-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c8a882 0%, #4f7942 50%, #1a4d2e 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.access-module-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 16px 48px rgba(26, 77, 46, 0.12);
}

.access-module-card:hover::before {
  transform: scaleX(1);
}

/* === FEATURED CARD CLASSES === */
.featured-access-module {
  background: linear-gradient(135deg, #ffffff 0%, #faf7f2 100%);
  border: 1px solid #e5dcc9;
}

.featured-access-module::before {
  height: 5px;
  background: linear-gradient(90deg, #1a4d2e 0%, #c8a882 100%);
}

.featured-access-module:hover {
  transform: translateY(-10px) scale(1.01);
}

/* === CARD BODY CLASSES === */
.module-content-wrapper {
  padding: 3rem;
  position: relative;
  z-index: 2;
}

.standard-module-padding {
  padding: 2.5rem;
}

/* === BADGE CLASSES === */
.category-identifier-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.65rem 1.25rem;
  border-radius: 25px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.badge-staff-category {
  background-color: #053869;
  color: #fff;
  box-shadow: 0 4px 12px rgba(26, 77, 46, 0.2);
}

.badge-visitor-category {
  background-color: #053869;
  color: #fff;
  border: 1px solid #c8a882;
}

.badge-student-category {
  background-color: #053869;
  color: #fff;
  border: 1px solid #053869;
}

/* === HEADING CLASSES === */
.module-primary-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.featured-module-title {
  font-size: 2.6rem;
  margin-bottom: 2.5rem;
}

/* === SECTION LABEL CLASSES === */
.subsection-label-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
}

.subsection-label-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 14px;
  background: #c8a882;
  border-radius: 2px;
}

.description-helper-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

/* === LINK BUTTON CLASSES === */
.portal-access-link-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 1.4rem 1.75rem;
  background: linear-gradient(
    135deg,
    rgba(26, 77, 46, 0.03) 0%,
    rgba(79, 121, 66, 0.05) 100%
  );
  border: 1px solid rgba(26, 77, 46, 0.15);
  border-radius: 14px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.portal-access-link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 168, 130, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.portal-access-link-btn:hover {
  background: linear-gradient(
    135deg,
    rgba(26, 77, 46, 0.08) 0%,
    rgba(79, 121, 66, 0.1) 100%
  );
  border-color: var(--color-secondary);
  transform: translateX(12px);
  color: var(--color-secondary);
  box-shadow: 0 6px 20px rgba(26, 77, 46, 0.12);
}

.portal-access-link-btn:hover::after {
  left: 100%;
}

.link-display-text {
  flex: 1;
  word-break: break-word;
  position: relative;
  z-index: 1;
}

.link-arrow-indicator {
  font-size: 1.4rem;
  color: #c8a882;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-left: 1.25rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.portal-access-link-btn:hover .link-arrow-indicator {
  transform: translateX(8px) scale(1.1);
}

/* === DUAL COLUMN SECTION CLASSES === */
.dual-link-section-wrapper {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.dual-link-section-wrapper:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 16px rgba(26, 77, 46, 0.06);
}

/* === ALERT NOTICE CLASSES === */
.security-notice-alert {
  border: 1px solid #e5dcc9;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #faf7f2 100%);
  padding: 2rem;
  box-shadow: 0 3px 12px rgba(26, 77, 46, 0.04);
}

.alert-content-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.alert-icon-placeholder {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.alert-message-text {
  margin: 0;
  color: #2b2d2f;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 400;
}

/* === ANIMATION CLASSES === */
.animate-entrance-delay-1 {
  animation: card-entrance 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.15s both;
}

.animate-entrance-delay-2 {
  animation: card-entrance 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.3s both;
}

.animate-entrance-delay-3 {
  animation: card-entrance 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.45s both;
}

/* === RESPONSIVE MODIFICATIONS === */
@media (max-width: 768px) {
  .campus-portal-body {
    padding: 2.5rem 0;
  }

  .portal-primary-heading {
    font-size: 2.8rem;
  }

  .module-primary-title {
    font-size: 1.85rem;
  }

  .featured-module-title {
    font-size: 2.1rem;
  }

  .portal-title-wrapper {
    margin-bottom: 3rem;
  }

  .module-content-wrapper {
    padding: 2rem;
  }

  .standard-module-padding {
    padding: 1.75rem;
  }

  .dual-link-section-wrapper {
    padding: 1.25rem;
  }
}

@media (max-width: 576px) {
  .portal-primary-heading {
    font-size: 2.2rem;
  }

  .portal-subtitle-text {
    font-size: 0.8rem;
    letter-spacing: 0.25em;
  }

  .alert-content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .portal-access-link-btn {
    padding: 1.2rem 1.25rem;
  }
}

/* === UTILITY CLASSES === */
.position-relative-z1 {
  position: relative;
  z-index: 1;
}

.overflow-hidden-base {
  overflow: hidden;
}

.transition-all-smooth {
  transition: all 0.35s ease;
}

.img-boxxx {
  width: 100%;
  height: 250px; /* adjust height if needed */
  overflow: hidden;
  border-radius: 8px;
}

.img-boxxx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navbar Dropdown Animation */
/* Navbar Dropdown Animation */
@keyframes dropdownEffect {
  0% {
    opacity: 0;
    transform: perspective(600px) rotateX(-30deg) translateY(-10px);
    transform-origin: top center;
  }
  100% {
    opacity: 1;
    transform: perspective(600px) rotateX(0) translateY(0);
    transform-origin: top center;
  }
}

.dropdown-menu.show {
  animation: dropdownEffect 0.4s ease-out forwards;
}

.dropdown-menu .dropdown-menu.show {
  animation: dropdownEffect 0.4s ease-out forwards;
}

/* Fix for inconsistent dropdown font colors */
.main-menu .dropdown-menu .dropdown-item,
.main-menu .dropdown-menu .nav-link,
.myCustomTopRightMenu .dropdown-menu .dropdown-item,
.myCustomTopRightMenu .dropdown-menu .nav-link {
  color: #fff !important;
  background-color: transparent;
}

.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .nav-link:hover,
.main-menu .dropdown-menu .dropdown-item:focus,
.main-menu .dropdown-menu .nav-link:focus,
.main-menu .dropdown-menu .dropdown-item.active,
.main-menu .dropdown-menu .nav-link.active,
.main-menu .dropdown-menu .show > .dropdown-toggle,
.myCustomTopRightMenu .dropdown-menu .dropdown-item:hover,
.myCustomTopRightMenu .dropdown-menu .nav-link:hover,
.myCustomTopRightMenu .dropdown-menu .dropdown-item:focus,
.myCustomTopRightMenu .dropdown-menu .nav-link:focus,
.myCustomTopRightMenu .dropdown-menu .dropdown-item.active,
.myCustomTopRightMenu .dropdown-menu .nav-link.active,
.myCustomTopRightMenu .dropdown-menu .show > .dropdown-toggle {
  color: #000 !important;
  background-color: #fff !important;
}

/* Specific fix for Inner Page Dropdown Active State (White on White issue) */
.inner-page .site-header .main-menu .dropdown-menu .dropdown-item:hover,
.inner-page .site-header .main-menu .dropdown-menu .nav-link:hover,
.inner-page .site-header .main-menu .dropdown-menu .dropdown-item:focus,
.inner-page .site-header .main-menu .dropdown-menu .nav-link:focus,
.inner-page .site-header .main-menu .dropdown-menu .dropdown-item.active,
.inner-page .site-header .main-menu .dropdown-menu .nav-link.active,
.inner-page .site-header .main-menu .dropdown-menu .show > .dropdown-toggle,
.inner-page .site-header .main-menu .dropdown-menu > li.show > a,
.inner-page
  .site-header
  .myCustomTopRightMenu
  .dropdown-menu
  .dropdown-item:hover,
.inner-page .site-header .myCustomTopRightMenu .dropdown-menu .nav-link:hover,
.inner-page
  .site-header
  .myCustomTopRightMenu
  .dropdown-menu
  .dropdown-item:focus,
.inner-page .site-header .myCustomTopRightMenu .dropdown-menu .nav-link:focus,
.inner-page
  .site-header
  .myCustomTopRightMenu
  .dropdown-menu
  .dropdown-item.active,
.inner-page .site-header .myCustomTopRightMenu .dropdown-menu .nav-link.active,
.inner-page
  .site-header
  .myCustomTopRightMenu
  .dropdown-menu
  .show
  > .dropdown-toggle,
.inner-page .site-header .myCustomTopRightMenu .dropdown-menu > li.show > a {
  color: #000 !important;
  background-color: #fff !important;
}

/* Responsive Refinement for 'Life at Sanjivani' Section */
@media (max-width: 768px) {
  .university-section {
    margin-block: 30px 15px; /* Reduced top margin */
  }

  .university-main-title,
  .university-title-highlight {
    font-size: 24px; /* Reduced title size */
  }

  .feature-card {
    margin-bottom: 20px; /* Add spacing between stacked cards */
    height: auto; /* Allow auto height on mobile */
  }

  .img-wrap {
    height: 180px; /* Reduce image height on mobile */
  }

  .overlay-text {
    font-size: 16px; /* Adjust overlay text size */
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

/* Global Fix for Latest Happening Media (Video/Image) Height Consistency */
.Latest-img {
  width: 100%;
  /* height: 350px; Standardize height for desktop */
  object-fit: cover; /* Maintain aspect ratio */
}

/* Responsive Refinement for 'Latest Happening' Section */
@media (max-width: 768px) {
  .Latest-container {
    padding-inline: 15px !important;
  }

  .Latest-main-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .Latest-subtitle {
    font-size: 14px !important;
    padding-inline: 10px;
  }

  #latest-owl .item > .row {
    flex-direction: column;
  }

  .Latest-img-con {
    padding-bottom: 20px !important;
    padding-inline: 0 !important;
  }

  .Latest-dec-con {
    padding: 20px !important;
    text-align: center;
  }

  .Latest-dec-con h1 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .Latest-dec-con p {
    font-size: 14px !important;
    text-align: justify;
  }

  .Latest-img {
    width: 100% !important;
    height: 250px !important; /* Fixed height for consistency on mobile */
    object-fit: cover !important;
  }

  /* Responsive Fix for Schools Main Tabs (Engineering, Management, etc.) */
  .schools-nav-tabs {
    /* flex-direction: column; */
    border-bottom: none !important;
    gap: 10px;
  }

  .schools-nav-tabs .nav-item {
    width: 100%;
  }

  .schools-nav-link {
    width: 100%;
    justify-content: flex-start; /* Align text/icon to left on mobile */
    padding: 15px 20px;
    border-radius: 8px !important;
  }

  .schools-nav-icon {
    margin-right: 15px; /* Ensure space between icon and text */
  }

  /* Responsive Fix for Schools and Programs Tabs (Undergraduate, Postgraduate, PhD) */
  div#schoolTabsContent ul {
    flex-direction: column; /* Stack tabs vertically */
    height: auto !important;
    padding: 10px !important;
  }

  div#schoolTabsContent ul li {
    width: 100% !important;
    margin-bottom: 5px;
  }

  div#schoolTabsContent ul li button {
    width: 100% !important;
    height: auto !important;
    padding: 12px !important;
    margin: 0 !important;
    white-space: normal !important; /* Allow text wrapping */
  }

  /* Responsive Fix for News & Events Tabs (4 Categories) */
  .news-tab-section ul.nav-tabs {
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .news-tab-section li.nav-item {
    width: 50% !important; /* Make tabs 50% width for 2x2 grid */
    flex-grow: 1 !important;
    margin: 0 !important;
  }

  .news-tab-section .nav-tabs .nav-link {
    width: 100% !important;
    padding: 10px 5px !important;
    font-size: 13px !important; /* Smaller font for mobile */
    text-align: center !important;
    margin: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
  }

  /* Hide the triangle indicator on mobile as it breaks layout */
  .news-tab-section .nav-link.active::after {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* ============================
     Unified Footer Responsive Fix
     ============================ */

  /* 1. Reset Footer Container Padded */
  .footer-section {
    margin-top: 30px !important;
    padding-bottom: 10px !important; /* Reduced padding */
    text-align: left !important;
  }

  /* 2. Force Vertical Stacking for All Columns */
  .footer-section .row > div {
    width: 100% !important;
    margin-bottom: 30px !important;
    padding: 0 15px !important;
  }

  /* Remove bottom margin for the Copyright section */
  .footer-section .container:last-child .row > div {
    margin-bottom: 0 !important;
  }

  /* 3. Logo & Name Section (Keep Centered for Branding) */
  .firstcolumn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
  }

  .firstcolumn img {
    margin: 0 auto !important;
    max-width: 120px !important;
    height: auto !important;
  }

  .clg-name {
    margin-top: 10px !important;
    text-align: center !important;
  }

  .clg-name h1 {
    font-size: 24px !important;
    margin-bottom: 5px !important;
  }

  .clg-name p {
    font-size: 14px !important;
    letter-spacing: 2px !important;
  }

  /* 4. Contact Details (Left Align) */
  .footer-contact-us p {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .location-list li {
    color: #fff !important;
    text-align: left !important;
  }

  .social-icon {
    justify-content: flex-start !important; /* Left align social icons */
    margin-top: 15px !important;
  }

  /* 5. Quick Links & Timings (Left Align) */
  .imp-links h2,
  .timing-visitor-section h3,
  .footer-map h2,
  .website-counter {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    text-align: left !important;
    display: flex !important;
    justify-content: flex-start !important; /* Left align headers */
    align-items: center !important;
    gap: 8px !important;
  }

  /* Quick links menu items left align */
  .myCustomMenuFooter ul li a,
  .myCustomMenuFooter li,
  .myCustomMenuFooter {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .timing-visitor-section {
    display: flex !important;
    flex-direction: column !important; /* Stack vertically for mobile */
    gap: 20px !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  .timing-visitor-section > div {
    width: 100% !important;
  }

  .website-counter ul#visitor_counter {
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }

  /* 6. Map Section */
  .footer-map {
    height: auto !important;
    margin-top: 20px !important;
  }

  .footer-map iframe {
    width: 100% !important; /* Full width map */
    height: 250px !important;
    border-radius: 10px !important;
  }

  .location-list ul,
  .location-list {
    padding-left: 0 !important;
    list-style: none !important;
  }

  .location-list li {
    font-size: 13px !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    list-style: none !important;
    padding-left: 30px !important; /* Restore space for icon */
    margin-left: 0 !important;
    background-image: none !important; /* Hide default background image */
    position: relative !important;
  }

  /* Use pseudo-element with MASK to color the icon */
  .location-list li::before {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 20px !important;
    height: 20px !important;
    background-color: var(
      --color-primary,
      #ffbf00
    ) !important; /* Use Primary Color */
    border-radius: 0 !important; /* Reset any dot radius */

    /* Mask Properties */
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
  }

  /* Assign Masks based on class */
  .location-list li.icon-airport::before {
    -webkit-mask-image: url("../img/home/footer/airport.svg") !important;
    mask-image: url("../img/home/footer/airport.svg") !important;
  }

  .location-list li.icon-railway::before {
    -webkit-mask-image: url("../img/home/footer/railway.svg") !important;
    mask-image: url("../img/home/footer/railway.svg") !important;
  }

  .location-list li.icon-highway::before {
    -webkit-mask-image: url("../img/home/footer/highway.svg") !important;
    mask-image: url("../img/home/footer/highway.svg") !important;
  }

  /* 7. Copyright */
  .linkone {
    text-align: center !important; /* Keep copyright centered */
    font-size: 12px !important;
    margin-top: 20px !important;
    padding: 0px 20px !important;
    line-height: 1.6 !important;
  }

  /* 8. Hide Carousel Navigation Icons on Mobile */
  .owl-nav,
  .carousel-control-prev,
  .carousel-control-next,
  .owl-prev,
  .owl-next,
  p.mb-0.linkone::before {
    display: none !important;
  }
}

.video-boxxx {
  width: 100%;
  height: 320px; /* adjust height if needed */
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
}

.video-boxxx video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.su-activity-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 6px;
}

.su-activity-card {
  border: none;
}

.about-college-readmore {
  color: var(--color-primary);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 518px) {
  .about-college-readmore {
    padding: 0px 20px !important;
  }
}

/* inner-page */

.sanjivani-inner-header {
  color: var(--color-secondary);
  font-size: 23px;
  font-weight: 800;
}

.sanjivani-inner-subheader {
  color: var(--color-default);
  font-size: 21px;
  font-weight: 700;
}
/* about su */
.su_about_lead_intro_01 {
  font-size: 1.32rem;
  color: #334155;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5rem;
}

.about-su p {
  align-items: center;
  text-align: center !important;
}

.su_about_upper_content_image_01 {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  margin: 1.5rem 0 2.5rem;
  display: block;
}

@media (max-width: 768px) {
  .su_about_content_block_01 {
    padding: 2.8rem 1.8rem;
  }
  .su_about_main_title_01 {
    font-size: 2.8rem;
  }
  .su_about_upper_content_image_01 {
    max-height: 320px;
  }
}

/* vision mission */

/* Vision & Mission Sections */
.svu-vision-block,
.svu-mission-block {
  background: white;
  padding: 35px 50px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.svu-mission-block {
  margin-bottom: 60px;
}

.svu-section-label {
  display: inline-block;
  background: #053869;
  color: #ffbf00;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.svu-mission-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
}

.svu-mission-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
  font-weight: 300;
}

.svu-mission-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffbf00;
  border-radius: 2px;
  transform: rotate(45deg);
}

.svu-mission-list li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 19px;
  width: 8px;
  height: 8px;
  background: #053869;
  border-radius: 1px;
  transform: rotate(45deg);
}

/* Profile Section */
.svu-profile-container {
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.svu-profile-grid {
  display: grid;
  grid-template-columns: 500px 1fr;
}

.svu-profile-image-side {
  background: #053869;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.svu-profile-image-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 191, 0, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 191, 0, 0.08) 0%,
      transparent 50%
    );
}

.svu-image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 350px;
}

.svu-profile-img {
  width: 100%;
  display: block;
  border: 2px solid #ffbf00;
}

.svu-name-card {
  background: white;
  padding: 28px 32px;
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.svu-name-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #053869;
  margin-bottom: 10px;
  line-height: 1;
}

.svu-name-card p {
  color: #4b5563;
  margin-bottom: 0;
  text-align: center !important;
  justify-content: center;
}

.svu-profile-content-side {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.svu-org-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffbf00;
  margin-bottom: 20px;
}

.svu-profile-headline {
  font-family: "Lora", serif;
  font-size: 42px;
  font-weight: 700;
  color: #053869;
  line-height: 1.3;
  margin-bottom: 40px;
}

.svu-bio-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 22px;
  font-weight: 300;
}

.svu-bio-content p:last-child {
  margin-bottom: 0;
}

.svu-quote-highlight {
  border-left: 4px solid #ffbf00;
  padding-left: 25px;
  margin: 30px 0;
  font-style: italic;
  color: #053869;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 1200px) {
  .svu-profile-grid {
    grid-template-columns: 450px 1fr;
  }
  .svu-profile-content-side {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .svu-profile-grid {
    grid-template-columns: 1fr;
  }
  .svu-profile-image-side {
    padding: 40px;
  }
  .svu-section-title {
    font-size: 18px;
  }
  .svu-profile-headline {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .svu-page-wrapper {
    padding: 40px 20px;
  }
  .svu-vision-block,
  .svu-mission-block {
    padding: 25px 30px;
  }
  .svu-section-title {
    font-size: 17px;
  }
  .svu-section-content,
  .svu-mission-list li {
    font-size: 17px;
  }
  .svu-profile-image-side {
    padding: 40px;
  }
  .svu-profile-content-side {
    padding: 20px 30px;
  }
  .svu-profile-headline {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .svu-page-wrapper {
    padding: 10px 20px;
  }
  .svu-vision-block,
  .svu-mission-block {
    padding: 20px 20px;
  }
  .svu-section-title {
    font-size: 20px;
  }
  .svu-section-content,
  .svu-mission-list li {
    font-size: 16px;
  }
  .svu-profile-image-side {
    padding: 20px 25px;
  }
  .svu-profile-content-side {
    padding: 20px 20px;
  }
  .svu-profile-headline {
    font-size: 18px;
  }
  .svu-bio-content p {
    font-size: 16px;
  }
  .svu-name-card h3 {
    font-size: 22px;
  }
  .svu-mission-list li {
    padding-left: 40px;
  }
}

/* Animations */
@keyframes svu-fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.svu-vision-block {
  animation: svu-fadeSlideIn 0.7s ease-out;
}
.svu-mission-block {
  animation: svu-fadeSlideIn 0.7s ease-out 0.2s backwards;
}
.svu-profile-container {
  animation: svu-fadeSlideIn 0.7s ease-out 0.4s backwards;
}

/* University Officers */
.su-staff-card {
  background: #ffffff;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 0 !important;
}

.su-staff-card:hover {
  box-shadow: 0 8px 20px rgba(5, 56, 105, 0.1);
  transform: translateY(-3px);
}

.su-staff-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.su-staff-info {
  padding: 24px 20px;
  text-align: center;
}

.su-staff-name {
  color: #053869;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.su-staff-role {
  color: #555555;
  font-size: 0.9rem;
  margin-bottom: 4px;
  font-weight: 400;
}

.su-staff-affiliation {
  color: #999999;
  font-size: 0.85rem;
  font-weight: 400;
}

/* 3 cards per row */
.su-col-staff {
  flex: 0 0 auto;
  width: 33.333333%;
}

@media (max-width: 991px) {
  .su-col-staff {
    width: 50%;
  }

  .su-staff-photo {
    height: 280px;
  }
}

@media (max-width: 575px) {
  .su-col-staff {
    width: 100%;
  }

  .su-staff-photo {
    height: 300px;
  }
}

.su-container-main {
  max-width: 1200px;
}

/* apply button */
.phd-admission-wrapper {
  background: #ffffff;
  padding: 20px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #e5e7eb;
  border-left: 6px solid #ffbf00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.phd-text-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.phd-admission-label {
  font-size: 13px;
  color: #ffbf00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.phd-admission-title {
  font-size: 24px;
  font-weight: 700;
  color: #053869;
  font-family: "Playfair Display", serif;
}

.phd-apply-button {
  background: #053869;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid #053869;
}

.phd-apply-button:hover {
  background: #ffffff;
  color: #053869;
  border-color: #053869;
}

/* Responsive */
@media (max-width: 768px) {
  .phd-admission-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 25px 30px;
  }

  .phd-admission-title {
    font-size: 20px;
  }
}

/* contact us admission */
.header-area {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #053869;
  padding-bottom: 20px;
}

.header-left {
  flex: 1;
}

.page-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 800;
  color: #053869;
  letter-spacing: -2px;
  line-height: 1;
}

.header-right {
  text-align: right;
}

.header-meta {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 500;
  margin-bottom: 5px;
}

.header-note {
  font-size: 14px;
  color: #ffbf00;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Contact sections */
.contact-blocks {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.contact-block {
  position: relative;
}

.block-content {
  padding-top: 0;
}

.block-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #053869;
  margin-bottom: 20px;
}

.content-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-line {
  font-size: 20px;
  color: #374151;
  font-weight: 500;
  padding: 14px 0;
  border-left: 2px solid transparent;
  padding-left: 20px;
  transition: all 0.3s ease;
}

.content-line:hover {
  border-left-color: #ffbf00;
  padding-left: 30px;
  color: #053869;
}

.content-line a {
  color: #374151;
  text-decoration: none;
  transition: color 0.3s ease;
}

.content-line a:hover {
  color: #053869;
}

.info-box {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.8;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #e5e7eb;
  max-width: 450px;
}

@media (max-width: 768px) {
  .contact-container {
    padding: 60px 20px;
  }

  .header-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .header-right {
    text-align: left;
  }

  .page-title {
    font-size: 20px;
  }

  .contact-blocks {
    gap: 45px;
  }

  .block-title {
    font-size: 18px;
  }

  .content-line {
    font-size: 16px;
  }

  .info-box {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 17px;
  }

  .block-title {
    font-size: 15px;
  }

  .content-line {
    font-size: 17px;
  }
}

/* grevience form */
.gp-section-wrapper {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(5, 56, 105, 0.1);
}

.gp-section-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gp-section-number {
  display: none;
}

.gp-section-header {
  margin-bottom: 25px;
}

.gp-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #053869;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.gp-section-description {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

.gp-link-wrapper {
  margin-top: 30px;
}

.gp-portal-button {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #053869;
  padding: 16px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(5, 56, 105, 0.2);
}

.gp-portal-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffbf00;
  border-right: 2px solid #ffbf00;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease;
}

.gp-portal-button:hover {
  background: #064a8f;
  box-shadow: 0 8px 24px rgba(5, 56, 105, 0.3);
  padding-right: 50px;
}

.gp-portal-button:hover::after {
  right: 25px;
}

.gp-badge {
  display: inline-block;
  background: rgba(255, 191, 0, 0.15);
  color: #ffbf00;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .gp-body {
    padding: 60px 20px;
  }

  .gp-section-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .gp-section-title {
    font-size: 26px;
  }

  .gp-section-description {
    font-size: 15px;
  }

  .gp-portal-button {
    display: block;
    text-align: center;
    padding: 16px 30px;
  }

  .gp-portal-button::after {
    display: none;
  }
}

/* Subtle animation */
@keyframes gpFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gp-section-wrapper {
  animation: gpFadeInUp 0.6s ease forwards;
}

.gp-section-wrapper:nth-child(2) {
  animation-delay: 0.1s;
}

/* Footer Location Icons */
.location-list {
  padding-left: 0;
  list-style: none;
}

.location-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  color: var(--color-secondary);
  font-family: Poppins;
  font-size: 16.5px;
  font-weight: 500;
}

.location-list li.icon-airport {
  background-image: url("../img/home/footer/airport.svg");
}

.location-list li.icon-railway {
  background-image: url("../img/home/footer/railway.svg");
}

.location-list li.icon-highway {
  background-image: url("../img/home/footer/highway.svg");
}

/* Faculty Card Redesign */
.faculty-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: center;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}

.faculty-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.faculty-card-banner {
  height: 100px;
  background: linear-gradient(135deg, var(--color-secondary) 0%, #032a52 100%);
  width: 100%;
}

.faculty-card-img-wrapper {
  width: 130px;
  height: 130px;
  margin: -65px auto 0;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 2;
}

.faculty-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty-card-body {
  padding: 20px 15px;
}

.faculty-name {
  color: var(--color-secondary);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-primary);
}

.faculty-designation {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 15px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.faculty-read-more {
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faculty-read-more:hover {
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
}

/* Faculty Card Redesign (Refined Layout) */
.card-holder-faculty {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.card-holder-faculty:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.card-holder-faculty::before,
.card-holder-faculty::after {
  content: none;
}

.fac-coll {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Grow to fill space */
  height: 100%;
}

.fac-coll img {
  width: 180px !important;
  height: 200px !important;
  margin: 20px auto 10px !important;
  /* border-radius: 50%; */
  border: 1px solid #eee !important;
  padding: 3px;
  background: #fff;
  object-fit: cover;
  display: block;
  box-shadow: none;
  transition: transform 0.3s ease;
}

.card-holder-faculty:hover .fac-coll img {
  transform: scale(1.05);
  border-color: var(--color-primary) !important;
}

.fac-coll figcaption {
  color: var(--color-secondary);
  font-size: 1.1rem; /* Slightly smaller for compact look */
  font-weight: 700;
  margin-bottom: 2px; /* Minimal spacing */
  font-family: var(--font-primary);
  line-height: 1.2;
}

.fac-coll p {
  color: #666;
  font-size: 0.85rem;
  margin-bottom: 10px; /* Minimal spacing */
  font-weight: 500;
  padding: 0;
}

/* Target the wrapper paragraph of the button to push it down */
.fac-coll p:last-child {
  margin-top: auto; /* Pushes button to bottom */
  margin-bottom: 0;
}

.read-more-faculty {
  display: block; /* Full width */
  width: 100%;
  padding: 8px 0; /* Compact padding */
  background: var(--color-secondary); /* Secondary Background */
  color: #fff; /* White Text */
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 4px; /* Slight radius */
  cursor: pointer;
  transition: all 0.3s ease;
}

.read-more-faculty::after {
  content: none;
}

/* Schools & Programs Section - Icon Colors */
.schools-nav-link .schools-nav-icon {
  /* Filter to #343a40 (Dark Gray) from black */
  filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(692%)
    hue-rotate(169deg) brightness(94%) contrast(93%);
  transition: filter 0.3s ease;
}

.schools-nav-link.active .schools-nav-icon,
.schools-nav-link:hover .schools-nav-icon {
  /* Filter to make icon white */
  filter: brightness(0) invert(1);
}

/* Table Header Custom Styles */

/* Latest Happening Section Fixes */
@media (min-width: 768px) {
  .Latest-img-con {
    height: 480px !important;
    padding: 0 !important;
    display: block;
    overflow: hidden;
  }
}

.Latest-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* Stretches to fill container as requested */
}

/* Responsive Styles for Latest Happening Section */
@media (max-width: 768px) {
  .Latest-img-con {
    height: 300px; /* Fixed height for video/image container */
    padding-bottom: 0 !important;
  }

  .Latest-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .Latest-dec-con {
    padding: 20px 15px !important;
    height: auto;
    min-height: 335px;
  }

  .Latest-dec-con h1 {
    font-size: 18px; /* Reduce heading size */
    line-height: 1.3;
    margin-bottom: 10px;
    width: auto !important; /* Fix horizontal overflow */
  }

  .Latest-dec-con p {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Limit text lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .Latest-main-title {
    font-size: 24px;
  }

  .Latest-subtitle {
    font-size: 14px;
  }

  .view-all.mt-4 {
    margin-top: 10px !important;
  }

  /* Latest Happening Navigation Icons */
  #latest-owl .owl-nav {
    position: absolute;
    top: 130px; /* Position over the image */
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Allow clicks to pass through container */
    z-index: 10;
    margin-top: 0 !important;
  }

  #latest-owl .owl-nav button.owl-prev,
  #latest-owl .owl-nav button.owl-next {
    pointer-events: auto; /* Re-enable clicks for buttons */
    background: rgba(255, 255, 255, 0.8) !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent !important; /* Hide default text "prev"/"next" */
    font-size: 0 !important; /* Ensure text is hidden */
    margin: 0 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
  }

  /* Add arrows using pseudo-elements */
  #latest-owl .owl-nav button.owl-prev::after {
    content: "\2039"; /* Left Angle Quote */
    font-size: 40px;
    color: #000;
    line-height: 1;
    position: absolute;
    top: -4px; /* Adjust vertical centering */
    left: 0;
    right: 0;
  }

  #latest-owl .owl-nav button.owl-next::after {
    content: "\203A"; /* Right Angle Quote */
    font-size: 40px;
    color: #000;
    line-height: 1;
    position: absolute;
    top: -4px; /* Adjust vertical centering */
    left: 0;
    right: 0;
  }

  /* Life at Sanjivani University Responsive Fixes */
  .infr-box {
    width: 100% !important;
    height: auto !important;
    flex-direction: row !important;
    margin-bottom: 5px; /* Add spacing between cards */
  }

  .infr-box-img {
    width: 40% !important;
    min-height: 140px !important;
  }

  .infr-box-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    padding: 0 !important; /* Reset potential padding overrides */
  }

  .infra-box-desc {
    width: 60% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    padding: 10px !important;
  }

  .infra-box-desc-first {
    width: 100% !important;
    white-space: normal !important;
    font-size: 13px !important; /* Ensure readable font size */
    margin-top: 5px !important;
  }

  .infra-box-desc p:last-child {
    white-space: normal !important;
    width: auto !important;
    height: auto !important;
    font-size: 11px !important;
    line-height: 1.3;
  }

  /* Best Placements Responsive Fixes (Simplification) */

  /* 1. Container - Row Layout */
  .placement-card .plcement-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: stretch !important; /* Match heights */
    margin: 0 !important;
  }

  /* 2. Text Section (Left, ~65%) */
  .placement-card-box-row {
    width: 65% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 65% !important;
    background: #053869; /* Ensure bg color fills gap */
  }

  .placement-card-box {
    width: 100% !important;
    height: 100% !important;
    padding: 10px 5px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    margin: 0 !important;
    border-radius: 10px 0 0 10px !important; /* Rounded Left */
    position: relative;
    z-index: 1;
  }

  /* 3. Image Section (Right, ~35%) */
  .placement-card .col-auto.text-center.px-0 {
    width: 35% !important;
    margin: 0 !important;
    flex: 0 0 35% !important;
    padding: 0 !important; /* ZERO PADDING to fix gap */
  }

  .placement-card .profile-img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
  }

  .placement-card .profile-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center;
    border-radius: 0 0px 0px 0 !important;
  }

  /* 4. Typography Scale-Down */
  .placement-card-desc {
    width: 100% !important;
    padding-left: 5px !important; /* Reduced padding since lines are gone */
    position: relative;
  }

  .placement-card-desc h4 {
    font-size: 13px !important;
    text-align: left !important;
    color: #fff !important;
    margin-bottom: 2px !important;
    margin-left: 0 !important;
    line-height: 1.2 !important;
  }

  .placement-card-desc p {
    font-size: 10px !important;
    text-align: left !important;
    color: #f0d7d7 !important;
    margin-left: 0 !important;
    line-height: 1.2 !important;
    padding-top: 0 !important;
    margin-bottom: 2px !important;
  }

  .placemetn-placed-head span {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .placemetn-placed-desc {
    text-align: left !important;
    font-size: 9px !important;
    color: #f0d7d7 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
  }

  .placemetn-placed-desc strong {
    font-size: 10px !important;
    display: block;
    margin-top: 2px !important;
  }

  /* Gap adjustments */
  .placement-card-desc .mt-5 {
    margin-top: 5px !important;
  }
  .placement-card-desc .gap-4 {
    gap: 5px !important;
  }

  /* 5. REMOVE DECORATIONS */
  .placement-card-desc h4::before,
  .placement-card-desc h4::after {
    display: none !important;
  }

  /* Adjust placement carousel padding and Position NAV */
  .placement-carousel .card {
    border: none !important;
    padding: 0 5px !important;
    margin-bottom: 5px !important;
  }

  .placement-carousel .owl-nav {
    display: block !important; /* Unhide */
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Let clicks pass through container */
    z-index: 10;
    margin-top: 0 !important;
  }

  .placement-carousel .owl-nav button.owl-prev,
  .placement-carousel .owl-nav button.owl-next {
    position: absolute;
    pointer-events: auto; /* Re-enable clicks on buttons */
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    border-radius: 50%;
    background: rgba(
      255,
      255,
      255,
      0.8
    ) !important; /* Semi-transparent white */
    color: #053869 !important; /* Blue icon */
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .placement-carousel .owl-nav button.owl-prev {
    left: auto !important;
    right: 45px !important; /* Position next to the right arrow */
  }

  .placement-carousel .owl-nav button.owl-next {
    right: 5px !important; /* Keep on right edge */
  }

  .placement-carousel .owl-nav button span {
    padding: 0 !important; /* Reset padding from desktop css */
    line-height: 1 !important;
  }
}

/* ==================================================
   Final Override for Stories of Excellence (Mobile)
   Targeting 360px - 480px devices (like Moto Edge 50 Fusion)
   ================================================== */
@media (max-width: 480px) {
  .studentBox-outer {
    height: auto !important; /* Allow card to grow based on image size */
    min-height: 500px !important;
  }

  .studentBox-outer .student-img {
    height: 320px !important; /* Increase image height to show more subject */
    width: 100% !important;
    object-fit: fill !important;
    object-position: top center !important;
  }

  .studen-b {
    height: auto !important;
    min-height: 150px !important; /* Ensure text box has space but can shrink if needed */
    padding-bottom: 20px !important;
  }
}

@media (max-width: 360px) {
  .studentBox-outer .student-img {
    height: 350px !important; /* Increase image height to show more subject */
    width: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
  }

  .studentBox-outer {
    height: auto !important; /* Allow card to grow based on image size */
    min-height: 500px !important;
  }

  .studen-b {
    height: auto !important;
    min-height: 150px !important; /* Ensure text box has space but can shrink if needed */
    padding-bottom: 20px !important;
  }

  .site-header img.header-logo {
    width: 170px;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
  }

  .news-tab-section .news-tab-pane .news-section .news-circular {
    background: transparent !important;
  }
}

/* ==================================================
   Large Screen Optimization (LED/LCD/Video Walls)
   ================================================== */

/* Full HD (1920x1080) and up */
@media (min-width: 1920px) {
  .container {
    max-width: 90% !important; /* FLUID WIDTH: Utilizes 90% of screen width */
  }
  body {
    font-size: 20px; /* Slight bump for readability */
  }
}

/* 2K QHD (2560x1440) and up */
@media (min-width: 2560px) {
  .container {
    max-width: 85% !important; /* Slightly tighter on wider screens */
  }
  html {
    font-size: 24px; /* Base scale up */
  }

  .feature-card,
  .news-tab-pane,
  .excellance-box,
  .studentBox-outer {
    min-height: 500px !important;
  }

  .video-desc h1 {
    font-size: 5rem !important;
  }
}

/* 4K UHD (3840x2160) and up */
@media (min-width: 3840px) {
  /* Global Safety */
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  /* Container & Layout */
  .container {
    max-width: 80% !important; /* FLUID: 80% screen width approx 3000px */
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-fluid {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Global Typography Scaling */
  html {
    font-size: 32px; /* Double base font size */
  }
  body,
  p,
  li,
  a {
    font-size: 1.2rem; /* Relative scaling */
  }
  h1,
  .h1 {
    font-size: 4rem !important;
  }
  h2,
  .h2 {
    font-size: 3.5rem !important;
  }
  h3,
  .h3 {
    font-size: 2.5rem !important;
  }

  /* Header & Navigation */
  .site-header {
    width: 100% !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .site-header img.header-logo {
    width: 350px !important; /* Scale logo */
    height: auto !important;
  }
  .navbar-nav .nav-link {
    font-size: 1.4rem !important; /* Scale menu items */
    padding: 1rem 1.5rem !important;
  }

  /* Hero Section */
  .video-desc h1 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
  .video-desc p {
    font-size: 1.8rem !important;
    max-width: 80%;
  }

  /* Section Headings */
  .homePage-heading,
  .section-title,
  .schools-main-title,
  .infrastructure-section-title,
  .placements-section-title,
  .global-part-heading {
    font-size: 4rem !important;
    margin-bottom: 3rem !important;
  }

  /* Subtitles */
  .schools-subtitle,
  .infrastructure-section-subtitle,
  .placements-section-subtitle {
    font-size: 2rem !important;
    margin-bottom: 4rem !important;
  }

  /* Schools & Programs */
  .schools-nav-link {
    font-size: 1.5rem !important;
    padding: 1.5rem 2rem !important;
  }
  .schools-nav-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .program-card {
    padding: 2rem !important;
    min-height: 250px !important;
  }
  .program-badge {
    font-size: 1rem !important;
    padding: 0.5rem 1rem !important;
  }
  .program-name {
    font-size: 1.6rem !important;
  }
  .schools-department-title {
    font-size: 2.5rem !important;
  }

  /* Infrastructure */
  .infr-box {
    min-height: 500px !important;
  }
  .infra-box-desc-first {
    font-size: 1.8rem !important;
  }
  .infra-box-desc img {
    width: 60px !important;
  }

  /* Placements */
  .placements-box h1.counter {
    font-size: 5rem !important;
  }
  .placements-box p {
    font-size: 1.5rem !important;
  }
  .placement-card {
    padding: 3rem !important;
  }
  .placement-card-desc h4 {
    font-size: 2.2rem !important;
  }
  .placemetn-placed-head span {
    font-size: 3rem !important;
  }

  /* Recruitment Logos */
  .logo-item img {
    max-width: 200px !important; /* Scale up logos */
  }

  /* Cards & Grids (News, Features, Excellence) */
  .feature-card,
  .news-tab-pane,
  .excellance-box,
  .studentBox-outer {
    height: auto !important;
    min-height: 600px !important; /* Taller cards */
  }

  .studentBox-outer .student-img {
    height: 450px !important; /* Taller images on 4K */
  }

  .news-tab-section .nav-link {
    font-size: 1.5rem !important;
    padding: 2rem !important;
  }
  .news-heading,
  .Latest-main-title,
  .university-main-title {
    font-size: 3.5rem !important;
  }

  /* Footer */
  footer,
  .footer-section {
    width: 100% !important;
    padding-top: 150px !important;
    padding-bottom: 100px !important;
  }
  .footer-section h3,
  .footer-widget-heading {
    font-size: 2.2rem !important;
    margin-bottom: 2rem;
  }
  .footer-section li,
  .footer-section a {
    font-size: 1.4rem !important;
    line-height: 2 !important;
  }

  /* Images */
  img {
    max-width: 100%;
  }
}

/* 8K (7680x4320) and up */
@media (min-width: 7680px) {
  /* Global Safety */
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .container {
    max-width: 7000px !important;
  }

  /* Header Refinement */
  .site-header {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  html {
    font-size: 64px; /* Quadruple base font size from standard */
  }

  .site-header img.header-logo {
    width: 700px !important;
  }

  .video-desc h1 {
    font-size: 12rem !important;
  }

  .feature-card,
  .news-tab-pane,
  .excellance-box,
  .studentBox-outer,
  .infr-box {
    min-height: 1000px !important;
  }

  .logo-item img {
    max-width: 400px !important;
  }

  /* Footer Refinement */
  .footer-section {
    padding-top: 250px !important;
    padding-bottom: 200px !important;
  }
}

/* Latest Happening Images */
.Latest-img {
  width: 480px;
  height: 480px;
  object-fit: cover;
  border: 2px solid #000;
}

/* ==========================================================================
   FOOTER RESPONSIVE OVERRIDES
   Desktop (>=1281px): unchanged â€” keeps background image + absolute map design
   Tablet (800â€“1280px): auto heights, map as yellow relative card
   Mobile (<=800px): full stacking, yellow map card, fluid iframe
   ========================================================================== */

/* --- Tablet: Fix fixed heights and absolutely-positioned map --- */
@media (max-width: 1280px) and (min-width: 801px) {
  .footer {
    height: auto !important;
    min-height: 0 !important;
    background-color: #053869 !important;
  }
  .footer::before {
    background: var(--color-secondary) !important;
    background-image: none !important;
  }
  .footer-section {
    height: auto !important;
    padding: 30px 15px 20px 15px !important;
    gap: 0 !important;
    overflow: visible !important;
  }
  .firstcolumn {
    height: auto !important;
  }
  .footer-map {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    width: 100% !important;
    background-color: var(--color-primary) !important;
    border-radius: 10px !important;
    padding: 15px !important;
  }
  .footer-map h2 {
    color: #053869 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .footer-map iframe {
    width: 100% !important;
    height: 180px !important;
    border-radius: 8px !important;
  }
  ul.location-list {
    padding-left: 0 !important;
    margin-top: 10px;
  }
  .location-list li {
    color: #053869 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-left: 0 !important;
    padding-left: 30px !important;
    position: relative !important;
    list-style: none !important;
  }
  .location-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 4px !important;
    width: 18px !important;
    height: 18px !important;
    background-color: #053869 !important;
    border-radius: 0 !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
  }
  .location-list li.icon-airport::before {
    -webkit-mask-image: url("../img/home/footer/airport.svg") !important;
    mask-image: url("../img/home/footer/airport.svg") !important;
  }
  .location-list li.icon-railway::before {
    -webkit-mask-image: url("../img/home/footer/railway.svg") !important;
    mask-image: url("../img/home/footer/railway.svg") !important;
  }
  .location-list li.icon-highway::before {
    -webkit-mask-image: url("../img/home/footer/highway.svg") !important;
    mask-image: url("../img/home/footer/highway.svg") !important;
  }
  .linkone {
    padding: 10px 20px !important;
    text-align: center !important;
  }
}

/* --- Mobile: Full stacking --- */
@media (max-width: 800px) {
  .footer {
    height: auto !important;
    background-color: #053869 !important;
  }
  .footer::before {
    background: var(--color-secondary) !important;
    background-image: none !important;
  }
  .footer-section {
    height: auto !important;
    overflow: visible !important;
  }

  /* Force all footer columns to full width */
  .col-lg-4.col-md-6.footer-contact-us,
  .col-lg-2.col-md-3.col-sm-6.imp-links,
  .col-lg-2.col-md-6.col-sm-6.col-6.timing-visitor-section,
  .col-lg-4.col-md-6.border-none.footer-map {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 15px !important;
  }

  /* Logo: center */
  .firstcolumn {
    flex-direction: column !important;
    align-items: center !important;
    height: auto !important;
    padding: 10px 0 !important;
  }
  .firstcolumn img {
    max-width: 180px !important;
    height: auto !important;
  }

  /* How To Reach Us: yellow card */
  .footer-map {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    width: 100% !important;
    background-color: var(--color-primary) !important;
    border-radius: 12px !important;
    padding: 20px 15px !important;
    margin-top: 10px !important;
  }
  .footer-map h2 {
    color: #053869 !important;
    text-align: left !important;
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
  .footer-map iframe {
    width: 100% !important;
    height: 200px !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
  }
  ul.location-list {
    padding-left: 0 !important;
  }
  .location-list li {
    color: #053869 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-left: 0 !important;
    padding-left: 28px !important;
  }
  .location-list li::before {
    background-color: #053869 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 0 !important;
    top: 2px !important;
    left: 0 !important;
  }

  /* Copyright */
  .linkone {
    padding: 8px 15px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  p.mb-0.linkone::before {
    display: none !important;
  }
}

/* --- Small mobile --- */
@media (max-width: 480px) {
  .footer-map {
    border-radius: 8px !important;
  }
  .footer-location,
  .footer-email,
  .footer-phone {
    font-size: 14px !important;
  }
  .footer-email a,
  .footer-phone a {
    font-size: 14px !important;
  }
  .imp-links h2,
  .timing-visitor-section h3 {
    font-size: 17px !important;
  }
}

/* --- Enquiry Section: Responsive Only --- */
@media (max-width: 800px) {
  .enquiry-section {
    height: auto !important;
    padding: 30px 15px !important;
    border-radius: 12px;
  }
  .enquiry-box-sec {
    gap: 20px 0;
  }
  .enquiry-img {
    max-width: 90px;
    height: auto;
  }
  .enquiry-box a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .enquiry-section {
    padding: 20px 10px !important;
  }
  .enquiry-title {
    font-size: 24px;
  }
  .enquiry-subtitle {
    font-size: 13px;
  }
  .enquiry-img {
    max-width: 70px;
  }
  .enquiry-box a {
    font-size: 12px;
  }
}

/* --- Placements Counts: Responsive Font Adjustments --- */
@media (max-width: 1200px) and (min-width: 768px) {
  .placements-counts {
    height: auto !important;
    padding: 20px 10px !important;
    width: 95% !important;
  }
  .placements-box {
    width: auto !important;
  }
  .placements-box h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  .placements-box p {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .placements-box h1 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .placements-box p {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .placements-box h1 {
    font-size: 22px !important;
  }
  .placements-box p {
    font-size: 12px !important;
  }
}

/* --- Header: Center logo when toggle button is visible (<=1199px) --- */
@media (max-width: 1199px) {
  .site-header .row.align-items-center {
    flex-wrap: wrap !important;
  }
  .header-left-section {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
  }
  .header-left-section .navbar-toggler {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .header-right-section {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
/* --- Header: Toggler below logo on small screens --- */
@media (max-width: 576px) {
  .header-left-section {
    flex-direction: column !important;
    align-items: center !important;
  }
  .header-left-section .navbar-toggler {
    position: static !important;
    transform: none !important;
    margin-top: 8px !important;
  }
}

/* --- News & Events Tabs: Responsive Fix (All Screens) --- */

/* 992px–1115px: reduce padding, fit 4 tabs in one row */
@media (max-width: 1115px) and (min-width: 801px) {
  .news-tab-section ul.nav-tabs {
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  .news-tab-section li.nav-item {
    flex: 1 1 0 !important;
  }
  .news-tab-section .nav-tabs .nav-link {
    padding: 10px 8px !important;
    font-size: 14px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }
}

/* 577px–800px: 2x2 grid tabs */
@media (max-width: 800px) and (min-width: 577px) {
  .news-tab-section ul.nav-tabs {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  .news-tab-section li.nav-item {
    width: 50% !important;
    flex: 0 0 50% !important;
    text-align: center !important;
  }
  .news-tab-section .nav-tabs .nav-link {
    width: 100% !important;
    padding: 10px 8px !important;
    font-size: 13px !important;
    text-align: center !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    white-space: normal !important;
  }
  .news-tab-section .nav-link.active::after {
    display: none !important;
  }
}

/* <=576px: 2x2 compact grid */
@media (max-width: 576px) {
  .news-tab-section ul.nav-tabs {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  .news-tab-section li.nav-item {
    width: 50% !important;
    flex: 0 0 25% !important;
    text-align: center !important;
  }
  .news-tab-section .nav-tabs .nav-link {
    width: 100% !important;
    padding: 8px 5px !important;
    font-size: 12px !important;
    text-align: center !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    white-space: normal !important;
  }
  .news-tab-section .nav-link.active::after {
    display: none !important;
  }
  .news-tab-section .news-tab-pane {
    height: auto !important;
    padding: 10px !important;
  }
}

/* --- News Tabs: 2x2 grid for 1094px–1374px --- */
@media (max-width: 1374px) and (min-width: 1094px) {
  .news-tab-section ul.nav-tabs {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  .news-tab-section li.nav-item {
    width: 50% !important;
    flex: 0 0 25% !important;
    text-align: center !important;
  }
  .news-tab-section .nav-tabs .nav-link {
    width: 100% !important;
    padding: 10px 10px !important;
    font-size: 15px !important;
    text-align: center !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    white-space: normal !important;
  }
  .news-tab-section .nav-link.active::after {
    display: none !important;
  }
}

/* --- Quick Links: Responsive Grid --- */

/* Tablet (801px–1200px): 4-col grid */
@media (max-width: 1200px) and (min-width: 801px) {
  .quickLink-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
  }
  .qucik-div {
    width: calc(25% - 12px) !important;
    min-width: unset !important;
  }
  .quick-img.icon-box {
    width: 80px !important;
    height: 80px !important;
  }
  .quick-link-title {
    font-size: 14px !important;
  }
}

/* Small tablet (577px–800px): 3-col grid */
@media (max-width: 800px) and (min-width: 577px) {
  .quickLink-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
  }
  .qucik-div {
    width: calc(33.33% - 12px) !important;
    min-width: unset !important;
  }
  .quick-img.icon-box {
    width: 75px !important;
    height: 75px !important;
  }
  .quick-link-title {
    font-size: 13px !important;
  }
}

/* Mobile (<=576px): 2-col grid */
@media (max-width: 576px) {
  .quickLink-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  .qucik-div {
    width: calc(50% - 10px) !important;
    min-width: unset !important;
  }
  .quick-img.icon-box {
    width: 65px !important;
    height: 65px !important;
  }
  .quick-link-title {
    font-size: 12px !important;
  }
}

/* Small mobile (<=375px): 2-col tighter */
@media (max-width: 375px) {
  .qucik-div {
    width: calc(50% - 8px) !important;
  }
  .quick-img.icon-box {
    width: 55px !important;
    height: 55px !important;
  }
  .quick-link-title {
    font-size: 11px !important;
  }
}

/* --- Quick Links: 1200px–1399px responsive --- */
@media (max-width: 1399px) and (min-width: 1201px) {
  .quickLink-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
  }
  .qucik-div {
    width: calc(25% - 12px) !important;
    min-width: unset !important;
  }
  .quick-img.icon-box {
    width: 90px !important;
    height: 90px !important;
  }
  .quick-link-title {
    font-size: 14px !important;
  }
}

/* --- Latest Happening: 1200px–1399px responsive --- */
@media (max-width: 1399px) and (min-width: 1200px) {
  .Latest-main-title,
  .Latest-main-title span {
    font-size: 28px !important;
  }
  .Latest-subtitle {
    font-size: 15px !important;
  }
  .Latest-img {
    height: 400px !important;
  }
  .Latest-dec-con {
    height: auto !important;
    padding: 25px 30px !important;
  }
  .Latest-dec-con h1 {
    font-size: 22px !important;
    width: 100% !important;
  }
  .Latest-dec-con p {
    font-size: 14px !important;
  }
  #latest-owl .owl-nav button.owl-prev {
    left: -35px !important;
  }
  #latest-owl .owl-nav button.owl-next {
    right: -35px !important;
  }
}

/* --- Life at Sanjivani: Fix right-shift on wide screens --- */
.infrastructure-section .row.container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
}

/* --- News Tabs: Large desktop (>=1400px) equal-width tabs --- */
@media (min-width: 1400px) {
  .news-tab-section ul.nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  .news-tab-section li.nav-item {
    flex: 1 1 0 !important;
    text-align: center !important;
  }
  .news-tab-section .nav-tabs .nav-link {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 15px !important;
    white-space: normal !important;
  }
}

/* --- Schools & Programs Tabs: Responsive for all screens --- */

/* Large desktop (>=1400px): equal-width tabs */
@media (min-width: 1400px) {
  .schools-nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  .schools-nav-tabs .nav-item {
    flex: 1 1 0 !important;
  }
  .schools-nav-link {
    width: 100% !important;
    padding: 15px 10px !important;
    font-size: 15px !important;
  }
}

/* 1200px–1399px: 3x2 grid */
@media (max-width: 1399px) and (min-width: 1200px) {
  .schools-nav-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    justify-content: center !important;
  }
  .schools-nav-tabs .nav-item {
    width: 33.33% !important;
    flex: 0 0 33.33% !important;
  }
  .schools-nav-link {
    width: 100% !important;
    padding: 14px 10px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
  }
}

/* 801px–1199px: 3x2 grid compact */
@media (max-width: 1199px) and (min-width: 801px) {
  .schools-nav-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  .schools-nav-tabs .nav-item {
    width: 33.33% !important;
    flex: 0 0 33.33% !important;
  }
  .schools-nav-link {
    width: 100% !important;
    padding: 12px 8px !important;
    font-size: 13px !important;
    border-radius: 0 !important;
  }
}

/* 577px–800px: 2x3 grid */
@media (max-width: 800px) and (min-width: 577px) {
  .schools-nav-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  .schools-nav-tabs .nav-item {
    width: 50% !important;
    flex: 0 0 50% !important;
  }
  .schools-nav-link {
    width: 100% !important;
    padding: 10px 6px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
  }
}

/* <=576px: 2x3 compact */
@media (max-width: 576px) {
  .schools-nav-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  .schools-nav-tabs .nav-item {
    width: 50% !important;
    flex: 0 0 50% !important;
  }
  .schools-nav-link {
    width: 100% !important;
    padding: 8px 5px !important;
    font-size: 11px !important;
    border-radius: 0 !important;
  }
  .schools-nav-icon {
    width: 20px !important;
    height: 20px !important;
  }
}

/* --- Schools Inner Tabs (UG/PG/PhD): Responsive --- */

/* Large desktop (>=1400px) */
@media (min-width: 1400px) {
  div#schoolTabsContent ul.nav-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  div#schoolTabsContent ul li {
    flex: 1 1 0 !important;
  }
  div#schoolTabsContent ul li button {
    width: 100% !important;
    font-size: 15px !important;
  }
}

/* 1094px–1399px */
@media (max-width: 1399px) and (min-width: 1094px) {
  div#schoolTabsContent ul.nav-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  div#schoolTabsContent ul li {
    flex: 1 1 0 !important;
  }
  div#schoolTabsContent ul li button {
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 8px !important;
    height: auto !important;
  }
  div#schoolTabsContent ul li button.active::after {
    display: none !important;
  }
}

/* 801px–1093px */
@media (max-width: 1093px) and (min-width: 801px) {
  div#schoolTabsContent ul.nav-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  div#schoolTabsContent ul li {
    flex: 1 1 0 !important;
  }
  div#schoolTabsContent ul li button {
    width: 100% !important;
    font-size: 13px !important;
    padding: 8px 6px !important;
    height: auto !important;
  }
  div#schoolTabsContent ul li button.active::after {
    display: none !important;
  }
}

/* <=800px */
@media (max-width: 800px) {
  div#schoolTabsContent ul.nav-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  div#schoolTabsContent ul li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
  div#schoolTabsContent ul li button {
    width: 100% !important;
    font-size: 12px !important;
    padding: 8px 5px !important;
    height: auto !important;
    white-space: nowrap !important;
  }
  div#schoolTabsContent ul li button.active::after {
    display: none !important;
  }
}

/* --- Placement Carousel Buttons: Large desktop (>=1400px) --- */
@media (min-width: 1400px) {
  #placementCarousel .carousel-control-next {
    right: calc(46% - 275px);
    left: auto;
    border-radius: 0 20px 20px 0;
  }
  #placementCarousel .carousel-control-prev {
    left: auto;
    right: calc(46% - 218px);
    border-radius: 20px 0 0 20px;
  }
}

@media (min-width: 768px) {
  .footer-contact-us {
    padding: 10px 0px 0px 0px !important;
  }
}

.inner-page .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.inner-page .navbar-expand-xl .navbar-collapse {
  background: #fff;
}
