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

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

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

body,
p,
div,
button,
span,
td,
th,
a {
  font-family: var(--font-secondary);
  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;
}

.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: #ff6425;
}

/*End Basic CSS */

/* header */

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

.top-menu-bg {
  background-color: var(--color-primary);
  box-shadow: 4px 6px 10px 3px rgba(0, 0, 0, 0.25);
}

span.header-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.header-number a {
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
}

span.header-email a {
  color: #fff;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: lowercase;
}

span.header-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

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

.top-menu-right {}

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

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

.myCustomTopRightMenu {
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row !important;
  flex: 1;
}

#btnAdmission {
  white-space: nowrap;
}

.myCustomTopRightMenu a {
  font-family: "Lato" !important;
  padding: 14px 5px !important;
}

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

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

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

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

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

/* top menu end */

/*  header College Name */

.logo-college {
  text-align: end;
}

@media (max-width: 518px) {
  .logo-college {
    display: none;
    /* text-align: center !important; */
  }
}

.college-ptag {
  color: #222;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 153.846% */
}

.college-logo-head {
  color: var(--font-primary);

  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.head-line-header {
  line-height: 20px;
  text-transform: capitalize;
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.site-header img {
  width: 110px;
  /* height: 171px; */
}

.header-logo {
  max-width: 140px;
  margin-top: -60px;
  margin-bottom: 40px;
}

.site-header {
  text-align: center;
  position: relative;
  width: 100%;
  background-image: url(../img/header_bgimg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* .site-header::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 200px;
	right: 0;
	bottom: 0;
	background-image: url(../img/header_bgimg_new.png);
	background-size: cover;/
	background-repeat: no-repeat;
	opacity: 0.6;
	z-index: 1;
} */

/* Ensure content stays above the background */
.site-header>.container {
  position: relative;
  z-index: 2;
}

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

.header-college-name {
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: "Secular One";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 1.08px;
  margin: 0;
}

.head-line {
  color: #012555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

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

/* header css ends here  */

/* carousel below section css starts here  */

.nav000-container {
  border-radius: 10px;
  border: 0.5px solid #712929;
  background: #fff;
  box-shadow: 8px 8px 10px 3px rgba(0, 0, 0, 0.15);
  width: 1085px;
  height: 152px;
  position: relative;
  top: -100px;
  z-index: 10;
  margin: 0 auto;
}

.nav000-col {
  position: relative;
}

.nav000-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 95px;
  background: #712929;
}

.nav000-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  text-decoration: none;
  color: #5c3d2e;
  transition: all 0.3s ease;
  height: 100%;
}

.icon000-placeholder {
  width: 56px;
  height: 43px;
  margin-bottom: 12px;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav000-label {
  color: #712929;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* carousel below section css ends here   */

/* news and events css starts from here  */

.tab-content {
  padding: 0rem 1rem 1rem 2rem !important;
}

.news-and-event {
  position: relative;
}

.news-and-event .nav-pills .nav-link {
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news-and-event .nav-pills .nav-link:not(.active) {
  position: relative;
  width: 330px;
  height: 59.942px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fffbdb;
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: start;
  padding-left: 35px;
}

.news-and-event .nav-pills .nav-link:not(.active):hover {
  background-color: #e5d6c3 !important;
}

.news-and-event .nav-pills .nav-link.active {
  position: relative;
  width: 330px;
  height: 59.942px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #712929;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: start;
  padding-left: 35px;
}

.news-and-event .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background: #6a1a1a;
  border-radius: 5px;
}

.news-and-event .nav-pills .nav-link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  /* adjust based on your image */
  height: 16px;
  /* adjust based on your image */
  background-image: url("../img/chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.news-and-event .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0px;
  background: none;
}

.news-holder-myticker {
  width: 701px;
  height: 350px !important;
  border-radius: 8px;
  background: #fffbdb;
}

.read-alldiv {
  position: relative;
  text-align: right;
  margin-top: 20px;
}

.read-alldiv a {
  margin-right: 96px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.read-alldiv a::after {
  content: "";
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translateY(-50%);

  background-image: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 5.25px 1.5px;
  justify-content: center;
  align-items: center;
}

.news-content-container {
  position: relative;
  width: 752px;
  border-right: 20px solid #712929;
  padding-right: 0px;
}

.news-and-event-wrapper {
  position: relative;
  z-index: 2;
}

.videos-dots-right-news {
  position: absolute;
  top: 79px;
  right: 60px;
  width: 93px;
  height: 32%;
  background-image: url("../img/home/dots2.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  /* opacity: 0.4; */
  pointer-events: none;
  z-index: 1;
}

/* TOP BROWN BAR (80% width) */
.news-content-container::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80%;
  height: 20px;
  background: #712929;
}

.read-alldiv1 a::after {
  content: "";
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 5.25px 1.5px;
  justify-content: center;
  align-items: center;
}

.read-alldiv1 {
  position: relative;
  text-align: right;
  /* margin-top: 20px; */
}

.read-alldiv1 a {
  margin-right: 96px;
}

/* BOTTOM BROWN BAR (60% width) */
.news-content-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 20px;
  /* adjust height if needed */
  background: #712929;
}

.news-annou-heading {
  color: #712929;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.skeleton-loader {
  padding: 20px;
}

.skeleton-title {
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  margin-bottom: 15px;
  border-radius: 4px;
}

.skeleton-content {
  height: 60px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  margin-bottom: 10px;
  border-radius: 4px;
}

.newsDate {
  /* width: 209px; */
  padding-right: 28px;
}

.innerDate {
  width: 81px;
  height: 31px;
  border-radius: 5px;
  background: #712929;
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: center;
  display: flex;
  align-items: center;
}

/* news and events css ends here  */

/* about college css starts here  */

.about-college-section {
  background: #fffbdb;
  height: 556px;
  padding: 84px 0;
  /* border: 1px solid; */
  margin-top: 25px;
}

/* Text Styling */
.about-college-text {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}

.about-college-heading {
  color: #712929;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

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

/* Image + Vertical Bars Behind */
.about-college-image-wrapper {
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  justify-content: end;
}

/* Top vertical bar */
.about-college-image-wrapper::before {
  content: "";
  position: absolute;
  top: -82px;
  right: 50%;
  /* bottom: 51px; */
  transform: translateX(50%);
  width: 20px;
  height: 100%;
  background: #6a1a1a;
  z-index: -1;
}

/* Bottom vertical bar */
.about-college-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  top: 116px;
  transform: translateX(50%);
  width: 20px;
  height: 100%;
  background: #6a1a1a;
  z-index: -1;
}

.about-college-image {
  width: 100%;
  height: 358px;
}

/* about college css ends here  */

/* vision mission section css starts here  */

.vmsection {
  padding: 66px 0;
}

.vision-mission-container {
  display: flex;
  gap: 85px;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0px;
}

.vm-box {
  display: flex;
  padding: 20px;
  width: 500px;
  height: 220px;
  align-items: center;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(113, 41, 41, 0.8);
  background: #fff;
  box-shadow: 0 5.448px 5.448px 0 rgba(0, 0, 0, 0.25);
}

.visionlogoimg {
  position: absolute;
  left: -25px;
  top: 55px;
}

img.pol-1-img {
  position: absolute;
  top: 27px;
  left: -25px;
  z-index: -1;
}

img.pol-2-img {
  position: absolute;
  bottom: 30px;
  z-index: -22;
  left: -25px;
}

.vm-content h3 {
  color: #712929;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Montserrat;
  font-size: 19.07px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.vm-content p {
  color: rgba(0, 0, 0, 0.8);
  font-family: Inter !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}

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

/* vision mission css ends here  */

/* president section css starts here  */

.president-section {
  background-image: url("../img/president-bg.png");
  background-size: cover;
  background-position: center;
  padding: 13px 0;
  height: 340px;
}

.pres-cont-fluid {
  margin: auto 51px !important;
}

/* Name Style */
.president-message-heading {
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 17px;
}

.president-name {
  color: #fff;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Designation text */
.president-designation {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

/* Paragraph message */
.president-message {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  margin-bottom: 20px;
}

/* Read More link */
.president-readmore {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* CONTAINER FOR PRESIDENT IMAGE */
.president-image-box {
  position: relative;
}

/* TOP ARROW (horizontal) */
.president-image-box::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 49px;
  width: 180px;
  height: 6px;
  background-image: url("../img/top-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LEFT ARROW (vertical) */
.president-image-box::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0px;
  left: 47px;
  width: 6px;
  height: 160px;
  background-image: url("../img/left-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* PRESIDENT IMAGE */
.president-photo {
  width: 280px;
  height: 286px;
  object-fit: cover;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 5;
  top: 61;
}

/* president section css ends here  */

/* program offered section css starts here  */
/* Default: mobile view */
.section-titleprograms {
  color: #712929;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.edu-programs-hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.edu-program-card-wrapper {
  border: 1px solid #712929;
  padding: 15px;
  width: 390px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.edu-program-card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.edu-program-image-container {
  position: relative;
  overflow: hidden;
}

.edu-program-card-thumbnail {
  width: 100%;
  height: 172px;
  object-fit: cover;
  display: block;
}

.edu-program-graduation-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #991b1b;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.edu-program-icon-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.edu-program-title-banner {
  background-color: #712929;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.edu-programs-grid-container {
  margin: 0 auto;
}

.edu-program-col-item {
  display: flex;
  justify-content: center;
}

/* program offered section css ends here  */

/* our recuriters section css starts here */

.recruiters-section {
  position: relative;
  padding: 38px 0px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/handshake.png") center/cover no-repeat;
  height: 400px;
}

.recruiters-section h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.recruiters-section .owl-carousel {
  max-width: 1200px;
  margin: 0 auto;
}

.recruiter-item {
  padding: 20px;
  text-align: center;
  /* width: 200px !important; */
}

.recruiter-logo {
  width: 160px;
  height: 160px;
  background: #fff;
  padding: 15px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.recruiter-logo:hover {
  transform: translateY(-10px);
}

.recruiter-logo img {
  width: 136px !important;
  height: 88px;
  object-fit: contain;
}

.recruiter-name {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 15px;
}

.recruiters-section .owl-nav {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}

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

.recruiters-section .owl-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2rem !important;
  line-height: 50px !important;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.recruiters-section .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.recruiters-section .owl-prev {
  margin-left: 20px;
}

.recruiters-section .owl-next {
  margin-right: 20px;
}

.recruiters-section .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.recruiters-section .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.recruiters-section .owl-dot.active {
  background: #fff;
  width: 30px;
  border-radius: 6px;
}

/* our recuriters section css ends here  */

/* our facilities carousel css starts from here  */

.facilities-carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  /* width: 383px !important;
	height: 241px !important; */
}

.facilities-carousel .item img {
  /* width: 383px !important; */
  /* height: 241px; */
  object-fit: cover;
  border-radius: 5px;
}

.facilities-carousel .img-text {
  position: absolute;
  left: 26px;
  bottom: 20px;
  /* Positions text above the dark part */
  color: #fff;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  z-index: 1;
  /* Ensures text is above overlay */
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  /* Extra readability */
}

.facilities-carousel .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* Adjust height of gradient overlay */
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7) 0%,
      /* Dark at bottom */
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0) 100%
      /* Fades to transparent at top */
    );
  border-radius: 0 0 5px 5px;
  pointer-events: none;
  /* Allows clicks through overlay */
  transition: opacity 0.3s ease;
}

/* Owl arrows */

.facilities-carousel .owl-prev {
  left: -50px;
}

.facilities-carousel .owl-next {
  right: -50px;
}

.facilities-carousel .owl-prev span,
.facilities-carousel .owl-next span {
  font-size: 30px;
  color: #000000;
  height: 50px;
  width: 50px;
}

.explore-btn {
  display: flex;
  width: 129px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #7a1e18;
  /* same dark maroon border */
  border-radius: 6px;
  background: transparent;
  color: #7a1e18;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  margin-bottom: 9px;
}

.explore-btn a {
  color: #712929;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 200% */
}

.explore-btn:hover {
  background: #7a1e18;
  color: #fff;
}

.fcilit-carosel {
  padding: 25px 0px 0px 0px;
}

.section-titleprograms1 {
  color: #712929;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: end;
}

/* our facilites caroousel css ends here  */

/* student testimonial css section starts here  */

.testi-msg {
  position: relative;
  color: #1b1b1b;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testi-msg-1 {
  position: relative;
  color: #1b1b1b;
  text-align: justify;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 15px;
}

.testi-msg-1::before {
  content: "“";
  position: absolute;
  top: -6px;
  left: 0;
  color: #712929;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.testi-msg-1::after {
  content: "”";
  position: absolute;
  bottom: -6px;
  /* right: 0; */
  color: #712929;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

/* Top-left quote */
.testi-msg::before {
  content: "“";
  /* position: absolute;
	top: -6px;
	left: 0; */
  color: #ff6425;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

/* Bottom-right quote */
.testi-msg::after {
  content: "”";
  /* position: absolute;
	bottom: -6px; */
  /* right: 0; */
  color: #ff6425;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.testimonials {
  position: relative;
  overflow: visible;
  z-index: 0;
}

/* Top-left effect */
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 287px;
  height: 481px;
  background: url("../img/Ellipse_Effect2.png") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
  border-radius: 481px;
  background: rgba(255, 193, 7, 0.1);
  filter: blur(40px);
}

/* Bottom-right effect */
.testimonials::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 406px;
  height: 481px;
  border-radius: 481px;
  background: rgba(255, 193, 7, 0.1);
  filter: blur(40px);
  background: url("../img/Ellipse_Effect1.png") no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.testimonials .owl-nav {
  display: block !important;
  color: black;
}

.testi-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testi-photo {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  border: 1px solid #fff;
  position: relative;
  top: 20px;
}

.testi-date {
  text-align: center;
  width: 331px;
  height: 89px;
  border-radius: 5px;
  background: #ff6425;
  display: flex;
  /* flex-basis: auto; */
  flex-direction: column;
  align-items: center;
  gap: 0px;
  justify-content: center;
}

.testi-date-1 {
  text-align: center;
  width: 331px;
  height: 89px;
  border-radius: 5px;
  background: #712929;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  justify-content: center;
}

.testi-date-1 {
  text-align: center;
  width: 331px;
  height: 89px;
  border-radius: 5px;
  background: #712929;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  justify-content: center;
}

.testi-name {
  margin-bottom: 0px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.testi-des {
  color: #fff;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .testimonial-section00 {
	width: 436px !important;
} */

.owl-carousel-testi.owl-carousel .owl-nav span {
  font-size: 45px !important;
  color: #000;
}

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

.owl-carousel-testi .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.testimonial-section00 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.testi-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
}

.testi-msg-1 {
  flex-grow: 1;
}

.testi-info {
  margin-top: auto;
}

@media (max-width: 518px) {

  .owl-prev,
  .owl-next {
    display: none !important;
  }
}

/* student testiominal section css ends here  */

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

ul.navbar-nav.second-menu.myCustomMenu {
  padding-block: 5px;
}

.main-menu-bg {
  background: #712929;
  box-shadow: 0 4px 8px 0 rgba(26, 28, 81, 0.25);
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
  padding: 9px 10px;
  color: #ffffff;
  font-family: var(--font-secondary);
  border-radius: 16px;
}

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

.main-menu .dropdown-menu a {
  background: #712929;
}

.main-menu .dropdown-item:hover {
  /* color: #fff !important; */
  /* background-color: var(--color-primary); */
  border-radius: 16px;
  background: #ff6425;
  cursor: pointer;
}

.main-menu .dropdown-item:hover {
  border-radius: 0px !important;
  background: #ff6425;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  border-radius: 16px;
  background: #ff6425;
  color: #fff;
}

.navbar .navbar-nav .dropdown-menu .nav-link:hover,
.navbar .navbar-nav .dropdown-menu .nav-link.active {
  border-radius: 0px;
  background: #ff6425;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  border-radius: 16px;
  background: #ff6425;
  color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .show>.nav-link,
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active {
  border-radius: 0px;
  background: #ff6425;
  color: #fff;
}

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

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

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

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

nav#main_navbar {
  margin-bottom: -7px;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
  background-color: var(--color-primary);
  font-family: var(--font-secondary);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 300px !important;
  position: absolute;
  background-color: var(--color-primary);
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 0.355em;
  vertical-align: -0.1em;
  border: none;
  background-image: url("../img/main-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  /* font-weight: 900; */
}

/* Home slider start */

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

#header-carousel .carousel-control-prev {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
}

#header-carousel .carousel-control-next {
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.indicators li {
  list-style: none;
}

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

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

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

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

/* news marquee start */

.importantNews-section {
  align-items: center;
  padding: 8px;
  top: -44px;
  position: relative;
  display: flex;
  padding-left: 0;
  height: 36px;
  background: #ffc454 !important;
}

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

.marquee-news-heading {
  width: 13%;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px;
  margin: 0;
}

.marquee-news-heading::after {
  content: "|";
  margin-left: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

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

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

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

/*  Home slider end */

/* news marquee start */

.news-heading {
  color: #475569;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 150% */
}

.news-circular {
  height: 380px;
}

.news-date {
  margin-right: 25px;
  margin-bottom: 0px;
  float: left;
  text-transform: uppercase;
  text-align: center;
  color: white !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  border-radius: 4px 0px 0px 4px;
  background: var(--color-primary);
  width: 95px;
  padding: 12px 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: 2px solid var(--color-primary); */
  height: auot;
  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;
  border-bottom: 1px solid #3e3c3c7a;
}

.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: 420px !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;
  /* overflow-y: scroll !important; */

  width: 701px;
  height: 274px !important;
  border-bottom: 1px solid #3e3c3c7a;
  /* background: #FFFBDB; */
}

.holder::-webkit-scrollbar {
  margin: 0px 10px;
  width: 5px;
  border-radius: 24px;
  background: #e0e0e0;
}

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

.holder::-webkit-scrollbar {
  margin: 0px 10px;
  width: 5px;
  border-radius: 24px;
  background: #e0e0e0;
}

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

/* events */

.myTicker2 {
  position: relative;
  height: auto !important;
  overflow: hidden !important;
}

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

.events-container {
  width: 100%;
}

.events-details img {
  height: 220px !important;
  width: 100%;
  margin-top: 4px;
}

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: auto;
}

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

.apply-now {
  color: white;
  padding: 12px 24px;
  border-radius: 12px;
  background: #e89800;
  box-shadow:
    127px 99px 45px 0px rgba(255, 205, 57, 0),
    81px 64px 41px 0px rgba(255, 205, 57, 0.03),
    46px 36px 35px 0px rgba(255, 205, 57, 0.09),
    20px 16px 26px 0px rgba(255, 205, 57, 0.15),
    5px 4px 14px 0px rgba(255, 205, 57, 0.18);
}

.read-more {
  color: #e89800;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  padding: 12px 24px;
  border-radius: 12px;
}

.about-institute {
  position: relative;
  background-image: url(../img/style-circles.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home page quick links */

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

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

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

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

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

/* home page quick links */

/*  Departments Home Dept */

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

/* Photo Gallery start*/

/* .photo-gallerys-section {
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item button {
	width: 200px;
	font-weight: 600;
	font-size: 20px !important;
	color: #b2b2b2 !important;
	border: 2px solid #b2b2b2 !important;
	padding: 7px 15px;
	border-radius: 17px;
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item {
	margin: 0 auto;
	margin-bottom: 20px;
}

.photo-gallerys-section ul li.nav-item button.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
	font-weight: 600;
}

.photo-gallery-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid white;
  } */
/* .gallery-container {
	position: relative;
	padding: 20px;
  }
  
  .gallery-heading {
	margin-bottom: 20px;
	text-align: center;
  }
  
  .gallery-heading h1 {
	font-size: 2rem;
	color: #333;
	margin-bottom: 10px;
  }
  
  .gallery-heading p {
	font-size: 2.5rem;
	color: #642ea4;
	font-weight: bold;
  }
  
  .explore-btn {
	background-color: #6c63ff;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
  }
  
  .explore-btn:hover {
	background-color: #5748d4;
  }
  
  .tabs1 {
	text-align: center;
	margin: 20px 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
  }
  
  .tabs1 a {
	color: #a735c6c9;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	padding: 5px 10px;
	transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  }
  
  .tabs1 a.active {
	color: #733db4;
	border-bottom: 2px solid #9e24ea;
  }
  
  .line {
	display: flex;
	justify-content: center;
	gap: 15px;
  }
  
  .line li {
	list-style: none;
  }
  
  .image-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 15px;
	margin-top: 20px;
  }
  
  .image-grid img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	object-fit: cover;
  }
  
  .photo-events {
	margin-top: 20px;
	position: relative;
  }
  
  .photo-gallery {
	position: relative;
  }
  
  .second-grid {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
  }
  
  .img-pure {
	height: 300px;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
  }
  
  .img-pure:hover {
	transform: scale(1.05);
  }
   */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* testimonial start */
/* .testimonials-section {
	padding: 60px 30px;
}

.testimonials-title {
	color: #475569;

	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px; 
}

.testimonials-subtitle {
	color: #E89800;

	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; 
}

.join-alumni {
	font-weight: bold;
	font-size: 1rem;
	color: #ff8500;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.join-alumni:hover {
	color: #ff9f1c;
}

.testimonial-card {
	border: none;
	border-radius: 10px;
	background-color:#F0EBF8;
	box-shadow: 389px 410px 158px 0px rgba(118, 118, 118, 0.00), 249px 263px 145px 0px rgba(118, 118, 118, 0.03), 140px 148px 122px 0px rgba(118, 118, 118, 0.09), 62px 66px 90px 0px rgba(118, 118, 118, 0.15), 16px 16px 50px 0px rgba(118, 118, 118, 0.18);
	padding: 20px;
	margin: 20px 0;
}

.testimonial-quote {
	font-size: 1rem;
	line-height: 1.6;
	color: #333333;
}

.testimonial-author {
	font-weight: bold;
	font-size: 1rem;
	color: #333333;
}

.testimonial-details {
	font-size: 0.9rem;
	color: #777777;
}

.profile-pic {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	object-fit: cover;
}
 
.owl-carousel-testimonial .owl-stage {
	margin-right: -80px; 
	padding-right: 80px; 
  } */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* testimonial end  */

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

/* ------footer Start--------- */

.footer {
  background: #712929;
  position: relative;
}

.location {
  display: flex;
  align-items: center;
  gap: 16px;
}

.location p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: contents;
}

.location img {
  width: 75px;
  height: 80px;
  /* aspect-ratio: 85/104; */
}

.foot-address svg {
  width: 35px;
  height: 35px;
  /* aspect-ratio: 26.01/26.01; */
  margin-top: 0px !important;
}

.foot-address {
  display: flex;
  gap: 10px;
  /* justify-content: start; */
  /* align-items: self-start; */
  /* color: #fff; */
  margin-left: -7px;
}

.foot-email {
  display: flex;
  gap: 14px;
  /* justify-content: start; */
  align-items: self-start;
  /* color: #fff; */
}

.foot-phone {
  display: flex;
  gap: 14px;
  /* justify-content: start; */
  align-items: self-start;
  /* color: #fff; */
}

.firstcolumn p,
.firstcolumn a {
  color: #fff;
}

.d-flex.social-icon {
  padding-top: 33px;
  margin-bottom: 32px;
}

.visitors {
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.imp-links h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.visitors h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.visitors p {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.visitors li {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: 10px;
}

.col-lg-3.col-md-6.visitors {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-map {
  width: 325px;
  height: 380px;
  background: linear-gradient(0deg,
      #fffbdb 18.24%,
      #ffffff 50%,
      #fffbdb 84.26%);
  filter: drop-shadow(0 1px 8.6px rgba(0, 0, 0, 0.25));
  clip-path: polygon(2.5% 2%,
      /* top-left */
      97.5% 2%,
      /* top-right */
      97.5% 86%,
      /* right before bottom corner */
      50% 100%,
      /* bottom center point */
      2.5% 86%
      /* left before bottom corner */
    );
  margin-bottom: 18px;
  margin-top: -8px !important;
  padding-top: 0px !important;
  z-index: 1;
}

.footer-bottom-text {
  background: #712929;
}

h3.map-title {
  color: #712929;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  margin-left: 10px;
}

.footer-map iframe {
  border: 1px solid #ff6425 !important;
  /* padding: 10px; */
  position: absolute;
  top: 82px;
  left: 30px;
  border-radius: 15px;
  border: 1px solid #f03c4e;
}

.footer-bottom-text a {
  color: #ff6425;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-bottom-text p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-bottom-text {
  background: #712929;
  margin-top: -72px;
  padding-block: 15px;
  border-top: 1px solid #ff6425;
  position: relative;
  bottom: -1px;
}

/* Footer section end */

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

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

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

.bred-head {
  padding: 97px 0px 0px 0px;
  margin-bottom: 0px;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 33%;
}

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

.breadcrumb a,
.breadcrumb li {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}

.breadcrumb-item.active {
  color: #fff !important;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

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

.page-headings {
  margin-bottom: 20px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0px !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #712929;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: auto;
  position: relative;
}

.page-headings::before {
  content: "";
  display: block;
  background: #712929;
  /* top: 0; */
  position: absolute;
  width: 44px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  /* transform: translateY(-50%); */
  width: 110px;
  /* height: 3px; */
  height: 4px;
  background: #ff6425;
}

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

.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: 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 {
  border-bottom: 1px solid #712929;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-family: var(--font-primary);
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shareicon {
  text-align: right;
}

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

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

.goToSection {
  border: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

/* Department End css */

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

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

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

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

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

/* Start Media Queries */
@media only screen and (max-width: 1360px) {
  .college-logo-head {
    font-size: 30px;
  }

  .brown-div {
    margin-left: 0;
  }
}

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

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

  /* .facilities-carousel .item {
		width: 350px !important;
		height: 240px !important;
	} */
}

@media only screen and (max-width: 1030px) {
  ul.navbar-nav.second-menu.myCustomMenu {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 992px) {
  ul.navbar-nav.second-menu.myCustomMenu {
    flex-wrap: nowrap;
  }

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

  /* Mobile Menu Enhancements */
  .navbar-collapse {
    max-height: 65vh;
    overflow-y: auto;
  }

  ul.navbar-nav.second-menu.myCustomMenu {
    padding: 10px 15px 0 15px;
  }

  /* Ensure the top menu items stack vertically in mobile view */
  .top-menu-mobile-view {
    flex-direction: column !important;
    padding: 0 15px 10px 15px !important;
  }

  .second-menu li a {
    padding: 12px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px !important;
    border-radius: 0 !important;
  }

  .second-menu li:last-child a {
    border-bottom: none;
  }

  .top-menu-mobile-view li:first-child a {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }

  .main-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: none;
    padding-left: 20px;
    margin-top: 0;
  }

  .main-menu .dropdown-item {
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px !important;
    color: #fff !important;
  }

  .main-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  
  .navbar-toggler {
    margin: 5px 15px 5px 0;
  }

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

  .site-header {
    text-align: center;
    padding: 10px 0 !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: 0px !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;
  }

  .col-lg-3.col-md-6.visitors {
    padding-top: 0px !important;
  }

  .col-lg-3.col-md-6.imp-links.pt-5.ps-5 {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }

  .footer-bottom-text {
    margin-top: 0;
  }
}

@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 {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
}

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

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

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

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

.news-events .card-img img {
    height: 270px;
    width: 100%;
}
.view-all-past-event {
    display: flex;
    justify-content: flex-end;
}
.view-all-past-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 7px 63px
    
}
.event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-events .card-img-overlay{
    color: #fdbd0f !important;
} */

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

.info-avatar {
  position: relative;
}

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

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

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

.info-chat span {
  display: block;
}

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

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

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

div#admission {
  z-index: 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 responsiveness css starts from here  */

@media (max-width: 768px) {
  .nav000-container {
    width: auto;
    height: auto;
    top: 0px;
  }

  .site-header {
    height: auto !important;
  }

  .site-header::before {
    left: 0 !important;
  }

  .head-line-header {
    margin-left: 0px !important;
  }

  .college-header-content {
    text-align: center;
  }

  .brown-div {
    display: none;
  }
}

@media (max-width: 575px) {
  .vm-content p {
    font-size: 13px;
  }

  .vm-box {
    height: auto !important;
    width: 331px !important;
  }

  img.pol-1-img,
  img.pol-2-img {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .president-photo {
    width: 248px;
    height: 256px;
    margin-top: 32px;
  }

  .president-section {
    height: auto !important;
  }

  .aboutcollege-image {
    text-align: center;
    margin-top: 30px;
  }

  .about-college-image-wrapper::before {
    display: none !important;
  }

  .about-college-image-wrapper::after {
    display: none !important;
  }

  .tabcontent-responsive {
    padding-right: 0 !important;
  }

  .nav-button-genesis {
    margin-bottom: 45px;
  }

  .news-and-event .nav-pills .nav-link:not(.active) {
    width: auto !important;
  }

  .news-and-event .nav-pills .nav-link.active {
    width: auto !important;
  }

  .news-content-container {
    width: auto !important;
  }

  .news-holder-myticker {
    width: auto !important;
  }

  .holder {
    width: auto !important;
  }

  .vm-content {
    padding-left: 68px;
  }

  .site-header {
    height: auto !important;
  }

  .site-header::before {
    left: 0 !important;
  }

  .head-line-header {
    margin-left: 0px !important;
  }

  .site-header img {
    width: auto;
    height: auto;
  }

  .vision-mission-container {
    gap: 43px !important;
    align-items: center !important;
    flex-direction: column !important;
    bottom: 0px !important;
  }

  .vm-box {
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .nav000-container {
    width: auto !important;
    height: auto !important;
  }

  .about-college-image-wrapper::before {
    top: -168px !important;
  }

  .about-college-image-wrapper::after {
    top: 166px !important;
  }
}

@media (max-width: 1400px) {
  .about-college-image-wrapper::before {
    top: -137px;
  }

  .about-college-section {
    height: auto !important;
  }

  .about-college-image-wrapper::after {
    top: 137px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .president-image-box::before {
    left: 19px;
  }

  .president-image-box::after {
    left: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .president-image-box::before {
    left: -7px !important;
  }

  .president-image-box::after {
    left: -9px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .president-photo {
    top: 0 !important;
  }

  .president-image-box::before {
    top: 0 !important;
    left: 205px !important;
  }

  .president-image-box::after {
    top: 3px !important;
    right: 0px;
    left: 203px !important;
  }
}

@media (min-width: 540px) and (max-width: 768px) {
  .president-photo {
    margin-top: 59px;
    top: 0 !important;
    left: 10px;
  }

  .d-flex.py-2.social-icon.mb-5 {
    margin-bottom: 0px !important;
  }

  .president-image-box::before {
    top: 28px !important;
    left: 127px !important;
  }

  .president-image-box::after {
    top: 31px !important;
    right: 0px;
    left: 125px !important;
  }
}

@media (min-width: 492px) and (max-width: 540px) {
  .president-photo {
    width: 248px;
    height: 256px;
    margin-top: 70px;
    top: 0;
    /* left: 10px; */
  }

  .president-image-box::before {
    left: 92px;
  }

  .president-image-box::after {
    left: 90px;
  }
}

@media (min-width: 437px) and (max-width: 492px) {
  .president-photo {
    left: 39px;
  }

  .president-image-box::before {
    left: 104px;
  }

  .president-image-box::after {
    left: 102px;
  }
}

@media (min-width: 352px) and (max-width: 400px) {
  .president-photo {
    left: 19px;
  }
}

@media (min-width: 320px) and (max-width: 352px) {
  .president-photo {
    left: 35px;
  }
}

@media (max-width: 540px) {
  .president-photo {
    top: 0;
    margin-top: 70px;
  }
}

@media (max-width: 320px) {
  .president-photo {
    left: 0;
  }

  .president-image-box::before {
    display: none;
  }

  .president-image-box::after {
    display: none;
  }
}

/* Inner Pagve CSS */

.clg-img.about-img {
  float: right;
  width: 570px;
  margin-left: 25px;
}

.clg-img img {
  border-radius: 14px;
  border: 0.5px solid #7f7f7f;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.prin-msg {
  float: left;
  margin-right: 20px;
}

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

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

.vision-mission-img {
  width: 270px;
  border-radius: 20px !important;
}

/* top-menu */
.genesis-header-row {
  position: relative;
  z-index: 2;
}

/* Left Logo Section */
.genesis-left-section {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}

.genesis-logo-circle {
  width: 105px;
  height: 105px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2px;
  flex-shrink: 0;
}

.genesis-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.genesis-logo-text-content {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #fba510;
  padding: 8px 15px;
}

.genesis-hindi-text {
  color: #fba510;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.genesis-main-title {
  color: #fff;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

/* Center Navigation Section */
.genesis-center-nav {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.genesis-center-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

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

.genesis-center-nav .myCustomMenu .nav-link {
  color: white !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px !important;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.genesis-center-nav .myCustomMenu .nav-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 15px;
  width: 0;
  height: 2px;
  background: #ff8c00;
  transition: width 0.3s ease;
}

.genesis-center-nav .myCustomMenu .nav-link:hover::after {
  width: calc(100% - 30px);
}

.genesis-center-nav .myCustomMenu .nav-link:hover {
  color: #ff8c00 !important;
}

/* Right Logo Section */
.genesis-right-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.genesis-right-logo {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.genesis-right-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.genesis-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.35s ease;
  background: #712929 !important;
}

/* Mobile Responsive */
/* ================= MOBILE LOGO CENTER FIX ================= */

@media (max-width: 991px) {
  .mobile-logo-row {
    display: grid;
    grid-auto-flow: column;
    gap: 18px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }

  .mobile-title-row {
    width: 100%;
    text-align: center;
    padding: 4px 10px 8px;
  }

  .mobile-title-row .genesis-logo-text-content {
    border-left: none;
    padding: 0;
  }

  .genesis-logo-circle,
  .genesis-right-logo {
    width: 60px;
    height: 60px;
  }

  .genesis-center-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .topbar-menu {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .genesis-main-title {
    font-size: 12px;
  }

  .genesis-hindi-text {
    font-size: 10px;
  }

  .genesis-left-section {
    display: flex;
    align-items: center;
    gap: 0px !important;
    padding: 0px !important;
  }

  .genesis-center-nav {
    display: flex;
    align-items: start !important;
    justify-content: start !important;
    flex-direction: column;
  }
}

/* affiliation starts */
.approval-affiliation-wrapper {
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.approval-heading,
.affiliation-heading {
  color: #712929;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 40px;
}

.approval-logo-card,
.affiliation-logo-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.approval-logo-card img,
.affiliation-logo-card img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}

.approval-logo-card img:hover,
.affiliation-logo-card img:hover {
  transform: scale(1.08);
}

.approval-logo-card p,
.affiliation-logo-card p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-vertical-divider {
  position: relative;
  width: 2px;
  background-color: #712929;
  height: 63%;
  min-height: 250px;
  margin: 46px 9px;
  border-radius: 2px;
}

/* Top Dot */
.section-vertical-divider::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #712929;
  border-radius: 50%;
}

/* Bottom Dot */
.section-vertical-divider::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #712929;
  border-radius: 50%;
}

.section-horizontal-divider {
  height: 2px;
  width: 80%;
  background-color: #712929;
}

@media (max-width: 991px) {
  .approval-affiliation-wrapper {
    padding: 40px 20px;
  }

  .approval-heading,
  .affiliation-heading {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

/* affiliation ends */

/* videos section */
.videos-section {
  background: #fffbdb;
  padding: 60px 0;
  /* Increased padding for better spacing */
}

.videos-section-title {
  position: relative;
  z-index: 2;
  color: #712929;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  /* Slightly larger on desktop */
  font-weight: 700;
  margin-bottom: 40px;
}

.video-container {
  gap: 80px;
}

/* Video Card */
.videos-card-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
  border: 2px solid #e02b26;
  /* Slightly taller for better proportion */
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  z-index: 2;
}

.videos-card-wrapper:hover {
  transform: scale(1.05);
}

.videos-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Better than 'block' for thumbnails */
}

.videos-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 60px;
  pointer-events: none;
}

.videos-play-overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.videos-caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 5px 15px 15px;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}

.videos-container-wrapper {
  position: relative;
  padding: 0px 0px 22px 0px;
}

/* Decorative Dots - Base Styles */
.videos-dots-left,
.videos-dots-right {
  position: absolute;
  width: 104px;
  pointer-events: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

/* Left Dots */
.videos-dots-left {
  left: 10%;
  /* Responsive positioning */
  bottom: -20px;
  height: 35%;
  background-image: url("../img/home/dots3.svg");
  background-position: bottom left;
}

/* Right Dots */
.videos-dots-right {
  right: 10%;
  /* Responsive positioning */
  top: 40px;
  height: 32%;
  background-image: url("../img/home/dots2.svg");
  background-position: top right;
}

/* ====================================
   MOBILE RESPONSIVENESS
   ==================================== */
@media (max-width: 992px) {
  .videos-section-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .video-container {
    gap: 40px !important;
  }

  .videos-card-wrapper {
    height: 280px;
  }

  .videos-caption-overlay {
    font-size: 18px;
    padding: 25px 12px 12px;
  }

  /* Adjust dots position and size on tablets */
  .videos-dots-left {
    left: 5%;
    width: 90px;
    height: 30%;
    bottom: -10px;
  }

  .videos-dots-right {
    right: 5%;
    width: 90px;
    height: 28%;
    top: 50px;
  }
}

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

  .video-container {
    gap: 20px !important;
  }

  .videos-section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .videos-card-wrapper {
    height: 250px;
    margin-bottom: 30px;
    /* Extra space when stacked */
  }

  .videos-play-overlay {
    width: 70px;
    height: 50px;
  }

  .videos-caption-overlay {
    font-size: 17px;
    padding: 20px 10px 10px;
  }

  /* Move dots closer and make smaller on mobile */
  .videos-dots-left {
    left: 3%;
    width: 75px;
    height: 25%;
    bottom: 0;
  }

  .videos-dots-right {
    right: 3%;
    width: 75px;
    height: 25%;
    top: 60px;
  }
}

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

  .video-container {
    gap: 15px !important;
  }

  .videos-card-wrapper {
    height: 220px;
  }

  .videos-caption-overlay {
    font-size: 16px;
  }

  /* On very small screens, slightly hide or reduce dots visibility if needed */
  .videos-dots-left,
  .videos-dots-right {
    opacity: 0.5;
    width: 65px;
  }

  .videos-dots-left {
    left: 2%;
    height: 22%;
  }

  .videos-dots-right {
    right: 2%;
    height: 22%;
  }
}

/* videos section end */

@media (max-width: 576px) {
  .site-header img {
    width: 120px !important;
    height: 135px !important;
  }

  .head-line-header {
    font-size: 15px !important;
  }

  .college-logo-head {
    font-size: 20px !important;
  }

  .college-ptag {
    font-size: 12px !important;
  }

  .banner-slider img {
    height: auto !important;
  }

  .genesis-right-section {
    padding: 0px !important;
  }
}

/* side bar */
#ssi-absolute {
  position: fixed !important;
  top: 320px;
  right: 0;
  z-index: 1200 !important;
  width: auto;
}

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

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

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

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

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

.contact-side li:nth-child(4) {
  top: 115px;
}

.contact-side li:nth-child(5) {
  top: 155px;
}

.admission-button-logo a {
  color: #fff !important;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

ul.contact-side a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
}

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

.contact-side li span {
  margin-left: 25px;
  /* font-size: 16px; */
  font-family: "Poppins", sans-serif;
  color: black;
}

.admission-button-logo a {
  color: #fff !important;
}

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

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

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

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

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

.slideout-wrapper {
  position: fixed;
  right: -320px;
  top: 20%;
  width: 320px;
  background: #fff;
  z-index: 10000;
  transition: right 0.4s ease;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
  border-right: 0;
}

.slideout-wrapper:hover {
  right: 0;
}

.slideout-trigger-btn {
  position: absolute;
  left: -37px;

  width: 45px;

  height: 145px;
  background: var(--color-primary, #0c2b4b);
  color: #fff;
  padding: 20px 0;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
  transform: rotate(180deg);
}

.slideout-trigger-btn:hover {
  background: var(--color-secondary, #fca311);
}

.slideout-content {
  padding: 20px;
  max-height: 80vh;
  overflow-y: auto;
}

.slideout-header h4 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary, #0c2b4b);
  border-bottom: 2px solid var(--color-secondary, #fca311);
  padding-bottom: 10px;
}

.slideout-body label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333;
}

.slideout-body .form-control {
  font-size: 13px;
  padding: 8px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.slideout-footer .btn {
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
}

/* Hide the old behavior effectively in case old CSS triggers */
#btnAdmission1 {
  display: none !important;
}

.slideout-wrapper.active {
  right: 0 !important;
}

.slideout-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  font-weight: bold;
  line-height: 1;
  z-index: 10;
}

.slideout-close-btn:hover {
  color: #333;
}

/* side bar ends */

.video-background-sec {
  height: 770px;
}

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

video#bgVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-desc {
  position: absolute;
  top: 40%;
  left: 6%;
}

/* Inner Pagve CSS */

.clg-img.about-img {
  float: right;
  width: 570px;
  margin-left: 25px;
}

.clg-img img {
  border-radius: 14px;
  border: 0.5px solid #7f7f7f;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.prin-msg {
  float: left;
  margin-right: 20px;
}

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

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

.vision-mission-img {
  width: 270px;
  border-radius: 20px !important;
}

.temparory1 {
  display: none;
}

/* ================= Section Header ================= */

.page-section-header {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

/* ================= Main Title ================= */

.page-section-title {
  position: relative;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.8px;
  display: inline-block;
  color: #bf2018
}

/* Simple Solid Underline */
.page-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 60%;
  height: 3px;
  background: var(--color-secondary);
  border-radius: 2px;
}

/* ================= Section Subtitle ================= */

.page-section-subtitle {
  font-weight: 500;
  color: #712929;
}


/* ================= Timeline List ================= */

.page-section-list {
  list-style: none;
  padding-left: 35px;
  margin: 0 0 20px 0;
  position: relative;
}

/* Vertical Line */
.page-section-list::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 5px;
  width: 3px;
  height: calc(100% - 10px);
  background: var(--color-primary);
}

/* List Items */
.page-section-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
}

/* Circle Bullet */
.page-section-list li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-secondary);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.custom-img {
  width: 100%;
  max-width: 420px;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  display: block;
}

/* lab equipment page css */

.section-padding {
  padding: 10px 0;
}

/* .page-section-title{
font-weight:700;
} */

/* card */
/* .equipment-card{
display:flex;
flex-direction:column;
border-radius: 8px !important;
overflow:hidden;
} */

/* image container */
/* image container */
.equipment-img-box {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.equipment-img-custom {
  width: 100%;
  height: 100%;
  /* object-fit:cover; */
}

.card-body {
  flex-grow: 1;
  background-color: #ffffff;
}

.card-heading {
  text-align: left;

  color: #712929;
}

.equipment-card .card-body p {
  font-weight: 300;
  color: #555555;
  text-align: left;
  margin: 2px 0;
}

/* card base style */
.equipment-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px !important;
  overflow: hidden;

  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* image transition */
.equipment-img-custom {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

/* hover effects */
.equipment-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

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

:root {
  --navy: #0c2340;
  --gold: #b8860b;
  --gold-pale: #fdf4e0;
  --white: #ffffff;
  --muted: #6b7280;
  --border: #e2ddd5;
  --text: #1a1a2e;
}

/* Section layout */



.sec-alt {
  background: #ffffff;
}

.sec-gold {
  background: var(--gold-pale);
}

.wrap {
  max-width: 900px;
  margin: auto;
}

/* Section headings */

.sec-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.sec-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.sec-lead {
  color: var(--muted);
  font-size: 15px;
  max-width: 640px;
  margin-bottom: 40px;
}

/* Activity cards */

.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.activity-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px;
  transition: .2s;
}

.activity-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(12, 35, 64, .08);
}

.act-icon {
  width: 40px;
  height: 40px;
  background: var(--gold-pale);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
}

.activity-card h3 {
  font-size: 15px;
  color: var(--navy);
  margin-bottom: 6px;
}

.activity-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* Timeline */

.timeline {
  list-style: none;
  max-width: 650px;
  margin: auto;
}

.timeline li {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
  position: relative;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: var(--border);
}

.timeline li:last-child::before {
  display: none;
}

.tl-dot {
  width: 40px;
  height: 40px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

.tl-content h3 {
  font-size: 15px;
  color: var(--navy);
  margin-bottom: 5px;
}

.tl-content p {
  font-size: 14px;
  color: var(--muted);
}

/* Skill section */

.functions-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.fn-list {
  list-style: none;
}

.fn-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.fn-list li:last-child {
  border-bottom: none;
}

.fn-dot {
  width: 18px;
  height: 18px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

/* Responsive */

@media(max-width:700px) {

  .functions-two {
    grid-template-columns: 1fr;
  }

}


.sec-alt {
  background: #ffffff;
}

.wrap {
  max-width: 1000px;
  margin: auto;
}

.sec-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #b8860b;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title {
  font-size: 28px;
  color: #0c2340;
  margin-bottom: 10px;
}

.sec-lead {
  color: #6b7280;
  margin-bottom: 40px;
}

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

.activity-card {
  background: #fff;
  border: 1px solid #e2ddd5;
  border-radius: 10px;
  padding: 22px;
  transition: 0.3s;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.act-icon {
  width: 45px;
  height: 45px;
  background: #fdf4e0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0c2340;
  margin-bottom: 15px;
}

:root {
  --navy: #0c2340;
  --navy2: #163560;
  --gold: #b8860b;
  --gold-pale: #fdf4e0;
  --white: #ffffff;
  --text: #1a1a2e;
  --muted: #6b7280;
  --border: #e2ddd5;
}

/* sections */



.sec-alt {
  background: #ffffff;
}

.sec-gold {
  background: var(--gold-pale);
}

.wrap {
  max-width: 1000px;
  margin: auto;
}

/* headings */

.sec-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title {
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 15px;
}

.sec-lead {
  color: var(--muted);
  margin-bottom: 40px;
  max-width: 700px;
}

/* about layout */

.about-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}

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

.about-card {
  background: #7d2324;
  color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
}

.about-card blockquote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
}

.about-card cite {
  font-size: 13px;
  color: #d4a017;
}

.about-text p {
  color: var(--muted);
  margin-bottom: 15px;
}

/* objectives */

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

.obj-card {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 6px;
  padding: 25px;
  transition: 0.3s;
}

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

.obj-num {
  font-size: 28px;
  color: var(--gold);
  font-weight: bold;
  margin-bottom: 10px;
}

.obj-card h3 {
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 8px;
}

.obj-card p {
  font-size: 14px;
  color: var(--muted);
}

/* organogram */

.org-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  max-width: 650px;
  margin: auto;
}

.org-box {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  min-width: 200px;
  margin: auto;
}

.org-top {
  background: var(--gold);
  color: #fff;
}

.org-mid {
  background: var(--navy);
  color: #fff;
}

.org-out {
  background: #fff;
  border: 2px solid var(--navy);
  color: var(--navy);
}

.org-line {
  width: 2px;
  height: 25px;
  background: var(--border);
  margin: 10px auto;
}

.org-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.org-sub-text {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.8;
}

:root {
  --maroon: #6b1a2a;
  --maroon-deep: #4a0f1c;
  --maroon-mid: #8c2438;
  --maroon-light: #b84d62;
  --cream: #fdf6ee;
  --cream-mid: #f5e9d6;
  --cream-dark: #e8d2b4;
  --gold: #c9974a;
  --gold-light: #e8c98a;
  --text-dark: #2a0d14;
  --text-mid: #7a4050;
  --text-light: #b07080;
  --white: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ── CANVAS BG ── */
#bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .4;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--maroon-deep);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 80% at 0% 50%, rgba(180, 60, 80, .42) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 100% 80%, rgba(90, 10, 25, .5) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 60% 5%, rgba(201, 151, 74, .1) 0%, transparent 55%);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 40px,
      rgba(255, 255, 255, .014) 40px, rgba(255, 255, 255, .014) 41px);
}

/* circuit grid overlay */
.circuit-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(201, 151, 74, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 151, 74, .055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 90% 90% at 30% 50%, black 20%, transparent 100%);
}

/* SPLIT LAYOUT */
.hero-split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  align-items: center;
}

.hero-left {
  padding: 100px 48px 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 80px 20px;
  min-height: 100vh;
}

/* right-side dark panel accent */
.hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .18);
  border-left: 1px solid rgba(201, 151, 74, .12);
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(201, 151, 74, .5);
  border-radius: 100px;
  padding: 6px 18px 6px 10px;
  margin-bottom: 28px;
  animation: fadeDown .9s ease both;
  width: fit-content;
}

.hero-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(201, 151, 74, .7);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(201, 151, 74, 0);
  }
}

.hero-pill span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 22px;
  animation: fadeUp .9s .2s ease both;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
  display: block;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .6);
  max-width: 480px;
  margin-bottom: 36px;
  animation: fadeUp .9s .35s ease both;
}

