:root {
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --color-primary: #01224e;
  --color-secondary: #f0a800;
  --color-heading: #fff;
  --color-default: #000000;
  scroll-behavior: smooth;
}

/* Sticky Social Sidebar Styles */

.sticky-social-sidebar {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 99999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  background-color: #1d2530 !important;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2) !important;
}

.sidebar-link {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
  overflow: hidden;
}

.sidebar-link:last-child {
  border-bottom: none !important;
}

/* Diagonal Shine Sweep */
.sidebar-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-20deg);
  transition: all 0.5s ease;
  z-index: -1;
}

.sidebar-link:hover::before {
  left: 150%;
  transition: all 0.7s ease;
}

.sidebar-link:hover {
  background-color: var(--color-secondary, #ffd700) !important;
  color: #000000 !important;
  transform: translateX(-15px) scale(1.2) !important;
  border-radius: 50% !important;
  border-bottom: 1px solid transparent !important;
  box-shadow:
    0 0 20px var(--color-secondary, #ffd700),
    inset 0 0 10px rgba(255, 255, 255, 0.8) !important;
}

/* Crazy Jelly Icon Animation */
@keyframes crazy-jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.sidebar-link:hover svg {
  animation: crazy-jelly 0.9s both;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

.sidebar-link svg {
  width: 17px !important;
  height: 17px !important;
  stroke-width: 1.5px !important;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .sticky-social-sidebar {
    display: none !important;
  }
}

/* --- Premium Footer Design --- */

.footer-premium-wrapper {
  background-color: #f8f0ea !important;
  background-size: 40px 40px !important;
  color: #000 !important;
  padding: 70px 0 15px 0 !important;
  font-family: "Inter", sans-serif !important;
}

.footer-premium-wrapper .footer-logo-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
}

.footer-premium-wrapper .social-btn-premium {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1d2530 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-premium-wrapper .social-btn-premium:hover {
  background-color: #ffb600 !important;
  color: #ffffff !important;
}

.footer-premium-wrapper .social-btn-premium svg {
  width: 18px;
  height: 18px;
}

/* Utility classes for the new footer structure */

.flex {
  display: flex !important;
}

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

.justify-center {
  justify-content: center !important;
}

.transition-colors {
  transition:
    background-color 0.3s ease,
    color 0.3s ease !important;
}

.gap-3 {
  gap: 1rem !important;
}

.footer-premium-wrapper .footer-college-name {
  margin: 0 !important;
  color: #000;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  /* 150% */
}

.footer-premium-wrapper .footer-college-sub {
  margin: 0 !important;
  color: #1d2530;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.footer-premium-wrapper .footer-description {
  margin-top: 20px;
  color: #1d2530;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
  /* 162.5% */
}

.footer-premium-wrapper .footer-social-icons {
  display: flex !important;
  gap: 12px;
  margin-top: 25px;
}

.footer-premium-wrapper .social-btn {
  width: 40px;
  height: 40px;
  background: #1d2530 !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  transition: 0.3s;
  text-decoration: none;
}

.footer-premium-wrapper .social-btn:hover {
  background: #ffb600 !important;
}

.footer-premium-wrapper .footer-heading {
  margin-bottom: 25px !important;
  font-family: "Poppins", sans-serif !important;
  color: #1d2530;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.footer-premium-wrapper .footer-link-item,
.footer-premium-wrapper .quick-link-title,
.footer-premium-wrapper .myCustomMenuFooter a {
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  padding: 3px 0 !important;
  transition: 0.3s !important;
  text-align: left !important;
  color: #1d2530;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.footer-premium-wrapper .quick-link-title::before,
.footer-premium-wrapper .myCustomMenuFooter a::before {
  content: "\203A";
  margin-right: 8px;
  transition: transform 0.3s ease;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.footer-premium-wrapper .footer-link-item:hover,
.footer-premium-wrapper .quick-link-title:hover,
.footer-premium-wrapper .myCustomMenuFooter a:hover {
  color: var(--color-secondary) !important;
  padding-left: 5px !important;
}

.footer-premium-wrapper .quick-link-title:hover::before,
.footer-premium-wrapper .myCustomMenuFooter a:hover::before {
  transform: translateX(4px);
}

.footer-premium-wrapper .footer-map-container {
  border-radius: 15px;
  overflow: hidden;
  height: 180px;
  width: 300px;
}

.footer-premium-wrapper .footer-map-container img,
.footer-premium-wrapper .footer-map-container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.footer-premium-wrapper .footer-bottom-bar {
  position: relative;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 12px;
  color: #1d2530 !important;
}

.footer-premium-wrapper .footer-bottom-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 0.1px;
  background-color: #c5cbd4;
}

.footer-premium-wrapper .footer-bottom-bar p {
  font-size: 12px;
}

.footer-premium-wrapper .footer-bottom-bar span {
  font-size: 12px;
  text-decoration: underline;
}

.footer-premium-wrapper .footer-bottom-bar a {
  color: #1d2530 !important;
  text-decoration: none;
  font-size: 12px;
  margin-left: 20px;
}

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

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

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

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

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

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

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

.quick-img {
  border-radius: 4.545px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 3.636px 3.636px 0px rgba(0, 0, 0, 0.25);
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: transform 0.9s;
  transform-style: preserve-3d;
}

.q-con img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.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-header-blue {
  background-color: var(--color-primary);
  position: relative;
  z-index: 1000;
}

.college-titles {
  align-items: center;
}

.college-titles p,
.college-titles h1 {
  text-align: start;
}

.logo-box {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 5px;
}

.logo-box img.header-logo {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.college-titles .header-college-name {
  color: #fff;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.college-titles .head-line {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.top-menu-links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu-links > li {
  display: flex;
  align-items: center;
}

.top-menu-links > li > a {
  color: #d9dee5 !important;
  font-size: 14px;
  padding: 8px 10px !important;
  text-decoration: none;
  font-weight: 500;
}

.top-menu-links > li:not(:last-child)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.apply-now-btn {
  color: var(--color-primary) !important;
  background-color: var(--color-heading);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.apply-now-btn:hover {
  background-color: var(--color-secondary);
}

/* ------- Main Menu ---------------- */

.bottom-header-grey {
  background-color: var(--color-primary) !important;
  border-bottom: none;
}

.bottom-menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Center aligning main menu */
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.bottom-menu-links > li {
  display: flex;
  align-items: center;
}

.bottom-menu-links > li > a {
  color: #d9dee5 !important;
  font-size: 15px;
  padding: 8px 16px !important;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  border-bottom: 3px solid transparent;
}

.bottom-menu-links > li:not(:last-child)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.bottom-menu-links > li > a:hover,
.bottom-menu-links > li > a.active,
.bottom-menu-links > li.active > a {
  color: var(--color-secondary) !important;
  font-weight: 500;
  border-bottom: 3px solid var(--color-secondary);
}

/* --- Premium Submenu Positioning & Design Fix --- */

/* Force parent items to be the anchor for their dropdowns */

.nav-item.dropdown,
.dropdown-menu .dropdown {
  position: relative !important;
}

.dropdown-menu.sub-menu {
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff !important;
  border-top: 4px solid var(--color-primary) !important;
  min-width: 250px !important;
  margin-top: 0 !important;
  z-index: 1100 !important;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
  position: absolute !important;
}

/* Desktop Hover & Positioning Logic */

@media (min-width: 992px) {
  /* Level 1: Appears EXACTLY below the main menu bar */
  .bottom-menu-links > li.dropdown:hover > .dropdown-menu.sub-menu,
  .top-menu-links > li.dropdown:hover > .dropdown-menu.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    top: 100% !important;
    /* Forces it to start at the bottom of the navbar */
    left: 0 !important;
  }
  /* Level 2 & 3: Fly-out to the RIGHT and align with parent item */
  .dropdown-menu.sub-menu .dropdown:hover > .dropdown-menu.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    top: 0 !important;
    /* Align with the top of the parent item */
    left: 100% !important;
    /* Position perfectly at the edge */
    margin-left: 0px !important;
    /* Slight overlap to ensure continuous hover area */
    margin-top: 0px !important;
    /* Offset to compensate for parent padding/border */
    border-top: none !important;
    /* border-left: 4px solid var(--color-primary) !important; */
    border-radius: 0 8px 8px 8px !important;
    z-index: 1200 !important;
    /* Higher z-index for nested levels */
  }
  /* Animation state for nested levels */
  .dropdown-menu.sub-menu .dropdown-menu.sub-menu {
    transform: translateX(10px);
  }
}

.dropdown-menu.sub-menu .dropdown-item,
.dropdown-menu.sub-menu .nav-link {
  padding: 10px 18px !important;
  color: #444444 !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  font-family: var(--font-secondary) !important;
  border-radius: 4px !important;
  transition: all 0.2s ease !important;
  border-bottom: none !important;
  white-space: normal !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-menu.sub-menu .dropdown-item:hover,
.dropdown-menu.sub-menu .nav-link:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary) !important;
  /* padding-left: 24px !important; */
}

/* Mobile Styling */

@media (max-width: 992px) {
  .dropdown-menu.sub-menu {
    display: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    border-top: none !important;
    background-color: #f9fbff !important;
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    padding-left: 0 !important;
    pointer-events: auto !important;
  }
  .dropdown-menu.sub-menu.show,
  .dropdown.opened > .dropdown-menu.sub-menu,
  .dropdown.show > .dropdown-menu.sub-menu {
    display: block !important;
  }
  .navbar-nav .dropdown,
  .dropdown-menu.sub-menu .dropdown {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
  }
  .dropdown-menu.sub-menu .dropdown-item {
    padding-left: 35px !important;
    width: 100% !important;
  }
  .dropdown-menu.sub-menu .sub-menu .dropdown-item {
    padding-left: 55px !important;
  }
  .dropdown-menu.sub-menu .sub-menu .sub-menu .dropdown-item {
    padding-left: 75px !important;
  }
  .bottom-menu-links,
  .top-menu-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom-menu-links > li,
  .top-menu-links > li {
    width: 100%;
  }
  .bottom-menu-links > li:not(:last-child)::after,
  .top-menu-links > li:not(:last-child)::after {
    display: none;
  }
  .bottom-menu-links > li > a,
  .top-menu-links > li > a {
    width: 100%;
    border-bottom: none !important;
  }
  .top-menu-mobile-view {
    padding: 10px;
    background: var(--color-primary);
    border-radius: 8px;
    margin: 10px;
  }
}

/* Home slider start */

.banner-slider {
  position: relative;
  overflow: hidden;
}

/* ---- Custom Slider Arrows — On-Brand Square Design ---- */
.banner-slider-prev,
.banner-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: rgba(1, 34, 78, 0.7) !important;
  border: none !important;
  border-radius: 0 !important;
  width: 50px !important;
  height: 50px !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  opacity: 1 !important;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.banner-slider-prev {
  left: 20px;
  border-right: 3px solid #feba01 !important;
}

.banner-slider-next {
  right: 20px;
  border-left: 3px solid #feba01 !important;
}

.banner-slider-prev:hover,
.banner-slider-next:hover {
  background: #feba01 !important;
  box-shadow: 0 0 0 3px rgba(254, 186, 1, 0.35);
}

.banner-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner-arrow-btn svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  transition: stroke 0.25s ease;
}

.banner-slider-prev:hover .banner-arrow-btn svg,
.banner-slider-next:hover .banner-arrow-btn svg {
  stroke: #01224e;
}

@media (max-width: 767px) {
  .banner-slider-prev,
  .banner-slider-next {
    width: 38px !important;
    height: 38px !important;
  }
  .banner-slider-prev {
    left: 10px;
  }
  .banner-slider-next {
    right: 10px;
  }
  .banner-arrow-btn svg {
    width: 16px;
    height: 16px;
  }
}

.banner-item {
  position: relative;
  height: 650px;
  /* Default height for large screens */
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.3) 12%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.carousel-caption-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  padding: 0 5%;
}

.badge-accredited {
  background: rgba(254, 186, 1, 0.15) !important;
  border: 1px solid #feba01 !important;
  color: #feba01 !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  font-family: "Inter", sans-serif !important;
}

.banner-title,
.banner-title span,
.banner-title-yellow {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 48px !important;
  font-weight: 700;
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
  color: #ffffff !important;
  text-transform: none !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.banner-title .banner-title-yellow {
  color: var(--color-secondary) !important;
  font-style: italic;
  font-weight: 400;
}

.banner-desc {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  max-width: 420px !important;
  line-height: 1.6 !important;
  color: #ffffff !important;
  margin-bottom: 0px !important;
}

.btn-yellow-pill {
  background-color: #feba01 !important;
  color: #1d2530 !important;
  padding: 14px 36px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
  border: 2px solid #feba01 !important;
  text-decoration: none !important;
  margin-top: 30px !important;
}

.btn-yellow-pill:hover {
  background-color: transparent !important;
  color: #feba01 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 25px rgba(254, 186, 1, 0.4) !important;
}

.banner-btn-primary {
  background-color: #feba01 !important;
  color: #000000 !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 1px;
  transition: all 0.3s ease !important;
  border: 1px solid #feba01 !important;
  text-decoration: none !important;
}

.banner-btn-primary:hover {
  background-color: #e5a700 !important;
  color: #000000 !important;
}

.banner-btn-outline {
  background: linear-gradient(
    to right,
    var(--color-secondary) 50%,
    transparent 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  border: 1px solid var(--color-secondary) !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner-btn-outline:hover {
  background-position: left bottom !important;
  border-color: var(--color-secondary) !important;
  color: #000000 !important;
}

.banner-btn-outline i.bi-play-circle {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
}

.banner-btn-outline:hover i.bi-play-circle {
  transform: scale(1.35) translateX(3px);
  color: #000000;
}

/* Indicators Hidden per Request */

.indicators-container {
  display: none !important;
}

/* Control Arrows Refinement */

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
  width: 5%;
  opacity: 0.7;
  transition: all 0.3s ease;
}

#header-carousel .carousel-control-prev:hover,
#header-carousel .carousel-control-next:hover {
  opacity: 1;
}

/* Responsive Breakpoints */

@media (max-width: 1400px) {
  .banner-item {
    height: 600px;
  }
  .banner-title,
  .banner-title span,
  .banner-title-yellow {
    font-size: 50px !important;
  }
}

@media (max-width: 1199px) {
  .banner-item {
    height: 550px;
  }
  .banner-title,
  .banner-title span,
  .banner-title-yellow {
    font-size: 42px !important;
  }
  .banner-desc {
    font-size: 16px !important;
    max-width: 550px !important;
  }
}

@media (max-width: 991px) {
  .banner-item {
    height: 500px;
  }
  .banner-title,
  .banner-title span,
  .banner-title-yellow {
    font-size: 36px !important;
  }
  .banner-desc {
    font-size: 15px !important;
    max-width: 100% !important;
  }
  .carousel-item-overlay {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }
  .carousel-caption-custom {
    padding: 40px 30px;
    align-items: flex-end;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .banner-item {
    height: 500px;
  }
  .banner-title,
  .banner-title span,
  .banner-title-yellow {
    font-size: 30px !important;
    text-align: center;
    line-height: 1.2 !important;
  }
  .banner-desc {
    font-size: 14px !important;
    text-align: center;
    margin-top: 15px !important;
  }
  .btn-yellow-pill {
    padding: 12px 30px !important;
    font-size: 14px !important;
    margin: 25px auto 0 !important;
    display: flex !important;
    width: fit-content;
  }
  .carousel-caption-custom {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }
  .carousel-caption-custom .row {
    justify-content: center !important;
  }
  .carousel-caption-custom .text-start {
    text-align: center !important;
  }
  .badge-accredited {
    margin: 0 auto 15px !important;
  }
  #header-carousel .carousel-control-prev,
  #header-carousel .carousel-control-next {
    display: none;
    /* Hide arrows on small mobile for cleaner look */
  }
}

@media (max-width: 575px) {
  .banner-item {
    height: 450px;
  }
  .banner-title,
  .banner-title span,
  .banner-title-yellow {
    font-size: 26px !important;
  }
  .banner-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* ------- Latest News & Events Exact Design ------- */

.news-and-event {
  padding: 70px 0px 30px 0px !important;
  background-color: #f8f9fa;
}

.news-heading {
  color: #0d3e8b;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .news-heading {
    font-size: 24px;
  }
}

.news-heading span {
  color: #1d2530;
}

.top-desc {
  color: #64748b;
  font-size: 14px;
  position: relative;
  padding-bottom: 15px;
}

.top-desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #ffc107;
  border-radius: 2px;
}

/* Tabs */
.news-tab-pane {
  padding: 0px !important;
}

.news-tab-section .nav-tabs {
  border-bottom: none;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .custom-news-pills {
    display: flex;
    flex-wrap: wrap;
    /* Changed to wrap */
    gap: 8px;
    /* Consistent gap */
    justify-content: center;
    /* Center them on mobile */
  }
  .custom-news-pills .nav-item {
    flex: 0 0 calc(50% - 4px);
    /* 2 columns */
  }
  .custom-news-pills .nav-link {
    width: 100%;
    padding: 8px 10px !important;
    margin-right: 0 !important;
    font-size: 12px !important;
    text-align: center;
  }
}

.custom-news-pills .nav-link,
.news-tab-section .nav-link {
  border-radius: 4px !important;
  padding: 8px 20px !important;
  background-color: transparent !important;
  color: #64748b !important;
  margin-right: 8px !important;
  border: 1px solid #e2e8f0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.custom-news-pills .nav-link.active,
.news-tab-section .nav-link.active {
  background-color: #0b2e69 !important;
  color: #fff !important;
  border-color: #0b2e69 !important;
  box-shadow: none !important;
}

.custom-news-pills .nav-link:hover:not(.active),
.news-tab-section .nav-link:hover:not(.active) {
  background-color: #f8f9fa !important;
}

/* News Card */

.news-section {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  will-change: transform;
  /* Promote to GPU layer - prevents reflow */
}

/* Ticker scroll window - clips the sliding list */

.news-ticker-container {
  overflow: hidden !important;
  position: relative;
  height: 380px;
  /* Default desktop height */
}

@media (max-width: 1199px) {
  .news-ticker-container {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .news-ticker-container {
    height: 320px;
  }
  .news-section {
    padding: 20px;
  }
}

.news-list-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 16px;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
  text-decoration: none;
  /* No fixed height — let content breathe, ticker container clips overflow */
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.limited-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* .news-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
} */

/* .news-list-item:first-child {
    padding-top: 0;
} */

.news-list-item:hover {
  background-color: #f8fafc;
  border-radius: 8px;
}

.news-list-item:hover .news-dot {
  background-color: var(--color-primary);
  transform: scale(1.4);
}

.news-dot {
  width: 8px;
  height: 8px;
  background-color: #9ca3af;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 15px;
  flex-shrink: 0;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.news-content {
  flex-grow: 1;
  padding-right: 20px;
  text-align: left !important;
}

.news-title {
  color: #1d2530 !important;
  font-family: Poppins, sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24.38px !important;
  /* 162.533% */
  text-align: left !important;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none !important;
}

.news-badge {
  display: inline-flex;
  align-items: center;
  background-color: #fee2e2;
  color: #ef4444;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: middle;
}

.news-badge::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ef4444;
  border-radius: 50%;
  margin-right: 4px;
}

.news-meta {
  color: #94a3b8;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-chevron {
  color: #cbd5e1;
  align-self: center;
  font-size: 18px;
  font-weight: bold;
}

/* Event Card */

.event-heading {
  color: #1e293b !important;
  font-size: 20px !important;
  font-weight: var(--font-primary);
  font-weight: 700 !important;
  margin-bottom: 50px !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center !important;
  gap: 8px;
}

.event-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 180px;
}

@media (max-width: 991px) {
  .event-card {
    height: 160px;
  }
  .event-heading {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}

.event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 2;
}

.event-date {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
}

.event-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  text-align: left !important;
}

.event-title {
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  /* 137.5% */
  margin-bottom: 8px;
}

.event-desc {
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 19.5px !important;
  /* 162.5% */
  margin-bottom: 0px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Buttons */

.btn-view-all-news {
  background-color: #0b2e69;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-view-all-news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--color-secondary, #feba01);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn-view-all-news:hover {
  color: #0b2e69 !important;
}

.btn-view-all-news:hover::after {
  width: 100%;
}

.btn-view-all-news svg,
.btn-view-all-events svg {
  transition: transform 0.3s ease;
}

.btn-view-all-news:hover svg,
.btn-view-all-events:hover svg {
  transform: translateX(4px);
}

.btn-view-all-events {
  background-color: transparent;
  color: #0b2e69 !important;
  border: 1px solid #0b2e69;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-view-all-events::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b2e69;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn-view-all-events:hover {
  color: #ffffff !important;
}

.btn-view-all-events:hover::after {
  transform: scaleY(1);
}

.text-center-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

#carousel-birthday {
  max-height: 650px;
  margin-bottom: 45px;
}

/* testimonial start */

.alumni-con {
  background: #ffe4b0;
  padding: 20px 25px;
  border: 2px dashed #000000;
  border-radius: 20px;
  margin: 10px;
}

.owl-carousel-alumni .owl-item.active {
  margin-right: 0 !important;
}

.alumni-con .almni-i {
  width: 25%;
}

.alumni-con .almni-i .rounded-circle {
  border-radius: 50% !important;
  width: 90px !important;
  height: 90px;
}

.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 styles moved to dedicated testimonial section below */

/* .testimonial-text styles moved to dedicated testimonial section below */

.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: 0px !important;
  -moz-backface-visibility: hidden;
}

