:root {
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --color-primary: #970000;
  --color-heading: #492982;
  --color-secondary: #fdbd0f;
  --color-heading: #fff;
  --color-default: #000000;
  scroll-behavior: smooth;
}

body {
  color: var(--color-primary);
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: var(--font-secondary);
  overflow-x: hidden !important;
  background-color: #f4f4f4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--color-default);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
  font-family: var(--font-secondary) !important;
  font-size: 1rem;
}

p,
span,
a {
  line-height: initial;
}

table,
th,
td {
  border: 0.0625rem solid #ddd;
  color: #000;
}

p,
a,
li {
  color: var(--color-default);
  font-family: var(--font-secondary);
}

li,
td,
button {
  font-size: 1rem;
}

.shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0rem 0.0625rem 0.125rem 0rem,
    rgba(60, 64, 67, 0.15) 0rem 0.125rem 0.375rem 0rem;
}

.homePage-sectionHeading {
  color: var(--color-heading);
  font-size: 1.875rem;
  font-weight: 600 !important;
  line-height: normal;
}

.homePage-sectionHeading-white {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 600 !important;
  line-height: normal;
}

.black-text-heading {
  color: #475569;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.blue-text-heading {
  color: #673ab7;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  /* 150% */
}

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

/*End Basic CSS */

/* header */

/* ------- top menu ---------------- */
.top-bar {
  display: flex;
  gap: 4px;
}

.top-menu-bg {
  z-index: 1020 !important;
  position: relative;
  border: 0 solid rgba(216, 216, 216, 0);
  background: radial-gradient(
    231% 135.8% at 0.9% 2.98%,
    rgba(234, 233, 233, 0.4) 0%,
    rgba(198, 194, 194, 0) 100%
  );
  backdrop-filter: blur(1.5px);
}

.top-header {
  position: relative;
  height: 710px;
  margin-top: -16rem;
}

.video-background {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.63) 0%,
    rgba(0, 0, 0, 0.09) 70.37%,
    rgba(0, 0, 0, 0.05) 105.56%
  );
}

.top-header-bg {
  background: transparent;
}

.top-menu-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-menu-left a,
.top-menu-right a {
  color: #fff;
}

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

.top-menu-left ul li a {
  color: #333 !important;
  font-weight: 400;
  font-family: var(--font-secondary);
  padding: 10px;
}

.top-menu-right ul li a {
  color: #fff !important;
  font-weight: 400;
  font-family: var(--font-secondary);
  padding: 10px;
}

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

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

@media (max-width: 992px) {
  .top-menu-mobile-view {
    border-top: 1px solid #676a6d !important;
  }

  .top-menu-mobile-view li a {
    color: var(--color-heading) !important;
  }
}

/* top menu end */

/*  header College Name */
.header-container {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  margin-bottom: 15px;
}

.college-title {
  margin-top: 10px;
  margin-left: 4px;
}

.header-logo {
  width: 144px;
  height: 108px;
}

.Institution-Logo {
  width: 79.675px;
  height: 79.675px;
  margin-top: 7px;
  margin-left: 80px;
  display: inline-block;
}

.site-header {
  text-align: center;
  padding: 10px;
}

.logo-holder,
.title-holder {
  display: inline-block;
  vertical-align: top;
}

.header-college-name {
  color: #ff6347;
  text-shadow: 2px 4px 12px rgba(39, 38, 113, 0.39);
  font-family: Playfair !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto;
  padding: 7px 0px 0px 0px;
}

.head-line {
  color: #fff;
  font-family: Arimo !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
}

.naac-grade {
  color: #ffb900;
  font-family: Arimo !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.header-row {
  margin-top: -47px;
}

/* mobile view */
@media (max-width: 500px) {
  /* Stack everything vertically */
  .bapuji-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Force both logo divs into one row */
  .college-logo,
  .Institution-Logo {
    display: inline-block !important;
    vertical-align: middle;
    margin: 5px;
  }

  /* Center both logos together */
  .college-logo a,
  .Institution-Logo a {
    display: inline-block;
  }

  /* Small size adjustment */
  .header-logo,
  .Institution-Logo img {
    width: 70px !important;
    height: 70px !important;
  }

  /* Ensure title appears below logos */
  .college-title {
    order: 3;
    text-align: center;
    margin-top: 10px;
  }

  /* Fix accidental spacing caused by flex */
  .bapuji-header > .college-logo,
  .bapuji-header > .Institution-Logo {
    order: 1;
  }
}

/* ------- Main Menu ---------------- */
.main-menu-bg {
  background: transparent;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
  padding: 12px 10px !important;
  color: #ffffff;
  transition: none !important;
}

.second-menu ul li a {
  color: #fff !important;
}

.dropdown-menu {
  padding: 0px 0px !important;
  z-index: 3;
}

.myCustomMenu > li.nav-item.active > a.nav-link,
.myCustomMenu > li.nav-item > a.nav-link.active {
  border: 2px solid #ff6347;
  background: radial-gradient(
    231% 135.8% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 30px;
}

.main-menu .dropdown-menu a,
.main-menu .dropdown-item:hover {
  color: #fff;
  background-color: #970000;
  cursor: pointer;
}

.main-menu .dropdown-item:hover {
  background-color: #ffd0c7;
  color: #000000;
}

.myCustomMenu {
  gap: 6px !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #fff;
}

.second-menu li a:hover {
  border: 1px solid #ff6347;
  background: radial-gradient(
    231% 135.8% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 30px;
  backdrop-filter: blur(2px);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0rem 0;
  margin: 0;
  font-size: 1rem;
  color: #525368;
  text-align: left;
  list-style: none;
  background-color: #fff;
}

.dropdown-menu li {
  border-bottom: 1px solid #cabe76 !important;
}

.dropdown-menu a.active,
.dropdown-menu a:hover {
  border: none !important;
  border-radius: 0px !important;
}

.topbar-menu .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
  border-bottom: 0px !important;
}

.top-menu #navbarNavDropdown {
  justify-content: end !important;
}

@media (max-width: 576px) {
  .main-menu-bg {
    background: rgba(0, 0, 0, 0.4);
  }
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
}

/* Sticky Navbar on Scroll */
.sticky-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important;
  backdrop-filter: blur(3px);
}

nav#main_navbar {
  position: sticky !important;
  top: 0;
  z-index: 1050 !important;
  margin-bottom: 0 !important;
}

/* Overrides all parent restrictions */
#main_navbar.force-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: auto !important;
}

/* home page */

.content-section {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  object-fit: cover;
  z-index: 0;
}

/* Gradient Overlay using pseudo-element */
.top-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.63) 13%,
    rgba(0, 0, 0, 0.09) 40.37%,
    rgba(0, 0, 0, 0.05) 44%
  );
}

.social-icons {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon i {
  font-size: 22px;
}

.social-icon.twitter i {
  color: #1da1f2;
}

.social-icon.instagram i {
  color: #e4405f;
}

.social-icon.facebook i {
  color: #1877f2;
}

@media (max-width: 1024px) {
  .top-header {
    margin-top: -20rem;
  }
  .marquee-news-heading {
    padding: 10px 0px !important;
    width: 30% !important;
    left: 0% !important;
  }
  .annocument-container {
    align-items: center;
    padding: 0px 0px 0px 0px !important;
  }
  .Institution-Logo {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .top-header {
    margin-top: -20rem;
  }
  .marquee-news-heading {
    padding: 15px 0px !important;
    width: 30% !important;
  }
  .annocument-container {
    align-items: center;
    padding: 0px 0px 0px 60px !important;
  }
  .Institution-Logo {
    margin-left: 0px;
  }
}

.social-icon.youtube i {
  color: #ff0000;
}

/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #ffffff;
  border: 10px solid #ffffff;
}

#header-carousel .carousel-control-prev,
.carousel-control-next {
  position: relative;
  left: 84% !important;
  top: -100px;
  z-index: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 4%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
}

.banner-slider img {
  background: var(--color-primary);
  height: 550px;
  object-fit: cover !important;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: none !important;
}

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

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

.banner-slider img {
  background: var(--color-primary);
  height: 550px;
  object-fit: cover !important;
}

.carousel-caption {
  font-family: var(--font-secondary) !important;
  color: var(--color-default);
}

.carousel-caption span {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-primary);
  font-style: normal;
  background: rgba(46, 46, 46, 0.5);
  padding: 10px 12px;
  border-radius: 5px;
}

.carousel-caption p {
  padding-top: 1.125rem;
}

.indicators li {
  list-style: none;
}

.indicators {
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.indicators li {
  background-color: #cbcbcb;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicators li.active {
  width: 60px;
  height: 9px;
  border-radius: 30px;
  background: #cbcbcb;
}

.indicators-container {
  display: flex;
  justify-content: start !important;
}

/* news marquee start */

.announcement-section {
  align-items: center;
  padding: 8px;
  top: 0px;
  position: relative;
  display: flex;
  padding-left: 0;
  height: 55px;
  background: #ffd0c7 !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.slider-news a {
  color: #000;
  text-align: center;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
}

.slider-news a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/mic-speaker.svg") no-repeat center;
  background-size: contain;
}

.annocument-container {
  align-items: center;
  padding: 0px 0px 0px 120px;
}

.marquee-news-heading {
  position: relative;
  height: 55px;
  width: 15%;
  left: 8%;
  text-align: center;
  padding: 14px 0px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #970000;
}

.marquee-news-heading img {
  display: inline;
  width: 25px;
  height: 29px;
  margin-right: 4px;
}

.news-events .homePage-sectionHeading {
  margin: 0;
  padding: 8px 0px;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
  box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 480px) {
  .marquee-news-heading {
    left: 3%;
    font-size: 13px;
    width: 40%;
    padding: 4px 0px !important;
  }
  .annocument-container {
    padding: 0px !important;
  }
}

.carousel-caption {
  display: flex;
  text-align: start;
  font-family: var(--font-secondary) !important;
  color: var(--color-default);
}

.carousel-caption h5::before {
  content: "";
  width: 40px;
  height: 4px;
  display: inline-block;
  background: #d00000;
  margin: 4px 10px;
}

/*  Home slider end */

/* notice board and events */
.nbe-info-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 440px;
  display: flex;
  flex-direction: column;
}