/* activity chips */
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  animation: fadeUp .9s .5s ease both;
  margin-bottom: 44px;
}

.chip {
  padding: 6px 15px;
  border: 1px solid rgba(201, 151, 74, .38);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(201, 151, 74, .07);
  transition: background .25s, border-color .25s;
}

.chip:hover {
  background: rgba(201, 151, 74, .18);
  border-color: var(--gold);
}

.hero-stats {
  display: flex;
  gap: 36px;
  animation: fadeUp .9s .65s ease both;
}

.stat {
  text-align: left;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .42);
  margin-top: 4px;
}

.hero-arrow {
  position: absolute;
  bottom: 28px;
  left: 30%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: fadeUp 1s 1s ease both;
}

.hero-arrow span {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .32);
}

.arrow-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(201, 151, 74, .7), transparent);
  animation: arrowPulse 1.8s ease-in-out infinite;
}

@keyframes arrowPulse {

  0%,
  100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }

  50% {
    opacity: .5;
    transform: scaleY(.55);
    transform-origin: top;
  }
}

/* ── SVG ILLUSTRATION ANIMATIONS ── */
.tech-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  animation: fadeUp .9s .3s ease both;
  filter: drop-shadow(0 0 40px rgba(201, 151, 74, .12));
}

/* node pulse rings */
@keyframes nodeRing {
  0% {
    r: 6;
    opacity: .8;
  }

  100% {
    r: 18;
    opacity: 0;
  }
}