/* testimonial end  */

/* ------Home page Section start--------- */

.bred-img1 {
  background-image: url("../img/breadcrumb.png") !important;
  background-color: var(--color-primary);
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.bred-img1 .bred-pos {
  padding-bottom: 125px;
  margin-bottom: 0;
}

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

a.email {
  text-decoration: underline;
}

/* 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;
}

/* breadcrumb */

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

.bred-img .row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  min-height: 200px;
}

.bred-head {
  width: 35% !important;
  text-transform: capitalize;
  text-align: left;
  padding-left: 0px !important;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--font-primary);
  align-items: center;
  display: flex;
  margin-top: 0px !important;
}

.breadcrumb {
  justify-content: left;
  align-items: center;
  margin: 0px 0px 5px 0px !important;
}

.breadcrumb li a {
  color: var(--color-secondary);
  /* text-decoration: underline; */
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
}

.breadcrumb-item:not(.active)::after {
  content: "/" !important;
  color: var(--color-secondary) !important;
  margin-left: 8px !important;
  margin-right: 4px !important;
  display: inline-block !important;
}

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

.breadcrumb-item.active {
  display: none !important;
}

/* -End breadcrumb- */

/* ===== Department Vertical Tabs ===== */

.dept-tab-nav {
  border: none !important;
  background-color: #f8f9fa;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  flex-direction: column !important;
  /* Force vertical layout */
  gap: 5px;
  /* Spacing between tabs */
}