.nbe-card-header {
  background: #ff6347;
  color: white;
  padding: 18px 25px;
  height: 51px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nbe-header-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.nbe-tabs-wrapper {
  height: 35px;
  display: flex;
  background-color: #ffe8e6;
  gap: 40px;
  justify-content: center;
}

.nbe-tab-link {
  padding: 3px 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s;
}

.nbe-tab-link:hover {
  color: #970000;
}

.nbe-tab-link.active {
  color: #970000;
}

.nbe-card-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.nbe-items-container {
  flex: 1;
}

.nbe-list-item {
  display: flex;
  gap: 5px;
  padding: 10px 0;
  transition: all 0.3s;
}

.nbe-list-item:last-child {
  border-bottom: none;
}

.nbe-list-item:hover {
  background: #fafafa;
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
  margin-right: -10px;
  border-radius: 8px;
}

.nbe-date-badge {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #fff5f5;
  border: 0.5px solid rgba(151, 0, 0, 0.3);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nbe-date-badge h2 {
  font-size: 11px;
  color: var(--bapuji-secondary, #970000);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nbe-date-day {
  font-size: 22px;
  color: var(--bapuji-secondary, #970000);
  font-weight: 700;
  line-height: 1;
}

.nbe-item-content {
  flex: 1;
  display: flex;
  align-items: center;
}

.nbe-item-content .news-a-tag {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.nbe-event-emoji {
  margin-left: 8px;
  font-size: 18px;
}

/* new event */

/* Fixed: Keep content scrollable and button at bottom */
.quick-inner.news-circular {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  /* Important for proper flex behavior */
}

.holder.myTicker {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 0px;
}

.holder.myTicker ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.holder.myTicker li {
  padding: 7px 5px 5px 10px;
  display: flex;
  gap: 12px;
}

h2.news-date.ng-binding {
  text-align: center;
  padding-inline: 18px;
  border: 0.5px solid rgba(151, 0, 0, 0.3);
  margin-right: 10px;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  padding-block: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--bapuji-secondary, #970000) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.holder.myTicker li a {
  color: #333;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

span.news-date.ng-binding {
  text-align: center;
  padding-inline: 18px;
  border: 0.5px solid rgba(151, 0, 0, 0.3);
  margin-right: 10px;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  padding-block: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--bapuji-secondary, #970000) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.nbe-view-btn {
  background: #ff6347;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.nbe-view-btn:hover {
  background: #e5533d;
  transform: translateX(2px);
}

.nbe-view-btn a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.nbe-btn-wrapper {
  text-align: center;
  margin-top: auto;
  padding: 15px 0;
}

.nbe-view-btn i {
  font-size: 12px;
  margin-left: 4px;
}

@media (max-width: 991px) {
  .nbe-info-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .nbe-tabs-wrapper {
    gap: 15px;
    padding: 10px 15px 0;
  }

  .nbe-tab-link {
    font-size: 13px;
  }

  .nbe-card-body {
    padding: 15px;
  }

  .nbe-date-badge {
    width: 50px;
    height: 50px;
  }

  .nbe-date-day {
    font-size: 18px;
  }

  .nbe-item-title {
    font-size: 14px;
  }
}

/* programs-section */
.header-section {
  background: linear-gradient(
    1deg,
    rgba(255, 255, 255, 0.9) 5%,
    rgba(140, 10, 254, 0.15) 70%
  );
  padding: 15px 0px;
  text-align: center;
}

.header-section h1 {
  color: var(--bapuji-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 14px;
}

.header-underline-programs {
  width: 68px;
  height: 4px;
  background: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  margin: 0 auto;
  border-radius: 2px;
}

.header-section p {
  color: var(--bapuji-sub-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0px;
}

/* header for founder */
.header-section-founder {
  background: linear-gradient(
    1deg,
    rgba(255, 255, 255, 0.9) 5%,
    rgba(140, 10, 254, 0.15) 70%
  );
  padding: 25px 0px;
  text-align: center;
}

.header-section-founder h1 {
  color: var(--bapuji-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 14px;
}

.header-underline-founder {
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  margin: 0 auto;
  border-radius: 2px;
}

/* header for about college */
.header-section-about {
  background: linear-gradient(
    1deg,
    rgba(255, 255, 255, 0.9) 5%,
    rgba(140, 10, 254, 0.15) 70%
  );
  padding: 25px 0px;
  text-align: center;
}
.header-section-about h1 {
  color: var(--bapuji-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 14px;
}
.header-underline-about {
  width: 96px;
  height: 4px;
  background: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  margin: 0 auto;
  border-radius: 2px;
}

/* header for vision mission */
.header-section-vision {
  background: linear-gradient(
    1deg,
    rgba(255, 255, 255, 0.9) 5%,
    rgba(140, 10, 254, 0.15) 70%
  );
  padding: 25px 0px;
  text-align: center;
}

.header-section-vision h1 {
  color: var(--bapuji-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
}

.header-underline-vision {
  width: 128px;
  height: 4px;
  background: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  margin: 0 auto;
  border-radius: 2px;
}

.header-section-vision p {
  color: var(--bapuji-sub-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0px;
}

/* header for Legacy */
.header-section-legacy {
  background: linear-gradient(
    1deg,
    rgba(255, 255, 255, 0.9) 5%,
    rgba(140, 10, 254, 0.15) 70%
  );
  padding: 25px 0px;
  text-align: center;
}

.header-section-legacy h1 {
  color: var(--bapuji-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
}

.header-underline-legacy {
  width: 108px;
  height: 4px;
  background: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  margin: 0 auto;
  border-radius: 2px;
}

.header-section-legacy p {
  color: var(--bapuji-sub-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0px;
}

/* header for links */
.header-section-links {
  background: linear-gradient(
    1deg,
    rgba(255, 255, 255, 0.9) 5%,
    rgba(140, 10, 254, 0.15) 70%
  );
  padding: 25px 0px;
  text-align: center;
}

.header-section-links h1 {
  color: var(--bapuji-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
}

.header-underline-links {
  width: 108px;
  height: 4px;
  background: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  margin: 0 auto;
  border-radius: 2px;
}

.header-section-links p {
  color: var(--bapuji-sub-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0px;
}

.tabs-section {
  margin-bottom: 25px;
}

.tab-container {
  border: 1px solid #e2dddd;
  border-radius: 15px;
  margin-bottom: 5px;
  padding: 12px 0px 15px 0px;
}

.nav-pills .nav-link {
  padding: 9px 25px 9px 26px;
  border-radius: 10px;
  border: 0.762px solid rgba(255, 255, 255, 0.3);
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #ff6347;
  margin: 0 7.5px;
}

.nav-pills .nav-link.active {
  border-radius: 10px;
  border: 0.762px solid rgba(255, 185, 0, 0.3);
  background: var(--bapuji-tertory, #ff6347);
}

.nav-pills .nav-link:hover:not(.active) {
  background: #fff5f5;
  color: #ff6347;
}

.stream-divs {
  gap: 70px;
}

.content-title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}

.stream-card {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  /* width: 300px; */
  padding: 8px 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  height: 160px;
}

@media (max-width: 768px) {
  .stream-card {
    padding: 0% !important;
  }
  .stream-title {
    font-size: 14px !important;
    /* margin-bottom: 0px !important; */
  }
  .stream-description {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}

.stream-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.stream-icon {
  font-size: 30px;
  margin-bottom: 5px;
}

.stream-title {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
}

.stream-description {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 768px) {
  .header-section h1 {
    font-size: 40px;
  }

  .header-section p {
    font-size: 17px;
  }

  .content-container {
    padding: 0px 0px;
  }

  .content-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .nav-pills .nav-link {
    margin: 5px 0;
    width: 100%;
    max-width: 300px;
  }
}

/* founder and management */

.profile-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.profile-image {
  height: 194px;
  border-radius: 12px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.profile-image img {
  height: 100%;
  object-fit: cover;
}

.profile-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  font-family: Arial !important;
  margin-bottom: 12px;
}

.profile-description {
  text-align: justify;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 0;
}

.btn-container {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

.read-more-btn {
  background: #970000;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 12px 35px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.read-more-btn:hover {
  background: linear-gradient(135deg, #a00000, #b00000);
  transform: translateY(-2px);
  color: white;
}

@media (max-width: 768px) {
  .content-section {
    padding: 0px 0px;
  }
  .profile-card {
    height: auto;
  }
}

/* about college */
.about-container {
  max-width: 1400px;
  margin: 0 auto;
}

.image-wrapper {
  position: relative;
}

.years-badge {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 110px;
  height: 110px;
  background: white;
  border: 4px solid #ff6347;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 99, 71, 0.3);
  z-index: 10;
}

.years-number {
  font-size: 32px;
  font-weight: 700;
  color: #8b0000;
  line-height: 1;
}

.years-text {
  font-size: 14px;
  font-weight: 600;
  color: #8b0000;
  text-transform: uppercase;
}

.star {
  position: absolute;
  color: #ffa500;
  font-size: 20px;
}

.star-top {
  top: -15px;
  right: -9px;
}

.star-bottom {
  bottom: -9px;
  left: -15px;
}

.college-image {
  /* width: 554px; */
  height: 382px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* .about-text {
	width: 652px;
} */

.about-text p {
  font-size: 18px;
  color: #000;
  line-height: 29px;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: Arial !important;
}

@media (max-width: 992px) {
  .about-text {
    padding-left: 0;
    margin-top: 40px;
  }

  .years-badge {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .about-text p {
    font-size: 16px;
  }

  .years-badge {
    width: 90px;
    height: 90px;
  }

  .years-number {
    font-size: 26px;
  }

  .years-text {
    font-size: 12px;
  }
}

/* vision and mission */
.mv-content-grid {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.mv-card {
  flex: 1;
  border: 1px solid var(--bapuji-secondary, #970000);
  border-radius: 12px;
  padding: 25px 25px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Background image layer */
.mv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 0;
  transition: opacity 0.4s ease;
}

/* Mission card background */
.mv-card.mission::before {
  background-image: url("../img/mission-bg.svg");
}

/* Vision card background */
.mv-card.vision::before {
  background-image: url("../img/vision-bg.svg");
}

.mv-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(200, 90, 110, 0.25);
  border-color: #a8465a;
}

.mv-card:hover::before {
  opacity: 0.15; /* Background opacity on hover */
}

.mv-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.mv-icon {
  width: 49.524px;
  height: 49.524px;
  background: #ffdede;
  border: 0.762px solid var(--bapuji-secondary, #970000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.mv-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.mv-card:hover .mv-icon {
  transform: translateY(-6px) scale(1.08);
  background: rgba(255, 230, 230, 0.9);
  box-shadow: 0 6px 18px rgba(168, 70, 90, 0.25);
  border-color: #ff9fab;
}

.mv-card:hover .mv-icon img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 8px rgba(255, 140, 140, 0.4));
}

.mv-card-title {
  color: var(--bapuji-secondary, #970000);
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  z-index: 1;
}

.mv-card-content {
  color: #000;
  text-align: justify;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .mv-content-grid {
    flex-direction: column;
    gap: 30px;
    padding: 0px 35px;
  }
}

@media (max-width: 768px) {
  .mv-card {
    padding: 15px 15x;
  }
  .mv-card-header {
    margin-bottom: 5px;
  }

  .mv-card-title {
    font-size: 1.3rem;
  }

  .mv-card-content {
    font-size: 0.95rem;
  }
}

/* legacy */
.clg-details-section {
  width: 100%;
  background: #f5f7fa;
}

.num-container {
  width: 100%;
}

.stats-section {
  width: 100%;
}

.stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.stats > div {
  background: var(--bapuji-secondary, #970000);
  border-radius: 12px;
  padding: 25px 30px;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stats > div::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  transform: rotate(45deg);
  pointer-events: none;
}

.stats > div img {
  width: 44.813px;
  height: 50px;
  margin-bottom: 15px;
}

.stats > div:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(139, 0, 0, 0.4);
}

.counter {
  font-size: 24px;
  color: white;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  font-family: Roboto !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.stats > div p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: Roboto !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .stats {
    gap: 25px;
  }

  .stats > div {
    min-width: 160px;
    padding: 35px 25px;
  }
}

@media (max-width: 768px) {
  .clg-details-section {
    padding: 0px 0px;
  }

  .stats {
    gap: 20px;
  }

  .stats > div {
    min-width: 140px;
    padding: 30px 20px;
  }

  .counter {
    font-size: 40px;
  }

  .stats > div p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .stats {
    flex-direction: column;
    align-items: center;
  }

  .stats > div {
    min-width: 200px;
    width: 100%;
    max-width: 300px;
  }
}

/* Useful Links */
.links-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px 0px;
  justify-items: center;
}

.link-item {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.link-item:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}

.icon-circle img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.link-text {
  font-family: Arial !important;
  max-width: 150px;
  line-height: 20px;
  color: #364153;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

/* Unique classes for each circle */
.teaching-icon {
  background: #d6e8f7;
}

.fee-icon {
  background: #d4f0dd;
}

.tender-icon {
  background: #e8ddf5;
}

.hans-icon {
  background: #d4f0f5;
}

.alumni-icon {
  background: #f5f0d4;
}

.vidya-icon {
  background: #f5e8d4;
}

.faculty-icon {
  background: #f5d4e8;
}

.academic-icon {
  background: #dde8f5;
}

.job-icon {
  background: #f5d4e8;
}

.societies-icon {
  background: #d4f5e8;
}

.dbt-icon {
  background: #d4f5e8;
}

.forms-icon {
  background: #dde8f5;
}

.ugc-icon {
  background: #f5d4e8;
}

.student-icon {
  background: #f5f0d4;
}

.esamvaad-icon {
  background: #e8f5d4;
}

@media (max-width: 1200px) {
  .links-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .links-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 15px;
  }

  .icon-circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 600px) {
  .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Gallary */
.header-section-gallary {
  background: var(
    --bpj-prpe-gradient,
    linear-gradient(
      225deg,
      rgba(140, 10, 254, 0.2) 12.06%,
      rgba(0, 0, 0, 0) 100%
    )
  );
  padding: 20px 0px;
  text-align: center;
}

.header-section-gallary h1 {
  color: var(--bapuji-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
}

.header-section-gallary p {
  color: var(--bapuji-sub-heading, #000);
  text-align: center;
  font-family: Arial !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0px;
}
.masthead-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  position: relative;
}

.masthead-icon-left,
.masthead-icon-right {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.masthead-icon-left img,
.masthead-icon-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.college-gallery-masthead h1 {
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.masthead-accent-line {
  width: 68px;
  height: 4px;
  background: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  margin: 0 auto;
  border-radius: 2px;
}
/* ===================== TABS ===================== */
.gallary-button {
  background-color: #fff;
  font-style: normal;
  padding: 22px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
}

.ug-tabs {
  border-bottom: none;
}

.ug-tabs .nav-link {
  padding: 12px 16px 12px 16px;
  border-radius: 10px;
  border: 0.762px solid rgba(119, 119, 119, 0.3);
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #ff6350;
  margin: 0 7.5px;
  transition: all 0.2s ease-in-out;
}

.ug-tabs .nav-link.active {
  color: #fff;
  padding: 12px 16px 12px 16px;
  border-radius: 10px;
  background: #ff6350;
  font-weight: 500;
}

.ug-tabs .nav-link:hover:not(.active) {
  background: #fff5f5;
  color: #ff6347;
}

/* ===================== GALLERY CARDS ===================== */
.ug-gallery-card {
  position: relative;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.ug-gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  background-color: #f3f3f3; /* fallback color if image fails */
}

.ug-main-card img {
  height: 540px;
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
}

.gallary-span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffd230;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

.gallary-span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  background: none !important;
}

.gallary-span a {
  color: #ffd230;
  font-family: "Arial" !important;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

/* Overlay on image */
.ug-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  color: #ffffff;
}

.ug-overlay .ug-title {
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.ug-overlay .ug-text {
  color: #d1d5dc;
  font-family: Arial !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 20px; */
}

/* ===================== VIEW BUTTON ===================== */
.ug-view-btn {
  background: #970000;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 12px 35px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  text-decoration: none;
  display: inline-block;
}

.ug-view-btn:hover {
  background: linear-gradient(135deg, #a00000, #b00000);
  transform: translateY(-2px);
  color: white;
}

/* ===================== MOBILE ACCORDION ===================== */
.ug-accordion-btn {
  font-weight: bold;
  color: #495057;
}

.ug-accordion-btn:not(.collapsed) {
  background-color: #970000 !important;
  color: white !important;
}

.ug-accordion-btn:focus {
  box-shadow: none;
  border-color: #970000;
}
/* footer */

.copyright-box .footer-end p span {
  color: #ffffff !important;
  margin: 0 8px;
}

.copyright-box .footer-end p a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.copyright-box .footer-end p a:hover {
  color: #ffd700;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .copyright-box .footer-end p {
    font-size: 12px !important;
  }

  .copyright-box {
    padding: 10px 0;
  }
}

@media (max-width: 500px) {
  .gallary-button {
    display: none;
  }
}

/* @media (min-width: 768px) {
.foot-con{
width:35%;
} */
/* footer end */

/* button */
.custom-btn {
  border-radius: 10px !important;
  border: 0.762px solid rgba(255, 185, 0, 0.3);
  background: var(--bapuji-tertory, #ff6347);
  height: 49.524px;
  padding: 10.523px 23.512px 15px 24.762px;
}

.dept-info span {
  margin-top: -36px;
  color: #673ab7;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}

.dept-info p {
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.dept-info a {
  color: #673ab7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: underline;
  float: left;
}

.about-college-info img {
  border: 4px solid white;
  border-radius: 24px;
  height: 297px;
  width: 60rem;
}

.custom-nav-tabs .custom-nav-link {
  padding: 16px;
  border: none;
  color: #997bcf;
  font-weight: bold;
  background-color: #f0ebf8;
  clip-path: polygon(0 0, 76% 0, 100% 100%, 0% 100%);
}

.custom-nav-tabs .custom-nav-link.active {
  background-color: #673ab7;
  color: #f0ebf8;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  clip-path: polygon(0 0, 76% 0, 100% 100%, 0% 100%);
}

.custom-tab-content {
  padding: 20px;
  background-color: #673ab7;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
}

.contentclass {
  background-color: #f5f0ff;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contentclass ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contentclass li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  filter: drop-shadow(-1px 2px 15px rgba(0, 0, 0, 0.1));
  flex-shrink: 0;
  -webkit-filter: drop-shadow(-1px 2px 15px rgba(0, 0, 0, 0.1));
}

.contentclass li:hover {
  background-color: #eee;
}

.contentclass li::after {
  content: ">";
  color: #502a8d;
  position: absolute;
  right: 25px;
  font-family: "Poppins";
  font-size: x-large;
}

@media (max-width: 480px) {
  .contentclass ul {
    grid-template-columns: 1fr;
  }
}

.custom-nav-tabs .nav-item {
  flex: 1 !important;
}

/* Placement cell new */
/* Adjust image sizes for responsiveness */
.placement-section img {
  height: 300px;
  width: 300px;
}

@media (min-width: 768px) {
  .placement-section img {
    height: 350px;
    width: 350px;
  }
}

@media (min-width: 992px) {
  .placement-section img {
    height: 400px;
    width: 400px;
  }
}

.placement-section {
  padding-top: 244px;
  position: relative;
  background-image: url(../img/style-circles.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin-bottom: 6rem;
  top: 60px;
}

.placement-section img {
  height: 400px;
  width: 400px;
}

.placement-card {
  background-color: #fff;
  box-shadow: 33px 33px 85px rgba(0, 0, 0, 0.3);
  border-radius: 26px;
  padding: 28px;
  text-align: center;
  box-sizing: border-box;
}

.placement-card img {
  max-width: 100%;
  height: auto;
}

.placement-heading {
  text-align: right;
  color: #f68b1f;
  position: relative;
  width: 100%;
  top: -68px;
}

/* .placement-heading::before{
	content: "";
	width: 564px;
	height: 564px;
	flex-shrink: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFE4B0;
	border-radius: 564px;
	position: absolute;
    z-index: 1000;
} */

.placement-heading h2 {
  font-size: 1rem;
}

.placement-heading h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f68b1f;
  padding-bottom: 20px;
}

.placement-heading .btn-apply {
  background-color: #f68b1f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
}

.placement-heading .btn-apply:hover {
  background-color: #d76b1a;
}

@media (min-width: 768px) {
  .placement-heading {
    text-align: right;
    /* Align to the right for medium screens and above */
    top: -40px;
    right: -30px;
  }
}

@media (min-width: 992px) {
  .placement-heading {
    top: -135px;
    right: -58px;
  }
}

.placement-heading h2 {
  font-size: 1.25rem;
  padding: 2px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .placement-heading h2 {
    font-size: 1.75rem;
  }
}

.placement-heading .btn-apply {
  background-color: #f68b1f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
}

.placement-heading .btn-apply:hover {
  background-color: #d76b1a;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* Adjusting padding and layout for small devices */
@media (max-width: 575.98px) {
  .placement-section {
    padding-top: 50px;
    margin-bottom: 2rem;
  }

  .placement-heading {
    text-align: center;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  .placement-card {
    padding: 15px;
    border-radius: 12px;
  }

  .placement-heading h2 {
    font-size: 1.25rem;
  }

  .placement-heading .btn-apply {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

/* home page quick links */

.section-back {
  background-color: var(--color-primary);
}

.segment-item p {
  margin-bottom: 0px;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.segment-item img:hover {
  transform: rotateY(360deg);
}

.segment-item img {
  width: 65px;
  margin: auto;
  transition: all 0.9s;
}

.segment-item .icon-holder {
  border-radius: 50%;
  height: 79px;
  width: 79px;
  margin: auto;
  margin-bottom: auto;
}

/* home page quick links */

/*  Departments Home Dept */

.departments .departments-item {
  box-sizing: content-box;
  margin: 30px 25px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.photo-g-tab-btn {
  display: flex;
  justify-content: space-evenly;
}

.photo-g-tab-btn button {
  border: none;
  outline: none;
  background: none;
  color: #997bcf;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.photo-g-tab-btn button:hover {
  color: #673ab7;
}

.photo-g-tab-btn button .active {
  color: #673ab7;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}

.photo-g-tab-btn button.active::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #673ab7;
  margin: 5px auto 0;
  transition: width 0.3s ease;
}

.photo-g-tab-btn button::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background-color: transparent;
  transition: width 0.3s ease;
}

.photo-g-tab-btn button:hover::after {
  width: 50%;
  background-color: #997bcf;
}

.photo-gallery-headings {
  gap: 20px;
}

.photo-g-heading button {
  border: none;
  outline: none;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #673ab7;
  box-shadow: 139px 109px 50px 0px rgba(103, 58, 183, 0),
    89px 70px 45px 0px rgba(103, 58, 183, 0.03),
    50px 39px 38px 0px rgba(103, 58, 183, 0.09),
    22px 17px 28px 0px rgba(103, 58, 183, 0.15),
    6px 4px 16px 0px rgba(103, 58, 183, 0.18);
}

.photo-g-heading button a {
  color: white;
  font-weight: 600;
}

.home-photo-gallery-imgs img {
  height: 100%;
  height: 212px;
}

.home-photo-gallery-imgs .row {
  gap: 10px 0px;
}

.home-photo-gallery-imgs {
  top: 10px;
  position: relative;
  padding: 20px;
}

.gallery-grid {
  justify-content: end;
  display: flex;
  gap: 16px;
}

.gallery-grid a {
  text-align: center;
  display: block;
}

.gallery-grid img {
  display: block;
  border-radius: 8px;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  /* Slightly enlarge on hover */
}

.heading-tabs {
  top: -20px;
  position: absolute;
}

.home-photo-gallery {
  background-image: url(../img/Photogallery.png);
}

/* Media query for tablets (max-width: 991px) */
@media (max-width: 991px) {
  .photo-g-tab-btn {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    /* Center tabs on smaller screens */
  }

  .gallery-grid {
    justify-content: center;
    /* Center align gallery items */
  }

  .gallery-grid a {
    flex: 1 1 calc(33.33% - 16px);
    /* 3 columns on medium screens */
    max-width: calc(33.33% - 16px);
  }
}

/* Media query for mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .photo-g-tab-btn {
    flex-direction: column;
    /* Stack tabs vertically */
    align-items: center;
  }

  .photo-g-tab-btn button {
    font-size: 14px;
  }

  .gallery-grid a {
    flex: 1 1 calc(50% - 16px);
    /* 2 columns on small screens */
    max-width: calc(50% - 16px);
  }

  .photo-gallery-headings {
    text-align: center;
    gap: 10px;
  }

  .photo-g-heading h1,
  .photo-g-heading h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}

/* Media query for small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  .gallery-grid a {
    flex: 1 1 100%;
    /* 1 column on extra small screens */
    max-width: 100%;
  }

  .home-photo-gallery-imgs img {
    height: auto;
    /* Auto height for better scaling */
  }

  .photo-g-heading h1 {
    font-size: 16px;
  }

  .photo-g-heading h2 {
    font-size: 14px;
  }

  .photo-g-tab-btn button {
    font-size: 12px;
  }
}

.testimonials-section {
  padding: 3rem 1rem;
  border-radius: 20px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-image: url(../img/stylecircle.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.section-title {
  font-size: 24px;
  color: #f78e1e;
  font-weight: bold;
}

.section-subtitle {
  font-size: 32px;
  color: #ff9f3a;
  font-weight: 600;
}

.join-alumni-link {
  font-size: 18px;
  color: #f78e1e;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}

.join-alumni-link:hover {
  color: #e67600;
}

.testimonial-card {
  background-color: #fefeff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
  border: none;
  border-radius: 10px;
  background-color: #f0ebf8;
  padding: 20px;
  margin: 20px 0;
}

.testimonial-text {
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
  position: relative;
}

.testimonial-text .quote {
  font-size: 32px;
  color: #ff9f3a;
  vertical-align: top;
}

.testimonial-profile {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.profile-img {
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  margin-right: 15px;
}

.testimonial-profile h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}

.testimonial-profile p {
  font-size: 14px;
  color: #666666;
  margin: 2px 0;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  padding-left: 17px !important;
  -moz-backface-visibility: hidden;
}

/* testimonial end  */
/* contact start */

.get-directions {
  border-radius: 10px;
  top: 70%;
  transform: translate(7%, -50%);
  right: -43px;
  position: absolute;
  max-width: fit-content;
}

/* .get-directions a {
		position: relative;
		color: white;
		text-decoration: none;
		font-size: 11px !important;
		top: 38px;
		right: -28px;
} */

.left-side {
  position: relative;
  left: 0px;
  /* background-image: url(../img/Rectangle 4163 (2).svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* z-index: 1000; */
  /* padding: 20px;*/
}

/* .firstcolumn{
	top: -100px;
    position: relative;
    left: -80px;
	line-height: 50px;
} */
.firstcolumn {
  top: -100px;
  position: relative;
  /* height: 323px; */
  /* width: 416px; */
  left: -65px;
  line-height: 50px;
}

.footer-section {
  position: relative;
}

.footer {
  padding-top: 157px;
  overflow: hidden;
}

.firstset {
  position: relative;
  /* top: -300px; */
  /* z-index: revert-layer; */
  display: inline-flex;
}

.firstset::before {
  content: url("../img/Rectangle 4163 (2).svg");
  position: absolute;
  left: 0;
  left: -130px;
  top: -213px;
}

.firstcolumn img {
  display: block;
  margin: 0 auto 15px;
  /* Center the logo and add bottom spacing */
  max-width: 150px;
  /* Restrict the image size */
}

/* .footer-section::before{
    content: url("../img/Wave.svg");
	position: absolute;
    bottom: 0px;
	top: 250px;
} */

/* .get-directions{
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	position: absolute;
    left: 378px;
    top: 222px;
    z-index: 1;
	color: #FFF;
} */

/* contact end  */
/* ------Home page Section start--------- */

.bred-img1 {
  background-color: var(--color-primary) !important;
  height: 450px;
  margin-top: -14rem;
  width: 100%;
  top: 0px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media only screen and (max-width: 768px) {
  .bred-img1 {
    margin-top: 0rem;
    height: 0px;
  }
}

.bred-pos {
  /* margin-top: -125px; */
  margin-bottom: 14px;
}

.footer-section {
  background-color: var(--bapuji-secondary, #970000);
  /* height: 370px; */
}

.right-res {
  background-color: #c23535;
  position: relative;
  bottom: 0px;
  padding: 11px 11px;
  /* left: 20rem; */
}

.right-res p,
.right-res a,
.right-res span {
  color: #fff;
  font-style: normal;
  font-size: 14px !important;
  font-weight: 400;
}

.footer-section p,
.footer-section a,
.footer-section span {
  color: #fff !important;
  font-family: "Open Sans" !important;
  font-size: 16px;
  margin-top: 6px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.f-foots {
  gap: 16px;
  align-items: start;
}

.right-res p a {
  text-decoration: underline !important;
}

.right-res p a:hover {
  text-decoration: none !important;
}

h2.quick-head-back-event {
  background-color: #ff9f2a;
  margin-bottom: 0px;
  padding: 7px 7px 10px 20px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.footer-section h2,
.footer-section h3 {
  font-weight: 600 !important;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

a.email {
  text-decoration: underline;
}

.footer-section a:hover {
  color: white;
}

/* 
.social-icon .twitter img {
	filter: invert(1) grayscale(100);
	-webkit-text-stroke: 0.9px;
} */

/* Styles for website counter container */
.website-counter {
  font-size: 28px !important;
  color: var(--color-default);
}

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: #008cba;
  cursor: pointer;
  font-size: 18px !important;
  padding: 8px 20px;
  color: white;
  border: 0;
}

/* Footer section end */

/* breadcrumb */

.bred-img {
  position: relative;
  background-image: url("../img/banner.png") !important;
  margin-top: -14rem;
  height: 450px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: var(--color-primary) !important;
}

.bred-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 8%,
    rgba(0, 0, 0, 0) 13%
  );
  z-index: 1;
}

.bred-head {
  display: none;
}

.breadcrumb {
  justify-content: start;
  width: auto;
  align-items: center;
}

.breadcrumb-container {
  position: absolute;
  z-index: 2;
  text-align: start;
  width: 100%;
  bottom: 90px;
}

@media (max-width: 768px) {
  .breadcrumb-container {
    bottom: 60px; /* more space on smaller screens */
  }
  .breadcrumb {
    justify-content: center;
  }
}

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

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

.about-info {
  padding: 0px 0px 0px 25px;
}

.about-info .page-insight {
  /* box-shadow: 2px 2px 4px #888888; */
  padding: 5px 10px 20px 10px;
  /* background-color: #fff; */
}

.page-headings {
  display: inline-block;
  position: relative;
  margin-bottom: 20px !important;
  padding-top: 5px;
  padding-bottom: 10px; /* slightly increased for underline */
  font-size: 25.6px !important;
  color: #000000;
  font-weight: 600 !important;

  /* underline gradient effect */
  background-image: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.sub-heading {
  padding-bottom: 8px;
  color: var(--color-primary);
  font-family: "Blinker", sans-serif !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 38px;
  letter-spacing: 0.02em;
}

.about-page .about-info p {
  margin-bottom: 0px !important;
}

.page-back {
  background-color: #ffffff;
  background-image: url("../img/page-back.png") !important;
  background-size: revert;
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
}

/* NAAC Pages */
.naac-section a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 10px 0px;
  text-decoration: underline;
}

.naac-section a:hover {
  text-decoration: none;
}

.naac-section a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  color: var(--color-primary);
  width: 2.5% !important;
  display: inline-block;
  font-size: 19px;
  margin-right: 0px;
}

/* -End Naac Pages-- */

/* accordian start*/

.accordion-button:not(.collapsed) {
  color: var(--color-default);
  background-color: #dff5f9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-button:focus {
  z-index: 3;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button {
  color: #000 !important;
}

.accordion-item {
  border: 1px solid #a59a9a !important;
  margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
  width: 100% !important;
}

.tab-horizontal1 ul {
  flex-direction: inherit !important;
}

.inner-accordion-header {
  border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
  background: #f8f8f8 !important;
}

/* accordian end */

/* Styles added by Shruti J */
.table th,
table th {
  padding: 0.5rem 0.5rem;
  background: #ececec;
  border-color: #d9d9d9;
  box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
  text-align: center;
  font-weight: 700 !important;
}

.table .text-link {
  text-decoration: underline;
}

.table p {
  margin-bottom: 0px;
}

.table .text-link:hover {
  text-decoration: none;
  vertical-align: middle;
}

.text-link {
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.table td,
table td {
  border-color: #d9d9d9;
  padding: 0.5rem 0.5rem;
}

.table th.srno {
  width: 75px !important;
}

.table td.al-right,
.table .srno {
  text-align: right;
}

.btn-primary:focus {
  color: var(--color-default);
  background-color: var(--color-secondary);
}

.content-holder {
  background: white;
  padding: 25px 25px;
}

.subheader {
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: 700 !important;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
}

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

.vtabs .tabs-right {
  padding: 0;
}

.vtabs .tabs-right .tab-content {
  padding: 0;
}

.vtabs .tabsContent-holder {
  padding-left: 0;
}

.vtabs .tab-content {
  padding: 0.5rem;
}

.vtabs .accordion-item {
  border: 0 !important;
}

.sub-head {
  position: relative;
  margin-bottom: 20px !important;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 25.6px !important;
  color: #000000;
  font-weight: 600 !important;
  background-image: linear-gradient(90deg, #ffb900 0%, #e17100 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.vtabs .accordion-body {
  padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
  background-color: var(--color-primary);
  padding-left: 0;
  padding-right: 0;
  /* box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important; */
}

.vtabs .nav-tabs .nav-link {
  color: #fff;
  margin-bottom: -1px;
  background: none;
  border: 1px solid #06406570;
  border-radius: 0;
}

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

.vtabs .accordion-button:not(.collapsed) {
  color: #064065;
  background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
  color: #000 !important;
  background: #efe290;
  border: 1px solid #9d9355;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #0b0a0a;
}

@media (max-width: 575px) {
  .owl-nav .owl-next {
    margin-left: 2px !important;
  }

  .owl-prev {
    padding-left: 23px;
  }
}

/* department-custom */
.dept-back-pane {
  background: none !important;
  box-shadow: none !important;
}

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

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

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

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

.leftside-ul-tab .nav-link {
  position: relative;
  background-color: #970000 !important;
  border-radius: unset !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px;
  justify-content: space-between;
  text-align: left;
  padding: 10px 0px 10px 7px;
  word-wrap: break-word;
  white-space: normal;
  line-height: inherit;
  border-left: 7px solid transparent;
  transition: all 0.3s ease-in-out;
}

.tabsName-holder .nav-link:hover {
  background-color: #faeaea !important;
  color: #000 !important;
  border: none;
  border-left: 7px solid #970000 !important;
}

.tabsName-holder .nav-link.active {
  background-color: #faeaea !important;
  color: #000 !important;
  border: none;
  border-left: 7px solid #970000 !important;
}

.leftside-ul-tab .nav-link::after {
  content: none;
}
/* department-end */

.link-active {
  background-color: #064065 !important;
  padding: 15px 10px !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

/* ssr table */
.ssr-table tr td:first-child {
  text-align: center;
}

.ssr-table th:nth-child(3) {
  width: 185px;
}

.ssr-table th:first-child {
  width: 100px;
  text-align: center;
}

/* styles added by pranali */

.tabletext {
  vertical-align: middle;
}

#carousel-placement img {
  object-fit: contain;
  aspect-ratio: 3/2;
  padding: 4px 10px;
}

/* CMS Photo Gallery*/
.list-horizontal {
  padding: 0;
  margin: 0;
}

.list-horizontal li {
  display: inline-block;
  margin-right: 10px;
}

.btn-year {
  border: 1px solid;
  padding: 6px 36px;
  border-radius: 5px;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
}

.btn-year:hover {
  color: white;
}

.btn-year.active {
  background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
  cursor: pointer;
}

a.btn-year.ng-binding.active {
  cursor: auto;
}

.gallery {
  position: relative;
  width: 302px;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.gallery .viewGallery {
  background-color: green;
  color: #fff;
  display: inline-block;
  padding: 5px 25px 0;
  text-decoration: none;
  position: absolute;
  left: 25%;
  transform: translateY(400px);
  transition: all 0.3s ease 0s;
}

.gallery .desc {
  padding: 15px;
  text-align: center;
}

.gallery:hover .viewGallery {
  transform: translateY(100px);
}

.stack,
.nostack {
  border: 6px solid #fff;
  float: left;
  height: 175px;
  width: 240px;
  margin: 20px;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
  width: 100%;
  height: 100%;
}

.stack:before,
.stack:after {
  content: "";
  height: 175px;
  width: 240px;
  position: absolute;
  z-index: -1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: 6px solid #fff;
}

.stack:before {
  background: #eff4de;
  top: 0px;
  left: -10px;
  transform: rotate(-5deg);
}

.stack:after {
  background: #768590;
  top: 5px;
  left: 0px;
  transform: rotate(4deg);
}

.firstImage:after {
  display: block;
  content: "View Gallery";
  padding: 8px 15px;
  margin: auto;
  background-color: var(--color-secondary);
  position: absolute;
  top: 29%;
  left: 24%;
  color: #fff;
  transform: translateY(400px);
  transition: all 0.3s ease 0s;
}

.firstImage:hover:after {
  transform: translateY(30px);
}

.firstImageForCollegeNews:after {
  display: block;
  content: "View Paper";
  padding: 8px 15px;
  margin: auto;
  background-color: var(--color-secondary);
  position: absolute;
  top: 29%;
  left: 24%;
  color: #fff;
  transform: translateY(400px);
  transition: all 0.3s ease 0s;
}

.firstImageForCollegeNews:hover:after {
  transform: translateY(30px);
}

.first-image:hover:after {
  transform: translateY(30px);
}

.link-active {
  background-color: #fdbd0f !important;
  padding: 15px 10px !important;
  color: #fff !important;
}

.main-whitePanel {
  background-color: #fff;
  /* box-shadow: 2px 2px 4px #888888; */
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.mydiv .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  pointer-events: none;
  box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-family: Arial !important;
  font-size: 22px !important;
  line-height: 1 !important;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85) !important;
  pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
  visibility: hidden;
}

/* Plan Of Action */

.table-responsive.plan {
  padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
  padding-bottom: 11px;
  margin-top: 18px;
}

img.img-fluid.naac {
  width: 450px;
  height: 500px;
}

.inner-category-gallery {
  border-bottom: 2px solid;
}

.gallery-category {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.gallery-category .viewGallery {
  background-color: green;
  color: #fff;
  display: inline-block;
  padding: 5px 25px 0;
  text-decoration: none;
  position: absolute;
  left: 25%;
  transform: translateY(400px);
  transition: all 0.3s ease 0s;
}

.gallery-category .desc {
  padding: 15px;
}

.gallery-category:hover .viewGallery {
  transform: translateY(100px);
}

.btn-handy {
  border: 1px solid #b5b5b5;
  background: #f2f2f2;
  margin-right: 10px;
  text-decoration: none;
  padding: 3px 8px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
  font-size: 1.6rem !important;
  font-style: normal;
  display: inline-block;
  border-bottom: 2px solid var(--color-primary);
  padding-right: 16px;
}

.saftey {
  margin-top: 10px;
}

.section.row.host.saftey {
  margin-left: 0px;
}

.lib-text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

a.active.aqar-quickl {
  /* color: var(--color-secondary); */
}

.yearHolder {
  background: #970000 !important;
  color: #fff;
  vertical-align: middle;
}

.noRecords {
  color: #babcc0;
}

.link-holder a {
  color: #333;
  text-decoration: underline !important;
}

.link-holder a:hover {
  color: #333;
  text-decoration: none !important;
}

.files-noMeric {
  padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.dept-faculty {
  text-align: center !important;
}

.department-faculty-all-div {
  display: inline-table;
}

/*  End Departments Home Dept */

/* Department start css */
.newspannel {
  font-size: 26px;
  font-family: "Marcellus", serif;
  color: var(--mainColor);
  font-weight: 600 !important;
}

.newspanneltext {
  color: #babcc0;
  font-size: 16px;
  padding-right: 15px;
  font-weight: 400;
  margin: auto;
}

#newstext {
  font-size: 17px;
  margin: 0px;
}

.shareicon {
  text-align: right;
}

/* .bred-pos {
	margin-top: -125px !important;
} */

#clickhere {
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  margin: 0px;
}

.goToSection {
  border: 1px solid;
}

.goToSectionmenu a {
  font-size: 22px;
  color: black;
  font-weight: 400 !important;
  padding: 0.75rem 1.5rem;
  margin: 0px;
  background-color: white;
}

.SectionmenuView {
  border-radius: 0px 0px 10px 10px;
  padding: 13px;
  background-color: white;
}

.goToSectionmenu a:hover {
  color: #fff;
  font-weight: 400 !important;
  background-color: var(--color-primary);
}

.goToSectionmenu .dropdown-item.active {
  color: #fff;
  font-weight: 400 !important;
  background-color: var(--color-primary);
}

.new-ui-margin {
  padding: 15px;
  border-bottom: 2px solid #cacaca;
}

.goToSectionmenu h4 {
  font-size: 26px;
  font-family: "Marcellus", serif;
  color: black;
  font-weight: 600 !important;
  padding: 0.75rem 1.5rem;
}

.categoriesmanu {
  padding: 0px;
  margin: 0px;
  color: #fff;
}

.newslist {
  padding: 10px 5px 5px 13px;
}

.category {
  width: 100%;
  padding: 3px;
  border-radius: 4px;
  margin: 3px;
  background-color: #ebebeb;
  font-size: 16.5px !important;
}

.quick-head-back {
  /* background-color: var(--color-primary); */
  margin-bottom: 0px;
  padding: 7px 7px 10px 20px !important;
  font-size: 20px !important;
  /* color: #fff; */
  border-radius: 10px 10px 0px 0px;
}

/* Department End css */

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
/* 
.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-secondary);
  letter-spacing: 1px;
  box-shadow: none;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/* Start Media Queries */

@media only screen and (max-width: 1280px) {
  .naac-section a:before {
    margin-right: 5px;
  }

  .top-menu-hide {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .events-program-box {
    padding-right: 0px;
    border-right: none;
    border-bottom: 2px dashed #8b7ed2;
  }

  .container.about-page {
    margin-left: 11px;
  }

  .title-lines {
    margin-right: 0px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static !important;
  }

  .quick-hover-section {
    display: none;
  }

  .quick-inner-top {
    margin-top: 25px;
  }

  .news-div .btn-news-down {
    margin-top: -0.7em;
  }

  .top-line {
    padding-bottom: 25px;
  }

  .header-logo {
    margin-top: 0px !important;
  }

  .site-header {
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
  }

  .holder {
    height: 210px !important;
    margin-top: 25px;
  }

  .quick-hover-section:hover {
    opacity: 1;
    border: 1px solid transparent;
    left: -63px;
  }

  .container.about-page {
    max-width: 100%;
    padding-right: 40px;
  }

  .photo-gallery-img {
    width: 210px !important;
  }
}

@media only screen and (max-width: 808px) {
  .header-row {
    margin-top: -61px !important;
  }

  .site-header img.logo {
    width: 100px;
  }

  .responsive-logo {
    display: inline-block;
  }

  .responsive-logo2 {
    display: none;
  }

  .site-header {
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .header-container {
    background-color: #970000 !important;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .header-logo {
    display: flex;
    width: 95px !important;
    height: 80px !important;
  }
  .head-line,
  .naac-grade {
    font-size: 13px;
  }
  .header-college-name {
    font-size: 24px;
  }
  .Institution-Logo {
    width: 75px;
    height: 75px;
    display: flex;
  }
  .video-background {
    height: 210px;
    width: 100%;
  }

  .top-header {
    margin-top: 0px;
    height: 210px !important;
  }

  .news-events {
    padding: 0%;
  }

  .stream-divs {
    gap: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .bred-img {
    margin-top: 0px;
    /* height: 0px; */
  }
  .bred-head {
    font-size: 26px;
    text-align: center;
  }

  .naac-section a:before {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 741px) {
  .owl-nav .owl-next {
    right: -22px !important;
  }
}

@media only screen and (max-width: 500px) {
  .header-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 428px) {
  span.carousel-control-prev-icon {
    margin-left: 30px !important;
    padding-left: 6px !important;
  }

  span.carousel-control-next-icon {
    margin-right: 18px !important;
    padding-right: 7px !important;
  }
}

/* home news & event */
.news-events .news-notice-view a {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-top: 25px;
}

/* .news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
} */

.news-events .event-title {
  background-color: var(--main-color);
  margin-bottom: 0px;
  color: #fff;
  padding: 10px 15px;
}

.news-events .news-text-line {
  margin-top: 10px;
  background-color: white;
  color: black;
  max-height: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-events .card-img-overlay {
  padding: 0rem;
  top: 25px;
}

.news-events .event-title {
  background-color: #110069;
  margin-bottom: 0px;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.event-date-overlay {
  margin-bottom: 0px;
  background-color: #110069;
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.news-events .event-title a i {
  color: #fff !important;
}

a.view-event-link {
  color: white !important;
}

.news-events .card-img img {
  height: 270px;
  width: 100%;
}

/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* home news & event */

.view-all-event {
  text-align: end;
  margin-top: 18px;
  margin-left: 14px;
}

.view-all-event a {
  color: var(--color-default);
  text-decoration: underline;
  float: left;
  left: 10px;
  margin-top: -0.5em;
}

.view-all-event a {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #ff9f2a;
  border-radius: 10px;
  padding: 7px 63px;
}

.view-all-event a:hover {
  text-decoration: none;
}

.event-div {
  background-color: white;
}

.event-div .btn-news {
  border: none;
  color: #ff9f2a;
  background-color: white;
  float: right;
}

.event-div .btn-news-down {
  border: none;
  color: #ff9f2a;
  background-color: white;
  float: right;
  margin-top: 0.5em;
}

/* home news & event */
.news-events .news-notice-view {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-top: 25px;
}
/* 
.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
} */

.news-events .event-title {
  background-color: var(--color-primary);
  margin-bottom: 0px;
  color: #fff;
  padding: 10px 15px;
}

.news-events .news-text-line {
  margin-top: 10px;
  background-color: var(--color-primary);
  color: #fff;
}

.news-events .card-img-overlay {
  padding: 0rem;
  top: 25px;
}

.news-events .event-title {
  background-color: var(--color-primary);
  margin-bottom: 0px;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.event-date-overlay {
  margin-bottom: 0px;
  background-color: #ff9f2a;
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.news-events .event-title a i {
  color: #fff;
}

.news-events .card-img img {
  height: 270px;
  width: 100%;
}

/* home news & event */

.quick-inner-top {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
  /* position: fixed;
    top: 52%;
    left: 10%;
    right: 90%;
    width: 18%; /* Adjust width as needed */
  /* background-color: #fff; /* Background color of the fixed section */
  /* z-index: 999; Ensure it's above other content */
}

.quick-links .col-lg-3 {
  text-align: center;
}

.events-readmore {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-top: 25px;
}

/* whatsaap popup */
/* a:link,
a:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
} */

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: white;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 164px;
  right: 160px;
  overflow: hidden;
  z-index: 1103;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /* background: #009688; */
  /* background: #fff; */
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: center;
  z-index: 6;
  bottom: 90px;
  right: 107px;
  font-size: 15px;
  padding: 27px 20px;
  border-radius: 87px;
  /* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
  transform: scale(2.2);
  margin: 0 0px 0 0;
  background-size: cover;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 91px;
  right: 102px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 0px;
  border: 16px solid #25d366;
  opacity: 0;
  animation-name: pulse-border;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 91%;
  width: 63px;
  height: 49px;
  float: left;
  margin: -2px 11px 2px 0px;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

div#admission {
  z-index: 2000;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 48px;
  /* margin-left: 10px; */
  font-weight: 900;
  padding: 12px 13px 5px;
  background: #dadada;
  /* border-radius: 10px;*/

  svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
  }
}

input.styles-module_input__2IYfc {
  background-color: #fefefe;
  border: none;
  outline: none;
  border-radius: 20px;
  min-height: 45px;
  padding: 0 10px;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;

  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    padding: 10px;
    background: #dcdcdc;
  }
}

.start-chat .blanter-msg {
  display: flex;
  padding: 10px;
  background-color: #dadada;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }

  15% {
    background-color: rgb(17, 17, 17);
  }

  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }

  25% {
    background-color: rgb(17, 17, 17);
  }

  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }

  35% {
    background-color: rgb(17, 17, 17);
  }

  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

/* .show {
  display: block !important;
  animation-name: showhide;
  
  transform: scale(1);
  opacity: 1;
} */

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;

  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    /* background-image: url('assets/images/whatsaap-bg.png'); */
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);

  &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;

  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.limited-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
}

/* Alumni Registration state */

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: none !important;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #efeeee;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
  position: relative;
}

.wizard .nav-tabs:after {
  content: "";
  width: 80%;
  border-bottom: solid 2px #ccc;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 38%;
  z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
  width: 34px;
  height: 34px;
  margin-bottom: 2%;
  background: #110069;
  border: 2px solid #110069;
  color: #ccc;
  z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
  background: #fdbd0f;
  border: 2px solid #fdbd0f;
  color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #0dcaf0;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs .nav-item .nav-link svg {
  font-size: 25px;
}

.section-program {
  padding: 30px 15px;
  border-radius: 15px;
  background: #f5f5f5;
}

.admission-form-header {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  margin-bottom: 10px;
}

.modal-enquiryForm-section label {
  margin-bottom: 10px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.modal-enquiryForm-section label em {
  margin-bottom: 10px;
  color: #ff0000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.otp-linkHolder {
  display: flex;
  justify-content: center;
  gap: 7px;
  vertical-align: middle;
  align-items: center;
}

.otp-linkHolder a {
  text-decoration: underline;
}

.msg-OTPsent {
  display: block;
  color: black;
  font-size: 14px !important;
  margin-bottom: 15px;
  font-style: italic;
}

.email-id-group {
  margin: 0 auto;
  display: flow;
  text-align: center;
}

.email-varify-btn {
  color: #000000;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  width: 144px;
  height: 45px;
  border-radius: 40px;
  border: 1.333px solid #f1efff;
  background: var(--Neutral-Colors-White, #fff);
  box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
  font-size: 14px;
  appearance: auto;
}

.adhar-input {
  padding: 6px;
}

.education-form-header {
  color: #460b2f;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.form-control {
  font-size: 14px !important;
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admission-enquiryForm-header {
  color: #110069;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.wizard-count {
  margin: 0;
  color: white;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.wizard-titel {
  font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
}

.email.varification.image {
  width: 300px;
}

.email-id-group .form-group .form-control {
  text-align: center;
  font-size: 14px !important;
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
  color: #ffffff;
  background-color: #110069 !important;
  border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
  color: #110069 !important;
  background-color: #fdbd0f !important;
  border-color: #ffffff !important;
}

.btn-secondary {
  color: #ffffff !important;
  background-color: #110069 !important;
  border-color: #ffffff !important;
}

.form-control:focus {
  color: #525368;
  background-color: #fff;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
  color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
  color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
  color: #fff;
}

.verify-mail-box {
  margin: 0 auto;
  width: 400px;
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-input {
  width: 200px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 37px;
  right: -2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: white;
}

.search-icon {
  cursor: pointer;
  font-size: 22px;
  color: #555;
  transition: color 0.3s ease;
  top: 6px;
  right: -8px;
  position: inherit;
}

.search-icon:hover {
  color: #000;
}

.fac-coll {
  padding: 0px;
  text-align: center;
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f1f1f1;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 18px;
}

.button-css {
  position: relative;
  height: 0px;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background-color: transparent;
  border: none;
  top: 47px;
  left: 15px;
}

.staff-details-goback {
  height: 45px;
  width: auto;
  position: relative;
}

/* Skeleton Loader Container */
.skeleton-loader {
  /* background-color: #f0f0f0; */
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}

/* Individual skeleton blocks (title, content) */
.skeleton-title,
.skeleton-content {
  background-color: #e0e0e0;
  background-image: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f0f0f0 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

.skeleton-title {
  height: 20px;
  width: 60%;
  margin-bottom: 15px;
}

.skeleton-content {
  height: 15px;
  width: 100%;
  margin-bottom: 10px;
}

/* Shimmer Animation */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

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

.skeleton-loader:empty {
  display: block;
  background-color: #bdc3c7 !important;
  border-color: #bdc3c7 !important;
  animation-name: skeletonAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.skeleton-loader:empty.others {
  height: 200px;
}

.skeleton-loader:empty.prod-name {
  height: 20px;
}

.skeleton-loader:empty.prod-description {
  width: 80%;
  height: calc(100% - 30px);
}

@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.8;
  }
}

/*From here the styles are for demo purpose only*/
.wrapper {
  margin: auto;
  display: flex;
  width: 80%;
  padding: 0 30px;
  border-radius: 6px;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 18px -1px #2e2e2e;
  font-family: "Open Sans", sans-serif;
  flex-wrap: wrap;
}

.wrapper .row {
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.wrapper .row .prod-img {
  border: 1px solid lightgray;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.wrapper .row .details {
  width: calc(100% - 95px);
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.wrapper .row .details .prod-name {
  width: 100%;
}

.wrapper .row .others {
  width: 30%;
  margin-top: 30px;
}

.wc-footer-img {
  padding: 30px;
  height: 100%;
  top: -116px;
  left: -70px;
  position: absolute;
  background: url(../img/Rectangle\4163\\(2\).svg);
  background-repeat: no-repeat;
}

.wc-footer {
  background-color: #ffe4b0;
  position: relative;
}

.address-box {
  margin-left: 100px;
}

.linkone {
  color: black !important;
}

.tynmce-css {
  padding: 29px 25px 10px 10px;
}

.testimonal-card {
  height: 353px;
}

.birthday-card {
  background: url("bdaycard-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-family: "Segoe UI", sans-serif;
  position: relative;
}

.card-header {
  background: #666;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.card-body {
  padding: 20px;
  top: 30px;
  position: relative;
  text-align: center;
  background: #f8f8f8 url("birthday-text.png") no-repeat center/cover;
}

.greeting-image {
  margin: 0;
  padding: 0;
}

.school-name {
  font-weight: bold;
  color: #a10000;
  font-size: 18px;
  margin-top: 60px;
  text-decoration: underline;
}

.wish-text {
  margin: 10px 0;
  font-size: 14px;
  color: #555;
}

.student-name {
  background: none;
  color: #c96330;
  /* similar rich violet tone */
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  font-family: "Great Vibes", cursive;
}

.student-class {
  font-size: 14px;
  color: #333;
}

.student-image {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.student-image img {
  /* border-radius: 50%;               /* Slightly bigger for better view */
  /* height: 120px; */
  object-fit: cover;
  /* Ensures the face fits well */
  border: 3px solid #fff;
  /* White border for a clean look */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Soft shadow */
  background-color: #fff;
}

.quote-text {
  font-style: italic;
  margin-top: 15px;
  font-size: 13px;
  color: #444;
  padding: 0 10px;
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.nav-btn {
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
}

/* Common confetti styling */
.cardd-body {
  position: relative;
  padding: 1.5rem;
  background: #fffaf0;
  border-radius: 10px;
}

/* Confetti styles */
.confetti-left,
.confetti-right {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2rem;
  z-index: 10;
  line-height: 1;
  /* ✅ ensures consistent vertical alignment */
}

.confetti-left {
  left: 10px;
}

.confetti-right {
  right: 10px;
}

/* Clean spacing and text styling */
.school-name {
  font-weight: bold;
  color: #d32f2f;
}

.wish-text {
  font-size: 1.1rem;
  color: #555;
}

.student-name {
  font-weight: 600;
}

.student-class {
  color: #777;
}

.quote-text {
  font-style: italic;
  color: #666;
}

/* Animation keyframes */
@keyframes burst-left {
  0% {
    transform: translateY(-50%) translate(0, 0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(-50%) translate(100px, -50px) scale(2);
    opacity: 0;
  }
}

@keyframes burst-right {
  0% {
    transform: translateY(-50%) translate(0, 0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(-50%) translate(-100px, -50px) scale(2);
    opacity: 0;
  }
}

/* When animation starts */
.confetti-left.confetti-animate {
  animation: burst-left 1s ease-out;
  opacity: 1;
}

.confetti-right.confetti-animate {
  animation: burst-right 1s ease-out;
  opacity: 1;
}

.cake-rise-emoji {
  font-size: 60px;
  position: absolute;
  top: 85%;
  /* push below the text image */
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}

.cake-rise-animate {
  animation: cake-rise 1.5s ease-in-out forwards;
}

@keyframes cake-rise {
  0% {
    transform: translateX(-50%) translateY(20px) scale(0.3) rotate(-10deg);
    opacity: 0;
  }

  50% {
    transform: translateX(-50%) translateY(-10px) scale(1.3) rotate(10deg);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-20px) scale(1) rotate(0deg);
    opacity: 1;
  }
}

.party-emoji {
  position: absolute;
  font-size: 30px;
  z-index: 5;
  animation: confetti-burst 2s ease-out forwards;
  pointer-events: none;
  opacity: 0;
}

.confetti-animate {
  animation: confetti-burst 2s ease-out forwards;
}

@keyframes confetti-burst {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.3) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.3) rotate(15deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0px) scale(1) rotate(0deg);
  }
}

.fa-chevron-right:before {
  content: "\f054";
  position: relative;
  margin-right: 107px;
}

.fa-chevron-left:before {
  content: "\f053";
  position: relative;
  margin-left: 100px;
}

/* inner page css */

.arts-header {
  text-align: center;
  margin-bottom: 30px;
}
.arts-header h1 {
  font-size: 24px;
  margin-bottom: 8px;
}

/* === GRID === */
.arts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  max-width: 1200px;
  width: 100%;
}

/* === CARD BASE === */
.card-base {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 22px;
  text-align: center;
}
.card-base:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(151, 0, 0, 0.25);
}

/* === CONTENT === */
.arts-content h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #2d3436;
  font-weight: 600;
}
.arts-content p {
  font-size: 0.95rem;
  color: #636e72;
  line-height: 1.6;
}

.link-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.view-btn {
  margin-top: 12px;
  display: inline-block;
  padding: 10px 24px;
  background: #970000;
  color: #ffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  align-self: center;
}
.view-btn:hover {
  background: #970000;
  color: white;
  border-color: #970000;
  transform: translateY(-2px);
}

/* === DEFAULT BORDERS (kept unique but subtle) === */
.psych-card {
  border-color: #e8e6ff;
}
.marathi-card {
  border-color: #fdf3e7;
}
.hindi-card {
  border-color: #f3e8ff;
}
.english-card {
  border-color: #eaecee;
}
.hist-card {
  border-color: #ffeef4;
}
.econ-card {
  border-color: #e8f8f5;
}
.geo-card {
  border-color: #fdf3e7;
}
.soc-card {
  border-color: #ebf3ff;
}
.polsci-card {
  border-color: #fdeef4;
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  .arts-header h1 {
    font-size: 2.2rem;
  }
  .arts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .card-base {
    padding: 28px 20px;
  }
}

/* about college */
.info-capsule {
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
}

.info-capsule:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.capsule-content {
  line-height: 1.8;
  text-align: justify;
}

.imagery-frame {
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.imagery-frame:hover {
  transform: scale(1.02);
}

.imagery-asset {
  transition: transform 0.3s ease;
}

.imagery-frame:hover .imagery-asset {
  transform: scale(1.05);
}

.metrics-showcase {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #ffe6e6;
}

.showcase-banner {
  position: relative;
}

.banner-headline {
  font-weight: 700;
  color: #970000;
  font-size: 22px;
}

.showcase-banner::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #970000 0%, #c70000 100%);
  margin: 15px auto 0;
  border-radius: 2px;
}

.tile-interior {
  background: white;
  border-radius: 12px;
  padding: 2rem 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.tile-interior:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(151, 0, 0, 0.2);
  border-color: #970000;
}

.metric-digit {
  color: #970000;
  font-weight: 700;
  font-size: 22px;
}

.metric-label {
  font-weight: 600;
  color: #333;
}

/* committee table */
.sanstha-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sanstha-table thead th {
  background: #970000;
  color: white;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
}

.sanstha-table tbody td {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.sanstha-table tbody tr:last-child td {
  border-bottom: none;
}

.sanstha-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sanstha-table ul li {
  padding: 0.25rem 0;
}

.sanstha-heading {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #970000;
}

.sanstha-heading-top {
  margin-top: 3rem;
}

/* vision mission inner page */
.elegant-vm-section {
  padding: 5rem 0;
  background: #fafbfc;
}

.elegant-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 3rem 2.5rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.elegant-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #970000;
  transition: width 0.4s ease;
}

.elegant-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.elegant-card:hover::after {
  width: 100%;
}

.elegant-tag {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

.elegant-text {
  font-style: italic;
  line-height: 1.9;
  color: #4a5568;
  font-size: 1.05rem;
}

.elegant-objectives-section {
  padding: 3rem 0;
}

.elegant-section-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}

.elegant-objective-row {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.elegant-objective-row:last-child {
  border-bottom: none;
}

.elegant-objective-row:hover {
  padding-left: 1rem;
  background: #fafbfc;
}

.elegant-number-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #2c3e50;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  transition: all 0.3s ease;
}

.elegant-objective-row:hover .elegant-number-box {
  background: #970000;
  border-color: #970000;
  color: #ffffff;
}

.elegant-objective-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a5568;
  padding-top: 0.5rem;
}

.elegant-implementation {
  padding: 2rem 0;
  background: #f7fafc;
  border-top: 1px solid #e2e8f0;
}

.elegant-implementation-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.elegant-implementation-text {
  font-size: 16px;
  line-height: 2;
  color: #4a5568;
  text-align: justify;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .elegant-objective-row {
    flex-direction: column;
    gap: 1rem;
  }

  .elegant-implementation-text {
    padding: 0 1rem;
    text-align: left;
  }
}

/* principle msg */

.msg-hero-header {
  position: relative;
  overflow: hidden;
  margin: 15px;
  padding: 15px;
}

.msg-principal-portrait {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid #ffffff;
  box-shadow: 0 20px 50px rgba(151, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.msg-principal-portrait:hover {
  transform: scale(1.08) translateY(-8px);
  box-shadow: 0 30px 60px rgba(151, 0, 0, 0.18);
}

.msg-name-title {
  color: #970000;
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0 10px;
}

.msg-designation {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

/* === CONTENT CONTAINER === */

.msg-vision-card {
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(151, 0, 0, 0.08);
  border: 1px solid #e8e1d9;
  position: relative;
}
.msg-vision-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M100 0 L100 100 L0 100" fill="%23970000" opacity="0.03"/></svg>');
  background-size: contain;
  pointer-events: none;
}

/* === SALUTATION === */
.msg-salutation {
  font-size: 22px;
  color: #970000;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  font-style: italic;
}

.msg-drop-cap {
  margin-top: 10px;
}

/* === EXCELLENCE PANEL === */
.msg-excellence-panel {
  background: linear-gradient(135deg, #fdf9f5 0%, #faf5f1 100%);
  border: 1px solid #e8e1d9;
  border-left: 6px solid #970000;
  padding: 2rem;
  border-radius: 12px;
  margin: 2.5rem 0;
  font-style: italic;
  position: relative;
  overflow: hidden;
  color: #5d1a1a;
}

/* === SECTION HEADING === */
.msg-section-heading {
  font-size: 22px;
  color: #970000;
  font-weight: 500;
  margin: 7px 0px;
  position: relative;
}

/* === ACHIEVEMENTS LIST === */
.msg-achievements {
  list-style: none;
  padding: 0;
  margin: 10x 0;
}
.msg-achievements li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
  font-weight: 500;
}

.msg-achievements li::before {
  content: "›";
  position: absolute;
  font-size: 16px;
  left: 7px;
  top: 0px;
  color: #d4af37;
  font-weight: bold;
}

/* === CLOSING & SIGNATURE === */
.msg-closing {
  margin-top: 10px;
  font-size: 16px;
}

.msg-signature-block {
  text-align: right;
  margin-top: 10px;
  border-top: 3px double #970000;
  position: relative;
}

.msg-signature-name {
  color: #970000;
  font-size: 22px;
  font-weight: 700;
}

.msg-signature-title {
  color: #5c4033;
  font-size: 0.95rem;
  margin-top: 0.3rem;
}

/* === FOOTER ACCENT === */
.msg-footer-accent {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  font-size: 0.9rem;
  color: #5c4033;
  border-top: 1px dashed #e8e1d9;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .msg-principal-portrait {
    width: 150px;
    height: 150px;
  }
  .msg-name-title {
    font-size: 2rem;
  }
  .msg-vision-card {
    padding: 2rem;
  }
  .msg-drop-cap::first-letter {
    font-size: 3.5rem;
  }
}

/* admission guidlines */
.college-highlight-card {
  background: linear-gradient(135deg, #fff5f5 0%, #ffe0e0 100%);
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  border-left: 5px solid #970000;
}

.college-highlight-card p {
  color: #333;
  font-size: 1.05em;
  line-height: 1.7;
}

.college-section-heading {
  font-size: 22px;
  color: #970000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #970000;
  font-weight: 600;
}

.college-medium-panel {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}

.college-medium-panel h3 {
  color: #970000;
  font-size: 18px;
  margin-bottom: 15px;
}

.college-medium-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.college-medium-list li {
  position: relative;
  padding: 8px 0 8px 30px;
  color: #555;
  font-size: 1.05em;
}

.college-medium-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #970000;
  font-weight: bold;
}

.college-rule-item {
  background: #fff;
  color: #000;
  padding: 20px 20px 20px 50px;
  border-radius: 10px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  position: relative;
}

.college-rule-item::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #970000;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9em;
}

.college-rule-item:hover {
  border-color: #970000;
  box-shadow: 0 5px 20px rgba(151, 0, 0, 0.2);
  transform: translateY(-2px);
}

.college-closing-info {
  background: #f8f9fa;
  padding: 30px 40px;
  text-align: center;
  color: #666;
  border-top: 3px solid #e9ecef;
}

@media (max-width: 768px) {
  .college-hero-section h1 {
    font-size: 1.8em;
  }
  .college-info-body {
    padding: 30px 20px;
  }
}

/* scholarship record */
.archival-manuscript {
  margin: 0 auto;
  background: white;
}

.annum-partition {
  margin-bottom: 50px;
}

.periodic-nomenclature {
  font-size: 1.4em;
  color: #970000;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 2;
  border-bottom: 2px solid #970000;
}

.consolidated-designation {
  font-size: 1.4em;
  color: #970000;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 2;
  border-bottom: 2px solid #970000;
}
@media (max-width: 768px) {
  .periodic-nomenclature .consolidated-designation {
    font-size: 1.2em;
  }
}

/* ncc tabs */
.tab-ul {
  gap: 5px;
}
#nccTab .nav-link {
  color: #ffff;
  background-color: #970000;
  font-weight: 500;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}

#nccTab .nav-link:hover {
  background-color: #faeaea;
  color: #000;
  border: none;
  border-left: 7px solid #970000;
}

#nccTab .nav-link:hover::after,
#nccTab .nav-link.active::after {
  width: 100%;
}

#nccTab .nav-link.active {
  background-color: #faeaea;
  color: #000;
  border: none;
  border-left: 7px solid #970000;
}

.ncc-content {
  padding-left: 30px;
}

.ncc-content p,
.ncc-content ol,
.ncc-content ul {
  text-align: justify;
  line-height: 1.7;
}

.ncc-content h5 {
  color: #970000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 18px;
}

.ncc-table {
  width: 90%;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.ncc-table th,
.ncc-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.ncc-table th {
  background-color: #f8d7da;
  color: #970000;
  font-weight: 600;
}

.ncc-song {
  text-align: center;
  font-style: italic;
  color: #555;
  line-height: 2;
}

@media (max-width: 768px) {
  .ncc-left-col {
    border-right: none;
    border-bottom: 3px solid #970000;
    margin-bottom: 20px;
  }
  .ncc-content {
    padding-left: 15px;
  }
  #nccTab {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
  }
  #nccTab .nav-link {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}

/* tab structure */

.tab-ul {
  gap: 5px;
}

.tab-button {
  text-align: start;
  background-color: #970000 !important;
  width: 100%;
  color: #ffff !important;
  font-weight: 500;
  border-radius: 0px !important;
}

.tab-button:hover {
  background-color: #faeaea !important;
  color: #000 !important;
  border-left: 7px solid #970000 !important;
  border-radius: 0px !important;
}

.tab-button.active {
  background-color: #faeaea !important;
  color: #000 !important;
  border-left: 7px solid #970000 !important;
  border-radius: 0px !important;
}

/* aqar report */
.aqar-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #07194e 0%, #0a2a5a 100%);
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.aqar-icon::before {
  content: "PDF";
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.aqar-icon::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: white;
  border-radius: 1px;
}

.aqar-card {
  background-color: #970000;
  border-radius: 14px;
  padding: 1.3rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  overflow: hidden;
}

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

.aqar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.aqar-content {
  flex: 1;
  color: white;
}

.aqar-content strong {
  display: block;
  font-size: 1.12rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.aqar-link {
  color: #a8d8ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.aqar-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.aqar-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg>')
    no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease;
}

.aqar-link:hover::before {
  transform: translateY(2px);
}

@media (max-width: 768px) {
  .aqar-card {
    padding: 1rem;
    gap: 0.9rem;
    flex-direction: column;
    text-align: center;
  }
  .aqar-icon {
    width: 45px;
    height: 45px;
  }
  .aqar-icon::before {
    font-size: 0.8rem;
  }
  .aqar-content strong {
    font-size: 1rem;
  }
  .aqar-link {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .aqar-card {
    flex-direction: column;
    text-align: center;
  }
  .aqar-icon {
    margin-bottom: 0.5rem;
  }
}

/* about bapuji*/

.tribute-masthead {
  text-align: center;
}

.visage-frame {
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
  position: relative;
}

.visage-frame::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #d4af37;
  opacity: 0.3;
}

.visage-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.nomenclature-primary {
  font-size: 22px;
  font-weight: 400;
  color: #970000;
  margin-bottom: 15px;
}

.epithet-secondary {
  font-size: 1.15em;
  color: #666;
  font-style: italic;
  margin-bottom: 30px;
}

.ornamental-separator {
  width: 100px;
  height: 2px;
  background: linear-gradient(to right, transparent, #d4af37, transparent);
  margin: 10px auto;
}

.chronicle-prose {
  font-size: 16px;
  color: #444;
  text-align: justify;
  margin-bottom: 5px;
  line-height: 2;
}

.passage-break {
  margin: 15px auto;
  text-align: center;
}

.passage-break::before {
  content: "❖";
  color: #d4af37;
  font-size: 1.2em;
}

.laurels-showcase {
  background: #f9f9f9;
  padding: 20px;
  border-top: 2px solid #d4af37;
  border-bottom: 2px solid #d4af37;
}

.accolade-heading {
  font-size: 22px;
  color: #970000;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}

.distinction-narrative {
  font-size: 16px;
  color: #444;
  text-align: justify;
  line-height: 2;
  margin-bottom: 10px;
}

.ideology-sanctuary {
  color: white;
  padding: 10px;
  margin: 0;
}

.doctrine-banner {
  color: 970000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 400;
}

.tenet-exposition {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 20px;
  opacity: 0.95;
}

.establishment-chronicle {
  padding: 20px;
}

.organization-epithet {
  font-size: 22px;
  color: #970000;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

.particulars-manuscript {
  font-size: 16px;
  color: #444;
  text-align: justify;
  line-height: 2;
}

.prominence-capsule {
  background: #fffbf0;
  padding: 25px;
  margin: 10px 0;
  border-left: 4px solid #d4af37;
  font-style: italic;
}

.valediction-realm {
  background: #2d2d2d;
  color: #aaa;
  padding: 50px 60px;
  text-align: center;
}

.epilogue-script {
  font-size: 0.95em;
  line-height: 1.8;
}

.terminus-demarcation {
  width: 60px;
  height: 1px;
  background: #555;
  margin: 25px auto;
}

@media (max-width: 768px) {
  .tribute-masthead,
  .narrative-enclosure,
  .laurels-showcase,
  .ideology-sanctuary,
  .establishment-chronicle,
  .valediction-realm {
    padding: 40px 30px;
  }

  .nomenclature-primary {
    font-size: 20px;
  }

  .chronicle-prose,
  .distinction-narrative,
  .tenet-exposition,
  .particulars-manuscript {
    font-size: 16px;
  }
}

/* about-college */

.heritage-introduction-panel {
  background: white;
  padding: 15px;
}

.legacy-heading-text {
  font-size: 22px;
  color: #970000;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}

.institutional-description-para {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  text-align: justify;
  line-height: 1.5;
}

.vertical-spacing-segment {
  margin-top: 20px;
}

.ornamental-chapter-header {
  font-size: 22px;
  color: #970000;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  position: relative;
}

.administrative-triumvirate-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px;
}

.executive-profile-tile {
  background: white;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border-bottom: 3px solid transparent;
}

.executive-profile-tile:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.designation-badge-text {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.official-name-display {
  font-size: 16px;
  color: #970000;
  font-weight: 400;
}

.curriculum-details-container {
  background: white;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.academic-subsection-title {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
  border-left: 4px solid #970000;
  padding-left: 15px;
}

.curriculum-details-container ul {
  list-style: none;
  padding: 0;
}

.curriculum-details-container li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  color: #555;
}

.curriculum-details-container li::before {
  content: "▸";
  color: #c9a961;
  margin-right: 12px;
  font-weight: bold;
}

.affiliation-proclamation-block {
  background: #970000;
  color: white;
  padding: 20px;
  margin-top: 45px;
  text-align: center;
}

.affiliation-proclamation-block h3 {
  font-size: 22px;
  margin-bottom: 9px;
  font-weight: 300;
  color: #fff;
  font-weight: 600;
}

.affiliation-proclamation-block p {
  font-size: 16px;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
}

.achievement-metrics-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.numeric-milestone-card {
  background: white;
  padding: 20px 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.numeric-milestone-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.prominence-figure {
  font-size: 22px;
  color: #970000;
  font-weight: 600;
  margin-bottom: 10px;
}

.metric-descriptor {
  color: #000;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inspirational-testimonial-banner {
  background: #f8f5f0;
  padding: 35px 14px;
  margin-top: 54px;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  color: #000;
  border-left: 5px solid #970000;
  border-right: 5px solid #970000;
}

@media (max-width: 968px) {
  .achievement-metrics-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .heritage-introduction-panel {
    padding: 20px 10px;
  }
}

/* Chairmans Message */

.crimson-demarcation-stripe {
  height: 3px;
  background: #970000;
}

.zenith-proclamation-chamber {
  padding: 100px 80px 80px;
  text-align: center;
  background: white;
  border-bottom: 1px solid #e8e8e8;
}

.sovereign-typographic-monument {
  font-size: 4.5em;
  color: #1a1a1a;
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.vermilion-aesthetic-divider {
  width: 120px;
  height: 2px;
  background: #970000;
  margin: 0 auto 30px;
}

.philosophical-descriptor-manifesto {
  font-size: 1.4em;
  color: #666;
  font-style: italic;
  letter-spacing: 2px;
}

.paramount-narrative-enclosure {
  margin: 0 auto;
}

.biographical-tableau-constellation {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8e8;
}

.photographic-receptacle-nexus {
  flex-shrink: 0;
}

.dimensional-portraiture-sanctuary {
  width: 320px;
  height: 380px;
  position: relative;
}

.architectural-perimeter-embellishment {
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  border: 2px solid #970000;
}

.distinguished-visage-artifact {
  width: 290px;
  height: 330px;
  object-fit: cover;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.lexical-credentials-hemisphere {
  flex: 1;
  padding-top: 40px;
}

.nomenclature-typography-pinnacle {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.dignitary-designation-inscription {
  font-size: 20px;
  color: #970000;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.horizontal-maroon-demarcator {
  width: 80px;
  height: 2px;
  background: #970000;
  margin: 30px 0;
}

.synoptic-affiliation-chronicle {
  font-size: 17px;
  line-height: 2;
}

.crimson-institutional-amplifier {
  color: #970000;
  font-weight: 700;
}

.epistolary-transmission-framework {
  margin-top: 20px;
}

.categorical-thematic-banner {
  font-size: 22px;
  color: #970000;
  font-weight: 500;
  text-align: center;
}

.substantive-discourse-fragment {
  line-height: 2.2;
  text-align: justify;
}

.typographic-prominence-catalyst {
  font-weight: 700;
  color: #1a1a1a;
}

.burgundy-semantic-intensifier {
  color: #970000;
  font-weight: 700;
}

.commemorative-milestone-pavilion {
  background: white;
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin: 25px 0;
  text-align: center;
  position: relative;
}

.commemorative-milestone-pavilion::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #970000;
}

.commemorative-milestone-pavilion::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #970000;
}

.chronological-quantification-emblem {
  font-size: 40px;
  color: #970000;
  font-weight: 700;
  margin-bottom: 0px;
}

.accolade-proclamation-heading {
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 20px;
}

.elucidative-contextual-narrative {
  font-size: 17px;
  color: #666;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto;
}

.salutatory-reception-citadel {
  margin-top: 34px;
  padding: 42px;
  background: white;
  border: 3px solid #970000;
  text-align: center;
  position: relative;
}

.salutatory-reception-citadel::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid #970000;
}

.welcoming-declaration-masthead {
  font-size: 22px;
  color: #970000;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.hospitable-sentiment-articulation {
  font-size: 17px;
  color: #2c2c2c;
  line-height: 2;
  position: relative;
  z-index: 1;
}

.autographic-authentication-precinct {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
  text-align: right;
}

.calligraphic-identity-flourish {
  font-size: 22px;
  color: #970000;
  font-weight: 600;
}

.hierarchical-appellation-subtitle {
  font-size: 17px;
  color: #666;
  font-style: italic;
}

@media (max-width: 1024px) {
  .biographical-tableau-constellation {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .lexical-credentials-hemisphere {
    padding-top: 0;
    text-align: center;
  }

  .horizontal-maroon-demarcator {
    margin: 30px auto;
  }
}

@media (max-width: 768px) {
  .zenith-proclamation-chamber {
    padding: 60px 30px 50px;
  }

  .sovereign-typographic-monument {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .paramount-narrative-enclosure {
    padding: 50px 30px;
  }

  .biographical-tableau-constellation {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .dimensional-portraiture-sanctuary {
    width: 260px;
    height: 310px;
  }

  .distinguished-visage-artifact {
    width: 260px;
    height: 310px;
  }

  .nomenclature-typography-pinnacle {
    font-size: 16px;
  }

  .substantive-discourse-fragment {
    font-size: 16px;
    line-height: 1.9;
  }

  .commemorative-milestone-pavilion {
    padding: 40px 25px;
  }

  .salutatory-reception-citadel {
    padding: 50px 30px;
  }

  .salutatory-reception-citadel::before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .autographic-authentication-precinct {
    text-align: center;
  }
}

/* cources outcome-physics */
.cosmic-divider h2 {
  color: #333;
  font-size: 18px;
}

.home-container {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* Accordion design */
.zx-acc {
  max-width: 100%;
}

.zx-acc-item {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: #fff;
}

.zx-acc-item summary {
  list-style: none;
}

.zx-acc-item summary {
  padding: 1rem;
  cursor: pointer;
  background: #f8f9fa;
  font-weight: 500;
  position: relative;
  user-select: none;
  transition: background 0.2s;
}

.zx-acc-item summary:hover {
  background: #e9ecef;
}

.zx-acc-item summary::after {
  content: "›";
  position: absolute;
  right: 15px;
  font-size: 1.4rem;
  transform: rotate(0deg);
  transition: transform 0.25s;
}

.zx-acc-item[open] summary::after {
  transform: rotate(90deg);
}

.zx-acc-body {
  padding: 1rem 1.25rem;
  border-top: 1px solid #dee2e6;
  animation: fadeIn 0.25s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* dynamic tabs */

.left-tab-div {
  background: none !important;
}

.left-tab-ul {
  gap: 3px;
}
.custom-left-tab {
  background-color: #970000 !important;
}

/* innerpage header for tab view */
@media (max-width: 768px) {
  .header-container {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  #main_navbar {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
  }
  .section-header-bg {
    background-color: #970000 !important;
  }
}
@media (max-width: 768px) {
  .bred-img {
    margin-top: 0rem !important;
    height: 120px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .bred-img {
    margin-top: -20rem !important;
  }
  .Institution-Logo {
    margin-left: 3px !important;
  }
}

@media (max-width: 1400px) {
  .bred-img {
    margin-top: -20rem !important;
  }
}
