body {
  font-family: 'Poppins', sans-serif;
  padding: 0px 15px;
}

:root {
  --bodyColor: #222222;
  --bodyBg: #fbfbfb;
  --bodyBg1: #F7F7F7;
  --whiteColor: #ffffff;
  --whitegrey: #6A7C92;
  --whitegrey1: #EDEDED;
  --whitegrey2: #F2F6F7;
  --whitegrey3: #E7DEFF;
  --headingColor: #222222;
  --contentColor: #5F6C76;
  --contentColor2: #5C727D;
  --primaryColor: #5F2DED;
  --secondaryColor: #F2277E;
  --secondaryColor2: #FF275A;
  --secondaryColor3: #FF2828;
  --blackColor: #000000;
  --blackColor2: #191B1E;
  --darkblack: #0C0E2B;
  --darkcolor: #263546;
  --darkgray: #9FA2CE;
  --deepgray: #202942;
  --lightGrey: #7B8696;
  --lightGrey2: #7B8697;
  --lightGrey3: #7E858B;
  --lightGrey4: #A2A9B6;
  --lightGrey5: #F0F0F5;
  --lightGrey8: #F0F1F3;
  --lightGrey6: #6D6E75;
  --lightGrey7: #F3F4FD;
  --lightGrey9: #9F98B2;
  --lightGrey10: #F5F5FE;
  --lightGrey11: #F7F8FD;
  --lightGrey12: #f0f4f7;
  --greencolor: #44CEA9;
  --greencolor2: #1EC902;
  --greencolor3: #2EC14A;
  --orange: #FE2323;
  --borderColor: #eeeeee;
  --borderColor1: #E5E5E5;
  --borderColor2: #dddddd;
  --borderColor3: #f8f8f8;
  --borderColor4: #cacaca;
  --darkdeep1: #170F2F;
  --darkdeep2: #37404E;
  --darkdeep3: #F4F4F8;
  --darkdeep4: #949392;
  --darkdeep5: #62605D;
  --darkdeep6: #7E8285;
  --darkdeep7: #C4C4C4;
  --indigo: #B13BFF;
  --deepgreen: #133344;
  --deepblue: #505975;
  --deepred: #DC164D;
  --skycolor: #03A9F4;
  --yellow: #FF912C;
  --yellow1: #F0B410;
  --blue: #2864FF;
  --naveBlue: #17093e;
  --borderRadius: 4px;
  --borderRadius2: 20px;
  --borderRadius3: 10px;
  --transition: .3s;
  --bodyFont: "Inter", sans-serif;
  --headingFont: "Hind", sans-serif;
  --contentFont: "Inter", sans-serif;
}

.is_dark {
  --bodyColor: #fff;
  --bodyBg: #0C0E2B;
  --bodyBg1: #0C0E2B;
  --headingColor: #fff;
  --blackColor: #fff;
  --blackColor2: #fff;
  --whiteColor: #0C0E2B;
  --darkdeep2: #fff;
  --darkblack: #fff;
  --lightGrey: #0C0E2B;
  --lightGrey7: #170F2F;
  --lightGrey10: #170F2F;
  --lightGrey11: #170F2F;
  --contentColor: #fff;
  --darkdeep5: #fff;
  --borderColor: #312a57;
  --whitegrey: #fff;
  --whitegrey1: #312a57;
  --whitegrey2: #312a57;
  --deepgray: #fff;
  --borderColor2: #fff;
  --darkdeep3: #17093e;
  --contentColor2: #fff;
  --deepgreen: #fff;
  --bs-body-color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.mega-dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  width: auto;
  padding: 1rem;
  background-color: #f8f9fa;
  border-top: 2px solid #dee2e6;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  z-index: 1000;
}

.mega-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.mega-links a {
  display: block;
  color: #333;
  font-size: 13px;
  padding: 4px 0;
  text-decoration: none;
}

.mega-links a:hover {
  text-decoration: underline;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  font-size: 24px;
  height: 100%;
  z-index: 999;
  width: 100% !important;
}

.swiper {
  height: 100%;
}

.hide
{
  display: none !important;
}

.hero__course img {
  height: 350px;
  object-fit: cover;
  border-radius: 6px;
}

.nav-link:focus,
.nav-link:hover {
  color: rgb(65 154 113);
}

.main-wrapper {
  position: relative;
}

.hero-gradient {
  /*   background: linear-gradient(135deg, #f0a00c 0%, #ffb732 100%);*/
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(./images/loader.gif);
}


.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;

}

.section-title h5.title {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 15px;
  /*    border-left: solid 4px #FEA500;*/
  /*    background-color: #4faa8b;*/
  padding: 5px 10px;
  line-height: 1.2em;
  color: #000;
}



.bg-secondary-opacity {
  background: var(--secondary-bg);
  color: var(--secondary-text);
}

.banner-txt {
  z-index: 2;
  position: relative;
}

a.nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 2px;
  text-decoration: none;
}
.navbar-nav .nav-link.show {
  color: black !important;
}