.dept-tab-nav .nav-item {
  width: 100%;
}

.dept-tab-link {
  color: var(--color-primary) !important;
  font-weight: 500;
  padding: 12px 18px !important;
  border-radius: 6px !important;
  margin-bottom: 0 !important;
  transition: all 0.3s ease;
  border: none !important;
  background-color: transparent !important;
  display: flex !important;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  width: 100%;
  text-align: left;
}

.dept-tab-link:hover {
  background-color: #e9ecef !important;
  color: var(--color-primary) !important;
  transform: translateX(3px);
}

.dept-tab-link.active {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(var(--color-primary-rgb), 0.2);
  transform: translateX(3px);
}

/* -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 {
  width: auto;
  padding-left: 0px;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--color-primary);
  display: inline-block;
  letter-spacing: -0.01em;
  margin: 20px 0px;
}

.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-image: url("../img/white-background.png");
  /* Replace with your image path */
  background-size: cover;
  /* Scales image to cover the entire element */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents image from tiling */
  background-attachment: fixed;
  /* Optional: creates a parallax effect */
  background: #fff;
}

/* 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;
}

/* -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: #fff !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: 0 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 {
  margin-bottom: 8px;
  font-family: var(--font-primary);
  font-size: 25px;
  color: var(--color-primary);
  font-weight: 700;
  font-style: normal;
}
.vtabs .accordion-body {
  padding: 0.5rem 1.25rem;
}
.vtabs .tabsName-holder#btnAdmission a {
  display: block;
  border-radius: 10px 12px 0px 10px;
  background-color: var(--color-primary);
  padding: 8px;
  width: 159px;
  height: 221px;
  text-align: center;
  color: var(--color-heading);
  font-family: Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}
@media (max-width: 991px) {
  #btnAdmission {
    display: none !important;
  }

  .vtabs .tabsName-holder {
    flex-direction: column;
  }
}
.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;
  }
}
.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: #e7e7e7 !important;
  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 */
.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;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/* ---- WhatsApp Floating Button ---- */
@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-float-btn {
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 100;
  width: 52px;
  height: 52px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  animation: waPulse 2s ease-out infinite;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-float-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
  animation: none;
}

.whatsapp-float-icon {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.whatsapp-tooltip {
  position: absolute;
  right: 62px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
}

.whatsapp-float-btn:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .whatsapp-float-btn {
    width: 46px;
    height: 46px;
    right: 16px;
    bottom: 80px;
  }
  .whatsapp-float-icon {
    width: 24px;
    height: 24px;
  }
  .whatsapp-tooltip {
    display: none;
  }
}

/* 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;
  }

  .view-all a {
    margin-top: -2em;
  }

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

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

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

  .holder {
    height: 210px;
    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) {
  .responsive-logo {
    display: inline-block;
  }

  .responsive-logo2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bred-img {
    height: auto;
  }

  .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) {
}
@media only screen and (max-width: 428px) {
}

/* 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: 1043;
}
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;
}

/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */
.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 {
  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;
}

/* 
.confetti-left,
.confetti-right,
.cake-icon {
	font-size: 20px;
	position: absolute;
}



.confetti-left {
	top: 10px;
	left: 10px;
}

.confetti-right {
	top: 10px;
	right: 10px;
}

.cake-icon {
	bottom: 15px;
	right: 20px;
}  */

/* Birthday card animation */

/* Position the emojis */

/* 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;
}

/* Privacy modal improvements */
.privacy-modal .modal-content.privacy-modal-content {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(3, 37, 71, 0.12);
  overflow: hidden;
  border: 0;
}
.privacy-modal-header {
  background: var(--color-primary);
  color: #fff;
  padding: 14px 20px;
  border-bottom: 0;
}
.privacy-modal-header .modal-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
}
.privacy-modal-body {
  padding: 20px;
  max-height: 68vh;
  /* keep same as earlier but via CSS */

  overflow-y: auto;
  color: #333;
  background: #fff;
  line-height: 1.5;
}
.privacy-modal-body h6 {
  margin-top: 0.6rem;
  margin-bottom: 0.35rem;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.98rem;
}
.privacy-modal-body p {
  margin-bottom: 0.9rem;
  color: #444;
  font-size: 0.95rem;
}
.privacy-modal-footer {
  padding: 12px 20px;
  background: #f8f9fa;
  border-top: 0;
}

/* small screens */
@media (max-width: 576px) {
  .privacy-modal .modal-dialog {
    margin: 8px;
  }

  .privacy-modal-body {
    padding: 14px;
    max-height: 60vh;
  }

  .privacy-modal-header .modal-title {
    font-size: 1rem;
  }
}
.modal .modal-content {
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(3, 37, 71, 0.14);
  overflow: hidden;
  border: 0;
}

/* header */
.modal .modal-header.modal-header-custom {
  background: var(--color-primary);
  color: #fff;
  padding: 14px 18px;
  border-bottom: 0;
  align-items: center;
}
.modal .modal-header.modal-header-custom .modal-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0;
}

/* white close button */
.btn-close-white {
  filter: brightness(0) invert(1);
  opacity: 0.95;
  width: 1.5rem;
  height: 1.5rem;
}

/* body */
.modal .modal-body {
  padding: 20px;
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  color: #222;
  line-height: 1.5;
}

