@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans SC', sans-serif;
}

sup {
  display: inline;
}

.w960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w647 {
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
}

.hide767 {
  display: block !important;
}

.show787 {
  display: none !important;
}

.hide767-flex {
  display: flex !important;
}

.show787-flex {
  display: none !important;
}

@media (min-width: 768px) {
  .hide767 {
    display: none !important;
  }

  .show787 {
    display: block !important;
  }

  .hide767-flex {
    display: none !important;
  }

  .show787-flex {
    display: flex !important;
  }
}

h1 {
  font-size: 28px !important;
  line-height: 1.5;
}

h2 {
  font-size: 22px !important;
  line-height: 1.5;
}

h3 {
  font-size: 20px !important;
  line-height: 1.5;
}

p {
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px !important;
  }

  h2 {
    font-size: 42px !important;
  }

  h3 {
    font-size: 32px !important;
  }

  p {
    font-size: 22px;
  }
}

#footer {
  transition: margin 0.3s ease;
}

.header-container {
  transition: all 0.2s ease;
}

.header-container.hide-up {
  transform: translateY(-100%);
}

.page-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page-title h1 {
  padding: 5px 0;
}

.page-title-rect {
  height: 40px;
  width: 10px;
  background-color: #cccccc;
  margin-right: 12px;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 1px solid #cccccc;
  /* margin-bottom: 20px; */
  overflow: hidden;
}

.banner-bg {
  width: 100%;
  background-image: url(crossborder_services/ccb_crossborder_kv.jpg);
  background-size: cover;
  background-position: 65% center;
  min-height: 250px;
}

.banner > .w960 {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .banner > .w960 {
    max-width: 1024px !important;
    width: 1024px !important;
  }
}

.banner img {
  /* height: 100%; */
  max-height: 300px;
  /* position: absolute; */
  /* bottom: 0; */
  object-fit: cover;
  object-position: 25% 75%;
}

.banner .caption {
  /* margin-top: 126px; */
  background: #fafafa;
  padding: 15px;
  width: 100%;
  border-top: solid 1px #cccccc;
}

.banner .caption h1 {
  font-size: 28px !important;
}

.banner .caption h2 {
  font-size: 16px !important;
  color: #e6740a;
  font-weight: 500;
  margin-bottom: 0;
}

.banner .caption p {
  font-size: 12px !important;
  color: #0066b3;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .banner {
    align-items: start;
    height: 600px;
  }

  .banner-bg {
    position: absolute;
    background-position: top center;
    z-index: -1;
    min-height: 600px;
  }

  .banner > .w960 {
    margin-top: 60px;
  }

  .banner img {
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .banner .caption {
    border: 0;
    margin: auto 0;
    padding: 20px;
    width: 50%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 20.06%, #ffffff 100%);
  }

  .banner .caption h2 {
    font-size: 24px !important;
  }

  .banner .caption p {
    font-size: 18px !important;
  }
}