.node-ring {
  animation: nodeRing 2.4s ease-out infinite;
}

.node-ring-2 {
  animation: nodeRing 2.4s .8s ease-out infinite;
}

.node-ring-3 {
  animation: nodeRing 2.4s 1.6s ease-out infinite;
}

/* data flow along paths */
@keyframes dataDot {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}

.data-dot {
  animation: dataDot 3s linear infinite;
}

.data-dot-2 {
  animation: dataDot 3s 1s linear infinite;
}

.data-dot-3 {
  animation: dataDot 3s 2s linear infinite;
}

.data-dot-4 {
  animation: dataDot 2.5s .5s linear infinite;
}

.data-dot-5 {
  animation: dataDot 2.5s 1.5s linear infinite;
}

/* brain glow pulse */
@keyframes brainGlow {

  0%,
  100% {
    opacity: .55;
    transform: scale(1);
  }

  50% {
    opacity: .9;
    transform: scale(1.04);
  }
}

.brain-glow {
  animation: brainGlow 3s ease-in-out infinite;
  transform-origin: 270px 200px;
}

/* floating code card */
@keyframes floatCode {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.float-card-1 {
  animation: floatCode 4s ease-in-out infinite;
}

.float-card-2 {
  animation: floatCode 4s 1.3s ease-in-out infinite;
}

.float-card-3 {
  animation: floatCode 4s 2.6s ease-in-out infinite;
}

/* hex grid shimmer */
@keyframes hexShimmer {

  0%,
  100% {
    opacity: .18;
  }

  50% {
    opacity: .38;
  }
}

.hex-shimmer {
  animation: hexShimmer 3.5s ease-in-out infinite;
}

.hex-shimmer-2 {
  animation: hexShimmer 3.5s 1.2s ease-in-out infinite;
}

.hex-shimmer-3 {
  animation: hexShimmer 3.5s 2.4s ease-in-out infinite;
}

/* scan line */
@keyframes scanLine {
  0% {
    transform: translateY(-120px);
    opacity: 0;
  }

  10% {
    opacity: .6;
  }

  90% {
    opacity: .6;
  }

  100% {
    transform: translateY(320px);
    opacity: 0;
  }
}

.scan-line {
  animation: scanLine 4s ease-in-out infinite;
}

/* chip blink */
@keyframes chipBlink {

  0%,
  90%,
  100% {
    opacity: 1;
  }

  95% {
    opacity: .3;
  }
}

.chip-blink {
  animation: chipBlink 2s ease-in-out infinite;
}

@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-left {
    padding: 100px 28px 40px;
  }

  .hero-right {
    min-height: auto;
    padding: 20px 28px 60px;
  }

  .hero-right::before {
    border-left: none;
    border-top: 1px solid rgba(201, 151, 74, .12);
  }

  .tech-illustration {
    max-width: 380px;
  }

  .hero-stats {
    gap: 24px;
  }

  .hero-arrow {
    left: 50%;
  }
}