/* QR container */
.qr-code-container {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.qr-code-container img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* registration details box */
.registration-details {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 14px;
  margin-top: 12px;
  border: 1px solid #ececec;
}
.registration-details h6 {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.98rem;
}
.registration-details p {
  margin: 4px 0;
  color: #333;
  font-size: 0.95rem;
}

/* info alert */
.modal .alert-info {
  background: #eef7fb;
  border-color: #d9eef8;
  color: #184a6d;
  font-size: 0.92rem;
}

/* footer */
.modal .modal-footer {
  border-top: 0;
  padding: 12px 18px;
  background: transparent;
}

/* center buttons group */
.modal .d-flex.gap-2.justify-content-center {
  gap: 10px;
  flex-wrap: wrap;
}

/* small screens */
@media (max-width: 576px) {
  .qr-code-container img {
    max-width: 200px;
  }

  .modal .modal-body {
    padding: 14px;
    max-height: 65vh;
  }
}

/* print: ensure QR image prints cleanly */
@media print {
  .modal .modal-content {
    box-shadow: none;
    border-radius: 0;
  }

  .qr-code-container img {
    max-width: 180px;
  }
}

/* Mobile Menu Animations */
@media (max-width: 991px) {
  /* Smooth Dropdown Transition */

  .dropdown-menu {
    display: block !important;
    /* Override Bootstrap's display property */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.4s ease-in-out,
      opacity 0.4s ease-in-out,
      padding 0.4s ease;
    padding: 0;
    border: none;
    margin: 0;
    transform: none !important;
    /* Reset position for smooth flow */
    position: static !important;
  }

  .dropdown-menu.show {
    max-height: 100vh;
    /* Limit for animation */
    opacity: 1;
    padding: 0.5rem 0;
  }
  /* Navbar Toggler Button Reset */

  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.1);
    /* Subtle background */
    border-radius: 8px;
    transition: background-color 0.3s ease;
    z-index: 1055 !important;
    /* Ensure visibility */
  }

  .navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  /* Custom Hamburger Icon */

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

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

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

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

  .hamburger-icon span:nth-child(3) {
    top: 20px;
  }
  /* Animation when opened */

  .navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
  }

  .navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
  }
  /* Mobile Menu Item Styling */
  /* Top Level Items */

  .main-menu .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 12px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover,
  .navbar-nav .show > .nav-link {
    background-color: transparent !important;
    color: var(--color-secondary) !important;
    padding-left: 20px !important;
  }
  /* Dropdown Menus */

  .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding-bottom: 10px;
  }

  .dropdown-menu .dropdown-item {
    color: #e0e0e0 !important;
    padding: 10px 15px 10px 30px !important;
    font-size: 0.95rem;
    border-bottom: none !important;
  }

  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
    color: var(--color-secondary) !important;
    padding-left: 35px !important;
  }
  /* Nested Dropdowns */

  .dropdown-menu .dropdown-menu .dropdown-item {
    padding-left: 50px !important;
    font-size: 0.9rem;
  }
}
/* --------------------------------------------------- Google Translate Widget Redesign --------------------------------------------------- */
#google_home_translate_element {
  display: inline-block;
  vertical-align: middle;
}
/* Container Styling */
.goog-te-gadget-simple {
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 20px !important;
  padding: 5px 12px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.goog-te-gadget-simple:hover {
  border-color: var(--color-primary) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Hide Google Logo */
.goog-te-gadget-icon {
  display: none !important;
}
/* Text Styling */
.goog-te-menu-value {
  color: #555 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}
.goog-te-menu-value span {
  color: #555 !important;
  border-left: none !important;
}
/* Arrow Customization */
.goog-te-menu-value span:last-child {
  font-size: 12px !important;
  opacity: 0.7;
  margin-left: 4px;
}
/* Mobile Adjustments */
@media (max-width: 991px) {
  #google_home_translate_element {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}
/* --------------------------------------------------- Google Translate Widget FORCE OVERRIDE --------------------------------------------------- */
#google_home_translate_element {
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
#google_home_translate_element .goog-te-gadget-simple {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  padding: 6px 15px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  line-height: normal !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  height: auto !important;
}
#google_home_translate_element .goog-te-gadget-simple:hover {
  border-color: var(--color-primary, #6a1b9a) !important;
  background-color: #fbfbfb !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
#google_home_translate_element .goog-te-gadget-simple > span,
#google_home_translate_element .goog-te-gadget-simple > img,
#google_home_translate_element .goog-te-gadget-simple > div {
  display: none !important;
}
#google_home_translate_element .goog-te-gadget-simple:before {
  content: "\f0ac  Language";
  font-family: "Font Awesome 5 Free", "Roboto", sans-serif !important;
  font-weight: 500 !important;
  color: #555555 !important;
  letter-spacing: 0.5px;
}
#google_home_translate_element .goog-te-gadget-simple:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  margin-left: 8px !important;
  color: #999999 !important;
  font-size: 12px !important;
}
.custom-lang-selector .dropdown-toggle::after {
  display: none !important;
}
.custom-lang-selector .dropdown-menu {
  transform: translate3d(0px, 45px, 0px) !important;
}
.custom-lang-selector .dropdown-item:hover {
  background-color: #f8f9fa;
}
.custom-lang-selector .rounded-circle.border {
  border-color: #ccc !important;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
#google_home_translate_element {
  display: none !important;
}
.custom-lang-selector .dropdown-menu {
  z-index: 10000 !important;
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  margin-top: 5px !important;
}
#navbarSupportedContent2 {
  overflow: visible !important;
}

/* -------- Quick Links Section -------- */
.quick-links-bar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
}

.ql-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

