@font-face {
  font-family: Helvetica-regular;
  src: url(https://login10.shauryasoft.com/website/gdgpv2/assets/font/helvetica-neue/HelveticaNeueLight.otf);
}

@font-face {
  font-family: Helvetica-Medium;
  src: url(https://login10.shauryasoft.com/website/gdgpv2/assets/font/helvetica-neue/HelveticaNeueMedium.otf);
}

@font-face {
  font-family: IBM-Regular;
  src: url(https://login10.shauryasoft.com/website/gdgpv2/assets/font/IBM_Plex_Serif/IBMPlexSerif-Light.ttf);
}

@font-face {
  font-family: IBM-MediumItalic;
  src: url(https://login10.shauryasoft.com/website/gdgpv2/assets/font/IBM_Plex_Serif/IBMPlexSerif-SemiBoldItalic.ttf);
}

@font-face {
  font-family: IBM-Medium;
  src: url(https://login10.shauryasoft.com/website/dgpv2/assets/font/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf);
}

body,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body a {
  color: #000;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  color: #fff;
}

body ul li {
  list-style-type: none;
}

/* =========== Common Styles ============= */
.Subheading {
  color: #464646;
  text-align: center;
  font-family: Helvetica-regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2.4px;
}

.BigHeadings {
  color: #464646;
  font-family: IBM-MediumItalic;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 98.438%;
  letter-spacing: 1.8px;
}

.BigHeadings span {
  padding-left: 10px;
  color: #305197;
  font-family: Helvetica-Medium;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 98.438%;
  letter-spacing: 1.8px;
}

.ContentPara {
  color: #464646;
  font-family: Helvetica-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: 0.9px;
}

.KnowmoreBtn {
  display: flex;
  width: fit-content;
}

.KnowmoreBtntxt {
  border-radius: 22.5px;
  background: #305197;
  color: #fff;
  text-align: center;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 20px;
}

.KnowmoreBtn:hover > .KnowmoreBtntxt {
  border-radius: 22.5px 0 0 22.5px;
  transition: border-radius 0.5s ease-in-out;
  border-right: 0;
}

.KnowmoreBtn:hover > .KnowmoreBtnIcon {
  border-radius: 0 50% 50% 0;
  transition: border-radius 0.5s ease-in-out;
  border-left: 0;
}

.KnowmoreBtntxt a {
  color: #fff;
  text-decoration: none;
}

.KnowmoreBtnIcon {
  width: 45px;
  height: 47px;
  border-radius: 50%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #305197;
  display: flex;
  justify-content: center;
  align-items: center;
}

.KnowmoreBtnIcon i {
  color: #fff;
  transform: rotate(-45deg);
}

.KnowmoreBtn:hover > .KnowmoreBtnIcon i {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
/* =========== Common Styles ============= */

/* ======== Marquee Style =========== */
.marqueemain {
  background-color: #12357e;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}

.marquee-content {
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding-left: 100%;
  animation: marquee 80s linear infinite;
}

.marquee-content p {
  color: #fff;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica-regular;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}

.marquee-content p a {
  text-decoration: none;
}

.marquee-wrapper {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-content p,
.marquee-content p a {
  display: inline-block;
  margin-right: 100px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.baar {
  color: #fff;
}

/* ======== Marquee Style =========== */
/* ======== Header Style =========== */
.MainHeader {
  position: absolute;
  padding: 28px 5vw;
  width: 100%;
}

.headerRight {
  display: flex;
  justify-content: end;
  align-items: center;
}

.LoginBtn {
  display: flex;
}

.Logintxt {
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 50px;
  color: #305197;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.Logintxt a {
  color: #305197;
  text-decoration: none;
}

.Logintxt a:hover {
  color: #305197;
}

.LoginIcon {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.MenuBtn {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
/* ======== Header Style =========== */
/* ======== Off-Canvas Style =========== */

body.menu-open {
  overflow-y: hidden;
}

.headerLeft img {
  position: relative;
  z-index: 10000;
  max-width: 400px;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.main-menu {
  padding-left: 3rem;
  width: 100%;
}

.hamburger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #305197;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.MenuBtn.active .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.MenuBtn.active .hamburger-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.MenuBtn.active .hamburger-icon span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #305197;
  color: white;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  display: flex;
  transition: opacity 0.5s, visibility 0s 0.5s;
  clip-path: circle(0% at 100% 0%);
}

.off-canvas-menu.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, clip-path 0.8s ease-in-out;
  clip-path: circle(150% at 50% 50%);
}

.off-canvas-menu-inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: hidden;
  opacity: 0;
  transition: opacity 0.5s 0.4s;
  padding: 0;
}

.off-canvas-menu.open .off-canvas-menu-inner {
  opacity: 1;
  display: flex;
  align-items: end;
}

.fixed-header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.fixed-marquee {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.menu-content-wrapper {
  display: flex;
  width: 100%;
  height: 83%;
  border-top: 1px solid #ffffff;
}

.menu-list-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-menu-col,
.sub-menu-col {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
  padding-right: 2rem;
  overflow-y: auto;
}

.main-menu-col {
  position: relative;
  padding-top: 5vh;
  width: 50%;
  visibility: visible;
  opacity: 1;
  display: flex;
  border-right: 1px solid #ffffff;
}

.sub-menu-list {
  padding-left: 2rem;
  width: 100%;
}

.sub-menu-col {
  position: absolute;
  padding-top: 5vh;
  left: 50%;
  width: 50%;
  visibility: hidden;
  opacity: 0;
  display: flex;
}

.sub-menu-col.show {
  visibility: visible;
  opacity: 1;
  flex-direction: column;
}

.menu-image-col {
  flex: 1 1 100%;
}

.menu-image-col img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: none;
}

.menu-image-col img.image-visible {
  display: block;
  opacity: 1;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.main-menu,
.sub-menu-list,
.sub-submenu {
  list-style: none;
  margin: 0;
}

.main-menu > li > a {
  font-family: Helvetica-regular;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.main-menu > li > a:hover {
  color: #ffc973;
}

.main-menu > li.active > a {
  color: #ffc973;
}

.sub-menu-list a {
  font-family: Helvetica-regular;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.sub-menu-list a:hover {
  color: #ffc973;
}

.sub-submenu {
  padding-left: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.sub-submenu.open {
  max-height: 500px;
}

.sub-submenu li {
  padding: 0.2rem 0;
}

.sub-submenu li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.sub-submenu li a:hover {
  color: #ffc973;
}

.back-btn {
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  cursor: pointer;
}

.back-btn i {
  margin-right: 0.5rem;
  display: none;
}

.chevron-icon {
  margin-left: 10px;
  transition: transform 0.3s;
}

.sub-menu-list .has-sub-menu .chevron-icon {
  transform: rotate(0);
}

.sub-menu-list .has-sub-menu.active .chevron-icon {
  transform: rotate(90deg);
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.5s 0.4s;
}

.off-canvas-menu.open .close-btn {
  opacity: 1;
}

.main-menu-col.hide {
  opacity: 0;
  visibility: hidden;
}
/* ======== Off-Canvas Style =========== */

/* ======== Herosection Style =========== */
.HeroSection {
  height: 100vh;
}

.HeroSection img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.BannerSubTitle {
  color: #fff;
  text-align: center;
  font-family: Helvetica-regular;
  font-size: clamp(18px, 1.82vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: capitalize;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.BannerTitle {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: clamp(48px, 5.65vw, 120px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.424px;
  text-transform: capitalize;
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.BannerTitle span {
  color: #fff;
  font-family: IBM-MediumItalic;
  font-size: 109px;
  font-style: italic;
  font-weight: 500;
  line-height: 63px;
  letter-spacing: -5.45px;
}

/* --------- CTA Style---------- */
.cta-section-container {
  z-index: 5;
}

.cta-item {
  border: none !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  display: flex;
  align-items: center;
  background-color: #12357e;
  color: white;
  padding: 0 0.75rem;
}

.cta-item.collapsed {
  background-color: #b6985a;
}

.cta-section-container {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 999;
}

.ctaright {
  right: 0;
  align-items: flex-end;
}

.ctaright .cta-item {
  border-radius: 20px 0 0 20px;
  justify-content: start;
}

.cta-item.auto-expanded {
  width: 100%;
}
.ctaright .cta-icon-wrapper img {
  margin-left: 0px;
}

.cta-item.opened {
  width: auto;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  gap: 16px;
}

.cta-icon-wrapper {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0 16px;
}

.cta-icon-wrapper img {
  width: 30px;
}

.cta-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.cta-item.opened .cta-text,
.cta-item:hover .cta-text {
  opacity: 1;
}

.cta-item {
  width: 3rem;
  transition: width 0.6s ease, box-shadow 0.3s ease;
}

.cta-item.auto-expanded {
  gap: 16px;
}

.cta-item:hover {
  width: 100%;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  gap: 16px;
  background: #12357e;
}

.cta-text {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cta-item.auto-expanded .cta-text,
.cta-item:hover .cta-text {
  opacity: 1;
}

/* ======== Herosection Style =========== */
/* ======== AboutSection Style =========== */
/* .AboutSection {
  background: #f0f5ff;
  padding: 5vw;
  height: 100vh;
  display: flex;
}

.AboutLeft {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.AboutSection .ContentPara {
  padding-bottom: 4rem;
  padding-right: 5vw;
}

.AboutRight {
  position: relative;
}

.AboutImg1 img {
  max-height: 500px;
  border-radius: 20px;
}
.AboutImg2 {
  position: absolute;
  right: 24%;
  top: 52%;
  z-index: 10;
  border-radius: 20px;
}

.AboutImg2 img {
  width: 300px;
}

#container {
  position: absolute;
  top: 43%;
  z-index: 99;
  left: 33%;
}

#circle {
  position: relative;
  width: 300px;
  padding-bottom: 100%;
  overflow: hidden;
}

#circle svg {
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(5px);
  animation: rotate 10s linear infinite;
  border-radius: 50%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

/* ======== AboutSection Style =========== */

/* ======== Campus Style =========== */
.CampusSection {
  background-image: url(/assets/images/CampusBG.svg);
  background-position: 37% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 5vw;
}

.CampusSection .BigHeadings {
  text-align: center;
}
.campusfeatures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 4rem;
}

.evenfeature1 {
  border-right: 1px solid #dddddd;
}

.evenfeature3 {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.evenfeature4 {
  border-top: 1px solid #dddddd;
}

.featuresIcon {
  height: 50px;
  width: 50px;
  background: #305197;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 16px;
}

.featureTxt {
  color: #464646;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 100.667%;
}

.featureTxt a:hover {
  color: #464646;
}

.features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.campusRight {
  padding-left: 10vw;
}

.news-box-middle {
  border-radius: 20px 20px 0px 0px;
  border: 2px solid #123785;
  background: #fff;
  padding: 17px;
}

.news-middle-heading {
  color: #123785;
  font-family: Helvetica-Regular;
  font-size: 29.101px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  letter-spacing: 0.873px;
  text-transform: uppercase;
}

.news-middle-content {
  border-top: 2px solid #123785;
}

.news-middle-content {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
}

.news-event-slider .swiper-slide {
  height: auto !important;
  padding: 10px 0px;
  margin-left: 0px;
  text-align: justify;
  border-radius: 0px;
  margin: 0px;
  align-items: center;
  display: flex;
}

.news-event-slider {
  width: 100%;
  height: 600px;
  margin: auto;
}

.news-middle-content .news-event-marqee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}

.news-middle-content:hover .news-event-marqee {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-200%);
  }
}

.news-event-slider .swiper-slide .date {
  color: #123785;
  text-align: center;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 8px;
  background: #f0f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 5px;
  width: 25%;
  white-space: nowrap;
}

.news-event-slider .swiper-slide .content {
  margin-bottom: 0px;
  width: 75%;
}

.content {
  color: #828282;

  font-family: "basis-gro-400";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.54px;
  margin-bottom: 48px;
}

.news-event-slider .swiper-slide .content a {
  color: #6e6e6e;
  font-family: Helvetica-regular;
  text-transform: capitalize;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.582px;
  text-decoration: none;
}

.news-event-cta {
  border-radius: 0px 0px 20px 20px;
  background: #123785;
  padding: 13px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-event-cta a {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: 18px;
  font-style: normal;
  line-height: 134%;
  letter-spacing: 0.54px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
}
/* ======== Campus Style =========== */
/* ======== Glimpse Style =========== */
.GlimpseSection {
  padding: 5vw;
  background-color: #f0f5ff;
}

.GlimpseSection .BigHeadings {
  text-align: center;
}

.GlimpsePara {
  color: #4e4e4e;
  text-align: center;
  font-family: Helvetica-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.232%;
  letter-spacing: 1.62px;
  padding: 0 9vw;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  overflow: hidden;
}

.slide-card {
  position: absolute;
  width: 350px;
  height: 440px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out,
    left 0.6s ease-in-out, z-index 0s 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: white;
  cursor: pointer;
  user-select: none;
  will-change: transform, opacity, left;
}

.slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  background-color: #f0f5ff;
  padding: 10px;
}

.slide-card.active {
  z-index: 5;
  transform: translateX(0) scale(1.1);
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); */
}

.slide-card.next-1 {
  z-index: 4;
  transform: translateX(300px) scale(0.95);
  opacity: 0.9;
}

.slide-card.next-2 {
  z-index: 3;
  transform: translateX(550px) scale(0.8);
  opacity: 0.5;
}

.slide-card.prev-1 {
  z-index: 4;
  transform: translateX(-300px) scale(0.95);
  opacity: 0.9;
}

.slide-card.prev-2 {
  z-index: 3;
  transform: translateX(-550px) scale(0.8);
  opacity: 0.5;
}

.slide-card.far-prev,
.slide-card.far-next {
  z-index: 2;
  opacity: 0;
  transform: translateX(0) scale(0.7);
  pointer-events: none;
}

.dots-container {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 24px;
  height: 5px;
  background-color: #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dot.active {
  background-color: #464646;
  transform: scale(1.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dot:hover {
  background-color: #999;
}

.GlimpseSection .KnowmoreBtn {
  float: right;
}

.card-overlay {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: rgba(48, 81, 151, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  border-radius: 20px;
  text-align: center;
  color: white;
}

.slide-card.active:hover .card-overlay {
  opacity: 1;
  visibility: visible;
}

.overlay-title {
  font-size: 26px;
  font-family: IBM-Medium;
  margin-bottom: 15px;
  line-height: 110%;
}

.overlay-text {
  font-size: 16px;
  font-family: Helvetica-regular;
  line-height: 1.5;
  margin-bottom: 20px;
  max-height: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide-card .KnowmoreBtntxt {
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica-regular;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 10px;
}

.slide-card .KnowmoreBtnIcon {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #fff;
}

.slide-card .KnowmoreBtnIcon i {
  font-size: 20px;
}

/* ======== Glimpse Style =========== */
/* ======== Leadership Style =========== */
.LeadershipSection {
  padding: 5vw;
}

.LeadershipMain .KnowmoreBtntxt {
    border: 1px solid #fff;
}

.LeadershipMain .KnowmoreBtnIcon {
 border: 1px solid #fff;
}

.LeadershipMain .KnowmoreBtntxt a {
    color: #ffffff;
}

.LeadershipMain .KnowmoreBtnIcon i {
  color: #ffffff;
}

.LeadershipMain {
  background-color: #305197;
  border-radius: 22px;
}

.main-card {
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}

.main-card .row {
  height: 100%;
}

.main-image-container {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.LeadershipRight {
  display: flex;
  align-items: center;
}

.main-image-container img {
  border-radius: 10px;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-info h3 {
  color: #fff;
  font-family: IBM-Regular;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 93.75%;
  letter-spacing: 0.96px;
}

.person-info .title {
  color: #fff;
  text-align: justify;
  font-family: Helvetica-regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
}

.person-info .description {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  margin-bottom: 4rem;
}

.LeadershipSection .KnowmoreBtntxt {
  /* background: transparent;
  border: 1px solid #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica-regular;
  font-size: 14px;
  line-height: 100%;
  padding: 14px 20px;
}

.Leadershiphead {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
}

.LeadershipSection .KnowmoreBtnIcon {
  width: 45px;
  height: 45px;
  /* background-color: transparent;
  border: 1px solid #fff; */
}

.LeadershipSection .KnowmoreBtnIcon i {
  font-size: 20px;
}

.thumbnail-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  justify-content: center;
}

.thumbnail-item {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  max-height: 275px;
  object-fit: cover;
  border-radius: 10px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.thumbnail-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.thumbnail-item:hover img {
  filter: grayscale(0%);
}

/* ======== Leadership Style =========== */
/* ======== News and Event Style =========== */
.newsAndEventSection {
  background-color: #f0f5ff;
  padding: 5vh 0 5vh;
  height: 100vh;
  overflow: hidden;
}

.carousel-container {
  background-color: #f8f6f3;
  padding: 40px 20px;
  border-radius: 15px;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h5 {
  color: #888;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.DetailsBox {
  display: flex;
  justify-content: end;
  align-items: center;
}

.details-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  min-height: 550px;
  align-items: center;
}

.details-box .date {
  color: #011d01;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.details-box .title {
  color: #464646;
  text-align: center;
  font-family: IBM-Medium;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2rem;
}

.details-box .description {
  color: #69696f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.889%;
  letter-spacing: 0.18px;
  padding-bottom: 2rem;
}

.details-box .read-more {
  text-decoration: none;
  color: #464646;
  text-align: center;
  font-family: Calluna;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.NewsCarouselRight {
  display: flex;
  align-items: center;
}

.carousel-image-item img {
  height: auto;
  width: 340px !important;
}

.details-box .read-more svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.details-box .read-more:hover svg {
  transform: translateX(5px);
}

#image-carousel .owl-item.active {
  opacity: 0.5;
}

#image-carousell .owl-item.active:nth-of-type(1) {
  opacity: 1;
}

/* ======== News and Event Style =========== */
/* ======== Photo Gallery Style =========== */
.photoGallerySection {
  padding: 5vw;
}

.Galleryhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 335px;
  grid-auto-flow: dense;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

/* ======== Photo Gallery Style =========== */
/* ======== Key Resources Style =========== */
.keyResourcesSection {
  background-color: #f0f5ff;
  padding: 5vw;
}
.ResourceHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-container img {
  width: 60px;
  height: 60px;
}

.cardHeading {
  color: #464646;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.2px;
}

.cardDesc {
  color: #69696f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 189%;
}

.KeyResources-Carousel .owl-nav button {
  background: #305197 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  border: none;
}

.owl-theme .owl-nav button:hover {
  background-color: #3766cb !important;
}

.read-more-link {
  text-decoration: none;
  color: #464646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.read-more-link:hover {
  color: #464646;
}

.read-more-link svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.keyResourcesSection .card {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  border: 1px solid #e9ecef;
  border-radius: 22px;
}
/* ======== Key Resources Style =========== */
/* ======== Where Education Style =========== */
.whereEducationSection {
  padding: 5vw;
  background-color: #f0f5ff;
}

.education .Subheading {
  color: #464646;
  font-family: IBM-MediumItalic;
  text-align: left;
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  line-height: 98.438%;
  letter-spacing: -3.2px;
}
.education .BigHeadings span {
  padding-left: 0;
}
.EducationLeft {
  padding-right: 10vw;
}
.EducationPara {
  color: #4e4e4e;
  font-family: Helvetica-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.232%;
  letter-spacing: 1.62px;
}

.EducationBlueBg {
  background: #123785;
  padding: 2rem;
  border-radius: 20px;
  max-width: 400px;
}

.SchoolName {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.6px;
}

.SchoolName span {
  color: #fff;
  font-family: IBM-MediumItalic;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.6px;
}

.BlueBgText {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.8px;
}

.whereEducationSection iframe {
  border-radius: 20px;
  box-shadow: 0px 0px 19px #1236833d;
}

.EducationBlueBg .KnowmoreBtntxt {
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica-regular;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 10px;
}

.EducationBlueBg .KnowmoreBtnIcon {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #fff;
}
/* ======== Where Education Style =========== */
/* ======== Footer Style =========== */
.footer-main {
  background-color: #322a25;
  color: #ffffff;
  padding: 5vw;
}

.footer-bottom {
  background-color: #305197;
  color: #ffffff;
  padding: 10px;
  font-size: 0.9rem;
}

.footer-logo img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  max-width: 20vw;
}

.footer-logo h4 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.footer-logo p.tagline {
  font-size: 0.9rem;
  color: #cccccc;
  margin-bottom: 1.5rem;
}

.footer-description {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.16px;
}

.getDirectionBtn {
  display: flex;
}

.getDirectionBtntxt {
  border-radius: 22.5px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 20px;
}

.getDirectionBtntxt a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.getDirectionBtnIcon {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 2px solid #fff;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getDirectionBtnIcon i {
  color: #fff;
  transform: rotate(-45deg);
}

.getDirectionBtn:hover > .getDirectionBtnIcon i {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.FooterMiddle {
  padding-left: 12vw;
}

.FooterRight {
  padding-left: 5vw;
}

.footer-heading {
  color: #fff;
  font-family: IBM-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 0.75rem;
}

.footer-links ul li a {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 212.5%;
  letter-spacing: 0.16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #cccccc;
}

.contact-info p {
  color: #fff;
  font-family: Helvetica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 212.5%;
  letter-spacing: 0.16px;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
}

.contact-info a:hover {
  color: #cccccc;
}

.contact-info p i {
  margin-right: 0.75rem;
  font-size: 1.1rem;
  color: #ffffff;
  flex-shrink: 0;
  padding-top: 0.2rem;
}

.social-icons {
  margin-top: 1.5rem;
}

.social-icons a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  margin-right: 1rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  background-color: #ffffff;
  color: #3b312b;
}

.poweredby a {
  color: #fff;
  text-decoration: none;
}

/* ======== Footer Style =========== */
