.home-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 768px;
  max-height: 783px;
}
.home-banner .track {
  width: 100%;
  height: 100%;
}
.home-banner .track .slick-list,
.home-banner .track .slick-track,
.home-banner .track .slick-slide,
.home-banner .track .slick-slide > div {
  height: 100%;
}
.home-banner .track .slick-dots {
  display: none !important;
}
.home-banner .track .image1 .bg {
  background: url("../images/home/home-banner-new.webp") no-repeat;
}
.home-banner .track .image2 .bg {
  background: url("../images/home/home-banner-new.webp") no-repeat;
}
.home-banner .track .slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.home-banner .track .slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: right bottom !important;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 0;
}
.home-banner .track .slide .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(176, 213, 240, 0.55) 0%, rgba(191, 224, 247, 0.2) 38%, rgba(191, 224, 247, 0) 60%);
  pointer-events: none;
}
.home-banner .track .slide .content {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 160px;
  text-align: center;
  padding: 0 40px;
}
.home-banner .track .slide .content .badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-bottom: 28px;
}
.home-banner .track .slide .content .badges .badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
}
.home-banner .track .slide .content .badges .badge:first-child::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.5);
}
.home-banner .track .slide .content .badges .badge strong {
  font-weight: 700;
}
.home-banner .track .slide .content .badges .badge .badge-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  color: #ffffff;
}
.home-banner .track .slide .content .badges .badge--rank .rank-num {
  font-size: 30px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
}
.home-banner .track .slide .content .heading {
  font-weight: 700;
}
.home-banner .track .slide .content .heading .heading-text {
  display: block;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.home-banner .track .slide .content .heading .title {
  display: block;
  font-family: "Inter", sans-serif;
  color: #0476B3;
  font-size: 80px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.4);
}
.home-banner .track .slide .content .heading .subtitle {
  display: block;
  margin-top: 10px;
  font-size: clamp(20px, 2.6vw, 30px);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0064A4;
}
.home-banner .arrows {
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 60px;
  border-top-left-radius: 64px;
}
.home-banner .arrows .arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-banner .arrows .arrow img {
  width: 24px;
  height: 24px;
  display: block;
  transition: filter 0.3s ease;
}
.home-banner .arrows .arrow--prev {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.home-banner .arrows .arrow--prev:hover {
  background: linear-gradient(270deg, #FFDFC9 0%, #FF6600 100%);
}
.home-banner .arrows .arrow--prev:hover img {
  filter: brightness(0) invert(1);
}
.home-banner .arrows .arrow--next {
  background: #FF6600;
}
.home-banner .arrows .arrow--next:hover {
  background: linear-gradient(270deg, #FFDFC9 0%, #FF6600 100%);
}

.page-content > section {
  position: relative;
  z-index: 1;
}

.why-choose-section {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  padding: 0 20px;
}
.why-choose-section .container {
  width: 100%;
}
.why-choose-section .slider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.why-choose-section .slider-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
  padding: 10px;
  margin: -10px;
}
.why-choose-section .slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.why-choose-section .slider-track.slick-initialized {
  display: block !important;
  transition: none !important;
}
.why-choose-section .card-shape-bg {
  position: relative;
  background: url("../images/home/whychoosebg.svg") no-repeat;
  padding: 30px 0 30px 60px;
  top: 0;
  left: 0;
  width: 100%;
  height: 433px;
  z-index: -1;
  pointer-events: none;
  display: flex;
  gap: 30px;
  filter: drop-shadow(0 12px 15px rgba(0, 115, 230, 0.08)) drop-shadow(0 4px 7px rgba(11, 48, 86, 0.04));
}
.why-choose-section .card-shape-bg .card-bg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #ffffff;
  border-radius: 28px 28px 28px 0;
}
.why-choose-section .card-shape-bg .card-bg-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 60px;
  background-color: #ffffff;
  border-radius: 0 0 28px 28px;
}
.why-choose-section .card-shape-bg .card-bg-fillet {
  position: absolute;
  left: 55%;
  top: calc(100% - 60px);
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at 100% 100%, transparent 24px, #ffffff 24px);
}
.why-choose-section .slide-card {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0.98);
  opacity: 0.7;
  margin: 0 20px;
}
.why-choose-section .slide-card.active, .why-choose-section .slide-card.slick-current, .why-choose-section .slide-card.slick-active {
  transform: scale(1);
  opacity: 1;
}
.why-choose-section .slide-card.slick-slide {
  outline: none;
  height: auto !important;
}
.why-choose-section .card-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 70%;
}
.why-choose-section .card-content .card-title {
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: normal;
  letter-spacing: -0.01em;
  background: linear-gradient(90.04deg, #2F7EBF 33.01%, #0458A1 66.39%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.why-choose-section .card-content .card-description {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.why-choose-section .card-image-container {
  position: relative;
  width: 540px;
  height: 300px;
  border-radius: 20px;
  float: right;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  margin-bottom: -40px;
  z-index: 2;
}
.why-choose-section .card-image-container img.card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}
.slide-card.active:hover .why-choose-section .card-image-container img.card-img {
  transform: scale(1.05);
}