@media (max-width: 991px) {
  .ql-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 575px) {
  .ql-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ql-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 8px;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  border-right: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.ql-grid .ql-item:last-child {
  border-right: none;
}

@media (max-width: 991px) {
  .ql-item {
    border-bottom: 1px solid #e5e7eb;
  }
  .ql-grid .ql-item:nth-child(5n) {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .ql-grid .ql-item:nth-child(5n) {
    border-right: 1px solid #e5e7eb;
  }
  .ql-grid .ql-item:nth-child(3n) {
    border-right: none;
  }
}

.ql-hover-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: var(--color-primary);
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}

.ql-item:hover .ql-hover-bg {
  height: 100%;
}

.ql-icon {
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ql-icon svg {
  width: 28px;
  height: 28px;
}

.ql-item:hover .ql-icon {
  color: var(--color-secondary);
  transform: translateY(-4px) scale(1.1);
}

.ql-text {
  position: relative;
  z-index: 10;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.2;
  max-width: 90px;
  transition: color 0.3s ease;
  font-family: var(--font-secondary);
}

.ql-item:hover .ql-text {
  color: #ffffff;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.section-title-wrapper h2 {
  margin-bottom: 10px;
  color: var(--color-primary);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 111.111% */
}
.section-title-wrapper h2 span {
  color: var(--color-primary);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.section-title-wrapper p {
  color: #707d8f;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.title-underline {
  width: 60px;
  height: 4px;
  background-color: #ffc107;
  /* Yellow */

  margin: 0 auto;
  border-radius: 4px;
}

/* --- Programs Offered Section Refined --- */
.programs-section {
  background-color: #ffffff;
  padding: 80px 0;
}
.programs-top-label {
  margin-bottom: 8px;
  text-transform: uppercase;
  display: block;
  color: #013b92;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */

  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.programs-main-heading {
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  color: #1d2530;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 111.111% */
}
.programs-main-heading .text-primary-blue {
  background: linear-gradient(90deg, #0250c5, #014493);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.programs-description {
  font-family: "Inter", sans-serif;
  max-width: 700px;
  margin: 0 auto 24px;
  color: #707d8f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.programs-heading-line {
  width: 64px;
  height: 4px;
  background: #feba01;
  margin: 16px auto 0;
  border-radius: 99px;
}

/* Tabs Navigation */
.programs-tabs {
  background: #f1f5f9;
  padding: 4px;
  border-radius: 99px;
  display: inline-flex;
  margin: 0 auto;
  border: none;
  gap: 4px;
}
.programs-tabs .nav-link {
  border-radius: 99px;
  padding: 7px 24px;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #707d8f;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.programs-tabs .nav-link.active {
  background: #0250c5 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(2, 80, 197, 0.25);
}
.tab-icon-svg {
  width: 16px;
  height: 16px;
}
.tab-count-badge {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 4px;
}
.programs-tabs .nav-link:not(.active) .tab-count-badge {
  background: #e2e8f0;
  color: #64748b;
}

/* Program Card v2 */
.program-card-v2 {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.program-card-v2:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.program-card-header {
  position: relative;
  height: 176px;
  overflow: hidden;
}
.program-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.program-card-v2:hover .program-card-img {
  transform: scale(1.1);
}
.program-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    transparent 100%
  );
}
.program-card-badge-top {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #feba01;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 99px;
}
.program-card-badge-trending {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0250c5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.trending-icon-svg {
  width: 12px;
  height: 12px;
}
.program-card-badge-bottom {
  position: absolute;
  bottom: 12px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.program-card-icon-box {
  width: 36px;
  height: 36px;
  background: rgba(2, 80, 197, 0.9);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.card-icon-svg {
  width: 18px;
  height: 18px;
}
.program-card-shortname {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Hover Overlay Button */
.program-card-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 80, 197, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.program-card-v2:hover .program-card-hover-overlay {
  opacity: 1;
}
.explore-btn {
  background: #feba01;
  color: #000;
  padding: 10px 24px;
  border-radius: 99px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateY(16px);
  transition: transform 0.3s ease;
}
.program-card-v2:hover .explore-btn {
  transform: translateY(0);
}
.arrow-icon-svg {
  width: 16px;
  height: 16px;
}

/* Body Styling */
.program-card-body {
  padding: 16px;
}
.program-card-title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 6px;
  color: #1d2530;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 137.5% */
}
.program-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.program-card-list li {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #707d8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.program-card-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #feba01;
  border-radius: 50%;
  flex-shrink: 0;
}
.program-card-list li.more-text {
  color: #0250c5;
  font-weight: 600;
  font-size: 12px;
  margin-top: 2px;
}
.program-card-list li.more-text::before {
  display: none;
}
@media (max-width: 991px) {
  .programs-section {
    padding: 50px 0;
  }

  .programs-main-heading,
  .programs-main-heading .text-primary-blue {
    font-size: 28px !important;
    line-height: 1.2;
  }

  .programs-description {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .programs-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 50px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #f1f5f9;
    padding: 4px;
    gap: 2px;
  }

  .programs-tabs .nav-item {
    flex: 1;
  }

  .programs-tabs .nav-link {
    justify-content: center;
    padding: 10px 5px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }

  .tab-icon-svg {
    display: none;
  }

  .tab-count-badge {
    font-size: 9px;
    padding: 1px 4px;
  }
}
@media (max-width: 480px) {
  .programs-tabs {
    display: flex;
    flex-direction: column;
    /* Stack on mobile */
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    background: #f1f5f9;
    padding: 8px;
    gap: 6px;
  }

  .programs-tabs .nav-item {
    width: 100%;
    margin-right: 0 !important;
  }

  .programs-tabs .nav-link {
    width: 100%;
    /* Force full width */
    padding: 12px 15px !important;
    font-size: 14px !important;
    justify-content: space-between;
    /* Put badge on the right */
    text-align: left;
  }
}

/* --- Student Voices Testimonial Section --- */
.testimonial-section {
  background-color: #f8f9fa !important;
  padding: 20px 0px 70px 0px !important;
}
.testimonial-pre-heading {
  font-size: 12px;
  font-weight: 700;
  color: #feba01;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
.testimonial-main-heading {
  font-family: "cormorant garamond", serif !important;
  color: #0b2e69 !important;
  text-align: left !important;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* Nav button group */
.voice-nav-group {
  display: flex;
  gap: 10px;
  align-items: center;
}
.voice-nav-btn {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b2e69;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.voice-nav-btn:hover {
  background: #0b2e69;
  color: #ffffff;
  border-color: #0b2e69;
}

/* Custom Slider */
.voice-slider-viewport {
  overflow: hidden;
  width: 100%;
}
.voice-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: stretch;
}
.voice-slide-item {
  flex-shrink: 0;
  display: flex;
}

/* Card */
.testimonial-card {
  background: #ffffff !important;
  border-radius: 8px !important;
  padding: 32px 28px !important;
  text-align: left !important;
  border: 1px solid #e2e8f0 !important;
  border-top: 3px solid #0b2e69 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  box-sizing: border-box;
}
.quote-icon-wrapper {
  margin-bottom: 18px;
}
.testimonial-text {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #475569 !important;
  font-style: italic !important;
  margin-bottom: 24px !important;
  flex-grow: 1;
}
.testimonial-text p {
  margin: 0 !important;
  display: inline;
}
.testimonial-text::before {
  content: '"';
}
.testimonial-text::after {
  content: '"';
}
.testimonial-author-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}
.testimonial-avatar-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0250c5 0%, #013b92 100%);
  color: #ffffff;
  border: 2px solid #feba01;
  flex-shrink: 0;
}
.testimonial-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-avatar-letter {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-author-details {
  text-align: left;
}
.testimonial-author-name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0b2e69;
  margin: 0 0 3px 0;
}
.testimonial-author-info {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .testimonial-section {
    padding: 50px 0 !important;
  }
  .testimonial-main-heading {
    font-size: 26px;
  }
}

/* innner pages */

/* FLEX LAYOUT */
.admission-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT SIDE */
.admission-left {
  flex: 1;
}

/* TITLE */
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0d2b3e;
  margin-bottom: 10px;
  position: relative;
}

/* LEAD */
.lead {
  font-size: 18px;
  color: #555;
  margin: 20px 0;
}

/* TEXT */
.admission-left p {
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

/* RIGHT SIDE GRID */
.card-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.ui-card {
  background: #124d83;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

/* ICON */
.card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #ffffff20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon i {
  font-size: 22px;
  color: #fff;
}

/* TITLE */
.ui-card h4 {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
}

/* BUTTON */
.ui-card button {
  padding: 5px 14px;
  border-radius: 20px;
  border: none;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
}

/* HOVER */
.ui-card:hover {
  transform: translateY(-5px);
  background: #0d3c66;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .admission-wrapper {
    flex-direction: column;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}
.timeline-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #2c3e50, #6a82fb);
  color: #fff;
}

/* TITLE */
.timeline-title {
  color: white;
  text-align: center;
  font-size: 26px;
  margin-bottom: 50px;
}

/* TIMELINE WRAPPER */
.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* VERTICAL LINE */
.timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffffff70;
}

/* ITEM */
.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

/* LEFT SIDE */
.timeline-left {
  width: 70px;
  position: relative;
}

/* CIRCLE ICON */
.circle {
  width: 60px;
  height: 60px;
  background: #ffffff20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border: 2px solid #ffffff40;
}
.circle i {
  color: #fff;
  font-size: 20px;
}

/* CONNECTOR LINE */
.timeline-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 60px;
  width: 30px;
  height: 2px;
  background: #ffffff70;
}

/* CONTENT BOX */
.timeline-content {
  background: #ffffff;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  flex: 1;
}

/* STEP NUMBER */
.step-no {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  color: #ccc;
  font-weight: bold;
}

/* TEXT */
.timeline-content h4 {
  margin-bottom: 5px;
}
.timeline-content p {
  font-size: 14px;
}

/* HOVER */
.timeline-item:hover .timeline-content {
  transform: translateX(5px);
  transition: 0.3s;
}

/* SECTION */
.nep-section {
  padding: 20px;
}

/* TITLE */
.nep-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0d2b3e;
}

/* GRID */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.video-card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* IFRAME */
.video-card iframe {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION */
.eligibility-section {
  padding: 60px 20px;
  background: #f5f7fb;
  text-align: center;
}

/* TITLE */
.section-title {
  font-size: 26px;
  margin-bottom: 40px;
  color: #333;
}

/* LAYOUT */
.info-graphic {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

/* CARD */
.info-card {
  width: 300px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* TITLE */
.info-card h4 {
  margin-bottom: 10px;
}

/* LIST */
.info-card ul {
  padding-left: 18px;
}
.info-card ul li {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* COLORS */
.orange {
  border-top: 5px solid #ff7a45;
}
.blue {
  border-top: 5px solid #4a90e2;
}
.purple {
  border-top: 5px solid #c56cf0;
}

/* CONNECTOR LINE (OPTIONAL STYLE) */
.info-graphic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #ddd;
  z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .info-graphic {
    flex-direction: column;
    align-items: center;
  }
}
.scholarship-section {
  padding: 60px 20px;
  background: #f4f7fb;
}

/* TITLE */
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #0d2b3e;
}

/* GRID */
.scheme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* CARD */
.scheme-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.scheme-card:hover {
  transform: translateY(-5px);
}
.scheme-card h4 {
  margin-bottom: 8px;
  color: #21073f;
}
.scheme-card a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  background: #0d6efd;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
}

/* BOXES */
.process-box,
.important-box,
.aid-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.process-box {
  border-left: 5px solid #4caf50;
}
.important-box {
  border-left: 5px solid #ff4b2b;
}
.aid-box {
  border-left: 5px solid #6a5acd;
}
.process-box ul,
.important-box ul {
  padding-left: 18px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .scheme-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION */
.contact-section {
  padding: 60px 20px;
  background: #f4f7fb;
}

/* HEADER */
.contact-header {
  text-align: center;
  margin-bottom: 40px;
}
.contact-header h2 {
  font-size: 28px;
  color: #0d2b3e;
}
.contact-header p {
  color: #555;
  margin-top: 8px;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* CARD */
.contact-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.contact-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.contact-card i {
  font-size: 28px;
  margin-bottom: 10px;
  color: #0d6efd;
}

/* BUTTON */
.contact-card a {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  background: #0d6efd;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
}

/* WHATSAPP SPECIAL */
.whatsapp i {
  color: #25d366;
}

/* SOCIAL */
.social-section {
  text-align: center;
}
.social-section h3 {
  margin-bottom: 20px;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.social-links a {
  padding: 8px 16px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.social-links a:hover {
  background: #0d6efd;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.glass-admission {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* LEFT ACCENT BAR */
.glass-admission::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(180deg, #fdb813, #ff7a18);
}

/* INNER CONTENT */
.glass-inner {
  padding-left: 20px;
}
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0b2c5f;
  margin-bottom: 20px;
}

/* TEXT STYLE */
.glass-inner p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

/* SUBTLE HOVER */
.glass-admission:hover {
  transform: scale(1.01);
  transition: 0.3s ease;
}

/* CARD */
.pdf-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(113, 41, 41, 0.15);
  max-width: 420px;
  width: 100%;
}
.pdf-card:hover {
  transform: translateY(-3px);
}

/* ICON */
.pdf-icon {
  width: 50px;
  height: 50px;
  background: #f1f3f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-icon i {
  color: #e53935;
  font-size: 20px;
}

/* CONTENT */
.pdf-title {
  font-size: 15px;
  font-weight: 600;
}

/* LINK */
.pdf-link {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  color: #0d6efd;
  text-decoration: none;
}
.pdf-link:hover {
  text-decoration: underline;
}
.table-first-row-width {
  width: 76px;
}
.img-width {
  width: 293px;
}
.civil-commando-img-width {
  height: 200px;
  width: 400px;
}
.editing-course-img-width {
  height: 250px;
  width: 400px;
}
.embroidery-course-img-width {
  height: 275px;
  width: 400px;
}

/* inner page end */

/*pdf-button-css*/
.outcome-box {
  border: 1px solid #0d3e8b;
  border-radius: 30px;
  padding: 12px 16px;
  background-color: #fff;
  transition: all 0.5s;
}
.pdf-link {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  color: #0d3e8b;
  font-size: 16px;
}

/* PDF Icon */
.pdf-link::before {
  content: "\F640";
  font-family: "Bootstrap-icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #0d3e8b;
}
.outcome-box:hover {
  background: linear-gradient(135deg, #feba01 0%, #f59e0b 100%);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(13, 62, 139, 0.2);
}
.outcome-box:hover .pdf-link {
  color: #000;
}
.outcome-box:hover {
  border: 1px solid #feba01;
}
.outcome-box:hover .pdf-link::before {
  color: #000;
}
.pdf-link:hover {
  text-decoration: none !important;
}
.mira-hero-banner {
  background: linear-gradient(135deg, var(--color-primary) 0%, #0a2e6b 100%);
  color: var(--color-heading);
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mira-hero-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 600px;
  height: 600px;
  background: rgba(255, 215, 0, 0.08);
  border-radius: 50%;
}
.mira-hero-banner::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -50%;
  width: 500px;
  height: 500px;
  background: rgba(255, 215, 0, 0.05);
  border-radius: 50%;
}
.mira-hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.mira-college-name {
  font-family: var(--font-primary);
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.mira-tagline {
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
}
.mira-established {
  font-size: 0.95rem;
  opacity: 0.95;
  margin-top: 0.5rem;
}
.mira-container {
  max-width: 1100px;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-self: anchor-center;
  justify-content: center;
}
.mira-intro-card {
  background: var(--color-heading);
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(1, 68, 147, 0.15);
  margin-bottom: 2.5rem;
  border-left: 6px solid var(--color-secondary);
}
.mira-intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
}
.mira-vision-section {
  margin: 2.5rem 0;
}
.mira-section-title {
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--color-secondary);
  display: inline-block;
}
.mira-vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.mira-vision-card {
  background: var(--color-heading);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(1, 68, 147, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid var(--color-secondary);
  position: relative;
}
.mira-vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(1, 68, 147, 0.2);
}
.mira-vision-card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--color-primary), #0a2e6b);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.mira-vision-card-icon i {
  color: var(--color-secondary);
  font-size: 1.5rem;
}
.mira-card-title {
  font-family: var(--font-primary);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.mira-card-text {
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}
.mira-mission-block {
  background: linear-gradient(135deg, var(--color-primary), #0a2e6b);
  color: var(--color-heading);
  border-radius: 12px;
  padding: 2.5rem;
  margin: 2.5rem 0;
  box-shadow: 0 10px 40px rgba(1, 68, 147, 0.25);
}
.mira-mission-title {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color-secondary);
}
.mira-mission-text {
  font-size: 1.05rem;
  line-height: 1.8;
  opacity: 0.98;
}
.mira-achievements-section {
  margin: 2.5rem 0;
}
.mira-achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.mira-achievement-badge {
  background: var(--color-heading);
  border-radius: 12px;
  padding: 1.8rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(1, 68, 147, 0.08);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mira-achievement-badge:hover {
  border-color: var(--color-secondary);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}
.mira-achievement-icon {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 0.8rem;
}
.mira-achievement-text {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}
.mira-highlight-text {
  color: var(--color-primary);
  font-weight: 700;
}
.mira-secondary-highlight {
  color: var(--color-secondary);
  font-weight: 600;
}
.mira-identity-box {
  background: linear-gradient(
    135deg,
    rgba(1, 68, 147, 0.05),
    rgba(255, 215, 0, 0.05)
  );
  border-left: 5px solid var(--color-primary);
  border-radius: 8px;
  padding: 1.8rem;
  margin: 1.5rem 0;
}
.mira-identity-title {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.8rem;
}
.mira-identity-text {
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}
.mira-values-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.mira-value-chip {
  background: var(--color-secondary);
  color: var(--color-primary);
  padding: 1rem 1.5rem;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
  transition: all 0.3s ease;
}
.mira-value-chip:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.35);
}
.mira-timeline-section {
  margin: 2.5rem 0;
}
.mira-timeline-item {
  display: flex;
  margin-bottom: 2rem;
  align-items: flex-start;
  gap: 1.5rem;
}
.mira-timeline-marker {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--color-primary), #0a2e6b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(1, 68, 147, 0.2);
}
.mira-timeline-content {
  flex-grow: 1;
  background: var(--color-heading);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 3px 10px rgba(1, 68, 147, 0.08);
}
.mira-timeline-title {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.mira-timeline-desc {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mira-college-name {
    font-size: 2.2rem;
  }

  .mira-hero-banner {
    padding: 2.5rem 1rem;
  }

  .mira-intro-card {
    padding: 1.5rem;
  }

  .mira-section-title {
    font-size: 1.6rem;
  }
}
.mira-content-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: flex-start;
  margin: 3rem auto;
}
.mira-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.mira-image-inner {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(1, 68, 147, 0.2);
  overflow: hidden;
}
.mira-image-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.mira-image-bg {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    var(--color-secondary),
    var(--color-primary)
  );
  border-radius: 14px;
  z-index: 0;
}
.mira-text-section h2 {
  font-family: var(--font-primary);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 2rem;
  line-height: 1.2;
}
.mira-text-content {
  font-size: 1.05rem;
  color: var(--color-text-light);
  line-height: 2;
  margin-bottom: 1.5rem;
}
.mira-text-content p {
  margin-bottom: 1.5rem;
}
.mira-highlight {
  color: var(--color-primary);
  font-weight: 700;
}

/*our-patron-saint-page-css*/
.smgc-img-wrapper {
  position: relative;
}
.smgc-img-backdrop {
  position: absolute;
  inset: -3px;
  border-radius: 12px;
  /* background: rgba(1, 82, 174, 0.08); */
  /* border: 2px solid rgba(1, 68, 147, 0.2); */
}
.smgc-img-frame {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  border-right: 6px solid #014493;
  border-left: 6px solid #014493;
  /* box-shadow: 0 0 0 6px rgba(1, 68, 147, 0.1); */
}
.smgc-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.smgc-bio-content p {
  line-height: 1.8;
}
.smgc-accent-text {
  color: #ffd700;
  font-weight: 600;
}

/* @media (max-width: 576px) {
            .smgc-img-frame {
                width: 140px;
                height: 140px;
            }
        }
         */
h2.mira-section-patron-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #014493;
  /* margin-bottom: 2rem; */

  padding-bottom: 1rem;
  border-bottom: 3px solid #ffd700;
  display: inline-block;
}
.mira-patron-saint-card {
  background: #fff;
  border-radius: 15px;
  padding: 2.2rem;
  box-shadow: 0 10px 40px rgba(1, 68, 147, 0.15);
  border-left: 6px solid #014493;
}

/*vision-mission page css*/
.mira-mission-page-block {
  background: linear-gradient(135deg, var(--color-primary), #0a2e6b);
  color: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  margin: 2rem 0;
  box-shadow: 0 10px 40px rgba(1, 68, 147, 0.25);
}
.mira-mission-page-title {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color-secondary);
}
.mira-mission-page-block:hover {
  transform: scale(1.05);
  transition: 0.7s ease;
}
.vision-title::before {
  font-family: "bootstrap-icons";
  content: "\f341";
  color: #ffd700;
  font-weight: 900;
  margin-right: 10px;
}
.mission-title::before {
  font-family: "bootstrap-icons";
  content: "\f3cc";
  margin-right: 10px;
  color: #ffd700;
  font-weight: 900;
}
.mira-mission-page-block p {
  line-height: 1.8;
}

/*milestones inner-page css*/
.timeline-item {
  gap: 10px;
}
.timeline-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #014493;
  color: #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  box-shadow: 0 5px 20px rgba(1, 68, 147, 0.3);
}
.timeline-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 14px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  flex: 1;
  transition: 0.4s ease;
}
.timeline-item:hover {
  transform: translateY(-5px);
  transition: 0.4s ease;
}

