body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.hero_next_section-margin {
  /* margin-top: 100px; */
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #4a696f;
  height: 85vh;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  /* background-color: #90953b; */
  /* background-color: #c2c3cd; */
  background: linear-gradient(
    37deg,
    #c2c3cd 2.94%,
    #ffffff 18.91%,
    #bdbdbd 32.35%,
    #c2c3cd 94.12%,
    #e6e6e6
  );
  color: #444;
  font-size: 2em;
  padding: 5px;
  /* // border-radius: 5px; */
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-clip: border-box;

  /* // text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.8),
  //               0px -1px 1px rgba(0, 0, 0, 0.1); */
  background-size: 200% 200%;
  animation: shiny 2s ease-in-out infinite;
}

@keyframes shiny {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #fefdfc;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg
  .navbar-nav
  .nav-item.active
  .nav-link::after {
  content: "";
  position: absolute;
  width: 65%;
  left: 50%;
  height: 3px;
  background-color: #54bbcb;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}

.navbar-brand img {
  height: 80px;
}

.navbar-brand span {
  font-size: 45px;
  font-weight: 700;
  color: #124173;
  margin-left: 10px;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 30px;
}

/*end header section*/
/* slider section */
.slider_section {
  border: 7px solid;
  border-color: white;
  border-radius: 10px;
  background-image: url(../images/slide-test3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  color: #fefdfc;
}

.slider_section .detail-box h1 {
  color: #f1b69e;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}

.slider_section .detail-box span {
  color: #fefdfc;
  font-size: 3.5rem;
  font-weight: 700;
}

.slider_section .detail-box p {
  color: #fefdfc;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #124173;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  margin-right: 10px;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #e6e600;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 12px 42px;
  background-color: #fefdfc;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: #f8f0e9;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: -75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #5ab3bf;
  border-radius: 100%;
}

.slider_section ol.carousel-indicators li.active {
  background-color: transparent;
  border: 3px solid #fefdfc;
}

.offer_section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
  /* new change */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 0.75rem;
  min-height: 115px;
}

.offer_section .content-box .img-box {
  /* newly added */
  margin-left: 10px;
  min-width: 120px;
  min-height: 95px;

  background-color: #eeeded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  background: linear-gradient(
    to bottom right,
    var(--gradient-start),
    var(--gradient-end)
  );
  border-radius: 0.75rem;
}

.offer_section .content-box .img-box svg {
  width: 55px;
  height: auto;
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box {
  background-color: #124173;
}

.offer_section .content-box:hover .img-box svg {
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box svg g {
  fill: #fefdfc !important;
}

/* .offer_section .content-box:hover .img-box svg path {
  fill: #fefdfc !important;
} */

.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.offer_section .content-box .detail-box p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 480px) {
  .abt-section-header {
    /* flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem); */
    max-width: 283px !important;
    margin: 0 1rem !important;
  }
}

@media screen and (max-width: 480px) {
  .copyright_section .cr-span {
    font-size: 10px;
  }
}

.cp-developed-font {
  font-size: 11px;
}

.about_section {
  background-color: #f7f7f7;
  margin-top: 130px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .row .col-md-6 {
  padding: 0;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  padding: 45px 0;
}

.about_section .detail-box p {
  margin-top: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #124173;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;
  border-radius: 25px;
}

.about_section .detail-box a:hover {
  background-color: #54bbcb;
}

.client_section {
  font-family: "Lato", sans-serif;
}

.client_section h2 {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .client_container .img-box {
  width: 250px;
  border: 3px solid #124173;
  border-radius: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}

.client_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #7f7f31;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #124173;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #050505;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
  /* background-color: #90973b; */
  font-family: "Poppins", sans-serif;
}

.contact_section h2 {
  text-align: center;
  margin-bottom: 65px;
}

.contact_section h2 span {
  color: #fefdfc;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fefdfc;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #fa0909;
  color: #fff;
  font-weight: bold;
  background-color: #fa0909;
}

.contact_section .map_section {
  width: 100%;
  height: 450px;
}

.info_section {
  background-color: #252525;
  color: #fefdfc;
  font-family: "Lato", sans-serif;
}

.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}

.info_section .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}
.info_section .info_logo a img {
  height: 80px !important;
}

.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 15px;
}

.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #050505;
  text-transform: uppercase;
  background-color: #124173;
  -webkit-transform: translate(-102%);
  transform: translate(-102%);
  margin-top: 2.5px;
}