.scholarship-section {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  box-sizing: border-box;
}
.scholarship-section .container {
  width: 100%;
}
.scholarship-section .section-header .highlight {
  color: #000;
}
.scholarship-section .scholarship-banner-card {
  position: relative;
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 20px 40px rgba(11, 48, 86, 0.06);
}
.scholarship-section .scholarship-banner-card img {
  border-radius: 32px;
  width: 100%;
}
.scholarship-section .card-wrapper {
  padding: 0 90px;
  display: flex;
  gap: 40px;
  flex: 0 0 50%;
  margin-top: -100px;
  position: relative;
}
.scholarship-section .glass-cards-grid {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 86%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  z-index: 10;
  box-sizing: border-box;
}
.scholarship-section .glass-card {
  flex: 0 0 48%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #A9D8FF;
  border-radius: 24px;
  padding: 35px 40px;
  box-shadow: 0 15px 35px rgba(11, 48, 86, 0.08);
  text-align: left;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.scholarship-section .glass-card:hover {
  transform: translateY(-10px);
  border-color: #A9D8FF;
  box-shadow: 0 25px 45px rgba(11, 48, 86, 0.15);
}
.scholarship-section .glass-card .glass-card-title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin: 0 0 12px 0;
  line-height: 1.04;
}
.scholarship-section .glass-card .glass-card-description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.5;
}
.scholarship-section .scholarship-cta-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.scholarship-section .btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A9D8FF 0%, rgba(169, 216, 255, 0.48) 100%) border-box;
  padding: 10px 10px 10px 24px;
  border-radius: 35px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(11, 48, 86, 0.05);
  transition: all 0.2s ease-in-out;
  letter-spacing: -0.8px;
  cursor: pointer;
}
.scholarship-section .btn-read-more span {
  display: inline-block;
}
.scholarship-section .btn-read-more .arrow-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f3791d;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(241, 90, 36, 0.2);
}
.scholarship-section .btn-read-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(11, 48, 86, 0.12);
}
.scholarship-section .btn-read-more:hover .arrow-icon {
  background-color: #d54917;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(241, 90, 36, 0.3);
}
.scholarship-section .btn-read-more:active {
  transform: translateY(0);
}