.enquirypara {
  font-weight: 600;
}

.bgswip {
  /* background-color: #FFF; */
  height: 100%;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
  border-color: rgba(229, 231, 235, 1);
  /* if --tw-border-opacity is not set */
  padding: 14px 10px;
}

.custom-card {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-color: rgba(229, 231, 235, 1);
  border-radius: 12px;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  height: 180px;
}

.marquee-container1 {
  overflow: hidden;
  position: relative;
  height: 420px;
}

.scroll-up {
  display: inline-block;
  animation: scroll-up 20s linear infinite;
}

.marquee-container:hover .scroll-up {
  animation-play-state: paused;
}

.marquee-container1:hover .scroll-up {
  animation-play-state: paused;
}

.event-info .info-row {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.65rem;
  color: color-mix(in srgb, #010608, transparent 35%);
}


.eventbor1 {
  /* border-right: solid 4px #3d8c82; */
  padding: 4px 4px 4px 0px;
  font-weight: 600;
}

.event-category {
  /*    display: flex;*/
  padding: 4px 4px 4px 4px;
  font-weight: 600;
  font-size: 15px;
  justify-content: space-between;
  align-items: center;
}

.event-category .badge.academic {
  background: linear-gradient(45deg, #e3f2fd, #bbdefb);
  color: #0d47a1;
}


.gal-container {
  padding: 0px 10px;
}

.listing-boxl {
  list-style: none;
  padding: 0;
  margin: 0;
}

.listing-boxl li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
  background-color: #FFF;
  white-space: normal;
  font-size: 12px;
  word-break: break-all;
  border-left: solid 4px var(--alumni-secondary-color);
  border-radius: 10px 10px 10px 10px;
}

.lrmt {
  margin-top: 40px;
}

header {
  background: linear-gradient(to right, #fcffec, #fefff7);
  /*   background: linear-gradient(to right, #0E47C0, #5479d8);*/
  /* background: linear-gradient(90deg, #2f57ef, #b966e7);*/
  width: 100%;
}

.rbt-splash-slider {
  /*    background-color: #f5f7fa;*/
  position: relative;
  padding-top: 20px;
  overflow: hidden;
  background-image: url(images/bg-image-28.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rbt-splash-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*    background-color: #405f9980;*/
  z-index: 1;
}

.rbt-splash-slider .shape-image.shape-1 {
  bottom: 0;
  right: -250px;
}

.rbt-splash-slider .shape-image {
  position: absolute;
}

.rbt-splash-slider .shape-image.shape-2 {
  bottom: 300px;
  right: 0;
}

.rbt-splash-slider .shape-image.shape-3 {
  top: 0;
  left: 120px;
}

.rbt-splash-slider::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url(images/banner-bg-shape-1.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 145px;
  z-index: 9;
}

.rlogo {
  width: 80px;
}

.logoheader {
  text-align: left;
  /*      color: #FFF;*/
  margin-left: 10px;
}

.logoheader .para {
  margin-bottom: 0px;
  color: var(--alumni-main-color);
  font-size: .8em;
}

.hlogo1 {
  font-size: 28px;
  color: var(--alumni-main-color);
  margin-bottom: 0px;
  line-height: 1em;
  border-bottom: solid 2px var(--alumni-main-color);
  letter-spacing: 6px;
  font-weight: 700;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.rlogo1 {
  animation: logoFloat 3s ease-in-out infinite;
}

.rlogo1 img {
  width: 80%;
}


.theme-btn {
  font-size: 14px;
  color: #FFF;
  padding: 14px 20px;
  transition: all .5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  border: none;
  background: var(--alumni-secondary-color);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--alumni-main-color_hover);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: #FFF;

}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.typed-cursor {
  font-weight: 400;
  font-size: 1.2em;
  color: #0E47C0;
}

.navbar {
  /*   border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);*/
}



.scrolled {
  position: sticky;
  top: 0px;
  z-index: 9999;
  background-color: #FFF !important;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.banner-txt h1 {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--color-heading);
}

.video-popup-wrapper {
  position: relative;
}

.display-5 {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 20%;
}

.banner-txt h1 span {
  /* color: #FEA500; */
  color: var(--alumni-secondary-color);
  /* color: #FEA500; */
}

.navbar .nav-item .dropdown-menu {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-top: 0;
  border: none;
  left: -15px;
  border-radius: 0px;
  border-bottom: 4px solid #fda31b;
  /*        background: var(--alumni-main-color);*/
  width: 220px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.navbar .nav-item:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

.navbar .nav-item .mega-title {
  color: #FFF;
  display: none;
}



.navbar .nav-item .dropdown-menu .mega-links a {
  font-size: 13px;
  padding: 3px 0px;
  font-weight: 500;
  /*        color: #FFF;*/
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: capitalize;
  transition: all .3s ease-in-out;
}

.navbar .nav-item .dropdown-menu .mega-links a:hover {
  background: transparent;
  color: #FDA31B;
  padding-left: 16px;
}

.swiper-slidecon {
  position: relative;
}


.top-features-box {
  background: linear-gradient(208.29deg, #F5D9D5 0%, #F5EAB4 42.92%, #99D9F5 100%);
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.bg-gradient-15 {
  background: linear-gradient(151.71deg, #29C986 0%, #2FC8E5 100%) !important;
}

.top-features-box .shape-image {
  position: absolute;
  right: 0;
  top: 23px;
}

.wel-para1 {
  color: #FFF;
  margin-bottom: 0px;
}

.wel-title {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
}

.wel-subtitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.mparaheadbox {
  padding: 20px;
}

.mparahead {
  font-size: 20px;
  font-weight: 600;
}

.mpara {
  font-size: 14px;
}

.bg-gradient-17 {
  background: linear-gradient(151.71deg, #30C4FF 0%, #7259FF 100%) !important;
}

.shape-wrapper {

  /*    z-index: 2;*/
  margin-bottom: 6px;


}

.shape-wrapper img {
  max-width: none;
  height: auto;
  max-width: 100%;
}

.shape-wrapper .hero-bg-shape-1 {
  position: absolute;
  top: 112px !important;
  left: 5px !important;
  z-index: -3;
}

.shape-wrapper .hero-bg-shape-1 img {
  max-width: 100%;
  height: auto;
}

.shape-wrapper .hero-bg-shape-2 {
  position: absolute;
  top: 112px !important;
  left: 70px !important;
  z-index: -2;
}

.shape-wrapper .hero-bg-shape-2 img {
  max-width: 100%;
  height: auto;
}

.rbt-splash-slider .splash-service-main {
  border-radius: 10px;
}

.service__style--column .shape-image {
  position: absolute;
  right: 0;
  top: 23px;
}


.service__style--1::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--alumni-secondary-color);
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s linear 0s;
}

.service__style--1 {
  z-index: 2;
  text-align: left;
  padding: 13px 26px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
  height: 100%;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}

.service__style--1:hover .icon {
  transition: all 0.4s ease;
  transform: rotate(360deg);
}

.service__style--1 .content p {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 14px;
  font-weight: 400;
}

.service__style--1 .icon {
  margin-bottom: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  height: 55px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 55px;
}

.service__style--1 .icon svg {
  margin-top: 5px;
}

.service.service__style--1::after {
  content: "";
  width: 80%;
  height: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #192335;
  bottom: 0;
  border-radius: 0;
  filter: blur(10px);
  z-index: -5;
  opacity: 0;
  transition: 0.3s;
}

.service__style--1 .icon img {
  max-height: 60px;
}

.service__style--1 .content .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.rbt-splash-slider .service-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  /*    background-image: linear-gradient(218.15deg, rgba(185, 102, 231, 0.3882352941) 0%, rgba(47, 87, 239, 0.2901960784) 100%);*/
  background-image: var(--card-bg-color);
}

.service__style--1:hover {
  transform: translateY(-20px) scale(1.03);
  border-color: transparent;
}

.service__style--1:hover::before {
  opacity: 1;
  transform: scale(1);
}

.rbt-splash-slider .banner-group-shape .shape-image.shape-4 {
  top: 0;
  left: 100px;
}

.rbt-splash-slider .banner-group-shape .shape-image.shape-5 {
  top: 0;
  right: 0;
}

.rbt-splash-slider .banner-group-shape .shape-image.shape-6 {
  bottom: 100px;
  left: -100px;
}

.rbt-splash-slider .banner-group-shape .shape-image.shape-7 {
  right: 20px;
  bottom: -130px;
}






.testimonial-area {
  position: relative;
}

.ts-bg {
  background-image: url(../img/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.ts-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 39, 88, .85);
}

.testimonial-item {
  background: #FFF;
  border-radius: 40px 40px 40px 0;
  padding: 25px 25px;
  margin: 6px;
  transition: 0.3s;
  position: relative;
  border-bottom: 5px solid var(--alumni-secondary-color);
}

.testimonial-item:hover {
  transform: translate3d(0, -10px, 0);
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-quote p {
  color: var(--body-text-color);
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
}

.testimonial-author-info {
  margin: 15px 0 10px 0;
}

.testimonial-author-img {
  width: 75px;
  padding: 4px;
  border-radius: 50px;
  border: 2px dashed var(--alumni-secondary-color);
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 14px;
  color: var(--color-dark);
  margin-bottom: 2px;
}

.testimonial-author-info p {
  color: var(--alumni-secondary-color);
  font-weight: 500;
}

.testimonial-quote-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background: var(--secondary-bg);
  border-radius: 50px 50px 50px 0;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: var(--alumni-secondary-color);
  border-radius: 50px;
  margin: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  width: 20px;
}

.testimonial-rate {
  color: var(--alumni-secondary-color);
  margin-bottom: 15px;
}

.testimonial-area2.ts-bg {
  padding-top: 120px;
  background-attachment: fixed;
}

.tp-hero__shapes-1 {
  position: absolute;
  top: 22px;
  left: 9%;
  animation: tp-float-1 6s infinite alternate;
}

.tp-hero__shapes-2 {
  position: absolute;
  top: 310px;
  right: 5%;
  animation: tp-float-2 8s infinite alternate;
}

.shape-wrapper .event-2 {
  position: absolute;
  top: 50%;
  left: 100px;
  animation: tp-float-3 6s infinite alternate;
}

.ptb--20 {
  padding: 5px 0 !important;
}

.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}

.social-default li {
  margin: 5px;
}

.social-default li a {
  width: 48px;
  background-color: #f6f6f6;
  height: 48px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: #6b7385;
  z-index: 2;
  transition: 0.3s;
  position: relative;
}

.social-default li a:hover {
  color: #FFF;
}

.social-default li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #74e39c;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}

.social-default li a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.footer-style-1 .footer-top {
  padding-top: 80px;
}


#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: #FFF;
  background-color: var(--alumni-secondary-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.colortg {
  color: var(--alumni-secondary-color);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.colortg:before {
  background: url(./images/line-bg.png) no-repeat 0 100% / contain;
  max-width: 24.9375rem;
  height: .875rem;
  top: 100%;
  width: 115%;
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
}

footer {
  background-color: #ffe6b9;
  bottom: 0px !important;
  justify-content: center;
  width: 100%;
  z-index: 10;
  padding: 1px;
  text-align: center;
  text-transform: none;
  margin-bottom: 0px;
  border-radius: 0px;
  position: fixed;
  bottom: 0px;
}

.membimg {
  transition: all 0.6s linear 0s;
}

.membimg:hover {
  transform: scale(1.2);
}

.vbpos {
  position: absolute;
  text-align: center;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.btn-view {
  border: solid 2px var(--alumni-secondary-color);
  border-radius: 5px;
  transition: all 0.6s linear 0s;
}

.btn-view:hover {
  background-color: var(--alumni-secondary-color);
  color: #FFF;
  transform: translate3d(0, -10px, 0);
  border: solid 2px var(--alumni-secondary-color);
  border-radius: 5px;
}


/** classes-section **/

.classes-section {
  position: relative;
  display: block;
}

.classes-section .inner-block {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.classes-section .inner-block .image-box {
  position: relative;
  display: block;
  background: #253b71;
  height: 250px;
  overflow: hidden;
  margin-bottom: 0% !important;
  border-radius: 16px;

}

.classes-section .inner-block .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
  border-radius: 16px;
}

.classes-section .inner-block:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.02);
}

.classes-section .inner-block .lower-content {
  position: relative;
  display: block;
  padding: 10px;
}

.classes-section .inner-block .lower-content .link-btn {
  position: absolute;
  top: -58px;
  right: 18px;
}

.classes-section .inner-block .lower-content .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--alumni-secondary-color);
  border-radius: 50%;
  transition: all 500ms ease;
}

.classes-section .inner-block .lower-content .link-btn a:hover {
  background: var(--alumni-main-color_hover);
}

.classes-section .inner-block:hover .lower-content .link-btn a {
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  -o-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}

.classes-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a {
  background: #43b3d9;
}

.classes-section .block-column:last-child .inner-block .lower-content .link-btn a {
  background: #ff7162;
}

.classes-section .inner-block .lower-content h3 {
  margin-bottom: 9px;
  text-align: left;
}



.classes-section .inner-block .lower-content .text {
  position: relative;
  display: block;
  text-align: left;
  font-size: 12px;
  margin-bottom: 14px;
}

.classes-section .inner-block .lower-content .info-box {
  position: relative;
  display: block;
  background: url(./images/icon-4.png);
  width: 100%;
  padding: 25px 15px 25px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0% !important;
}

.classes-section .inner-block .lower-content .info-box li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
}

.classes-section .inner-block .lower-content .info-box li:before {
  position: absolute;
  content: '';
  border: 1px dashed #59688e;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -12px;
}

.lower-content h3 a {
  position: relative;
  display: inline-block;
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  color: var(--text-card-color);
  margin-bottom: 10px;
}

.classes-section .inner-block .lower-content .info-box li:last-child:before {
  display: none;
}

.classes-section .inner-block .lower-content .info-box li span {
  color: #ff7162;
  text-transform: capitalize;
}

.classes-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.classes-section .anim-icon .icon-1 {
  background: url(./images/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}




/*------------------------------
Grid Area
-------------------------------*/
.gridarea {
  padding-top: 100px;
  padding-bottom: 70px;
  background: var(--lightGrey7);
}

@media (min-width: 992px) and (max-width: 1365px) {
  .gridarea {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gridarea {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .gridarea {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.gridarea.gridarea__2 {
  background: var(--whiteColor);
}

.gridarea__wraper {
  background: var(--whiteColor);
  padding: 15px;
  box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
  margin-bottom: 30px;
}

.gridarea__wraper.gridarea__wraper__2 .gridarea__content .gridarea__heading h3 {
  font-size: 18px;
  line-height: 25px;
}

.gridarea__wraper.gridarea__wraper__2 .gridarea__content .gridarea__bottom .gridarea__small__img .gridarea__small__content h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.gridarea__wraper:hover .gridarea__img img {
  transform: scale(1.05);
}

.gridarea__wraper .gridarea__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.gridarea__wraper .gridarea__img img {
  width: 100%;
  border-radius: var(--borderRadius);
}

.gridarea__wraper .gridarea__img .gridarea__small__button {
  position: absolute;
  top: 3px;
  left: 8px;
}

.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge {
  background: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  line-height: 1;
}

.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge.blue__color {
  background: var(--blue);
}

.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge.pink__color {
  background: var(--secondaryColor2);
}

.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge.green__color {
  background: var(--greencolor2);
}

.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge.orange__color {
  background: var(--orange);
}

.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge.yellow__color {
  background: var(--yellow);
}

.gridarea__wraper .gridarea__img .gridarea__small__icon {
  position: absolute;
  top: 3px;
  right: 8px;
}

.gridarea__wraper .gridarea__img .gridarea__small__icon i {
  width: 30px;
  height: 27px;
  line-height: 27px;
  background: rgba(0, 0, 0, 0.16);
  display: inline-block;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 3px;
  transition: var(--transition);
}






.hero__course2 .gridarea__wraper__2 {
  background: transparent !important;
}


.testmonial-img img {
  object-fit: contain;
}

.main-contentpage
{
  padding-top: 10px;
  padding-bottom: 80px;
}


/*photo gallery start */

.gallery-wrapper .gal-item {
  margin: 0px;
  padding: 0;
}

.gallery-wrapper .gal-item .gal-list {
  transition: all 0.3s ease 0s;
  margin: 2px 2px;
}

.gallery-wrapper .gal-item .box1 {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  border: solid 1px #ffe6b9;
  border-radius: 10px;
}

.gallery-wrapper .gal-item .box1 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}


/*.gallery-wrapper .gal-item .box1::before {
    background: rgba(231, 152, 0, 0.7) none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    left: -20px;
    opacity: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    transition: all 0.35s ease-out 0.2s;
    visibility: hidden;
    z-index: 1;
}*/
.gallery-wrapper .gal-item .box1 .zoom {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-10%);
  transition: all 0.35s ease-out 0s;
  visibility: hidden;
  z-index: 2;
  text-align: center;
  color: #d3d3d3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-wrapper .gal-item .box1:hover::before {
  opacity: 1;
  transition-delay: 0s;
  visibility: visible;
}

.gallery-wrapper .gal-item .box1:hover .zoom,
.gal-item .box1:hover .zoom {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.gallery-wrapper .gal-item .box1:hover .zoom::before,
.gal-item .box1:hover .zoom::before {
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
}

.gallery-wrapper .gal-item .box1 .zoom::before,
.gal-item .box1 .zoom::before {
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.35s ease-out 0s;
}

.gallery-wrapper .gal-item a i {
  color: #fff;
  font-size: 30px;
}

.gallery-wrapper img {
  width: 100%;
  height: auto;
}

.gallery-wrapper .title {
  margin: 0 0 50px 0;
  text-align: center;
}

.gallery-wrapper h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 40px;
  color: #242c42;
}

.gallery-wrapper h2:after {
  background-color: #e79800;
  content: "";
  display: block;
  height: 1px;
  margin: 24px auto 0;
  width: 140px;
}

.gallery-wrapper .title-border img {
  width: auto;
}

.gallery-wrapper .title-border {
  background: #f4f4f4;
  display: block;
  height: 19px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -25px;
  width: 46px;
}

/*photo gallery end*/



@keyframes logoFloat {

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

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

@keyframes scroll-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes tp-float-1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(30px, 40px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes tp-float-2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(30px, -30px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes tp-float-3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(20px, 30px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}


/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .header {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .header .logoheader {
    text-align: center;
  }

}


/* worked by parameshwari */

body {
  font-family: 'Poppins', sans-serif;
}

.welcome-box {
  border-radius: 15px;
  padding: 40px;
}

.alumini-paragraph {
  font-weight: 400;
  font-size: 16px;
}

.alumini-heading {
  font-weight: 800;
  font-size: 38px !important;
  color: var(--alumni-secondary-color);
}

.alumini-sub-heading {
  font-weight: 600;
  font-size: 22px;
}

.img-holder img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0px 0px 8px 0px #00000080;
}

@media (max-width: 1024px) {
  .img-holder img {
    min-height: 500px;
  }

  .presidents-message-container .img-holder img {
    min-height: 400px;
  }

  .our-committee-container .img-holder img {
    min-height: 300px;
  }

}

@media (max-width: 767px) {
  .img-holder img {
    min-height: 100%;
    width: 60%;
  }

  .presidents-message-container .img-holder img {
    width: 100%;
    height: 150px;
  }

  .our-committee-container .img-holder img {
    width: 100%;
    min-height: 150px;
  }


}

@media (max-width: 768px) {

  .welcome-box {
    padding: 20px;
  }

  .alumini-heading {
    font-size: 28px !important;
  }

  .alumini-sub-heading {
    font-size: 18px;
  }

  .alumini-paragraph {
    font-size: 15px;
  }

  .img-holder {
    margin-top: 20px;
  }

  .img-hloder img {
    min-height: auto;
  }
}

@media (max-width: 568px) {
  .img-holder img {
    width: 100%;
  }

  .alumini-heading {
    font-size: 24px !important;
  }

  .alumini-sub-heading {
    font-size: 14px;
  }

  .alumini-paragraph {
    font-size: 14px;
  }

  .img-holder {
    margin-top: 20px;
  }
}

/* president pagw */

.banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 8px;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: var(--secondary-text);
  z-index: 1;
  height: 50px;
  margin: auto;
}

.banner-text {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.chairman-card {
  background: #CDCDCD99;
  backdrop-filter: blur(4px);
  border-radius: 16px;

}

.chairman-badge {
  background-color: var(--alumni-secondary-color);
  padding: 10px;
  border-radius: 20px;
}

.card-chairman-name {
  font-weight: 800;
  font-size: 32px;
  color: var(--secondary-text);

}

.card-chairman-designation {
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .card-chairman-name {
    font-size: 26px;
  }

  .card-chairman-designation {
    font-size: 18px;
  }

}

/*  obituaiers  */

.card-obituaiers {
  /* box-shadow: 0px 0px 8px 0px #00000080; */
  /* border-radius: 16px; */
  border-bottom: 2px dashed var(--alumni-main-color_hover) !important;
  padding: 10px;
}

/* .card-obituaiers:last-child {
  border: none !important;
} */


.card-img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 12px;
}

.quotes {
  color: var(--secondary-text);
}



@media (max-width: 1024px) {
  .card-img {
    max-height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 576px) {
  .card-img {
    max-height: 100%;
  }
}

/* career */

.form-select,
.form-control {
  border-radius: 12px;
  font-size: 15px;
  padding: 6px 12px;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.form-select:hover,
.form-control:hover {
  border-color: var(--alumni-secondary-color);
  background-color: #fff;
  box-shadow: 0 0 8px var(--alumni-secondary-color);
}

.form-select:focus,
.form-control:focus {
  border-color: var(--alumni-secondary-color);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(29, 53, 87, 0.4);
  outline: none;
}

.search-bar {
  position: relative;
}

.search-bar input {
  padding-left: 50px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
}

.job-card {
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
  transition: 0.3s;
  height: 100%;
  cursor: pointer;
}

.badge-job {
  background-color: #f3e7b3;
  color: #5b4700;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  padding: 4px 12px;
}

.job-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}

.job-info p {
  font-size: 12px;
  margin-bottom: 6px;
}

.job-info strong {
  font-weight: 600;
}

.apply-btn {
  margin-top: 6px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid var(--alumni-secondary-color);
  color: var(--alumni-secondary-color);
}

.apply-btn:hover {
  background-color: var(--alumni-secondary-color);
  color: #fff;
}

.posted-time {
  font-size: 12px;
  text-align: right;
  color: #333;
}

.switch-toggle {
  height: 32px;
}

@media (max-width: 768px) {

  .form-select,
  .form-control {
    margin-bottom: 10px;
  }
}

/* Clean and Simple Toggle Switch */
.career-container .form-check-input {
  width: 48px;
  height: 24px;
  background-color: #ccc;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.career-container .form-check-input::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  transition: transform 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.career-container .form-check-input:checked {
  background-color: #198754;
  /* Bootstrap success green */
}

.career-container .form-check-input:checked::before {
  transform: translateX(24px);
}

.career-container .form-check-label {
  margin-left: 10px;
  font-weight: 500;
  color: #333;
}

#flexSwitchCheck {
  width: 50px;
}

.search {
  padding: 15px;
}

.search-icon i {
  font-size: 26px;
}

.job-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 25px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Diagonal light sweep with glow */
.job-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 200%;
  height: 200%;
  background: linear-gradient(130deg, transparent 45%, rgba(255, 255, 255, 0.4) 50%, transparent 55%);
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 0.2s;
  pointer-events: none;
}

/* Trigger effect on hover */
.job-card:hover::before {
  animation: diagonal-shine 1s ease-out forwards;
  opacity: 1;
}

@keyframes diagonal-shine {
  0% {
    transform: translate(-100%, -100%) rotate(25deg);
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: translate(100%, 100%) rotate(25deg);
    opacity: 0;
  }
}

.job-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}

/* Optional: Text/Button Styles */
.apply-btn {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--alumni-secondary-color);
  /* white text for contrast */
  border: 1px solid var(--alumni-secondary-color);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(29, 53, 87, 0.5);
  /* subtle blue shadow */
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  user-select: none;
}

.apply-btn:hover,
.apply-btn:focus {
  background: linear-gradient(135deg, var(--alumni-secondary-color), var(--alumni-secondary-color));
  /* reverse gradient */
  box-shadow: 0 8px 20px rgba(69, 123, 157, 0.8);
  transform: translateY(-3px);
  outline: none;
}

.apply-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(69, 123, 157, 0.7);
}

/*  */

.tab-scroll-wrapper {
  position: relative;
  padding: 0 50px;
}

.tab-scroll-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background: transparent;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}

.scrolling-tabs {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.scrolling-tabs::-webkit-scrollbar {
  display: none;
}

.scrolling-tabs .nav-item {
  display: inline-block;
}

.scrolling-tabs .nav-link {
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  color: #1d3557;
  font-weight: 500;
}

.scrolling-tabs .nav-link:hover {
  background-color: var(--alumni-secondary-color);
  color: #fff;
}

.scrolling-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--alumni-secondary-color), var(--alumni-secondary-color));
  color: #fff !important;
}

