:root {
  --font-primary: "Libre Baskerville";
  --font-secondary: "Lato";
  --color-primary: #006cb1;
  --color-heading: var(--navbharat-header-title, #006cb1); /* 140.625% */
  --color-secondary: #fcc216;
  --color-green: #77be44;
  --color-default: #000000;
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*End Basic CSS */

/* header */

/* ------- top menu ---------------- */

.top-menu-bg {
  background-color: var(--color-primary);
  height: 40px;
}

@media (max-width: 567px) {
  .top-menu-bg {
    height: 5px;
  }
}

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

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

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

.top-menu-left ul li a,
.top-menu-right ul li a {
  font-weight: 400;
  font-family: var(--font-secondary);
  padding: 10px;
}

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

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

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

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

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

/* top menu end */

/*  header College Name */
.header-top-container {
  background-image: url("../img/top-header/top-header-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* height: 167px; */
}
.header-container {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  margin-bottom: 0px;
}

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

.header-logo {
  width: 136px;
  height: 140px;
  margin-top: 12px;
}

.Institution-Logo {
  width: 180px;
  height: 143px;
  margin-top: 4px;
  margin-left: 10px;
  display: inline-block;
}

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

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

.head-line {
  color: #d1a00f;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.header-college-name {
  color: #058c00;
  -webkit-text-stroke-width: 0.2px;
  font-family: "Libre Baskerville";
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.bottom-line {
  color: #006cb1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* mobile responsiveness of header */
.bapuji-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .header-top-container {
    height: auto;
    padding: 15px 0;
  }

  .bapuji-header {
    flex-direction: column;
    text-align: center;
  }

  .college-logo,
  .Institution-Logo {
    margin: 0 auto 10px;
  }

  .header-logo {
    width: 120px;
    height: auto;
  }

  .Institution-Logo img,
  .Institution-Logo {
    width: 150px;
    height: auto;
    /* margin-left: 0; */
  }

  .college-title {
    margin: 0;
  }

  .header-college-name {
    font-size: 30px;
  }

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

/* =====================================================
   MOBILE (≤ 576px)
===================================================== */
@media (max-width: 576px) {
  .header-top-container {
    height: auto;
    padding: 12px 0;
  }

  /* Logos on TOP in one row */
  .bapuji-header {
    flex-direction: column;
  }

  .college-logo,
  .Institution-Logo {
    display: inline-block;
    margin: 0 8px 8px;
  }

  /* Logos container effect */
  .bapuji-header > .college-logo,
  .bapuji-header > .Institution-Logo {
    order: 1;
  }

  .college-title {
    order: 2;
    margin-top: 8px;
    padding: 0 10px;
  }

  .header-logo {
    width: 90px;
    height: auto;
    margin-top: 0;
  }

  .Institution-Logo img,
  .Institution-Logo {
    width: 110px;
    height: auto;
    margin: 0;
  }

  .head-line {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .header-college-name {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }

  .bottom-line {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* ------- Main Menu ---------------- */
/* ===== MAIN NAVBAR ===== */
.main-menu-bg {
  background-color: var(--color-primary);
  font-family: var(--font-secondary);
}

/* ===== MENU ALIGNMENT ===== */
.main-menu .navbar-nav,
.second-menu {
  align-items: flex-start;
  gap: 6px;
}

/* ===== NAV LINKS ===== */
.main-menu .navbar-nav .nav-item a,
.second-menu li a {
  background-color: var(--color-primary);
  padding: 10px 10px;
  color: #ffffff !important;
  font-family: var(--font-secondary);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.second-menu li a:hover {
  border-radius: 6px;
}
/* ===== HOVER EFFECT (WHITE PILL) ===== */
.navbar .navbar-nav .nav-link:hover {
  background-color: #ffffff;
  color: var(--color-primary) !important;
  font-weight: 600;
  border-radius: 10px;
}

/* ===== ACTIVE MENU ===== */
.navbar .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  background-color: #ffffff;
  color: var(--color-primary) !important;
  font-weight: 600;
  border-radius: 6px;
}

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

/* ===== DROPDOWN MENU ===== */
.main-menu .dropdown-menu {
  width: Auto;
  border-radius: 6px;

  border: none;
  padding: 6px 0;
  position: absolute;
}

/* ===== DROPDOWN ITEMS ===== */
.main-menu .dropdown-menu a {
  color: #000 !important;
  padding: 10px 18px;
  font-size: 14px;
  background-color: #ffffff;
}

/* ===== DROPDOWN HOVER ===== */
.main-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.dropdown-menu li a,
.nav-item a,
.second-menu li :hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000 !important;
}
/* ===== REMOVE BORDERS IN DROPDOWN ===== */
.navbar-nav .dropdown-menu li {
  border-bottom: none !important;
}

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

/* ===== MOBILE FIX ===== */
@media (max-width: 991px) {
  .main-menu .navbar-nav .nav-link {
    width: 100%;
    border-radius: 4px;
  }
}

/* annocuncement section */
.slider-news a {
  color: #000;
  text-align: center;
  font-family: Calibri;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.announcement-section {
  align-items: center;
  /* padding: 8px; */
  top: 0px;
  position: relative;
  display: flex;
  padding-left: 0;
  height: 38px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.marquee-news-heading {
  width: 13%;
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  /* padding: 7px 12px; */
  margin: 0px 0px 0px 90px;
}

@media (max-width: 576px) {
  .marquee-news-heading {
    width: 26% !important;
    margin: 0px 0px 0px 24px !important;
  }
}

.marquee-news-heading::after {
  content: ":";
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
}

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

.slider-news a {
  color: #333;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*  Home slider start */
.header-slider {
  height: 600px;
}

.home-sldier-top {
  height: 600px;
}

#header-carousel {
  position: relative;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  opacity: 1;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
}

/* Right side positioning */
#header-carousel .carousel-control-prev {
  right: 90px;
}

#header-carousel .carousel-control-next {
  right: 30px;
}

/* Icon base */
#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 5.25rem;
  left: 15%;
  color: #fff;
  text-align: center;
  display: flex;
  text-align: center;
  font-family: var(--font-secondary) !important;
  color: var(--color-default);
}

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

.curosel-caption-head h5 {
  color: #fcc216 !important;
  display: inline-block;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 6px;
  text-align: center;
  font-family: "Libre Baskerville";
}
.curosel-caption-head h5 {
  text-shadow:
    0 0 20px rgba(0, 0, 0, 30.8),
    2px 2px 30px rgba(0, 0, 0, 0.9),
    0 0 69px rgba(0, 0, 0, 0.7);
}

.carousel-caption p {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 100px;
}

.view-btn-wrapper {
  position: absolute;
  left: 50%;
  bottom: 190px;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
}

.view-all-btn {
  gap: 5px;
}

.view-all-btn a {
  display: inline-block;
  padding: 14px 30px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all-btn a:hover {
  background: #155a96;
  color: #ffffff;
  text-decoration: none;
}

.quick-action-section {
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.quick-action-row {
  display: flex;
}

/* Box */
.quick-box {
  height: 110px;
  display: flex;
  align-items: center;
  padding: 0 35px;
}

.quick-box a {
  width: 100%;
  text-decoration: none;
}

/* Content layout */
.quick-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Text */
.quick-text h4 {
  font-style: var(--font-secondary);
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 6px;
}

.quick-text p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.quick-text-1 h4 {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 6px;
}

.quick-text-1 p {
  color: var(--color-primary);
  font-size: 16px;
  margin: 0;
}

/* Icon area (SVG ready) */
.quick-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Colors */
.apply-online {
  background: #7ac143;
}

.certification {
  background: #ffffff;
}

.prospectus {
  background: #6cc04a;
}

/* Hover */
.quick-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.quick-icon img {
  width: 42px;
  height: 42px;
  display: block;
}

/* home slider responsiveness */
@media (max-width: 1200px) {
  .carousel-caption {
    bottom: 11rem;
  }

  .carousel-caption p {
    padding: 10px 70px;
  }
}

/* -------- Tablets (≤ 992px) -------- */
@media (max-width: 992px) {
  .carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 9.5rem;
    text-align: center;
  }

  .curosel-caption-head h5 {
    font-size: 26px;
  }

  .carousel-caption p {
    font-size: 16px;
    padding: 10px 40px;
  }

  .view-btn-wrapper {
    bottom: 150px;
  }
}

/* -------- Mobile landscape (≤ 768px) -------- */
@media (max-width: 768px) {
  .header-slider,
  .home-sldier-top,
  .banner-slider img {
    height: 420px;
  }

  .carousel-caption {
    bottom: 8rem;
  }

  .curosel-caption-head h5 {
    font-size: 22px;
  }

  .carousel-caption p {
    font-size: 15px;
    padding: 10px 20px;
  }

  .view-btn-wrapper {
    bottom: 130px;
  }

  /* hide arrows on mobile */
  #header-carousel .carousel-control-prev,
  #header-carousel .carousel-control-next {
    display: none;
  }
}

/* -------- Mobile portrait (≤ 576px) -------- */
@media (max-width: 576px) {
  .header-slider,
  .home-sldier-top,
  .banner-slider img {
    height: 360px;
  }

  .carousel-caption {
    bottom: 6.5rem;
    left: 6%;
    right: 6%;
  }

  .curosel-caption-head h5 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 14px;
    padding: 8px 10px;
  }

  .view-btn-wrapper {
    bottom: 40px;
  }
}

@media (max-width: 767px) and (max-width: 1022px) {
  /* Remove overlap behavior */
  .quick-action-section {
    margin-top: 0;
    position: fixed;
    top: 35%;
    right: 10px;
    z-index: 999;
    width: auto;
  }

  .quick-action-row {
    flex-direction: column;
    gap: 12px;
  }

  .quick-box {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }

  /* Hide text, show icon only */
  .quick-text,
  .quick-text-1 {
    display: none;
  }

  .quick-content {
    justify-content: center;
  }

  .quick-icon img {
    width: 26px;
    height: 26px;
  }

  /* Brand colors stay */
  .apply-online {
    background: #7ac143;
  }

  .certification {
    background: #ffffff;
  }

  .prospectus {
    background: #6cc04a;
  }

  /* Hover / tap feedback */
  .quick-box:active {
    transform: scale(0.95);
  }
}
@media (max-width: 767px) {
  .quick-box a::after {
    content: attr(data-title);
    position: absolute;
    right: 60px;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s;
  }

  .quick-box:hover a::after {
    opacity: 1;
  }
}

/* home curosol end */

/* news marquee start */

.home-heading {
  color: #fcc216;
  font-family: var(--font-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 109.091% */
  text-transform: uppercase;
}

@media (max-width: 991px) and (max-width: 768px) and (max-width: 575px) {
  .home-heading {
    text-align: center !important;
    font-size: 20px;
  }
}

.news-circular {
  height: 440px;
}

.news-date {
  margin-right: 25px;
  margin-bottom: 0px;
  float: left;
  text-transform: uppercase;
  text-align: center;
  color: white !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  border-radius: 4px 0px 0px 4px;
  background: var(--color-primary);
  width: 80px;
  height: 97px;
  padding: 24px 24px;
  font-family: var(--font-secondary);
}

.news-date::first-line {
  color: white !important;
  font-size: 20px !important;
  font-family: var(--font-secondary);
  font-weight: 600 !important;
}
.view-all {
  text-align: -webkit-right;
}

.holder ul li {
  border: 0.5px solid #d5d5d5;
  height: 97px;
  margin: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.holder ul li a {
  padding-bottom: 4px;
  text-decoration: none;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.holder-news ul li {
  border-radius: 8px;
  border: 1px solid #b2b2b2;
  height: 200px;
  margin: 10px;
  padding: 10px;
  list-style: none;
}

.holder-news {
  position: relative;
  height: 440px !important;
  overflow-y: scroll !important;
}

.holder ul li a {
  /* padding: 10px 0px; */
  overflow-wrap: anywhere;
}

.holder ul li i {
  color: var(--color-secondary);
  font-size: 15px;
  margin-right: 10px;
}

.holder ul li span {
  color: var(--color-heading);
  font-size: 15px;
}

.holder-news ul {
  padding: 0;
}

.holder {
  position: relative;
  height: 440px !important;
  /* overflow-y: scroll !important; */
  left: -10px;
  /* width: 430px; */
}

.holder::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 24px;
  background: #a1a1a1;
}

.holder::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 24px;
  background: #a1a1a1;
}

/* events */

.myTicker2 {
  position: relative;
  height: 440px !important;
  overflow: hidden !important;
  gap: 35px;
}

.myTicker2 ul {
  display: flex;
  position: absolute;
  white-space: nowrap;
}

.events-details img {
  height: 283px !important;
  width: 100%;
}

figcaption span {
  color: #5e35a7;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  padding-bottom: 0px;
}

figcaption {
  padding: 10px 20px;
}

figure p {
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.events-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.event-view-btn a {
  color: white;
  border-radius: 12px;
  background: #5e35a7;
  display: flex;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.view-all-btn {
  margin-top: 30px;
}

.news-event-section {
  position: relative;
  width: 100%;
  clear: both;
}

/* Prevent collapse due to previous negative margins */
.news-event-container {
  position: relative;
  z-index: 1;
}

/* Row must expand with content */
.news-event-row {
  display: flex;
  flex-wrap: wrap;
}

/* Columns safety */
.news-col,
.events-col {
  position: relative;
}

/* Inner wrappers */
.news-wrapper,
.events-wrapper {
  position: relative;
  height: auto;
  overflow: visible;
}

@media (max-width: 991px) {
  .news-event-row {
    flex-direction: column;
  }

  .events-col {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  .news-col {
    margin-bottom: 40px; /* space between sections */
  }

  .news-wrapper,
  .events-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .news-event-section {
    margin-top: 40px;
  }

  .news-col {
    margin-bottom: 50px;
  }

  .events-wrapper .events-container {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .news-event-section {
    margin-top: 30px;
  }

  .news-col {
    margin-bottom: 40px;
  }
}

.news-event-section .events-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch; /* stretch children to equal height */
}

.news-event-section .events-container {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .news-event-section .events-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news-event-section .events-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #c3c3c3;
  background: #fff;
}

.news-event-section .event-image-wrap {
  height: 283px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.news-event-section .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  display: block;
}

.news-event-section .events-details figcaption span {
  font-size: 22px;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: normal;
}

.news-event-section .event-inline-details {
  flex: 1 1 auto;
  overflow: hidden;
  color: #444;
  font-size: 14px;
}

/* Date badge style (rounded white badge) */
.news-event-section .event-date-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 6px 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  text-align: center;
}

.news-event-section .event-date-badge .date-day {
  color: #006cb1;
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.news-event-section .event-date-badge .date-month {
  color: #006cb1;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */ /* 145.455% */
}

.news-event-section .event-date-badge .date-year {
  color: #5f9836;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

/* about-institute */
.about-college-section {
  background-color: #e8e8e8;
  padding: 60px 0;
}

.college-image {
  width: 100%;
  height: 490px;
  border-radius: 10px;
  transition: all 0.6s ease;
  filter: grayscale(0%);
}

.about-image-container:hover .college-image {
  transform: scale(1.08) rotate(0deg);
}

.about-college-title {
  color: var(--color-primary);
  font-feature-settings:
    "liga" off,
    "calt" off;
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-top: 22px;
}

.about-college-description {
  color: #64748b;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.about-services-heading {
  color: var(--color-default);
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  margin-top: 12px;
}

.about-services-list {
  list-style: none;
  padding: 0;
  margin-top: 22px;
}

.about-services-list li {
  color: var(--color-primary);
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}

.about-services-list li::before {
  content: "✓";
  color: #fff;
  background-color: var(--color-green);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.read-more-btn {
  background-color: #0066b3;
  color: #fff;
  border: none;
  padding: 10px 26px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.read-more-btn a {
  color: #fff;
  text-decoration: none;
}

.read-more-btn:hover {
  background-color: #004d87;
}

.about-image-container {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .about-college-title {
    font-size: 28px;
  }

  .about-image-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-college-section {
    padding: 40px 0;
  }

  .about-college-title {
    font-size: 24px;
  }

  .college-image {
    height: auto;
  }

  .about-college-description {
    font-size: 13px;
  }

  .about-services-list {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .about-services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}

/* our cources start */
.nip-header {
  text-align: center;
  margin-bottom: 24px;
}

.nip-header h3 {
  color: var(--color-secondary);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 109.091% */
  text-transform: uppercase;
}

.nip-header h1 {
  color: var(--color-primary);
  text-align: center;
  font-kerning: none;
  font-feature-settings:
    "liga" off,
    "calt" off;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nip-courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 85px;
  margin: 0 auto;
}

.nip-course-card {
  height: 380px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

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

.nip-course-image {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

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

.nip-course-card:hover .nip-course-image img {
  transform: scale(1.15);
}

.nip-whatsapp-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: var(--color-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

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

.nip-whatsapp-icon img {
  width: 24px;
  height: 24px;
}

.nip-course-content {
  padding: 25px;
}

.nip-course-title {
  color: #1e293b;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 165% */
}

.nip-course-details {
  margin-bottom: 20px;
}

.nip-detail-item {
  color: #64748b;
  font-family: --color-secondary;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}

.nip-detail-item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.nip-apply-btn {
  width: 100%;
  padding: 9px;
  background: var(--color-primary);
  color: white;
  border: none;
  border-radius: 6px;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s ease;
}

.nip-apply-btn a {
  color: white;
  text-decoration: none;
}

.nip-apply-btn:hover {
  background: #005a8c;
}

@media (max-width: 768px) {
  .nip-courses-grid {
    grid-template-columns: 1fr;
  }

  .nip-header h3 {
    font-size: 20px;
  }

  .nip-header h1 {
    font-size: 26px;
  }
}

/* our courses end */
/* why to choose us */
.wcu-about-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  overflow: hidden;
}

.wcu-college-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.6s ease;
  filter: grayscale(0%);
}

.wcu-image-container:hover .wcu-college-image {
  transform: scale(1.08) rotate(0deg);
}

.wcu-image-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  animation: wcu-flip-in 1s ease 0.1s forwards;
  transition:
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.wcu-image-container:hover {
  box-shadow: 0 12px 35px rgba(0, 102, 179, 0.3);
  transform: translateY(-8px);
}

/* Why Choose Us Styles */
.wcu-why-choose-list {
  list-style: none;
  padding: 0px 20px;
  margin-top: 16px;
}

.wcu-why-choose-list li {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  transform: perspective(600px) rotateY(-45deg);
  transform-origin: left center;
}

.wcu-why-choose-list li:nth-child(1) {
  animation: wcu-rotate-fade 0.8s ease 0.6s forwards;
}

.wcu-why-choose-list li:nth-child(2) {
  animation: wcu-rotate-fade 0.8s ease 0.8s forwards;
}

.wcu-why-choose-list li:nth-child(3) {
  animation: wcu-rotate-fade 0.8s ease 1s forwards;
}

.wcu-why-choose-list li:nth-child(4) {
  animation: wcu-rotate-fade 0.8s ease 1.2s forwards;
}

.wcu-why-choose-list li::before {
  content: "✓";
  color: #fff;
  background: var(--color-green);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow: 0 2px 8px rgba(123, 193, 66, 0.3);
}

.wcu-why-choose-list li:hover::before {
  box-shadow: 0 6px 20px rgba(123, 193, 66, 0.6);
  background: var(--color-green);
}

.wcu-why-choose-list li.wcu-dotted-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  width: 1px;
  height: 0;
  background-image: linear-gradient(to bottom, #0066b3 50%, transparent 50%);
  background-size: 1px 8px;
  /* transform: translateX(-50%); */
  /* animation: wcu-line-draw 0.6s ease 1s forwards; */
}

.wcu-feature-content {
  flex: 1;
  transition: all 0.4s ease;
}

.wcu-why-choose-list li:hover .wcu-feature-content {
  transform: translateX(10px) scale(1.02);
}

.wcu-feature-title {
  color: #1e293b;
  font-family: var(--color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  position: relative;
  display: inline-block;
}

.wcu-why-choose-list li:hover .wcu-feature-title {
  color: #0066b3;
}

.wcu-why-choose-list li:hover .wcu-feature-title::after {
  width: 100%;
}

.wcu-feature-description {
  color: #64748b;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
}

.wcu-why-choose-list li:hover .wcu-feature-description {
  color: #444;
}

/* Animations */
@keyframes wcu-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(-50px);
  }
  50% {
    transform: scale(1.05) translateY(0);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes wcu-zoom-fade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes wcu-flip-in {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
  }
}

@keyframes wcu-rotate-fade {
  from {
    opacity: 0;
    transform: perspective(600px) rotateY(-45deg);
  }
  to {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
  }
}

@keyframes wcu-line-draw {
  from {
    height: 0;
  }
  to {
    height: 25px;
  }
}

@media (max-width: 991px) {
  .wcu-about-title {
    font-size: 28px;
  }

  .wcu-image-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .wcu-about-section {
    padding: 40px 0;
  }

  .wcu-about-title {
    font-size: 24px;
  }

  .wcu-why-choose-list li {
    margin-bottom: 20px;
  }

  .wcu-feature-title {
    font-size: 15px;
  }

  .wcu-feature-description {
    font-size: 12px;
  }
}
/* end */

/* home page quick links */

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

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

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

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

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

/* Photo Gallery start*/
.campusLife-container {
}

.home-gallary-subhead {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 140.625% */
}

/* ================= GALLERY ================= */
.campusLife-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* Heights (as per layout) */
.campusLife-h-260 {
  height: 400px;
}
.campusLife-h-125 {
  height: 192px;
}
.campusLife-h-170 {
  height: 192px;
}

/* ================= TABS ================= */
.campusLife-tabs .campusLife-tab-btn {
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 14px;
  border: 1px solid #0d6cb1;
  background: #fff;
  color: var(--color-primary);
}
.campusLife-tabs .campusLife-tab-btn.active {
  background: var(--color-primary);
  color: #fff;
}

/* ================= IMAGE HOVER EFFECT ================= */
.campusLife-gallery-img {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    filter 0.4s ease;
  cursor: pointer;
}

/* Hover animation */
.campusLife-gallery-img:hover {
  transform: scale(1.02);
}
.campusLife-gallery-img:hover {
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(13, 110, 253, 0.15);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 767px) {
  .campusLife-tabs,
  .campusLife-tab-content {
    display: none;
  }
}
@media (min-width: 768px) {
  .campusLife-accordion {
    display: none;
  }
}

/* testimonial start */
/* SECTION */
.alumni-sec {
  background: #f2f2f2;
}

/* CARD */
.alumni-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 22px 70px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 530px;
  position: relative;
}

/* IMAGE */
.profile-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.profile-ring {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--color-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-ring img {
  width: 112px !important;
  height: 112px !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  display: block;
}

/* TEXT */
.testimonial-text {
  color: #444;
  text-align: justify;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* FOOTER */
.card-footer-info {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  padding: 0 18px;
}

.alumni-name {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 5px 0px 5px 20px;
}

.alumni-meta {
  color: #444;
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

/* OWL DOTS OFF */
.owl-dots {
  display: none !important;
}

/* Add gap between testimonial cards on desktop */
@media (min-width: 768px) {
  .owl-carousel-alumni .owl-stage {
    display: flex;
    gap: 50px; /* desktop-only gap */
  }
  /* Safety: avoid extra trailing gap on the last item */
  .owl-carousel-alumni .owl-stage .owl-item:last-child {
    margin-right: 0;
  }
}

/* RESPONSIVE FIXES */
@media (max-width: 575px) {
  .alumni-card {
    height: auto;
    padding-bottom: 90px;
  }

  .card-footer-info .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }

  .alumni-meta {
    margin-top: 6px;
  }
}

/* testimonial end  */
/* footer start */
.footer {
  height: 324px;
  overflow: hidden;
}

.footer-section {
  position: relative;
  background-image: url(../img/footer-bg.png);
}

.footer-brand {
  gap: 9px;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  height: 45px;
  width: 45px;
}
.footer-head {
  color: #e4d616;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-brand h5 {
  color: #e4d616 !important;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
.f-foots {
  gap: 12px;
  align-items: start;
}
.f-foots p {
  color: #fff !important;
}

a.mobile {
  color: #fff !important;
}
a.email {
  color: #fff !important;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #fff !important;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
}

.btn-link::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #e4d616;
}

.quick-link-title {
  display: block;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
  color: #fff !important;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
}

.quick-link-title:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.quick-link-title::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #e4d616;
}

.call-time {
  color: #fff !important;
  font-weight: 400;
}

.right-res {
  background-color: #77be44;
  position: absolute;
  height: 44px;
  padding: 10px;
}

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

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

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

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

/* ================= MOBILE FOOTER RESPONSIVENESS ================= */
@media (max-width: 991px) {
  .footer {
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
  }

  .footer-section {
    background-size: cover;
    background-position: center;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-brand h5 {
    font-size: 16px;
  }

  .f-foots {
    align-items: flex-start;
  }

  .footer-head {
    font-size: 16px;
    margin-top: 20px;
  }

  .call-time {
    font-size: 14px;
  }

  .website-counter ul {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding: 0;
  }

  .website-counter ul li {
    font-size: 14px;
  }

  .map-sec iframe {
    width: 100% !important;
    height: 180px;
  }
}

/* ================= SMALL MOBILE DEVICES ================= */
/* ================= MOBILE: QUICK LINKS + IMPORTANT LINKS SIDE BY SIDE ================= */
@media (max-width: 576px) {
  /* Target only footer row */
  .footer-section .footer-row {
    display: flex;
    flex-wrap: wrap;
  }

  .foot-quick {
    margin-top: 2px;
  }
  .foot-links {
    margin-top: 2px;
  }
  .foot-time {
    margin-top: 2px;
  }
  .foot-map {
    margin-top: 2px;
  }

  /* Quick Links column */
  .footer-section .foot-quick:nth-of-type(2),
	/* Important Links column */
	.footer-section .foot-links:nth-of-type(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Reduce spacing for mobile */
  .footer-section .foot-quick:nth-of-type(2),
  .footer-section .foot-links:nth-of-type(3) {
    margin-bottom: 15px;
  }

  .footer-head {
    font-size: 15px;
  }

  .quick-link-title {
    font-size: 14px;
  }
}

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

/* breadcrumb */
.bred-img1 {
  background-color: var(--color-primary) !important;
  height: 267px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bred-pos {
  margin-bottom: 14px;
}

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

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

/* ================= BREADCRUMB ================= */

.breadcrumb {
  display: flex;
  flex-direction: column; /* break line */
  align-items: flex-start;
  justify-content: center;
  padding: 90px 0px;
  margin: 0;
  background: transparent;
}

/* ADD "/" BEFORE HOME ICON — THIS WILL SHOW */
.breadcrumb li:first-child::after {
  content: "/";
  display: inline-block;
  color: #fcc216;
  font-size: 22px;
  font-weight: 600;
  margin-right: 6px;
}

/* Home icon */
.breadcrumb img {
  height: 27px;
  width: 35px;
  margin-bottom: 6px;
}

/* Remove Bootstrap separator */
.breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}

/* Text styles */
.breadcrumb li a,
.breadcrumb-item.active {
  color: #fcc216;
}

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

.breadcrumb-item.active {
  font-size: 30px;
  font-weight: 700;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

.page-headings {
  color: #fcc216;
  font-family: "Libre Baskerville";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 150% */
  text-transform: uppercase;
}

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

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

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

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

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

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

/* -End Naac Pages-- */

/* accordian start*/

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

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

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

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

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

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

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

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

/* accordian end */

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

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

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

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

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

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

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

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

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

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

.content-holder {
  background: white;
  padding: 35px 35px;
  border-radius: 40px;
}

.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 {
  color: #fcc216;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 150% */
  text-transform: uppercase;
}

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

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

/*.vtabs .nav-tabs .nav-link {
	color: #fff;
	margin-bottom: -1px;
	background: none;
	border: 1px solid #06406570;
	border-radius: 0;
}*/
.vtabs .nav-tabs .nav-link {
  margin-right: 10px;
  padding: 10px;
  margin-bottom: 10px;
  border-left: 9px solid #1a6ab4;
  border-radius: 1px;
  border-top: 1px solid #1a6ab4;
  border-right: 1px solid #1a6ab4;
  border-bottom: 1px solid #1a6ab4;
  background: #fff;
  /* background: rgb(255 255 255 / 76%); */
  color: #000;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15)) !important;
}

.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: none !important;
  box-shadow: none !important;
}

/* 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 */
.newspannel {
  font-size: 26px;
  font-family: "Marcellus", serif;
  color: var(--mainColor);
  font-weight: 600 !important;
}

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

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

.shareicon {
  text-align: right;
}

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

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

.goToSection {
  border: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

/* Department End css */

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

.footer .btn.btn-link:hover {
  color: var(--color-secondary);
  letter-spacing: 1px;
  box-shadow: none;
}

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

/* Start Media Queries */

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

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

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

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

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

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

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

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

  .view-all a {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .responsive-logo2 {
    display: none;
  }

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

@media 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) {
  .header-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

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

  span.carousel-control-next-icon {
    margin-right: 18px !important;
    padding-right: 7px !important;
  }
}
/* home news & event */
.news-events .news-notice-view a {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-top: 25px;
}

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Alumni Registration state */

.autocomplete {
  position: relative;
}

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

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

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

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

/* admissiom form */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.adhar-input {
  padding: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.8;
  }
}

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

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

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

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

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

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

.wc-footer-img {
  padding: 30px;
  height: 100%;
  top: -116px;
  left: -70px;
  position: absolute;
  background: url();
}
.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;
}

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

.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;
}

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

/* department tab design */
.dept-back-panel {
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

/*  pdf styles */

.pdf-btn {
  display: flex;
  margin-top: 20px;
}

.pdf-btn a {
  position: relative;
  padding: 12px 19px 11px 52px;
  font-weight: 600;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #ffc107;
  color: #000;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* PDF icon */
.pdf-btn a::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #dc3545;
  animation: pdfFloat 2s ease-in-out infinite;
  transition: all 0.3s ease;
}

/* Hover – card lift */
.pdf-btn a:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
  background: #ffc107;
}

/* Hover – icon effect */
.pdf-btn a:hover::before {
  color: #000;
  transform: translateY(-50%) scale(1.15);
}

/* Floating icon animation */
@keyframes pdfFloat {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-60%) scale(1.08);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

h5 {
  color: #1a6ab4 !important;
}

/* Parent positioning */
.menuItemForActive_342,
.menuItemForActive_346 {
  position: relative;
}

/* Student Welfare submenu */
#menuItemOl_342 {
  left: auto !important;
  right: 100% !important;
  top: 0 !important;
}

/* Private Scholarship submenu */
#menuItemOl_346 {
  left: auto !important;
  right: 100% !important;
  top: 0 !important;
}

/* demo */

/* ======================================
   CHANGE BREADCRUMB IMAGE FOR TABLET
   (428px – 768px)
====================================== */
@media (min-width: 320px) and (max-width: 990px) {
  .bred-img {
    /*    background-image: url("../img/bread-img1.jpg") !important;*/

    height: 267px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: 0A5C8F !important;
  }
}

/* Accordion */

/* =====================================================
   MOBILE / TABLET (428px – 768px)
   FIX: Show ALL accordion items
===================================================== */
@media (min-width: 428px) and (max-width: 768px) {
  /* Hide left tabs */
  .leftside-tabs {
    display: none !important;
  }

  /* Full width content */
  .tabsContent-holder {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* ===============================
       CRITICAL FIX (THIS LINE)
       Show ALL tab-panes
    ============================== */
  .tab-pane {
    display: block !important; /* ← THIS WAS MISSING */
    opacity: 1 !important;
  }

  /* Accordion headers visible */
  .accordion-header {
    display: block !important;
  }

  /* Accordion CLOSED by default */
  .accordion-collapse {
    display: none !important;
  }

  /* Open only clicked accordion */
  .accordion-collapse.show {
    display: block !important;
  }

  /* Styling */
  .accordion-button {
    background-color: #f8f9fa;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: none;
  }

  .accordion-item {
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
  }

  /* Remove duplicate headings */
  .accordion-body .sub-head {
    display: none !important;
  }

  /* Under construction text */
  .under-construction {
    text-align: center;
    color: #e63946;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
  }
}

/* Company Logos Slider */
.company-logos-section {
  overflow: hidden;
  padding: 60px 0;
}

.logos-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.logos-track {
  display: flex;
  width: calc(240px * 30);
  animation: scrollLogos 30s linear infinite;
  align-items: center;
}

.logos-track:hover {
  animation-play-state: paused;
}

.company-logo {
  width: 160px;
  height: 80px;
  object-fit: contain;
  margin: 0 40px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.company-logo:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-240px * 15));
  }
}
.event-readmore-btn {
  color: #006cb1 !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important; /* 171.429% */
}
.gallery-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

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

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

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