/* ── ABOUT BAND ── */
.about-band {
  position: relative;
  z-index: 1;
  background: var(--maroon);
  padding: 56px 40px;
}

.about-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: center;
}

.about-label {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  font-style: italic;
  color: var(--cream);
  line-height: 1.2;
}

.about-label span {
  color: var(--gold-light);
  display: block;
}

.about-text {
  font-size: 15px;
  line-height: 1.88;
  color: rgba(253, 246, 238, .7);
  border-left: 2px solid var(--gold);
  padding-left: 28px;
}

/* ── SECTION HEADER ── */
.section-hd {
  text-align: center;
  padding: 76px 40px 12px;
  position: relative;
  z-index: 1;
}

.section-hd .eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 13px;
}

.section-hd h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--maroon-deep);
}

.section-hd h2 em {
  font-style: italic;
  color: var(--maroon-light);
}

.section-hd .rule {
  width: 54px;
  height: 3px;
  background: linear-gradient(90deg, var(--maroon), var(--gold));
  border-radius: 2px;
  margin: 18px auto 0;
}

/* ── COORDINATOR CARDS ── */
.coord-section {
  position: relative;
  z-index: 1;
}

/* Chief grid */
.chief-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 48px auto 0;
  padding: 0 32px;
}

/* Faculty grid */
.faculty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1020px;
  margin: 48px auto 0;
  padding: 0 32px 0;
}