.tab-scroll-buttons button {
  background-color: var(--secondary-text);
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 30px;
  color: white;
}

.trustie-chairman-img {
  width: 250px !important;
}

.committee-card {
  box-shadow: 0px 0px 6px 0px #00000040;
}


@media (max-width: 1024px) {
  .our-committee-container .trustie-chairman-img {
    width: 300px !important;
  }
}

@media (max-width: 576px) {
  .our-committee-container .trustie-chairman-img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.contribution-card {
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: radial-gradient(117% 120% at 106.91% -8.82%, #9FFD88 0%, #FFFFFF 50.67%);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px 20px 20px 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.contribution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.contribution-card h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 10px;
  margin-top: 20px;
}

.contribution-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.icon {
  position: absolute;
  top: 4px;
  right: 4px;
  background: linear-gradient(180deg, #eafbf1 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 16px;
  transform: rotate(16.14deg);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon .icons {
  transform: rotate(-16.14deg);
  font-size: 20px;
}

.icon-holder {
  left: -2px;
  bottom: -7px;
}

/* contact us */


.contact-wrapper {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.contact-title {
  font-size: 24px;
  color: #444;
  margin-bottom: 10px;
  text-align: center;
}

.contact-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: var(--secondary-text);
  text-align: center;
  margin-bottom: 30px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.social-icons a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form input,
.form textarea {
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid #aaa;
  width: 100%;
  max-width: 32%;
  font-size: 16px;
  outline: none;
}

.form textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  height: 80px;
}

.submit-btn {
  background-color: var(--alumni-secondary-color);
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px auto;
  display: block;
}

.submit-btn:hover {
  background-color: var(--main-color-hover);
  color: #000;
  border: solid 1px var(--alumni-secondary-color);
}

/* .info-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
} */


.info-card h3 {
  font-size: 18px;
  color: var(--secondary-text);
  font-weight: 600;
  margin-bottom: 15px;
}

.heading-bottom {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.heading-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: var(--alumni-secondary-color);
  border-radius: 2px;
}


.info-card p {
  font-size: 15px;
  line-height: 1.6;
}

.map-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

iframe {
  width: 100%;
  min-height: 300px;
  border-radius: 16px;
  border: 4px solid white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

}

@media (max-width: 1024px) {
  .form {
    gap: 14px;
  }
}

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

  .form input,
  .form textarea {
    max-width: 100%;
  }

  .info-card {
    margin: 10px auto;
  }
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  transition: 0.3s ease;
  text-decoration: none;
}

.social-icons a.facebook {
  background-color: #3b5998;
}

.social-icons a.facebook:hover {
  background-color: #2d4373;
  transform: translateY(-3px);
}

.social-icons a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icons a.instagram:hover {
  opacity: 0.85;
  transform: translateY(-3px);
}

.social-icons a.twitter {
  background-color: #1da1f2;
}

.social-icons a.twitter:hover {
  background-color: #0d95e8;
  transform: translateY(-3px);
}

.contact-info-bottom {
  background-image: url(./images/contact_info.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* timeline */

.timeline {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  position: relative;
  padding: 40px 0;
}

/*  */

.event {
  position: relative;
  width: 50%;
  padding: 20px 30px;
  box-sizing: border-box;
}

.event:nth-child(odd) {
  left: 0;
  text-align: right;
}

.event:nth-child(even) {
  left: 50%;
}

.event-content {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px var(--shadow);
  position: relative;
  transition: transform 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.event:hover .event-content {
  transform: scale(1.02);
}

.event::before {
  content: attr(data-date);
  position: absolute;
  top: 25px;
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 8px var(--shadow);
}

.event:nth-child(odd)::before {
  right: -24px;
}

.event:nth-child(even)::before {
  left: -24px;
}

.event-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.event-description {
  font-size: 14px;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}

.event-content.active .event-description {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .event {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
  }

  .event:nth-child(odd),
  .event:nth-child(even) {
    left: 0;
    text-align: left;
  }

  .event::before {
    left: 0;
    right: auto;
    top: 20px;
  }
}

.event:nth-child(odd)::before {
  color: #0C0E2B;
}


/* timeline */

.timeline-holder h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: linear-gradient(to bottom, var(--secondary-text), var(--alumni-secondary-color));
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  z-index: -99;
}

.timeline-item {
  padding: 20px 30px;
  position: relative;
  width: 50%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border: 4px solid var(--alumni-secondary-color);
  border-radius: 50%;
  top: 30px;
  z-index: 1;
  box-shadow: 0 0 10px var(--alumni-secondary-color);
}

.timeline-item.left {
  left: 0;
}

.timeline-item.left::after {
  right: -10px;
}

.timeline-item.right {
  left: 50%;
}

.timeline-item.right::after {
  left: -10px;
}

.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}

.timeline-content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.timeline-content small {
  font-size: 0.9em;
}

.timeline-content p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}

.visit-link {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.date-label {
  position: absolute;
  top: 20px;
  background: linear-gradient(to right, var(--alumni-secondary-color), var(--secondary-text));
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.85em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  z-index: 200;
}

.timeline-item.left .date-label {
  right: -148px;
}

.timeline-item.right .date-label {
  left: -138px;
}

@media (max-width: 768px) {
  .timeline::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 25px;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0px;
  }

  .timeline-item.right::after {
    left: 0px;

  }

  .timeline-item::after {
    left: 8px !important;
  }

  .date-label {
    top: -10px;
    left: 50px !important;
    right: auto !important;
  }
}

.scholarship-holder .scholership {
  cursor: pointer;

}

.scholarship-holder .scholership:hover {
  border-radius: 8px;
  border: none !important;
  /* transform: scale(1.05); */
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

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

.gallery-desc {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7));
  backdrop-filter: blur(12px);
}

.values-card {
  cursor: pointer;
}

/* Hover animation: scale up and shadow glow */
.values-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #a1a0e7, #ffffff);
}


/* Optional: subtle pulse animation continuously */
@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  50% {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  }
}

