@charset "UTF-8";
body .ast-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body * {
  font-family: var(--e-global-typography-6954d3c-font-family), Sans-serif;
}
body .academic-linear h1 {
  background: linear-gradient(90deg, #fff, #1EAAE9); /* left → right gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2em !important;
}
body .linear-title h1, body .linear-title h2 {
  background: linear-gradient(90deg, #1EAAE9, #1C75BC); /* left → right gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2em !important;
}
body .testimonial-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .testimonial-carousel .testimonial-item {
  width: 450px;
  background: #fff;
  border-radius: 25px;
  padding: 32px;
  gap: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  transition: all ease 0.5s !important;
  opacity: 0.5;
  filter: blur(8px);
}
@media (max-width: 767px) {
  body .testimonial-carousel .testimonial-item {
    width: 100%;
    gap: 16px;
    padding: 24px;
  }
}
body .testimonial-carousel .testimonial-item.swiper-slide-active {
  border-color: #1C75BC;
  filter: blur(0);
  opacity: 1;
}
body .testimonial-carousel .testimonial-item p, body .testimonial-carousel .testimonial-item h5 {
  margin-bottom: 0;
}
body .testimonial-carousel .testimonial-item .testimonial-content p {
  font-size: 16px;
  color: #231F20;
  line-height: 18px;
}
body .testimonial-carousel .testimonial-item .testimonial-author {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
body .testimonial-carousel .testimonial-item .testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 104px;
  object-fit: cover;
}
body .testimonial-carousel .testimonial-item .testimonial-author .testimonial-name h3 {
  font-weight: 400;
  font-size: 16px;
  color: #231F20;
  line-height: 16px;
}
body .testimonial-carousel .testimonial-item .testimonial-author .testimonial-name p {
  font-size: 13px;
  color: #231F20;
  line-height: 13px;
}
@media (min-width: 1025px) {
  body .testimonial-carousel .swiper-pagination {
    display: none;
  }
}
body .testimonial-wrapper {
  position: relative;
}
body .testimonial-wrapper .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent !important;
  padding: 0;
}
@media (max-width: 1024px) {
  body .testimonial-wrapper .swiper-btn {
    display: none;
  }
}
body .testimonial-wrapper .swiper-btn.swiper-btn-prev {
  left: 0;
  right: unset;
}
body .testimonial-wrapper .swiper-btn.swiper-btn-next {
  right: 0;
  left: unset;
}
body #TimelineWrapper {
  position: relative;
}
body #TimelineWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background: #1C75BC;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  body #TimelineWrapper::after {
    left: 8px;
    transform: unset;
    height: 90%;
  }
}
body #TimelineWrapper .timeline-dot {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  background: #1EAAE9;
  border-radius: 9999px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
@media (max-width: 1024px) {
  body #TimelineWrapper .timeline-dot {
    left: 8px;
  }
}
body #TimelineWrapper .timeline-item {
  position: relative;
}
@media (max-width: 1024px) {
  body #TimelineWrapper .timeline-item {
    left: 32px !important;
    width: calc(100% - 48px) !important;
  }
}
body #TimelineWrapper .timeline-item.active {
  background-color: #E3f1fd !important;
}
body #TimelineWrapper .timeline-item:nth-child(odd) {
  left: 0;
}
body #TimelineWrapper .timeline-item:nth-child(even) {
  left: calc(50% + 16px);
}
body .timeline-wrapper {
  position: relative;
}
body .timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background: #1EAAE9;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  body .timeline-wrapper::before {
    display: none;
  }
}
body .timeline-wrapper .timeline-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #1EAAE9;
  border-radius: 9999px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
