body {
  margin: 0;
  overflow-y: hidden;
}

body,
html {
  overflow-x: hidden;
}

.main-container {
  font-family: PingFang SC;
}

/* Nav Bar Display */
.nav-bar-container {
  width: calc(100% - 100px);
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 2;
  background-color: transparent;
  transition: all 0.5s ease 0s;
  padding: 20px 50px;
}
.nav-bar-container.scrolled {
  background-color: #72c9f7;
  animation: fadeInDown 800ms;
  opacity: 0.98;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  padding: 15px 50px;
}

.nav-bar {
  height: 50px;
  max-width: 1140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lh-logo {
  height: 50px;
}
.nav-links > span {
  cursor: pointer;
  color: white;
  padding-left: 24px;
}

/* Top Display */
.top-container {
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.top-content {
  padding: 90px 50px 0px 50px;
  max-width: 1140px;
  position: relative;
  display: grid;
  grid-template-columns: 60% 30%;
  justify-content: space-between;
}
.top-content > div {
  display: flex;
  flex-direction: column;
}
.top-grid-right {
  align-items: center;
}

.top-title-txt {
  color: white;
  margin-top: 40px;
}
.additional-code {
  display: flex;
  gap: 10px;
}
.contact-us-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 40px 0;
  width: 60%;
}
.sideqrcode {
  background: #ffffff;
  padding: 10px;
  width: 180px;
  box-shadow: 0px 4px 7.2px 0px #0000001A;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  text-align: center;
}

.sideqr-code {
  width: 180px;
}

.sideqr-code img {
  width: 100%;
}
.sideqr-text {
  color: #909090;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;  
}
.contact-us-btn {
  display: flex;
  align-items: center;
  color: white;
  background-color: #86c8f3;
  border-radius: 5000px;
  padding: 10px 45px;
  min-width: 100px;
  cursor: pointer;
  justify-content: center;
}
.contact-us-btn:active,
.contact-us-btn:hover {
  background-color: #1860ff;
}
.btn-logo {
  width: 25px;
  margin-right: 10px;
}

/* Mid Logo Display */
.mid-logo-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.mid-logo-container > img {
  width: 35%;
  max-width: 400px;
}

/* Mid Display */
.mid-container {
  height: 100%;
}
.mid-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mid-content-txt {
  width: 80%;
  display: flex;
  justify-content: center;
}
.mid-content-txt > span {
  line-height: 36px;
  font-weight: 600;
  font-size: 26px;
  margin: 40px 0;
  text-align: center;
}

.mid-card-container {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.mid-card {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  height: 300px;
  gap: 20px;
  transition: 0.4s all;
  cursor: pointer;
}

.mid-card:nth-child(1):hover {
  background-color: #3b7eff;
}
.mid-card:nth-child(2):hover {
  background-color: #72c9f7;
}
.mid-card:nth-child(3):hover {
  background-color: #7e0cf5;
}
.mid-card:nth-child(4):hover {
  background-color: #35ac39;
}
.mid-card:hover > .card-title {
  color: #ffffff;
}
.mid-card:hover > .card-desc {
  position: relative;
  display: block;
}
.mid-card:hover .card-btn {
  position: relative;
  opacity: 1;
}

.mid-card > .card-title {
  font-weight: 700;
  font-size: 18px;
}
.mid-card > .card-desc {
  color: #ffffff;
  display: none;
  position: absolute;
}
.card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e97c20;
  width: 130px;
  margin: auto;
  padding: 6px 10px;
  border-radius: 5px;
  margin-top: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  position: absolute;
}
.card-icon {
  width: 60px;
  height: 60px;
}

/* Example Display */
.example-container {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  
}

.example-txt-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
.example-txt-container > span {
  color: #1d293e;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(103.81deg, #2D74F6 39.88%, #7ABDFC 87.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.example-txt-container > p {
  margin-bottom: 40px;
  line-height: 36px;
  font-weight: 600;
  font-size: 26px;
  margin: 40px 0;
  text-align: center;
}
.example-5-card-div .example-img {
  border-radius: 10px;
}
.example-card-div .example-img {
  border-radius: 10px;
}

/* 
.example-card-div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
} */
.example-card {
  background-color: #ebedfb;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.example-img-container {
  position: relative;
  display: flex;
  justify-content: center;
}
/* .example-open-img-btn {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  background-color: #4a80f7;
  color: #fff;
  padding: 4px 6px;
  border-radius: 6px;
} */
.example-img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.example-description {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 0;
}

.divider {
  align-self: stretch;
  border: none;
  border-top: 2px solid #fff;
  margin: 14px 0;
}

.duration-txt {
  color: #666666;
}
.duration-mth {
  color: #4a80f7;
}

/* Bottom Display */
.btm-container {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.btm-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-columns: 60% 38%;
  justify-content: space-between;
  color: #666666;
}
.btm-content > div {
  display: flex;
  flex-direction: column;
}

.btm-title-txt {
  color: #000;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 14px;
}
.btm-txt {
  margin: 0;
}
.btm-grid-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-container {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.register-card {
  width: 170px;
  display: flex;
  background: linear-gradient(270deg, #252332 0%, #39394d 50.5%, #252332 100%);
  border-radius: 12px;
  padding: 24px;
  align-items: center;
  cursor: pointer;
}
.register-icon {
  /* width: 35px;
  height: 35px; */
  
  width: 60px;
  height: 60px;
}
.register-txt-container {
  color: #fff;
  display: flex;
  flex-direction: column;

  width: 100%;
  align-items: center;
}

.register-txt-name {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
}

/* Footer Display */
.footer {
  background-color: #1e283c;
  color: #a4acbd;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* General */
.w-100 {
  width: 100%;
}
.example-carousel-wrapper {
  position: relative;
  width: 100%;
}

.example-carousel-container {
  overflow: hidden;
  position: relative;
  padding: 0 24px; /* space for peek + buttons */
}


.example-img-container {
  width: 100%;
}

.example-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Prev/Next buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

.carousel-btn.prev {
  left: 4px;
}

.carousel-btn.next {
  right: 4px;
}

/* Media Query */
@media (max-width: 1024px) {
  .top-phone-img {
    max-width: 200px;
  }
  .mid-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .top-content {
    max-width: calc(100% - 100px);
  }
  .top-phone-img {
    max-width: 160px;
  }
  /* .example-card-div {
    grid-template-columns: repeat(2, auto);
  } */
  .btm-content {
    grid-template-columns: unset;
  }
  .btm-phone-img {
    margin-top: 40px;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .swiper-pagination-2 {
      position: absolute;
      text-align: center;
      transition: .3s opacity;
      transform: translate3d(0, 0, 0);
      z-index: 10;
  }
  .contact-us-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0;
    width: 100%;
  }
  .contact-us-btn {
    padding: 10px 30px;
  }
  .nav-links {
    display: none;
  }
  .nav-links > span {
    font-size: 14px;
  }
  .additional-code {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .mid-logo-container > img {
    width: 60%;
  }
  .mid-content-txt > span {
    margin-bottom: 0;
  }
  .example-container {
    width: 85%;
    margin: 20px auto 0;
    overflow: hidden;
  }
  .example-txt-container {
    width: 95%;
  }
  .example-5-card-div .example-card {
    padding: 0;
  }
  .example-swiper, .example-swiper-2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    overflow: visible;
    padding-bottom: 50px;
  }
  
  .swiper-wrapper {
    overflow: visible;
  }
  .swiper-wrapper,
  .example-swiper,
  .example-swiper-2 {
    overflow: visible;
  }
  
  .swiper-slide img {
    width: 100%;
    display: block;
  }
  .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  
  .swiper-backface-hidden .swiper-slide {
    width: 90%;
    margin-right: -40px;
    margin-left: -40px;
    transition: transform 0.3s;
    z-index: 1; /* base z-index */
    position: relative;
    transform: scale(0.9);
    border-radius: 20px;
    overflow: hidden;
  }
  .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    z-index: 999; /* always top */
    transform: scale(1);
    box-shadow: 0px 0px 10px 0px #00000030;
  }
  .example-5-card-div .swiper-slide-prev .example-card {
    
    margin-left: 55%;
    margin-right: -55%;
  }
  .example-5-card-div .swiper-slide-next .example-card {
    
    margin-left: -55%;
    margin-right: 55%;
  }
}

@media (max-width: 670px) {
  .mid-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
  /* .example-card-div {
    grid-template-columns: repeat(1, auto);
  } */
  .example-img {
    max-height: unset;
  }
  .register-card {
    padding: 18px;
    width: 100%;
  }
  .btm-title-txt {
    font-size: 30px;
  }
  .register-txt-container {
    font-size: 10px;
  }
  .register-txt-name {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .top-content {
    grid-template-columns: unset;
    display: flex;
    padding: 90px 20px 0 20px;
    flex-direction: column;
    max-width: calc(100% - 40px);
  }
  .top-phone-img {
    max-width: 300px;
  }
}

@media (max-width: 350px) {
  .register-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Animation */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .swiper-wrapper {
    display: block; /* or grid, or flex-wrap */
    transform: none !important;
  }
  .swiper-slide {
    flex: 1 1 30%;
    width: 100%;
    max-width: none;
  }

  .swiper-pagination,.swiper-pagination-2 {
    display: none;
  }
  
  .example-5-card-div, .example-card-div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 20px auto;
    width: 100%;
  }
  .example-card-div {
    grid-template-columns: repeat(4, 1fr);
  }


  .example-5-card-div .example-card, .example-card-div .example-card {
    border-radius: 10px;
    box-shadow: 0px 6px 10.3px 0px #0C186C24;
    background: #DEE2FF;
  }
  .example-5-card-div .example-img, .example-card-div .example-img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  }
}