.stat-section-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stat-section-wrapper .stat-ambient-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  bottom: 15px;
  pointer-events: none;
  background: linear-gradient(358deg, #97AA1B -66.64%, rgba(151, 170, 27, 0.23) 70.5%, #97AA1B 177.62%);
  backdrop-filter: blur(130px);
  -webkit-backdrop-filter: blur(130px);
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  opacity: 0.5;
  transform: scaleY(0.85);
  transform-origin: bottom center;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.stat-section-wrapper:hover .stat-ambient-gradient {
  opacity: 1;
  bottom: 15px;
  mask-image: radial-gradient(ellipse 65% 85% at 50% 100%, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 75% 90% at 30% 100%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 95%);
  -webkit-mask-image: radial-gradient(ellipse 65% 85% at 50% 100%, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 75% 90% at 30% 100%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 95%);
  mask-size: 200% 100%, 200% 100%;
  -webkit-mask-size: 200% 100%, 200% 100%;
  animation: topEdgeWaveRipple 4s infinite alternate cubic-bezier(0.25, 1, 0.5, 1);
}
.stat-section-wrapper .stat-upper-content {
  position: relative;
  width: 100%;
  z-index: 4;
}
.stat-section-wrapper .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  width: 100%;
  align-items: start;
}
.stat-section-wrapper .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stat-section-wrapper .stat .value-container {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  white-space: nowrap;
}
.stat-section-wrapper .stat .value {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  color: #3E4417;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}
.stat-section-wrapper .stat .value .letter-char {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  color: inherit;
}
.stat-section-wrapper .stat .digit-wrapper {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 0.65em;
}
.stat-section-wrapper .stat .digit-track {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
  transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1);
}
.stat-section-wrapper .stat .digit-track span {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.stat-section-wrapper .stat .value-suffix {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  color: #3E4417;
  font-size: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  margin-left: 4px;
  transform: translateY(-5px);
}
.stat-section-wrapper .stat .label {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.8s ease 0.5s;
}
.stat-section-wrapper.section-active .stat .label {
  opacity: 1;
  transform: translateY(0);
}
.stat-section-wrapper .stat-decorative-lines {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -140px;
  pointer-events: none;
  z-index: 3;
}
.stat-section-wrapper .stat-decorative-lines svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes topEdgeWaveRipple {
  0% {
    mask-position: 0% 100%, 100% 100%;
    -webkit-mask-position: 0% 100%, 100% 100%;
    transform: scaleY(0.95) skewY(0deg);
  }
  50% {
    mask-position: 50% 98%, 30% 95%;
    -webkit-mask-position: 50% 98%, 30% 95%;
    transform: scaleY(1.05) skewY(0.3deg);
  }
  100% {
    mask-position: 100% 100%, 0% 100%;
    -webkit-mask-position: 100% 100%, 0% 100%;
    transform: scaleY(1.05) skewY(0deg);
  }
}
/*Start Responsive css */
@media (min-width: 1920px) {
  .home-banner {
    max-height: unset;
    height: 100vh;
  }
  .home-banner .arrows {
    padding: 29px 90px;
  }
}
@media (max-width: 1599.98px) {
  .stat-section .stat .value {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
    font-size: 52px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1440px) {
  .why-choose-section .card-shape-bg {
    height: 400px;
    width: 100%;
    background-size: contain;
  }
  .why-choose-section .card-image-container {
    margin-top: 20px;
    width: 500px;
    height: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .stat-section .stat .value {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
    font-size: 44px;
    margin-bottom: 8px;
  }
  .scholarship-section .glass-card .glass-card-title {
    font-size: 26px;
  }
  .scholarship-section .card-wrapper {
    padding: 0 30px;
    margin-top: -86px;
  }
  .scholarship-section .glass-card .glass-card-title {
    font-size: 26px;
  }
  .scholarship-section .glass-card .glass-card-description {
    font-size: 14px;
  }
  .scholarship-section .btn-read-more {
    font-size: 13px;
    padding: 6px 6px 6px 18px;
    letter-spacing: -0.5px;
  }
  .scholarship-section .btn-read-more .arrow-icon {
    width: 26px;
    height: 26px;
  }
  .scholarship-section .btn-read-more .arrow-icon img {
    width: 20px;
  }
  .why-choose-section .card-shape-bg {
    height: 340px;
    background-size: contain;
  }
  .why-choose-section .card-image-container {
    width: 400px !important;
    height: 200px !important;
    margin-top: 24px;
  }
  .home-banner .track .slide .content {
    margin-top: 180px !important;
  }
  .home-banner .track .slide .content .badges {
    margin-bottom: 0 !important;
    transform: scale(0.9) !important;
  }
  .home-banner .track .slide .content .heading {
    transform: scale(0.7) !important;
  }
  .home-banner .arrows {
    transform: scale(0.9);
  }
}
@media (max-width: 1024px) {
  .why-choose-section .card-shape-bg {
    background: url("../images/home/whychoose-bg-mobile.png") no-repeat;
    background-size: contain;
    flex-direction: column-reverse;
    filter: drop-shadow(0 9px 4px rgba(0, 115, 230, 0.08)) drop-shadow(0 4px 2px rgba(11, 48, 86, 0.04));
    padding: 0;
    width: 100%;
    height: fit-content;
  }
  .why-choose-section .card-shape-bg .card-bg-tab {
    width: calc(100% - 120px);
  }
  .why-choose-section .card-shape-bg .card-bg-fillet {
    left: calc(100% - 120px);
  }
  .why-choose-section .slide-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
  }
  .why-choose-section .card-content {
    padding: 24px;
    order: 2;
    width: 100%;
  }
  .why-choose-section .card-content .card-title {
    font-size: 30px;
  }
  .why-choose-section .card-content .card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  .why-choose-section .card-image-container {
    margin-bottom: 0;
    order: 1;
    height: 140px;
    margin-top: 36px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .scholarship-section {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .scholarship-section .scholarship-banner-card {
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
  }
  .scholarship-section .scholarship-banner-card::after {
    border-radius: 16px;
  }
  .scholarship-section .scholarship-banner-card img {
    border-radius: 15px;
  }
  .scholarship-section .card-wrapper {
    padding: 0 18px;
    flex-direction: column;
    margin-top: -60px;
    gap: 20px;
  }
  .scholarship-section .glass-cards-grid {
    position: relative;
    top: 200px;
    left: auto;
    transform: none;
    width: 100%;
    margin: 0 0 200px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .scholarship-section .scholarship-cta-container {
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  .home-banner .track .slide .content .badges .badge:first-child::after {
    right: -18px;
    height: 32px;
  }
  .home-banner .track .slide .bg {
    height: 100%;
  }
  .home-banner .image1 .bg {
    background: url("../images/home/home-banner-mobile.webp") no-repeat !important;
  }
  .home-banner .image2 .bg {
    background: url("../images/home/home-banner-mobile.webp") no-repeat !important;
  }
  .home-banner .track .slide .content .heading .title {
    font-size: 55px;
    line-height: 100%;
  }
  .home-banner .track .slide .content {
    margin-top: 120px;
    padding: 0 20px;
  }
  .home-banner .track .slide .content .badges {
    gap: 34px;
    margin-bottom: 18px;
  }
  .home-banner .track .slide .content .badges .badge {
    font-size: 9px;
    gap: 6px;
  }
  .home-banner .track .slide .content .badges .badge img {
    height: 30px;
    width: auto;
  }
  .home-banner .track .slide .content .badges .badge .badge-icon {
    width: 28px;
    height: 28px;
  }
  .home-banner .track .slide .content .badges .badge--rank .rank-num {
    font-size: 20px;
  }
  .home-banner .track .slide .content .heading .heading-text {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .home-banner .track .slide .content .heading .subtitle {
    letter-spacing: 2px;
    margin-top: 4px;
  }
  .home-banner .arrows {
    padding: 10px 30px;
    border-top-left-radius: 44px;
    gap: 10px;
    bottom: 0;
  }
  .home-banner .arrows .arrow {
    width: 36px;
    height: 36px;
  }
  .home-banner .arrows .arrow img {
    width: 15px;
    height: 15px;
  }
  .home-banner .arrows .arrow svg {
    width: 18px;
    height: 18px;
  }
  .why-choose-section {
    width: 100%;
    padding: 0;
  }
  .why-choose-section .card-content .card-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .why-choose-section .card-content .card-description {
    font-size: 14px;
    line-height: 1.4;
  }
  .why-choose-section .card-image-container {
    border-radius: 16px;
    margin-top: unset;
  }
  .why-choose-section .slider-container {
    padding-bottom: 0;
  }
  .scholarship-section .glass-card {
    padding: 24px 30px;
  }
  .scholarship-section .glass-card .glass-card-title {
    font-size: 1.5rem;
    color: #0080C5;
  }
  .scholarship-section .glass-card .glass-card-description {
    font-size: 0.95rem;
  }
  .scholarship-section .btn-read-more {
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 10px 8px 24px;
  }
  .scholarship-section .btn-read-more .arrow-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .stat-section::before {
    bottom: 35px;
    height: 35px;
  }
  .stat-section::after {
    bottom: 10px;
    height: 25px;
  }
  .stat-section .stats {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 120px;
  }
  .stat-section .stat .value {
    font-size: 48px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .stat-section .stat .label {
    font-size: 14px;
    line-height: normal;
  }
  .stat-section-wrapper .stat .value .letter-char {
    line-height: unset;
  }
  .stat-section-wrapper .stat .value-container {
    margin-bottom: 0;
  }
  .stat-section-wrapper .stat-ambient-gradient {
    background: linear-gradient(358deg, #97AA1B -58.64%, rgba(151, 170, 27, 0.23) 70.5%, #97AA1B 268.62%);
  }
  .stat-section-wrapper.section-active .stat-ambient-gradient {
    opacity: 1;
    mask-image: radial-gradient(ellipse 65% 85% at 50% 100%, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 75% 90% at 30% 100%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 95%);
    -webkit-mask-image: radial-gradient(ellipse 65% 85% at 50% 100%, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 75% 90% at 30% 100%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 95%);
    mask-size: 200% 100%, 200% 100%;
    -webkit-mask-size: 200% 100%, 200% 100%;
    animation: topEdgeWaveRipple 4s infinite alternate cubic-bezier(0.25, 1, 0.5, 1);
  }
  .stat-section-wrapper .stat .value-suffix {
    font-size: 44px;
  }
  .stat-section-wrapper .stat-upper-content {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose-section .card-shape-bg .card-bg-main {
    height: calc(100% - 40px);
    border-radius: 16px 16px 16px 0;
  }
  .why-choose-section .card-shape-bg .card-bg-tab {
    width: calc(100% - 100px);
    height: 40px;
    border-radius: 0 0 16px 16px;
  }
  .why-choose-section .card-shape-bg .card-bg-fillet {
    left: calc(100% - 100px);
    top: calc(100% - 40px);
    width: 16px;
    height: 16px;
    background: radial-gradient(circle at 100% 100%, transparent 16px, #ffffff 16px);
  }
  .why-choose-section .card-content .card-title {
    font-size: 20px;
  }
  .stat-section .stats {
    gap: 30px;
  }
  .stat-section .stat .value {
    font-size: 34px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .stat-section .stat .label {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .why-choose-section .card-image-container {
    margin-top: -14px;
  }
  .why-choose-section .card-content {
    padding: 15px;
  }
}
@media (max-width: 392px) {
  .stat-section .stats {
    gap: 30px;
  }
  .stat-section .stat .value {
    font-size: 34px;
    margin-bottom: 8px;
  }
  .stat-section .stat .label {
    font-size: 12px;
    line-height: normal;
  }
  .why-choose-section .card-shape-bg {
    gap: 0;
  }
  .why-choose-section .card-content {
    padding: 25px;
  }
}
@media (max-width: 380px) {
  .why-choose-section .card-content {
    padding: 10px 20px;
  }
  .why-choose-section .card-content .card-title {
    font-size: 18px;
  }
}/*# sourceMappingURL=home-page.css.map */