@media (max-width: 1024px) {
  body .timeline-wrapper .timeline-dot {
    display: none;
  }
}
body .home-accordion .acc-img {
  display: none;
}
body .home-accordion .acc-img#AccImg1 {
  display: block;
}
body .nexus-slider {
  position: relative;
}
body .nexus-slider .nexus-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  z-index: 4;
  padding: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 1100px) {
  body .nexus-slider .nexus-slider-nav {
    top: unset !important;
    bottom: 60px;
    display: none;
  }
}
body .nexus-slider .nexus-slider-nav:hover, body .nexus-slider .nexus-slider-nav:focus {
  background: transparent;
  top: 49%;
}
body .nexus-slider .nexus-slider-nav.swiper-button-disabled {
  opacity: 0.5;
}
body .nexus-slider .nexus-slider-nav.nexus-slider-prev {
  left: 10%;
}
@media (max-width: 1820px) {
  body .nexus-slider .nexus-slider-nav.nexus-slider-prev {
    left: 3%;
  }
}
@media (max-width: 1280px) {
  body .nexus-slider .nexus-slider-nav.nexus-slider-prev {
    display: none;
  }
}
@media (max-width: 1100px) {
  body .nexus-slider .nexus-slider-nav.nexus-slider-prev {
    left: 43%;
    transform: translateX(-50%);
  }
}
body .nexus-slider .nexus-slider-nav.nexus-slider-next {
  right: 10%;
}
@media (max-width: 1820px) {
  body .nexus-slider .nexus-slider-nav.nexus-slider-next {
    right: 3%;
  }
}
@media (max-width: 1280px) {
  body .nexus-slider .nexus-slider-nav.nexus-slider-next {
    display: none;
  }
}
@media (max-width: 1100px) {
  body .nexus-slider .nexus-slider-nav.nexus-slider-next {
    right: 43%;
    transform: translateX(50%);
  }
}
@media (max-width: 1100px) {
  body .nexus-slider .nexus-slider-nav svg {
    width: 32px;
    height: 32px;
  }
}
body .nexus-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  top: unset;
  bottom: 40px;
}
@media (max-width: 1100px) {
  body .nexus-slider .swiper-pagination {
    bottom: 15px;
  }
}
body .nexus-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  background: rgba(194, 194, 194, 0.5);
  opacity: 1;
  transition: all ease 0.3s;
  position: relative;
}
body .nexus-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, body .nexus-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background: #1EAAE9;
  transform: scale(1.3);
}
body .nexus-slider .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
body .nexus-slider .nexus-slide.swiper-slide-active .slide2-left .slide2-left-item {
  animation: fadeInUp 1s ease forwards;
}
body .nexus-slider .nexus-slide.swiper-slide-active .slide2-left .slide2-left-item:nth-child(1) {
  animation-delay: 0ms;
}
body .nexus-slider .nexus-slide.swiper-slide-active .slide2-left .slide2-left-item:nth-child(2) {
  animation-delay: 300ms;
}
body .nexus-slider .nexus-slide.swiper-slide-active .slide2-left .slide2-left-item:nth-child(3) {
  animation-delay: 600ms;
}
body .nexus-slider .nexus-slide.swiper-slide-active .slide2-left .slide2-left-item:nth-child(4) {
  animation-delay: 900ms;
}
body .nexus-slider .nexus-slide.swiper-slide-active .slide2-left .slide2-left-item:nth-child(5) {
  animation-delay: 1200ms;
}
body .nexus-slider .nexus-slide.swiper-slide-active .slide2-left .slide2-left-item:nth-child(6) {
  animation-delay: 1500ms;
}
body .nexus-slider .nexus-slide .slide2-left .slide2-left-item {
  opacity: 0;
  transform: translateY(30px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .slide4-grids .slide4-item:nth-child(1)::after {
  background: url("../img/arrow-1.svg");
}
body .slide4-grids .slide4-item:nth-child(2)::after {
  background: url("../img/arrow-2.svg");
}
body .slide4-grids .slide4-item:nth-child(3)::after {
  background: url("../img/arrow-3.svg");
}
body .slide4-grids .slide4-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -20px;
  background-size: 15px;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  content: "";
}
@media (max-width: 1100px) {
  body .slide4-grids .slide4-item:not(:last-child)::after {
    display: none;
  }
}
@media (min-width: 767px) {
  body .has-grad-title h2 {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 12%, #1EAAE9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
body .marquee-container {
  position: relative;
  overflow: hidden;
}
body .marquee-container::before, body .marquee-container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  background: linear-gradient(to right, #E3F1FD 0%, rgba(227, 241, 253, 0) 100%);
  z-index: 3;
}
body .marquee-container::after {
  left: unset;
  right: 0;
  background: linear-gradient(to left, #E3F1FD 0%, rgba(227, 241, 253, 0) 100%);
}
@media (max-width: 1024px) {
  body .nexus-table-wrapper {
    overflow-x: auto;
  }
}
body .nexus-table-wrapper .nexus-table {
  border-color: rgba(194, 194, 194, 0.5);
}
body .nexus-table-wrapper .nexus-table thead th {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #1C75BC;
  font-weight: 600;
  line-height: 1;
  background: #DCF2FF;
  border-color: rgba(194, 194, 194, 0.5);
  padding: 20px 24px;
  text-align: left;
}
@media (max-width: 1024px) {
  body .nexus-table-wrapper .nexus-table thead th {
    font-size: 14px;
    padding: 10px;
  }
}
body .nexus-table-wrapper .nexus-table thead th:last-child {
  color: #fff;
  background: #1C75BC;
}
body .nexus-table-wrapper .nexus-table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  color: #231F20;
  line-height: 1;
  padding: 17.5px 24px;
  border-color: rgba(194, 194, 194, 0.5);
}
@media (max-width: 1024px) {
  body .nexus-table-wrapper .nexus-table tbody tr td {
    font-size: 14px;
    padding: 10px;
  }
}
body .nexus-table-wrapper .nexus-table tbody tr td:last-child {
  color: #1C75BC;
  font-weight: 600;
}