/* footer section*/
.footer_section {
  background-color: #252525;
  /* padding: 20px; */
  background-color: #124173;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #fefdfc;
}

.footer_section a {
  color: #fefdfc;
}

.ml-5r {
  margin-left: 5rem;
}
.fn-s1r {
  font-size: 1.15rem;
}

/* new footer section*/
/* Footer styles */

/* .footer {
  width: 100%;
  background: linear-gradient(to bottom, #ffffff, #f5f7fa);
  border-top: 1px solid #e2e8f0;
  padding: 3rem 1rem;
} */

.footer {
  background: rgb(243 245 248);
  padding: 10px 0 24px 0;
  /* margin-top: 64px; */
  text-align: center;
  color: #4a5568;
  border-top: 2px solid #124173;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  animation: fadeUp 0.5s ease-out forwards;
  opacity: 0;
  transform: translateY(10px);
}

.footer-column:nth-child(1) {
  animation-delay: 0ms;
}

.footer-column:nth-child(2) {
  animation-delay: 100ms;
}

.footer-column:nth-child(3) {
  animation-delay: 200ms;
}

.school-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.school-icon {
  width: 2rem;
  height: 2rem;
  color: #1e88e5;
}

.school-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a202c;
}

.school-description {
  color: #4a5568;
  max-width: 300px;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.social-links {
  display: flex;
  gap: 2.25rem;
  margin-top: 0.5rem;
}

.social-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #1e88e5;
}

.footer-heading {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1e88e5;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-link {
  color: #4a5568;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.footer-link:hover {
  color: #1e88e5;
}

.footer-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1e88e5;
  transition: width 0.3s ease;
}