.values-card {
  position: relative;
  border: none;
  border-radius: 20px;
  padding: 1rem;
  transition: transform 0.6s ease, box-shadow 0.4s ease, background 0.5s ease;
  background: #ffffff;
  overflow: hidden;
  box-shadow: none !important;
}

.values-card:hover {
  transform: translateY(-8px) scale(1.03);
  background: linear-gradient(135deg, #f4f8ff, #ffffff, #f4f8ff);
  background-size: 300% 300%;
  animation: gradientMove 8s ease infinite;
  box-shadow: 0 12px 30px rgba(113, 110, 230, 0.3);
}

.values-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(120deg, #ffffff, #d9fbe7, #ffffff);
  z-index: 0;
  border-radius: 22px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.values-card:hover::before {
  opacity: 1;
  animation: borderGlow 3s linear infinite;
}

.values-card .card-body {
  position: relative;
  z-index: 1;
}

.values-card .card-title {
  color: var(--secondary-text);
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.values-card .card-text {
  font-size: 0.95rem;
  color: #333;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

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

@keyframes borderGlow {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(360deg);
  }
}

table {
  cursor: pointer;
}

.qr-card,
.bank-card {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 24px;
}

.qr-card img {
  max-width: 90px;
  margin: 20px auto;
  display: block;
}

.bank-card {
  background: linear-gradient(135deg, #532c82, #7c4dff);
  color: white;
}

.bank-card h5 {
  font-weight: bold;
}

.info-row {
  display: flex;
  /* justify-content: space-between; */
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.logo-sm {
  height: 40px;
}

.qr-title {
  font-weight: bold;
  font-size: 1.1rem;
}

@media (max-width: 1024px) {

  a.nav-link {
    font-size: 12px;
  }

}

@media (max-width: 768px) {

  .qr-card,
  .bank-card {
    margin-bottom: 20px;
  }

  .eventbor1 {
    border: none;
  }
}

.form-label {
  font-size: 14px;
}

@media (max-width: 576px) {

  .form-label {
    font-size: 12px;
  }

}

@media (max-width: 768px) {
  .navbar {
    padding: 0px 20px !important;
  }


  .bgswip {
    padding: 40px 0px;
    margin-top: 20px;
  }

  .banner-txt h1 {
    font-size: 28px;
    margin-top: 20px;
  }

  .lrmt {
    margin-bottom: 20px;
    text-align: center;
  }

  .rbt-link-hover {
    font-size: 12px;
  }
}




  
/* Media Query for Mobile Devices */ 
  @media (max-width: 480px) 
  {
    footer
    {
      position: relative !important;
    }
    .main-contentpage
    {
      padding-bottom: 0px !important;
    }
  }

    /* Media Query for low resolution  Tablets, Ipads */ 
   @media (min-width: 481px) and (max-width: 767px) 
   { 
    footer
    {
      position: relative !important;
    }
    .main-contentpage
    {
      padding-bottom: 0px !important;
    }
   }

    @media (min-width: 768px) and (max-width: 1100px)
    {
    footer
    {
      position: relative !important;
    }
    .main-contentpage
    {
      padding-bottom: 0px !important;
    }
    }