.coord-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
  cursor: default;
}

.coord-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--maroon), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.coord-card:hover {
  transform: translateY(-9px) scale(1.013);
  box-shadow: 0 26px 55px rgba(107, 26, 42, .17), 0 6px 18px rgba(107, 26, 42, .09);
}

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

.coord-card.chief-card {
  background: linear-gradient(145deg, var(--maroon-deep), var(--maroon-mid));
  color: var(--cream);
}

.coord-card.chief-card .coord-role {
  color: var(--gold-light);
}

.coord-card.chief-card .coord-name {
  color: var(--white);
}

.coord-card.chief-card .coord-avatar {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(201, 151, 74, .45);
  color: var(--gold-light);
}

.coord-card.chief-card::before {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.coord-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--cream-mid);
  border: 2px solid var(--cream-dark);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--maroon);
  letter-spacing: .02em;
}

.coord-role {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--maroon-light);
  margin-bottom: 6px;
}

.coord-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--maroon-deep);
  line-height: 1.3;
}

/* ── STUDENT TABLE SECTION ── */
.student-section {
  position: relative;
  z-index: 1;
  padding: 0 32px 88px;
  max-width: 1100px;
  margin: 0 auto;
}

/* filter bar */
.filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 40px 0 28px;
  align-items: center;
}