.footer-link:hover::after {
  width: 100%;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #1e88e5;
  margin-right: 0.75rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.contact-text {
  color: #4a5568;
}

.contact-link {
  color: #4a5568;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #1e88e5;
}

.copyright {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e2e8f0;
  color: #718096;
  font-size: 0.875rem;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 2rem;
    margin-left: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */

/* Programs Section */
.programs {
  padding: 5rem 0;
  background-color: var(--background);
}

.carousel-container {
  position: relative;
  margin-bottom: 2rem;
}

.program-carousel {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 1.5rem 0;
}

.program-carousel::-webkit-scrollbar {
  display: none;
}

.program-card {
  flex: 0 0 calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .program-card {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media (min-width: 1024px) {
  .program-card {
    flex: 0 0 calc(33.333% - 1.33rem);
    max-width: calc(33.333% - 1.33rem);
  }
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.program-image {
  height: 200px;
  overflow: hidden;
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.program-card:hover .program-image img {
  transform: scale(1.05);
}

.program-content {
  padding: 1.5rem;
}

.program-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--foreground);
}

.program-content p {
  color: var(--muted);
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

.program-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.program-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--muted);
}

.program-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(
    to right,
    var(--gradient-start),
    var(--gradient-end)
  );
  border-radius: 50%;
}

.program-button {
  width: 100%;
  text-align: center;
}

.carousel-button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: transparent;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all var(--transition);
  border: 1px solid;
  cursor: pointer;
}

.carousel-button:hover {
  /* background-color: var(--primary);
  color: white; */
}

.carousel-button.prev {
  left: 0;
}

.carousel-button.next {
  right: 0;
}

.relative {
  position: relative;
}
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.indicator {
  width: 2rem;
  height: 0.25rem;
  background-color: var(--muted-light);
  border-radius: 1rem;
  transition: all var(--transition);
}

.indicator.active {
  background: linear-gradient(
    to right,
    var(--gradient-start),
    var(--gradient-end)
  );
  width: 3rem;
}
/* Programs Section */

.tag {
  display: inline-block;
  background-color: var(--primary-light);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

:root {
  --primary: #4338ca;
  --primary-hover: #3730a3;
  --primary-light: #eef2ff;
  --secondary: #8b5cf6;
  --secondary-light: #f5f3ff;
  --accent: #d946ef;
  --background: #ffffff;
  --foreground: #1e293b;
  --muted: #64748b;
  --muted-light: #e2e8f0;
  --border: #e2e8f0;
  --card: #ffffff;
  --card-foreground: #1e293b;
  --shadow: rgba(0, 0, 0, 0.1);
  --shadow-md: rgba(0, 0, 0, 0.12);
  --gradient-start: #4338ca;
  --gradient-end: #8b5cf6;
  --radius: 0.5rem;
  --transition: 300ms;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 1rem;
}

/* Alumni Section */
.alumni {
  padding: 5rem 0;
  background: linear-gradient(to bottom, white, var(--primary-light));
}

.testimonial-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
}

.testimonial-carousel::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media (min-width: 1024px) {
  .testimonial-card {
    flex: 0 0 calc(35.333% - 1.33rem);
    max-width: calc(35.333% - 1.33rem);
  }
}

.testimonial-header {
  display: flex;
  margin-bottom: 0.7rem;
}

.testimonial-image {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
  border: 2px solid var(--primary-light);
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-info h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

.grad-year {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.rating {
  display: flex;
  color: #f59e0b;
}

.testimonial-quote {
  position: relative;
  /* margin-bottom: 1.5rem; */
}

.quote-icon {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  color: var(--primary-light);
  opacity: 0.5;
}

.testimonial-quote p {
  font-style: italic;
  color: var(--muted);
  padding-left: 1.5rem;
  font-size: 0.875rem;
}

.testimonial-position {
  display: flex;
  /* align-items: center; */
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 500;
}

.testimonial-position svg {
  margin-right: 0.5rem;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

/* Alumni Timeline */
.alumni-timeline {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.alumni-timeline h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.timeline-scroll {
  height: 400px;
  overflow-y: auto;
  padding: 1rem;
}

.timeline-scroll::-webkit-scrollbar {
  width: 0.375rem;
}

.timeline-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.timeline-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(79, 70, 229, 0.2);
  border-radius: 9999px;
}

.timeline-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(79, 70, 229, 0.4);
}

.timeline-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: var(--primary-light);
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--primary);
  border-radius: 50%;
  border: 2px solid white;
}

.timeline-year {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.timeline-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.timeline-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.75rem;
  border: 1px solid var(--primary-light);
}

.timeline-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-header h4 {
  font-size: 1rem;
  margin-bottom: 0.125rem;
}

.timeline-header p {
  font-size: 0.75rem;
  color: var(--muted);
}

.timeline-quote {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--muted);
}

.alumni-cta {
  text-align: center;
}

.primary-button-color {
  display: inline-block;
  background: linear-gradient(
    to right,
    var(--gradient-start),
    var(--gradient-end)
  );
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  border: 0px;
}

/* .slider_section :before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
} */

.management-section {
  margin-top: 2rem;
}

/* landing page Management Section */
.management-section {
  background-color: #f7f9fc;
  padding: 5rem 0;
}

.management-preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.management-card {
  width: 280px;
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.management-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.management-image {
  height: 280px;
  overflow: hidden;
}

.management-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.management-card:hover .management-image img {
  transform: scale(1.05);
}

.management-name {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.management-title {
  color: #1e88e5;
  font-size: 0.9rem;
  margin: 0.5rem 0 1.5rem;
}

@media (max-width: 768px) {
  .management-preview {
    gap: 1.5rem;
  }

  .management-card {
    width: 220px;
  }

  .management-image {
    height: 220px;
  }
}
