/* Keep the saved first slide visible while the local carousel script starts. */
body:not(.homepage-js-ready) .swiper-container-fade .swiper-slide {
  opacity: 0 !important;
  transform: translate3d(0, 0, 0) !important;
}

body:not(.homepage-js-ready) .swiper-container-fade .swiper-wrapper {
  transform: translate3d(0, 0, 0) !important;
  display: block !important;
  height: 100% !important;
}

body:not(.homepage-js-ready) .swiper-container-fade .swiper-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body:not(.homepage-js-ready) .swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}

/* Keep the banner slogan as selectable HTML so it can use the Hong Kong wording. */
.home-page .banner-title .banner-txt-text {
  display: block;
  box-sizing: border-box;
  width: 340px;
  height: 176px;
  color: #fff;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .home-page .banner-title .banner-txt-text {
    width: 45.3333vw;
    height: 23.4667vw;
    font-size: 26px;
  }
}

.online-service-card {
  position: relative;
  box-sizing: border-box;
  height: 94px;
  max-width: 1200px;
  margin: 28px auto 36px;
  padding: 22px;
  overflow: hidden;
  border-radius: 4px;
  background: #3f60d4;
  color: #fff;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", sans-serif;
}

.online-service-card::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 120px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(29, 70, 190, 0.22);
}

.online-service-card::after {
  content: "♡";
  position: absolute;
  top: -6px;
  right: 18px;
  color: rgba(255, 255, 255, 0.35);
  font-family: Arial, sans-serif;
  font-size: 78px;
  font-weight: 300;
  line-height: 94px;
}

.online-service-card .online-service-title {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 20px;
  line-height: 28px;
}

.online-service-card .online-service-arrow {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 1px;
  font-size: 22px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .online-service-card {
    margin: 24px 36px 36px;
  }
}