.filter-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-right: 4px;
}

.filter-btn {
  padding: 7px 18px;
  border: 1.5px solid var(--cream-dark);
  border-radius: 100px;
  background: var(--white);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-mid);
  cursor: pointer;
  transition: all .2s;
  font-family: 'Nunito Sans', sans-serif;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--maroon);
  border-color: var(--maroon);
  color: var(--white);
}

.search-box {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1.5px solid var(--cream-dark);
  border-radius: 100px;
  padding: 7px 18px;
  transition: border-color .2s;
}

.search-box:focus-within {
  border-color: var(--maroon);
}

.search-box input {
  border: none;
  outline: none;
  font-size: 13px;
  font-family: 'Nunito Sans', sans-serif;
  color: var(--text-dark);
  background: transparent;
  width: 180px;
}

.search-box svg {
  width: 15px;
  height: 15px;
  stroke: var(--text-light);
  flex-shrink: 0;
}

/* table */

.class-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  background: var(--cream-mid);
  color: var(--maroon);
  border: 1px solid var(--cream-dark);
}

.no-results {
  text-align: center;
  padding: 40px;
  color: var(--text-light);
  font-style: italic;
  display: none;
}

/* result count */
.result-count {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 14px;
  text-align: right;
}

.result-count strong {
  color: var(--maroon);
}

/* ── ACTIVITIES SECTION ── */
.activities-section {
  position: relative;
  z-index: 1;
  background: var(--cream);
  padding: 80px 0 90px;
  overflow: hidden;
}

/* subtle dot pattern bg */
.activities-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(107, 26, 42, .07) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  pointer-events: none;
}

.activities-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}

/* filter tabs */
.act-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 52px;
}

.act-filter-btn {
  padding: 8px 22px;
  border: 1.5px solid var(--cream-dark);
  border-radius: 100px;
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-mid);
  cursor: pointer;
  transition: all .22s;
  font-family: 'Nunito Sans', sans-serif;
}

.act-filter-btn:hover,
.act-filter-btn.act-active {
  background: var(--maroon);
  border-color: var(--maroon);
  color: var(--white);
}

/* activities grid */
.act-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* individual activity card */
.act-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: transform .38s cubic-bezier(.22, 1, .36, 1), box-shadow .38s;
  cursor: default;
}

.act-card:hover {
  transform: translateY(-12px) scale(1.012);
  box-shadow: 0 30px 65px rgba(107, 26, 42, .16), 0 8px 22px rgba(107, 26, 42, .09);
}

/* featured card spans 2 cols */
.act-card.act-featured {
  grid-column: span 2;
}

.act-card.act-featured .act-img-wrap {
  height: 260px;
}

/* image placeholder area */
.act-img-wrap {
  height: 210px;
  position: relative;
  overflow: hidden;
  background: var(--maroon-deep);
}

/* real image support — when added, img fills this */
.act-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.act-card:hover .act-img-wrap img {
  transform: scale(1.06);
}

/* SVG placeholder illustration */
.act-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* gradient overlays per activity type */
.act-img-placeholder.hackathon {
  background: linear-gradient(135deg, #3a0a14 0%, #6b1a2a 60%, #8c2438 100%);
}

.act-img-placeholder.workshop {
  background: linear-gradient(135deg, #1a0a2e 0%, #4a1040 60%, #7a2050 100%);
}

.act-img-placeholder.competition {
  background: linear-gradient(135deg, #0a1a1a 0%, #1a3a3a 60%, #2a5050 100%);
}

.act-img-placeholder.techtalk {
  background: linear-gradient(135deg, #1a1a0a 0%, #3a3210 60%, #5a4820 100%);
}

.act-img-placeholder.showcase {
  background: linear-gradient(135deg, #0a0a2e 0%, #1a1a5e 60%, #2a2a8e 100%);
}

.act-img-placeholder.robotics {
  background: linear-gradient(135deg, #1a0a0a 0%, #4a1818 60%, #7a2828 100%);
}

/* placeholder icon + text */
.act-placeholder-icon {
  font-size: 3.5rem;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 20px rgba(201, 151, 74, .4));
  animation: placeholderFloat 3s ease-in-out infinite;
}

.act-card.act-featured .act-placeholder-icon {
  font-size: 5rem;
}

@keyframes placeholderFloat {

  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

/* circuit lines decoration inside placeholder */
.act-circuit {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(201, 151, 74, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 151, 74, .08) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* scan line across image */
.act-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(201, 151, 74, .6), transparent);
  animation: actScan 3s ease-in-out infinite;
}

@keyframes actScan {
  0% {
    top: 0;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

/* image overlay gradient (bottom fade) */
.act-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 4;
  background: linear-gradient(to top, rgba(10, 0, 5, .6), transparent);
}

/* date badge */
.act-date-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  background: rgba(74, 15, 28, .88);
  border: 1px solid rgba(201, 151, 74, .45);
  border-radius: 8px;
  padding: 6px 12px;
  text-align: center;
  backdrop-filter: blur(6px);
}

.act-date-badge .day {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  display: block;
}

.act-date-badge .month {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(232, 201, 138, .65);
}

/* card body */
.act-body {
  padding: 22px 24px 26px;
}

.act-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--cream-mid);
  color: var(--maroon);
  border: 1px solid var(--cream-dark);
  margin-bottom: 12px;
}

.act-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--maroon-deep);
  line-height: 1.3;
  margin-bottom: 10px;
}

.act-card.act-featured .act-title {
  font-size: 1.5rem;
}

.act-desc {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--text-mid);
  margin-bottom: 18px;
}

.act-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.act-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-light);
}

.act-meta-item svg {
  width: 13px;
  height: 13px;
  stroke: var(--maroon-light);
  flex-shrink: 0;
}

/* divider between desc and meta */
.act-divider {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--maroon), var(--gold));
  border-radius: 1px;
  margin-bottom: 16px;
  transition: width .35s;
}

.act-card:hover .act-divider {
  width: 60px;
}

/* photo placeholder notice */
.act-photo-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 8px 14px;
  background: var(--cream-mid);
  border-radius: 8px;
  font-size: 11.5px;
  color: var(--text-light);
  font-style: italic;
}