/*about-college-page css*/
.mira-about-img {
  float: left;
  width: 400px;
  margin-right: 40px;
  margin-bottom: 15px;
  border-left: 6px solid #014493;
  border-right: 6px solid #014493;
  padding: 14px;
  border-radius: 14px;
}
.mira-about-img img {
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(1, 68, 147, 0.2);
}

/* Content */
.mira-about-content p {
  line-height: 1.8;
  text-align: justify;
}
.accent-text {
  font-weight: bold;
  color: #014493;
}
.mira-about-img:hover {
  transform: scale(1.05);
  transition: 0.5s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .mira-about-img {
    float: none;
    width: 300px;
    margin: 0 auto;
  }

  .mira-about-content {
    margin-top: 20px;
  }

  .mira-about-content p {
    text-align: justify;
  }
}

/*Our founder inner page css*/
.sadhu-vaswani-img {
  border-radius: 20px !important;
  border: 5px solid #ffd700 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transition: 0.3s ease !important;
  width: 240px !important;
}
.sadhu-vaswani-img:hover {
  transform: scale(1.03);
}

/* Headings */
.our-founder-section-title {
  color: #014493;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.our-founder-section-title::after {
  content: "";
  width: 213px;
  height: 4px;
  background: #ffd700;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.mission-text p {
  line-height: 1.8;
}