/* ======= Crossborder Services ======= */
.section-wrapper {
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
/* section 1 */
.section-wrapper.section-1 {
  background: linear-gradient(
    0deg,
    rgba(25, 173, 255, 0.2) 0%,
    rgba(25, 173, 255, 0.1) 46.17%,
    rgba(25, 173, 255, 0) 75.69%
  );
}
/* background decoration */
.section-1 .deco {
  position: absolute;
  z-index: 0;
  object-fit: contain;
}
.section-1 .deco.left {
  top: 50px;
  left: 0;
}
.section-1 .deco.right {
  top: 0;
  right: 0;
}
.section-1 .deco.dotted {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
}
/* background decoration end */
.section-1 .w960 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section-1 .title-box {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background: linear-gradient(90deg, #141f50 -4.17%, #1766a7 36.56%, #85d6ff 54.35%, #19adff 70.27%, #1766a7 93.21%);
  transform: skewX(-20deg);
}
.section-1 .title {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  min-width: 750px;
  transform: skewX(20deg);
}
/* banner deco line */
.section-1 .bottom-right-line::before {
  content: '';
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 150px;
  height: 5px;
  background: #1766a7;
}
.section-1 .bottom-right-line::after {
  content: '';
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 5px;
  height: 80px;
  background: #1766a7;
}

.section-1 .desc {
  width: 50%;
  text-align: center;
  color: #1766a7;
  margin-top: 30px;
  font-weight: 700;
}
.section-1 .deco-phone {
  position: absolute;
  left: -60px;
  top: -50%;
  max-width: 160px;
  transform: skewX(20deg);
  transform-origin: 50% 50%;
  animation: deco-swing-skew 3s linear infinite;
}

/* yellow-arrow-container */
.section-1 .yellow-arrow-container {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-1 .yellow-arrow-container .yellow-arrow {
  opacity: 0;
  animation-duration: 2.4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.section-1 .yellow-arrow-container .yellow-arrow:nth-child(1) {
  opacity: 1;
}

.section-1 .yellow-arrow-container .yellow-arrow:nth-child(2) {
  animation-name: yellow-arrow-step-2;
}

.section-1 .yellow-arrow-container .yellow-arrow:nth-child(3) {
  animation-name: yellow-arrow-step-3;
}

@keyframes yellow-arrow-step-2 {
  0%,
  30% {
    opacity: 0;
  }

  36%,
  100% {
    opacity: 1;
  }
}

@keyframes yellow-arrow-step-3 {
  0%,
  63% {
    opacity: 0;
  }

  69%,
  100% {
    opacity: 1;
  }
}
.section-1 .text {
  max-width: 750px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 165%;
}
/* bubble-container */
.section-1 .bubble-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.section-1 .bubble-container .bubble {
  position: relative;
}

.section-1 .bubble-container .bubble img {
  position: relative;
  max-width: 150px;
  z-index: 1;
}
.section-1 .bubble-container .bubble::before,
.section-1 .bubble-container .bubble::after {
  content: '';
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #ffc402;
  animation: bubble-ripple 2.5s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.section-1 .bubble-container .bubble::after {
  animation: bubble-ripple 2.5s 1s linear infinite;
}
.section-1 .bubble-container .bubble-text {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #1766a7;
  font-weight: 700;
  font-size: 26px;
  margin-top: 10px;
}
.section-1 .bubble-container .dashed-line {
  width: 100px;
  border-top: 2px dashed #ffc800;
  margin: auto;
  transform: translateY(-20px);
}
/* testimonial-container */
.section-1 .testimonial-container {
  padding: 20px 0;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 2;
}
.section-1 .testimonial-container .testimonial {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 100px;
}
.section-1 .testimonial-container .testimonial .image {
  width: 40%;
}
.section-1 .testimonial-container .testimonial .image img {
  width: 100%;
}
.section-1 .testimonial-container .testimonial .content {
  width: 60%;
  padding-bottom: 2rem;
}
.section-1 .testimonial-container .testimonial::before {
  content: '';
  width: 140%;
  /* height: 80%; */
  min-height: 275px;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: -1;
  transform: skewX(-20deg);
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
}
.section-1 .testimonial-container .testimonial.reverse-bg::before {
  left: -70px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
}
.section-1 .testimonial-container .title-box {
  margin-bottom: 20px;
}
.section-1 .testimonial-container .title {
  padding: 0 2rem;
  font-size: 28px !important;
}
.section-1 .testimonial-container p {
  font-size: 18px !important;
}

@media (max-width: 1024px) {
  .section-1 .title {
    min-width: 600px;
  }
  .section-1 .deco-phone {
    left: -70px;
    max-width: 130px;
  }
  .section-1 .desc {
    width: 70%;
  }
  .section-1 .bubble-container .dashed-line {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .section-wrapper {
    padding: 50px 0;
  }
  .section-1 .deco.left {
    width: 150px;
  }
  .section-1 .deco.right {
    width: 200px;
  }
  .section-1 .bottom-right-line::before {
    width: 100px;
    height: 5px;
  }
  .section-1 .bottom-right-line::after {
    width: 5px;
    height: 50px;
  }
  .section-1 .title {
    min-width: 400px;
  }
  .section-1 .desc {
    width: 60%;
  }
  .section-1 .deco-phone {
    width: 100px;
    left: -50px;
    top: -70%;
  }
  .section-1 .text {
    font-size: 18px;
  }
  .section-1 .bubble-container .bubble img {
    width: 100px;
  }
  .section-1 .bubble-container .bubble::before,
  .section-1 .bubble-container .bubble::after {
    top: 36%;
    width: 90px;
    height: 90px;
  }
  .section-1 .bubble-container .dashed-line {
    width: 30px;
    transform: translateY(-15px);
  }
  .section-1 .bubble-container .bubble-text {
    font-size: 20px;
  }
  .section-1 .testimonial-container .testimonial {
    padding: 0 2rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .section-1 .title {
    min-width: 280px;
    padding-left: 30px;
  }
  .section-1 .desc {
    width: 80%;
  }
  .section-1 .yellow-arrow-container {
    padding: 10px 0;
  }
  .section-1 .bubble-container .bubble img {
    width: 70px;
  }
  .section-1 .bubble-container .bubble::before,
  .section-1 .bubble-container .bubble::after {
    top: 32%;
    width: 65px;
    height: 65px;
  }
  .section-1 .bubble-container .dashed-line {
    width: 20px;
  }
  .section-1 .testimonial-container .testimonial {
    flex-direction: column;
  }
  .section-1 .testimonial-container .testimonial.reverse-bg {
    flex-direction: column-reverse;
  }
  .section-1 .testimonial-container .testimonial .image {
    width: 100%;
  }
  .section-1 .testimonial-container .testimonial .content {
    width: 100%;
  }
  .section-1 .testimonial-container .testimonial::before {
    height: 90%;
  }
}

/* section 2 */
.section-wrapper.section-2 {
  background: linear-gradient(
    90deg,
    rgba(25, 173, 255, 0.08) 0%,
    rgba(25, 173, 255, 0.1) 20%,
    rgba(25, 173, 255, 0) 80%,
    rgba(25, 173, 255, 0.09) 100%
  );
  position: relative;
}

.section-2 .w960 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section-2 .left-deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/crossborder_services/section2/deco.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
}
.section-2 .title-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
}
/* banner deco line */
.section-2 .bottom-right-line::before {
  content: '';
  position: absolute;
  bottom: -17px;
  right: -17px;
  width: 100px;
  height: 5px;
  background: #1766a7;
}
.section-2 .bottom-right-line::after {
  content: '';
  position: absolute;
  bottom: -17px;
  right: -17px;
  width: 5px;
  height: 60px;
  background: #1766a7;
}
.section-2 .top-left-line::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 120px;
  height: 5px;
  background: #1766a7;
}
.section-2 .top-left-line::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -13px;
  width: 5px;
  height: 50px;
  background: #1766a7;
}

.section-2 .blue {
  display: inline-block;
  background: linear-gradient(
    90deg,
    #141f50 0%,
    #1766a7 40%,
    rgba(23, 102, 167, 0.5) 80.64%,
    rgba(23, 102, 167, 0) 100%
  );
  padding: 0 5rem;
  transform: skewX(-20deg);
}
.section-2 .blue .title {
  transform: skewX(20deg);
  color: #ffffff;
  text-align: center;
}
.section-2 .white {
  display: inline-block;
  background: transparent;
  padding: 0 5rem;
  transform: skewX(-20deg);
  border: 5px solid;
  border-image: linear-gradient(to top, #1766a7, transparent) 1;
}
.section-2 .white .title {
  transform: skewX(20deg);
  color: #1766a7;
  text-align: center;
}

/* app-upgrade */
.section-2 .app-upgrade {
  margin-top: 4rem;
}
.section-2 .app-upgrade .upgrade-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.section-2 .app-upgrade .upgrade-item:nth-child(even) {
  flex-direction: row-reverse;
}

.section-2 .app-upgrade .upgrade-item .image.w60p {
  width: 60%;
}

.section-2 .app-upgrade .upgrade-item .phone {
  max-height: 550px;
  width: auto;
}
.section-2 .app-upgrade .upgrade-item .content,
.section-2 .app-upgrade .upgrade-item .image {
  width: 50%;
}

.section-2 .app-upgrade .upgrade-item .image {
  position: relative;
  display: flex;
  justify-content: center;
}
.section-2 .app-upgrade .upgrade-item .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 100%;
  background-image: url(../images/crossborder_services/screencap/capscreen_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.section-2 .app-upgrade .upgrade-item:nth-child(even) .image::after {
  background-image: url(../images/crossborder_services/screencap/capscreen_right.png);
}
.section-2 .app-upgrade .upgrade-item .image .element {
  position: absolute;
}
.section-2 .app-upgrade .upgrade-item .image .element.crossborder {
  bottom: 4%;
  right: 15%;
  width: 100px;
  filter: drop-shadow(3px 3px 5px #ffd900a1) drop-shadow(3px -3px 5px #ffd900a1) drop-shadow(-3px -3px 5px #ffd900a1)
    drop-shadow(-3px 3px 5px #ffd900a1);
}
.section-2 .app-upgrade .upgrade-item .image .element.entrance {
  bottom: 15%;
  right: -5%;
  width: 100px;
  z-index: 1;
  transform-origin: 10% 80%;
  animation: deco-swing 1.5s linear infinite;
}
.section-2 .app-upgrade .upgrade-item .upgrade-title {
  font-weight: 700;
  color: #1766a7;
  line-height: 1;
}
.section-2 .app-upgrade .upgrade-item .upgrade-desc {
  color: #1766a7;
  margin-bottom: 1rem;
}
.section-2 .app-upgrade .upgrade-item .upgrade-quote {
  border-left: 5px solid #1766a7;
  padding-left: 1.25rem;
}
.section-2 .app-upgrade .upgrade-item .deco {
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-2 .app-upgrade .upgrade-item .deco .neon-icon {
  max-width: 130px;
}
.section-2 .app-upgrade .upgrade-item:nth-child(odd) .deco .neon-icon {
  animation: neon-icon-float 2.2s linear infinite;
}
.section-2 .app-upgrade .upgrade-item:nth-child(even) .deco .neon-icon {
  animation: neon-icon-float-reverse 2.2s linear infinite;
}

@keyframes neon-icon-float {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes neon-icon-float-reverse {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.section-2 .app-upgrade .upgrade-item:nth-child(odd) .deco {
  top: 0;
  right: 100%;
}
.section-2 .app-upgrade .upgrade-item:nth-child(even) .deco {
  top: 0;
  left: 100%;
}

@media (max-width: 1024px) {
  .section-2 .app-upgrade .upgrade-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .section-2 .app-upgrade .upgrade-item .deco .stroke {
    height: 9px;
  }
  .section-2 .app-upgrade .upgrade-item .deco .neon-icon {
    max-width: 90px;
  }
  .section-2 .app-upgrade .upgrade-item:nth-child(odd) .deco {
    top: -30px;
    right: 0%;
  }
  .section-2 .app-upgrade .upgrade-item:nth-child(even) .deco {
    top: -30px;
    left: 0%;
  }
  .section-2 .app-upgrade .upgrade-item .image::after {
    width: 400px;
  }
  .section-2 .app-upgrade .upgrade-item .phone {
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .section-2 .bottom-right-line::before {
    bottom: -17px;
    right: -17px;
    height: 4px;
  }
  .section-2 .bottom-right-line::after {
    bottom: -17px;
    right: -17px;
    height: 40px;
    width: 5px;
  }
  .section-2 .top-left-line::before {
    top: -12px;
    left: -12px;
    height: 4px;
    width: 100px;
  }
  .section-2 .top-left-line::after {
    top: -12px;
    left: -13px;
    height: 40px;
    width: 5px;
  }
  .section-2 .app-upgrade .upgrade-item {
    flex-direction: column !important;
  }
  .section-2 .app-upgrade .upgrade-item .content,
  .section-2 .app-upgrade .upgrade-item .image {
    width: 100%;
  }
  .section-2 .app-upgrade .upgrade-item .image {
    display: flex;
    justify-content: center;
  }
  .section-2 .app-upgrade .upgrade-item .phone {
    max-height: 400px;
    width: auto;
  }
  .section-2 .app-upgrade .upgrade-item .image::after {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .section-2 .blue,
  .section-2 .white {
    padding: 0 3rem;
  }
  .section-2 .app-upgrade .upgrade-item {
    margin: 0 1rem;
  }
  .section-2 .app-upgrade .upgrade-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .section-2 .app-upgrade .upgrade-item .upgrade-quote {
    font-size: 16px;
  }
  .section-2 .app-upgrade .upgrade-item .deco {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .section-2 .app-upgrade .upgrade-item .deco img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  .section-2 .app-upgrade .upgrade-item:nth-child(odd) .deco,
  .section-2 .app-upgrade .upgrade-item:nth-child(even) .deco {
    position: relative;
    top: 0;
    right: 0;
  }
  .section-2 .app-upgrade .upgrade-item .deco .stroke {
    height: 6px;
  }
  .section-2 .app-upgrade .upgrade-item .phone {
    height: 280px;
    width: auto;
  }
  .section-2 .app-upgrade .upgrade-item:nth-child(odd) .phone {
    right: 10%;
  }
  .section-2 .app-upgrade .upgrade-item:nth-child(even) .phone {
    right: 10%;
  }
}
/* section 3 */
.section-3 {
  padding: 50px 0;
}
.section-3 .w960 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section-3 .title-box {
  display: inline-block;
  margin: 0 auto;
  background: linear-gradient(90deg, #141f50 -4.17%, #1766a7 36.56%, #85d6ff 54.35%, #19adff 70.27%, #1766a7 93.21%);
  transform: skewX(-20deg);
}
.section-3 .title {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 0 60px;
  transform: skewX(20deg);
}
/* banner deco line */
.section-3 .bottom-right-line {
  width: 100%;
  height: 100%;
}
.section-3 .bottom-right-line::before {
  content: '';
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100px;
  height: 5px;
  background: #1766a7;
}
.section-3 .bottom-right-line::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 5px;
  height: 50px;
  background: #1766a7;
}
.section-3 .top-left-line::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 120px;
  height: 5px;
  background: #1766a7;
}
.section-3 .top-left-line::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -13px;
  width: 5px;
  height: 50px;
  background: #1766a7;
}

.section-3 .app-features {
  position: relative;
  background-image: url(../images/crossborder_services/section3/bg_bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: 3rem;
  z-index: 0;
}
.section-3 .app-features::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/crossborder_services/section3/bottom_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: -1;
}
.section-3 .app-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/crossborder_services/section3/bottom_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: -1;
}
.section-3 .app-features .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 50px 20px;
}
.section-3 .app-features .features-grid .feature {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1766a7;
  font-weight: 700;
  background-image: url(../images/crossborder_services/card_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-3 .app-features .features-grid .feature img {
  max-width: 64px;
}

@media (max-width: 1024px) {
  .section-3 .app-features .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-3 .app-features {
    background-image: url(../images/crossborder_services/section3/bg_bottom_mo.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center top;
  }
  .section-3 .app-features::after,
  .section-3 .app-features::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .section-3 .app-features .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* section 4 */
.section-4 {
  padding: 50px 0;
}
.section-4 .content p,
.section-4 .content li {
  font-size: 16px;
}

.section-4 .content .list {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 1rem;
}
.section-4 .content .sec-lv-list {
  list-style-type: lower-roman;
  margin-left: 1rem;
}

@media (max-width: 576px) {
  .section-4 .content p,
  .section-4 .content li {
    font-size: 14px;
  }
}

/* section 5 */
.section-5 {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  background: linear-gradient(180deg, #f9f9f9 0%, #f2f2f2 114.06%);
  position: relative;
  transition: box-shadow 0.24s ease;
}

.section-5.is-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12);
}
.section-5 .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section-5 .content > div {
  width: 50%;
}

.section-5 .cta {
  font-size: 16px;
  font-weight: 700;
}
.section-5 .download-img {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 576px) {
  .section-5 .content {
    flex-direction: column;
  }
  .section-5 .content > div {
    width: 100%;
  }
}
/* Keep skew transform entrance effects. */
.section-1 .title-box.animate__animated.fadeInUp {
  animation-name: fadeInUp-skew-neg20;
}

.section-2 .blue.animate__animated.fadeInLeft {
  animation-name: fadeInLeft-skew-neg20;
}

.section-2 .white.animate__animated.fadeInRight {
  animation-name: fadeInRight-skew-neg20;
}
.section-3 .animate__animated.fadeInLeft {
  animation-name: fadeInLeft-skew-neg20;
}
@keyframes fadeInUp-skew-neg20 {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0) skewX(-20deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) skewX(-20deg);
  }
}

@keyframes fadeInLeft-skew-neg20 {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) skewX(-20deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) skewX(-20deg);
  }
}

@keyframes fadeInRight-skew-neg20 {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-20deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) skewX(-20deg);
  }
}

@keyframes bubble-ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes deco-swing-skew {
  0%,
  100% {
    transform: skewX(20deg) rotate(0deg);
  }

  20% {
    transform: skewX(20deg) rotate(2.2deg);
  }

  40% {
    transform: skewX(20deg) rotate(0.8deg);
  }

  50% {
    transform: skewX(20deg) rotate(0deg);
  }

  60% {
    transform: skewX(20deg) rotate(-0.8deg);
  }

  80% {
    transform: skewX(20deg) rotate(-2.2deg);
  }
}
@keyframes deco-swing {
  0%,
  100% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(2.2deg);
  }

  40% {
    transform: rotate(0.8deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(-0.8deg);
  }

  80% {
    transform: rotate(-2.2deg);
  }
}