.act-photo-note svg {
  width: 13px;
  height: 13px;
  stroke: var(--gold);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .act-grid {
    grid-template-columns: 1fr 1fr;
  }

  .act-card.act-featured {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .act-grid {
    grid-template-columns: 1fr;
  }

  .act-card.act-featured {
    grid-column: span 1;
  }

  .act-card.act-featured .act-img-wrap {
    height: 210px;
  }

  .activities-inner {
    padding: 0 16px;
  }
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: .1s;
}

.reveal-delay-2 {
  transition-delay: .2s;
}

.reveal-delay-3 {
  transition-delay: .3s;
}

.reveal-delay-4 {
  transition-delay: .4s;
}

.reveal-delay-5 {
  transition-delay: .5s;
}

/* ── FOOTER ── */
footer {
  position: relative;
  z-index: 1;
  background: #1a0408;
  padding: 30px 40px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, .28);
  letter-spacing: .05em;
}

footer strong {
  color: var(--gold);
  font-weight: 600;
}

/* ── KEYFRAMES ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 840px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .chief-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    padding: 0 20px;
  }

  .faculty-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
  }

  .student-section {
    padding: 0 16px 60px;
  }

  .search-box input {
    width: 120px;
  }

  .hero-stats {
    gap: 24px;
  }

  .filter-bar {
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .faculty-grid {
    grid-template-columns: 1fr;
  }

  .filter-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-box {
    margin-left: 0;
    width: 100%;
  }

  .search-box input {
    width: 100%;
  }
}

.para {
  color: white;
}



/* pdf style */
.pdf-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(113, 41, 41, 0.15);
  max-width: 420px;
  width: 100%;
}

.pdf-card a {
  color: #fff;
}

.pdf-card a:hover {
  text-decoration: underline;
  color: #ff6425;
}

/* icon */
.pdf-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(113, 41, 41, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

/* text */
.pdf-content {
  flex: 1;
}

.pdf-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.pdf-meta {
  font-size: 11.5px;
  color: var(--color-secondary);
}

/* link button */
.pdf-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #ff6425 !important;
  text-decoration: none;
  font-weight: 500;
}

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

.faculty-card {
  background: #eaeaea;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  transition: 0.3s;
}

.faculty-card:hover {
  transform: translateY(-5px);
}

.faculty-card__image {
  width: 130px;
  height: 130px;
  margin: 0 auto 15px;
  border-radius: 50%;
  padding: 5px;
  background: #fff;
}

.faculty-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.faculty-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #b30000;
  margin-bottom: 5px;
}

.faculty-card__designation {
  font-size: 14px;
  margin-bottom: 10px;
}

.faculty-card__link {
  font-size: 13px;
  color: #b30000;
  text-decoration: underline;
}

.link-container {
  text-align: center;
  margin: 20px 0;
}

.custom-link {
  color: #007bff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
}

.custom-link:hover {
  color: #0056b3;
  text-decoration: none;
}

.brief-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.brief-card:hover {
  transform: translateY(-5px);
}

.brief-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.brief-content {
  padding: 10px;
}

.brief-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.brief-content a {
  font-size: 12px;
  color: #0d6efd;
  text-decoration: none;
}

/* HEADER */
.faculty-profile__header {
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* IMAGE */
.faculty-profile__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

/* SECTION BOX */
.faculty-profile__section {
  margin-bottom: 10px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
}

/* REMOVE LAST GAP */
.faculty-profile__section:last-child {
  margin-bottom: 0;
}

/* TITLES */
.page-section-title {
  margin-bottom: 6px;
  font-size: 18px;
}

/* TEXT SPACING */
.faculty-profile__section p {
  margin-bottom: 6px;
}

/* LIST */
.page-section-list {
  margin-bottom: 0;
  padding-left: 18px;
}

.page-section-list li {
  margin-bottom: 3px;
}

/* TABLE */
.pages-section-table td {
  padding: 6px 10px;
  vertical-align: top;
}

/* BUTTON */
.faculty-profile__link {
  display: inline-block;
  padding: 6px 14px;
  background: #0d6efd;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}

.faculty-profile__link:hover {
  background: #084298;
}

/* --- Modern Table Styling for CMS Content --- */
.mce-item-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0;
  margin: 3rem 0;
  font-family: var(--font-secondary);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eef2f6;
  background: #fff;
  border-top: 4px solid var(--color-secondary);
  /* Added secondary color accent */
}

.mce-item-table th,
.mce-item-table td {
  padding: 1.25rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
  border-right: 1px solid #f1f5f9;
}

.mce-item-table th:last-child,
.mce-item-table td:last-child {
  border-right: none;
}

.mce-item-table thead tr,
.mce-item-table tr:first-child {
  background: var(--color-primary);
  /* Using root primary color */
  color: #ffffff;
}

.mce-item-table thead tr th,
.mce-item-table tr:first-child td,
.mce-item-table tr:first-child th {
  color: #ffffff !important;
  font-family: var(--font-primary);
  /* Using root primary font */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  border-bottom: none;
  background-color: var(--color-primary) !important;
}


.mce-item-table tbody tr:nth-of-type(even),
.mce-item-table tr:nth-child(even) {
  background-color: #fafbfc;
}


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

.mce-item-table td {
  color: var(--color-default);
  /* Using root default color */
  font-size: 0.95rem;
  line-height: 1.6;
  vertical-align: middle;
}

/* Ensure images within tables are responsive */
.mce-item-table img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 5px 0;
}

/* Responsive Container for Tables */
@media screen and (max-width: 992px) {
  .mce-item-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    margin: 2rem 0;
  }

  .mce-item-table th,
  .mce-item-table td {
    padding: 1rem;
    white-space: nowrap;
  }
}


.genesis-feature-box {
  background: white;
  border-radius: 16px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(113, 41, 41, 0.08);
  transition: all 0.3s ease;
}

.genesis-highlight-banner p {
  color: white;
}

.genesis-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(113, 41, 41, 0.12);
}

.genesis-highlight-banner {
  background: linear-gradient(90deg, var(--color-primary), #8b3a3a);
  color: white;
  border-radius: 12px;
}

.genesis-objective-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(113, 41, 41, 0.06);
}