/* Cards / List Items */
.custom-list .list-group-item {
  border: none;
  margin-bottom: 10px;
  border-left: 5px solid #014493;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  transition: 0.3s ease;
  font-weight: 500;
}
.custom-list .list-group-item:hover {
  background: #014493;
  color: #fff;
  transform: translateX(5px);
}

/* Highlight Heading */
.highlight-heading {
  background: #014493;
  color: #fff;
  padding: 15px 20px;
  border-left: 6px solid #ffd700;
  border-radius: 10px;
  font-size: 22px;
}
.sv-mission-section-title {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffd700;
  /* border-radius: 5px; */
}
@media (max-width: 768px) {
  .highlight-heading {
    font-size: 18px;
  }

  .mission-text {
    margin-top: 20px;
  }
}

/*board-member inner-page css*/
.management-section h2 {
  color: #014493;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.8rem;
}
.management-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 4px;
  background: #ffd700;
  border-radius: 20px;
}
.management-section h3,
.management-section h5 {
  color: #014493;
  margin-bottom: 18px;
}

/* Paragraph Styling */
.management-section p {
  line-height: 1.9;
}

/* List Group Custom */
.management-section .list-group-item {
  border: none;
  margin-bottom: 10px;
  border-left: 5px solid #014493;
  border-radius: 12px;
  padding: 15px 18px;
  background: #fff;
  transition: 0.3s ease;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.management-section .list-group-item:hover {
  background: #014493;
  color: #fff;
  transform: translateX(6px);
}

/* Board Section */
.board-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-top: 5px solid #ffd700;
}
.board-box h3 {
  font-size: 24px;
}

/* Objectives Box */
.objective-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-top: 5px solid #014493;
}

/* Bottom Text Section */
.bottom-content {
  /* margin-top: 35px; */

  padding: 25px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border-left: 6px solid #ffd700;
}

/* Responsive */
@media (max-width: 768px) {
  .management-section {
    padding: 25px 15px;
  }

  .management-section p {
    font-size: 15px;
  }

  .board-box,
  .objective-box {
    padding: 20px;
  }
}
.h3-title {
  font-size: 22px;
  color: #014493;
}
.page-height p {
  line-height: 1.8;
}
.list-group-item > p > a {
  color: #212529 !important;
}
.list-group-item:hover > p > a {
  color: #ffd700 !important;
}
.list-group-item p {
  margin-bottom: 0 !important;
}

/* examination-inner-page css */
.profile-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(135deg, #014493 0%, #012b5e 100%);
  padding: 25px;
  max-width: 360px;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease;
}
.profile-card:hover {
  transform: translateY(-8px);
}
.profile-image-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
  border-radius: 50%;
  padding: 6px;
  background: #ffd700;
}
.profile-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: px solid #fff;
}
.profile-content {
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.profile-badge {
  display: inline-block;
  background: #ffd700;
  color: #014493;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}
.profile-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.profile-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
}
.profile-card::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -70px;
  width: 220px;
  height: 220px;
  background: rgba(255, 215, 0, 0.08);
  border-radius: 50%;
}

/* feedback analysis  */
.report-card {
  /* background: #fff; */

  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s ease;
}
.report-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(1, 68, 147, 0.2);
}
.report-title {
  color: #014493;
  font-weight: 700;
  border-bottom: 2px solid #ffd700;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.custom-btn {
  border-radius: 14px;
  font-size: 16 px;
  padding: 10px 12px;
  text-align: left;
  transition: 0.3s ease;
}

/* Blue buttons */
.btn-blue {
  border: 1px solid #014493;
  color: #014493;
  background: transparent;
}
.btn-blue:hover {
  background: #014493;
  color: #fff;
}

/* Yellow accent button */
.btn-yellow {
  border: 1px solid rgba(137, 136, 136, 0.801);
  color: #014493;
  background: transparent;
}
.btn-yellow:hover {
  /* background: #FFD700; */

  background: linear-gradient(to right, #ffd700, #ffc107);
  color: #000;
}

/* Red section but still brand-based */
.btn-brand {
  border: 1px solid #014493;
  color: #014493;
  background: transparent;
}
.btn-brand:hover {
  background: #014493;
  color: #fff;
}
.report-card.alumni-card {
  height: auto !important;
}

/* alumni-committe */
.committee-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  height: 100%;
  border-top: 5px solid var(--color-secondary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.committee-card:hover {
  transform: translateY(-5px);
}
.committee-title {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.committee-title::after {
  content: "";
  width: 60%;
  height: 3px;
  background: #ffd700;
  position: absolute;
  left: 20%;
  bottom: -8px;
  border-radius: 10px;
}
.committee-list .list-group-item {
  border: none;
  border-left: 4px solid #014493;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #f8f9fc;
  padding: 15px;
  transition: 0.3s ease;
}
.committee-list .list-group-item:hover {
  background-color: #eef4ff;
}
.committee-list p {
  margin-bottom: 5px;
  font-weight: 600;
  color: #014493;
  font-size: 17px;
}
.committee-list small {
  color: #555;
  line-height: 1.6;
}

/* registration and contact page css */
< > :root {
  --primary-color: #014493;
  --secondary-color: #ffd700;
}
body {
  background: #f5f7fb;
}
.alumni-main-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.alumni-header {
  background: linear-gradient(135deg, var(--primary-color), #012b5c);
  color: #fff;
  position: relative;
}
.alumni-header::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  top: -60px;
  right: -60px;
}
.alumni-header h4 {
  color: var(--secondary-color);
  font-size: 2rem;
}
.custom-section-title {
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.custom-section-title::after {
  content: "";
  width: 60%;
  height: 3px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.custom-box {
  border: 1px solid rgba(1, 68, 147, 0.12);
  border-radius: 20px;
  transition: all 0.3s ease;
  background: #fff;
}
.custom-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(1, 68, 147, 0.12);
  border-color: var(--secondary-color);
}
.custom-box i {
  transition: 0.3s ease;
  color: #000;
}
.custom-box:hover i {
  transform: scale(1.1);
}
.price-text {
  color: var(--primary-color);
}
.badge.badge-color {
  background-color: var(--primary-color) !important;
}
.badge.badge-color-2 {
  background-color: var(--secondary-color) !important;
  color: #000;
}
.btn-color {
  background: linear-gradient(135deg, var(--primary-color), #012b5c);
  border: none;
  transition: 0.3s ease;
  color: #fff;
}
.btn-color:hover {
  background: linear-gradient(135deg, #012b5c, var(--primary-color));
  transform: translateY(-2px);
  color: #ffd700;
}
.contact-section {
  background: linear-gradient(
    to right,
    rgba(1, 68, 147, 0.06),
    rgba(255, 215, 0, 0.15)
  );
  border: 1px solid rgba(1, 68, 147, 0.08);
}
.contact-section a {
  color: var(--primary-color);
}
.footer-section {
  background: linear-gradient(135deg, var(--secondary-color), #ffe76a);
  color: #000;
}
.footer-section h5 {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .alumni-header h2 {
    font-size: 1.8rem;
  }

  .custom-box {
    padding: 1.5rem !important;
  }
}
.sub-section-heading {
  color: #014493;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffd700;
  display: inline-block;
  text-align: center;
}
.contact-section {
  transition: 0.3s;
}
.contact-section a:hover {
  color: #b09600;
  /* transform: translateY(-10px); */
}
.alumni-main-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.alumni-header {
  background: linear-gradient(135deg, #014493, #012b5c) !important;
  color: #fff !important;
  position: relative;
}
.alumni-header::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  top: -60px;
  right: -60px;
}
.alumni-header h4 {
  color: #ffd700;
  font-size: 2rem;
}
.custom-section-title {
  color: #014493;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.custom-section-title::after {
  content: "";
  width: 60%;
  height: 3px;
  background: #ffd700;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.custom-box {
  border: 1px solid rgba(1, 68, 147, 0.12);
  border-radius: 20px;
  transition: all 0.3s ease;
  background: #fff;
}
.custom-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(1, 68, 147, 0.12);
  border-color: #ffd700;
}
.custom-box i {
  transition: 0.3s ease;
  color: #000;
}
.custom-box:hover i {
  transform: scale(1.1);
}
.price-text {
  color: #014493;
}
.badge.badge-color {
  background-color: #014493 !important;
}
.badge.badge-color-2 {
  background-color: #ffd700 !important;
  color: #000;
}
.btn-color {
  background: linear-gradient(135deg, #014493, #012b5c);
  border: none;
  transition: 0.3s ease;
  color: #fff;
}
.btn-color:hover {
  background: linear-gradient(135deg, #012b5c, #014493);
  transform: translateY(-2px);
  color: #ffd700;
}
.contact-section {
  background: linear-gradient(
    to right,
    rgba(1, 68, 147, 0.06),
    rgba(255, 215, 0, 0.15)
  );
  border: 1px solid rgba(1, 68, 147, 0.08);
  transition: 0.3s;
}
.contact-section a {
  color: #014493;
}
.contact-section a:hover {
  color: #b09600;
}
.footer-section {
  background: linear-gradient(135deg, #ffd700, #ffe76a);
  color: #000;
}
.footer-section h5 {
  color: #014493;
}
@media (max-width: 767px) {
  .alumni-header h2 {
    font-size: 1.8rem;
  }

  .custom-box {
    padding: 1.5rem !important;
  }
}
.sub-section-heading {
  color: #014493;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffd700;
  display: inline-block;
  text-align: center;
}
.company-name-div {
  border: 1px solid #525368;
  border-radius: 10px;
  border-color: #014493;
  transition: 0.3s;
  font-weight: 600;
  color: #014493;
}
.company-name-div:hover {
  background: linear-gradient(135deg, #ffd700, #ffe76a);
  color: #000;
  border: 1px solid #ffd700 !important;
}
.img-div {
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
}
.img-div img {
  object-fit: cover;
}
.img-div:hover {
  transform: scale(1.04);
}
/* --- Programmes Section --- */
.programmes-section {
  padding: 80px 0px;
  background-color: #f8fbff;
}

.programmes-top-label {
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  display: block;
  margin-bottom: 8px;
}

.programmes-main-heading {
  color: var(--color-primary);
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", sans-serif;
}

.programmes-heading-line {
  width: 60px;
  height: 3px;
  background-color: var(--color-secondary);
  margin: 0 auto;
}

.custom-filter-tabs {
  gap: 15px;
  border: none;
}

.custom-filter-tabs .nav-link {
  color: #1d2530;
  background: #e8e8e8;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 6px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.custom-filter-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transition: all 0.4s ease;
  z-index: -1;
}

.custom-filter-tabs .nav-link:hover::before {
  left: 0;
}

.custom-filter-tabs .nav-link:hover {
  color: #ffffff;
  border-color: var(--color-primary);
}

.custom-filter-tabs .nav-link.active::before {
  left: 0;
}

.custom-filter-tabs .nav-link.active {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
}

.programme-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
  position: relative;
  z-index: 1;
}

.programme-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #f0f0f0;
}

.programme-img-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.programme-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  display: block;
  z-index: 1;
}

.programme-card:hover .programme-img-wrapper::after {
  opacity: 1;
}

.programme-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.programme-body {
  padding: 10px 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.programme-title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s ease;
}

.programme-card:hover .programme-title {
  color: var(--color-secondary);
}

.programme-subtitle {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 25px;
  flex-grow: 1;
}

.programme-link {
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: auto 0 0 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.programme-card:hover .programme-link {
  color: var(--color-primary);
  transform: translateX(5px);
  letter-spacing: 2px;
}

/* --- Tab Content Transition Effect --- */
@keyframes tabContentEntry {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* --- Premium Tab Content Blur & Slide Transition Effect --- */
@keyframes tabContentPremium {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(20px) scale(0.97);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

.programmes-section .tab-content .tab-pane.active {
  animation: tabContentPremium 0.75s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

/* --- Fix Tab Transition Smoothness --- */

/* 1. Disable Bootstrap's native fade delay to prevent fighting */
.programmes-section .tab-content .tab-pane.fade {
  transition: none;
}

/* 2. Simplified, highly performant hardware-accelerated animation */
@keyframes smoothTabEntry {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 3. Apply ONLY when fully shown by Bootstrap */
.programmes-section .tab-content .tab-pane.active.show {
  animation: smoothTabEntry 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  opacity: 1; /* Ensure final state holds */
}

/* --- View All Programmes Button --- */
.btn-view-all-programmes {
  display: inline-block;
  background-color: var(--color-primary);
  color: #ffffff !important;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-view-all-programmes:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* --- Admission Enquiry Section --- */
.admission-enquiry-section {
  background-color: var(--color-primary);
  overflow: hidden;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 45px 45px;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  z-index: 0;
  pointer-events: none;
}

.feature-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #352e1a;
  border: 1px solid #ffd147;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-icon-circle i {
  font-size: 18px;
}

.enquiry-form-card {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.custom-enquiry-input {
  background-color: #f1f5f9 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 12px 15px !important;
  font-size: 14px !important;
  color: #1e293b !important;
  box-shadow: none !important;
  height: auto !important;
}

.custom-enquiry-input:focus {
  box-shadow: 0 0 0 3px rgba(255, 202, 40, 0.3) !important;
  outline: none !important;
}

.custom-enquiry-input::placeholder {
  color: #94a3b8 !important;
}

select.custom-enquiry-input {
  color: #94a3b8 !important; /* matches placeholder initially */
}
select.custom-enquiry-input option {
  color: #1e293b !important;
}

.btn-submit-enquiry {
  background-color: var(--color-secondary) !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  transition: all 0.3s ease !important;
  margin-top: 5px;
}
.btn-submit-enquiry:hover {
  background-color: #e5b013 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 202, 40, 0.3);
}

/* --- Inline CSS replacements for Admission Enquiry Section --- */
.admission-enquiry-subtitle {
  color: var(--color-secondary);
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
}

.admission-enquiry-line {
  width: 50px;
  height: 3px;
  background-color: var(--color-secondary);
}

.admission-apply-btn {
  background-color: var(--color-secondary) !important;
  border: none !important;
  color: var(--color-primary) !important;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.admission-apply-btn:hover {
  background-color: #e5b013 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 202, 40, 0.3);
}

.admission-enquiry-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  font-family: "Cormorant Garamond", sans-serif;
}

.admission-enquiry-desc {
  font-size: 16px;
  opacity: 0.9;
  font-weight: 400;
  max-width: 480px;
}

.feature-icon-circle svg {
  color: var(--color-secondary);
}

.admission-feature-text {
  font-size: 14px;
  font-weight: 500;
}

.admission-form-title {
  font-size: 22px;
}

.admission-form-line {
  width: 35px;
  height: 2px;
  background-color: var(--color-secondary);
}

.btn-submit-enquiry {
  letter-spacing: 0.5px;
}

/* --- Inline CSS replacements for Legacy & Stats Section --- */
.legacy-stats-section {
  background-color: #f8f0ea;
}

.legacy-subtitle {
  color: #f0a800;
  letter-spacing: 2.5px;
  font-size: 12px;
  font-weight: 600;
}

.legacy-title {
  font-size: 44px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.1;
  font-family: "Cormorant Garamond", serif !important;
}

.legacy-divider {
  width: 90px;
  height: 4px;
  background-color: #f0a800;
  border-radius: 2px;
}

.legacy-desc {
  color: #64748b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.legacy-btn {
  background-color: var(--color-primary) !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  padding: 14px 36px !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(1, 34, 78, 0.15) !important;
  text-decoration: none !important;
  transition:
    color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

.legacy-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.legacy-btn:hover {
  color: var(--color-primary) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(1, 34, 78, 0.2) !important;
}

.legacy-btn:hover::before {
  transform: scaleX(1);
}

.legacy-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(1, 34, 78, 0.1) !important;
}

.legacy-carousel {
  border-radius: 6px;
  overflow: hidden;
  height: 400px;
}

.legacy-carousel-img {
  object-fit: cover;
}

.legacy-stat-row {
  /* border-bottom: 1px solid #e2e8f0; */
  padding-bottom: 25px;
  padding-top: 0px;
}

.legacy-stat-row-last {
  padding-bottom: 15px;
  padding-top: 15px;
}

.legacy-stat-wrapper {
  width: auto;
  flex-shrink: 0;
}

.legacy-stat-number {
  color: var(--color-primary);
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  font-weight: 500;
  font-size: 48px;
}

.legacy-stat-plus {
  color: var(--color-primary);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  margin-left: 1px;
}

.legacy-stat-label {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

/* --- Custom Header Styles --- */

/* Desktop Header Layout & Typography */
.custom-desktop-logo-box {
  width: 100px;
  min-height: 117px;
  padding: 0px;
}
.custom-desktop-logo-img {
  max-width: 100%;
  height: auto;
}
.custom-desktop-title-main {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 1px;
}
.custom-desktop-title-sub {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.custom-desktop-title-desc {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.custom-desktop-apply-btn {
  background-color: #ffb606;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 4px;
}

/* Mobile Header Layout & Typography */
.custom-mobile-logo-box {
  width: 45px;
  height: auto;
}
.custom-mobile-logo-img {
  width: 100%;
  height: auto;
  padding: 0px;
}
.custom-mobile-title-main {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 700;
}
.custom-mobile-title-sub {
  font-size: 10px;
  margin-bottom: 0px;
}
.custom-mobile-toggler {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: transparent;
}
.custom-mobile-hamburger {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-mobile-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: white;
  border-radius: 2px;
}
.custom-mobile-menu-collapse {
  background-color: white;
  border-top: 1px solid #eee;
}
.custom-mobile-menu-ul {
  flex-direction: column;
}
.custom-mobile-menu-ul .nav-link,
.custom-mobile-menu-ul .dropdown-item {
  color: var(--color-primary) !important;
  font-weight: 500;
}
.custom-mobile-menu-ul .nav-link.active,
.custom-mobile-menu-ul .nav-link:hover,
.custom-mobile-menu-ul .dropdown-item.active,
.custom-mobile-menu-ul .dropdown-item:hover {
  color: var(--color-secondary) !important;
  background-color: transparent !important;
}

/* Menu Link Colors and Layout extracted from inline style block */
.custom-desktop-menu > .nav-item:last-child {
  border-right: none;
}
.custom-desktop-menu > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px !important;
}

.custom-desktop-menu > .nav-item > .nav-link:hover,
.custom-desktop-menu > .nav-item > .nav-link:focus,
.custom-desktop-menu > .dropdown.show > .nav-link {
  color: #ffffff !important;
}

/* Active item state */
.custom-desktop-menu > .nav-item.active > .nav-link,
.custom-desktop-menu > .nav-item > .nav-link.active {
  color: #ffb606 !important;
  border-bottom: 2px solid #ffb606 !important;
}

/* Hide dropdown carets in desktop top menu */
.custom-desktop-menu > .dropdown > .dropdown-toggle::after {
  display: none !important;
}

#btnAdmission a {
  display: none !important;
}

@media (max-width: 518px) {
  .college-titles .header-college-name {
    font-size: 22px !important;
  }
}