.genesis-section-title{
  font-size: 25px;
}




    [class^="ewyl-ico-"] {
      font-style: normal;
      line-height: 1;
      display: inline-block;
    }
    .ewyl-ico-award::before  { content: "🏅"; }
    .ewyl-ico-arrow::before  { content: "→"; }
    .ewyl-ico-shield::before { content: "🛡"; }
    .ewyl-ico-bulb::before   { content: "💡"; }
    .ewyl-ico-girl::before   { content: "👩"; }
    .ewyl-ico-clock::before  { content: "🕐"; }
    .ewyl-ico-rupee::before  { content: "₹"; font-weight: 700; }
    .ewyl-ico-book::before   { content: "📖"; }
    .ewyl-ico-lock::before   { content: "🔒"; }
    .ewyl-ico-star::before   { content: "✦"; font-size: 1.1em; }
    .ewyl-ico-cash::before   { content: "💰"; }
    .ewyl-ico-bag::before    { content: "💼"; }
    .ewyl-ico-graph::before  { content: "📈"; }
    .ewyl-ico-female::before { content: "♀"; font-size: 1.2em; font-weight: 700; }

    /* ════════════════════════════
       HERO SECTION
    ════════════════════════════ */
    .ewyl-hero-section {
      background: #712929;
      min-height: 88vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding: 5rem 0;
    }
    .ewyl-hero-section::after {
      content: "";
      position: absolute;
      right: 0; top: 0; bottom: 0;
      width: 46%;
      background: #521e1e;
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
      pointer-events: none;
    }

    .ewyl-hero-textcol { position: relative; z-index: 2; }
    .ewyl-hero-imgcol  { position: relative; z-index: 2; }

    .ewyl-hero-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(253,189,15,0.15);
      border: 1px solid rgba(253,189,15,0.4);
      color: #fdbd0f;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 999px;
      margin-bottom: 1.5rem;
    }

    .ewyl-hero-headline {
      font-size: clamp(2.4rem, 5.5vw, 4rem);
      font-weight: 800;
      color: #ffffff;
      line-height: 1.1;
      margin-bottom: 1.25rem;
      letter-spacing: -0.02em;
    }
    .ewyl-gold-word { 
        color: #fdbd0f;
         font-size: clamp(2.4rem, 5.5vw, 4rem);
      font-weight: 800; 
    }

       .ewyl-heroo p{
      color: #fff;
    }

    .ewyl-hero-subtext {
      font-size: 15px;
      color: rgba(255,255,255,0.7);
      line-height: 1.75;
      max-width: 480px;
      margin-bottom: 2.5rem;
    }

    .ewyl-hero-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #fdbd0f;
      color: #521e1e;
      font-size: 13px;
      font-weight: 700;
      padding: 14px 28px;
      border-radius: 8px;
      text-decoration: none;
      letter-spacing: 0.02em;
      transition: background 0.2s, transform 0.2s;
    }
    .ewyl-hero-cta:hover {
      background: #e8ac0c;
      transform: translateY(-2px);
      color: #521e1e;
    }

    .ewyl-hero-photoframe {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
    }
    .ewyl-hero-photoframe img {
      width: 100%;
      height: 500px;
      object-fit: cover;
      display: block;
    }
    .ewyl-hero-photoframe::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(113,41,41,0.35) 0%, transparent 55%);
      z-index: 1;
    }

    .ewyl-hero-safebadge {
      position: absolute;
      bottom: 24px; left: -18px;
      background: #ffffff;
      border-radius: 14px;
      padding: 14px 18px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.18);
      z-index: 3;
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 200px;
    }
    .ewyl-hero-safebadge-icon {
      width: 42px; height: 42px;
      background: #fdf2f2;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      flex-shrink: 0;
    }
    .ewyl-hero-safebadge-copy strong {
      font-size: 13px; font-weight: 700;
      color: #521e1e; display: block;
    }
    .ewyl-hero-safebadge-copy span {
      font-size: 11px; color: #6b6b6b;
    }

    /* ════════════════════════════
       SHARED TYPOGRAPHY
    ════════════════════════════ */
    .ewyl-section-eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #712929;
      margin-bottom: 0.4rem;
      display: block;
    }
    .ewyl-section-heading {
      font-size: clamp(1.5rem, 3vw, 2.1rem);
      font-weight: 800;
      color: #521e1e;
      line-height: 1.2;
      margin-bottom: 0.75rem;
      letter-spacing: -0.02em;
    }
    .ewyl-gold-rule {
      width: 48px; height: 4px;
      background: #fdbd0f;
      border-radius: 2px;
      margin-bottom: 1.5rem;
    }

    /* ════════════════════════════
       VISION SECTION
    ════════════════════════════ */
    .ewyl-vision-section {
      padding: 6rem 0 7rem;
      background: #faf7f7;
    }

    .ewyl-vision-photocol { position: relative; }

    .ewyl-vision-mainphoto {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 24px 64px rgba(113,41,41,0.18);
    }
    .ewyl-vision-mainphoto img {
      width: 100%;
      height: 420px;
      object-fit: cover;
      display: block;
    }

    .ewyl-vision-floatcard {
      position: absolute;
      bottom: -32px; right: -20px;
      background: #712929;
      color: #ffffff;
      padding: 20px 22px;
      border-radius: 16px;
      max-width: 220px;
      box-shadow: 0 12px 36px rgba(113,41,41,0.32);
    }
    .ewyl-vision-floatcard-ico {
      font-size: 26px;
      margin-bottom: 6px;
      display: block;
    }
    .ewyl-vision-floatcard p {
      font-size: 12.5px;
      line-height: 1.55;
      color: rgba(255,255,255,0.85);
      margin: 0;
    }
    .ewyl-vision-floatcard strong { color: #fdbd0f; font-weight: 600; }

    .ewyl-vision-ministerstrip {
      background: #ffffff;
      border-left: 4px solid #fdbd0f;
      border-radius: 0 12px 12px 0;
      padding: 1.2rem 1.4rem;
      margin-bottom: 1.4rem;
      box-shadow: 0 4px 20px rgba(113,41,41,0.07);
    }
    .ewyl-vision-ministerstrip-tag {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #9b3a3a;
      margin-bottom: 4px;
      display: block;
    }
    .ewyl-vision-ministerstrip p {
      font-size: 14px; color: #444; line-height: 1.65; margin: 0;
    }
    .ewyl-vision-ministerstrip strong { color: #712929; font-weight: 600; }

    .ewyl-vision-bodytext {
      font-size: 15px;
      color: #6b6b6b;
      line-height: 1.8;
    }

    /* ════════════════════════════
       FEATURES SECTION
    ════════════════════════════ */
    .ewyl-features-section {
      padding: 6rem 0;
      background: #ffffff;
    }

    .ewyl-feature-tile {
      position: relative;
      background: #ffffff;
      border: 1.5px solid #f0e4e4;
      border-radius: 18px;
      padding: 2rem 1.5rem 1.75rem;
      height: 100%;
      overflow: hidden;
      transition: border-color 0.25s, transform 0.25s;
    }
    .ewyl-feature-tile::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: #fdbd0f;
      transform: scaleX(0);
      transition: transform 0.3s ease;
      transform-origin: left;
    }
    .ewyl-feature-tile:hover { border-color: #9b3a3a; transform: translateY(-5px); }
    .ewyl-feature-tile:hover::after { transform: scaleX(1); }

    .ewyl-feature-counter {
      font-size: 52px;
      font-weight: 800;
      color: #f5ecec;
      position: absolute;
      top: 10px; right: 16px;
      line-height: 1;
      letter-spacing: -0.04em;
      pointer-events: none;
      user-select: none;
    }

    .ewyl-feature-iconwrap {
      width: 54px; height: 54px;
      background: #fdf2f2;
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 24px;
      margin-bottom: 1.1rem;
      transition: background 0.25s;
    }
    .ewyl-feature-tile:hover .ewyl-feature-iconwrap { background: #712929; }

    .ewyl-feature-tile h5 {
      font-size: 15px; font-weight: 700;
      color: #521e1e; margin-bottom: 0.55rem;
    }
    .ewyl-feature-tile p {
      font-size: 13px; color: #6b6b6b; line-height: 1.65; margin: 0;
    }

    /* ════════════════════════════
       OBJECTIVE SECTION
    ════════════════════════════ */
    .ewyl-objective-section {
      padding: 6rem 0;
      background: #faf7f7;
    }

    .ewyl-objective-intro {
      font-size: 15px;
      color: #6b6b6b;
      line-height: 1.8;
      margin-bottom: 1.75rem;
    }

    .ewyl-objective-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 1.4rem 1.5rem;
      height: 100%;
      box-shadow: 0 4px 20px rgba(113,41,41,0.06);
      border: 1px solid #f2e6e6;
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .ewyl-objective-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(113,41,41,0.12);
    }

    .ewyl-objective-iconbubble {
      width: 46px; height: 46px;
      border-radius: 50%;
      background: #712929;
      display: flex; align-items: center; justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }

    .ewyl-objective-cardtext h6 {
      font-size: 14px; font-weight: 700;
      color: #521e1e; margin-bottom: 4px;
    }
    .ewyl-objective-cardtext p {
      font-size: 13px; color: #6b6b6b; line-height: 1.6; margin: 0;
    }

    .ewyl-objective-photowrap {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 20px 56px rgba(113,41,41,0.15);
      height: 100%;
    }
    .ewyl-objective-photowrap img {
      width: 100%; height: 100%;
      min-height: 360px;
      object-fit: cover; display: block;
    }

    /* ════════════════════════════
       GALLERY SECTION
    ════════════════════════════ */
    .ewyl-gallery-section {
      padding: 6rem 0;
      background: #712929;
    }
    .ewyl-gallery-section .ewyl-section-eyebrow { color: rgba(253,189,15,0.8); }
    .ewyl-gallery-section .ewyl-section-heading { color: #ffffff; }
    .ewyl-gallery-section .ewyl-gold-rule       { background: rgba(253,189,15,0.45); }

    .ewyl-gallery-photobox {
      border-radius: 16px;
      overflow: hidden;
      position: relative;
    }
    .ewyl-gallery-photobox img {
      width: 100%; height: 300px;
      object-fit: cover; display: block;
      transition: transform 0.5s ease;
    }
    .ewyl-gallery-photobox:hover img { transform: scale(1.06); }

    .ewyl-gallery-caption {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(82,30,30,0.75) 0%, transparent 55%);
      display: flex; align-items: flex-end;
      padding: 1.25rem;
      opacity: 0; transition: opacity 0.3s;
    }
    .ewyl-gallery-photobox:hover .ewyl-gallery-caption { opacity: 1; }
    .ewyl-gallery-caption span {
      color: #ffffff; font-size: 13px; font-weight: 500;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 991px) {
      .ewyl-hero-section::after { display: none; }
      .ewyl-hero-section { min-height: auto; padding: 4rem 0; }
      .ewyl-hero-photoframe img { height: 340px; }
      .ewyl-hero-safebadge { display: none; }
      .ewyl-vision-floatcard { position: static; max-width: 100%; margin-top: 1.5rem; }
      .ewyl-vision-photocol { margin-bottom: 3.5rem; }
    }
    @media (max-width: 576px) {
      .ewyl-hero-headline { font-size: 2rem; }
      .ewyl-vision-section { padding: 4rem 0 5rem; }
    }

    /* facilties */

    .aurora-campus-shell{
  padding:80px 40px;
  max-width:1300px;
  margin:0 auto;
}

.velvet-heading-chip{
  text-align:center;
  font-size:11px;
  letter-spacing:5px;
  text-transform:uppercase;
  color:#9B1B2A;
  font-weight:500;
  margin-bottom:12px;
}

.opal-intro-panel{
  max-width:820px;
  margin:0 auto 52px;
  text-align:center;
  background:linear-gradient(135deg,#fff8f0,#ffffff);
  border-left:4px solid #9B1B2A;
  border-right:4px solid #C9A84C;
  border-radius:12px;
  padding:28px 36px;
  box-shadow:0 4px 18px rgba(155,27,42,0.07);
}

.opal-intro-panel p{
  font-size:15.5px;
  color:#4A3728;
  line-height:1.85;
  font-weight:300;
}

.nebula-facility-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:28px;
}

.zenith-feature-tile{
  background:#FFFFFF;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(155,27,42,0.12);
  transition:transform .35s ease, box-shadow .35s ease;
  animation:skyRise .6s ease both;
}

.zenith-feature-tile:hover{
  transform:translateY(-8px);
  box-shadow:0 16px 40px rgba(155,27,42,0.2);
}

.zenith-feature-tile:hover .mirage-overlay-layer{
  opacity:1;
}

.atlas-image-shell{
  position:relative;
  height:220px;
  overflow:hidden;
}

.horizon-image-frame{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}

.zenith-feature-tile:hover .horizon-image-frame{
  transform:scale(1.08);
}

.mirage-overlay-layer{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    transparent 35%,
    rgba(0,0,0,0.55) 100%
  );
  opacity:0;
  transition:opacity .35s ease;
}

.solstice-count-badge{
  position:absolute;
  top:14px;
  left:14px;
  background:#9B1B2A;
  color:#ffffff;
  font-size:11px;
  font-weight:500;
  letter-spacing:1px;
  padding:5px 12px;
  border-radius:30px;
  z-index:2;
}

.lunar-content-zone{
  padding:22px 24px 26px;
  border-top:3px solid transparent;
  border-image:linear-gradient(
    90deg,
    #9B1B2A,
    #C9A84C
  ) 1;
}

.royale-card-heading{
  font-family:'Playfair Display',serif;
  font-size:20px;
  font-weight:700;
  color:#1A1008;
  margin-bottom:10px;
  line-height:1.3;
}

.whisper-card-copy{
  font-size:14px;
  color:#4A3728;
  line-height:1.8;
  font-weight:300;
}

.monarch-tag-ribbon{
  display:inline-block;
  margin-top:16px;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#9B1B2A;
  font-weight:600;
  border-bottom:1px solid #C9A84C;
  padding-bottom:2px;
}

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

.zenith-feature-tile:nth-child(1){animation-delay:.05s;}
.zenith-feature-tile:nth-child(2){animation-delay:.1s;}
.zenith-feature-tile:nth-child(3){animation-delay:.15s;}
.zenith-feature-tile:nth-child(4){animation-delay:.2s;}
.zenith-feature-tile:nth-child(5){animation-delay:.25s;}
.zenith-feature-tile:nth-child(6){animation-delay:.3s;}
.zenith-feature-tile:nth-child(7){animation-delay:.35s;}
.zenith-feature-tile:nth-child(8){animation-delay:.4s;}
.zenith-feature-tile:nth-child(9){animation-delay:.45s;}
.zenith-feature-tile:nth-child(10){animation-delay:.5s;}
.zenith-feature-tile:nth-child(11){animation-delay:.55s;}
.zenith-feature-tile:nth-child(12){animation-delay:.6s;}

@media(max-width:768px){

  .aurora-campus-shell{
    padding:60px 20px;
  }

  .opal-intro-panel{
    padding:22px;
  }

  .royale-card-heading{
    font-size:18px;
  }

}