.c-red-gradient {
  background: linear-gradient(
    144.73deg,
    #ff0000 0%,
    #ea089c 54.29%,
    #428ae3 100%
  );
  -webkit-background-clip: text;
}

.wrap-nav-card-hor-scroll {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}

.wrap-nav-card-hor-scroll .nav-card-hor-scroll .wrap-inner span {
  white-space: nowrap;
}

/* what-is-esim */
.sc-what-is-esim {
  background: url("https://images.contentstack.io/v3/assets/blt8ba403bee4433fd8/blt25e87894dcef6c4e/698d4fa0eb48057856c0bba9/bg-sc-what-is-esim-m.webp")
    center top no-repeat;
  background-size: cover;
}

.what-is-esim {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  padding: 24px 16px;
  border-radius: 16px;
}

.what-is-esim .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.what-is-esim .title > * {
  white-space: nowrap;
}

.what-is-esim .title .image {
  width: 156px;
}

.what-is-esim .detail .image {
  margin-left: 40px;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .sc-what-is-esim {
    background: url("https://images.contentstack.io/v3/assets/blt8ba403bee4433fd8/blte69de715c463f0a1/698d4fa0f881d6fb69428d7f/bg-sc-what-is-esim.webp")
      center bottom no-repeat;
  }
  .what-is-esim {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    background: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 32px 68px;
    border-radius: 40px;
  }
  .what-is-esim .title {
    align-items: start;
  }
  .what-is-esim .title .image {
    width: 245px;
  }
  .what-is-esim .detail .image {
    max-width: 275px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* esim-benefits */
.sc-esim-benefits {
  background: linear-gradient(165deg, #ff0000 0%, #ea089c 54.29%, #428ae3 100%);
}

.esim-bentfits .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: start;
}

.esim-bentfits .benefits-list .capsule {
  display: flex;
  border: 2px solid #ffffff;
  border-radius: 64px;
  gap: 12px;
  align-items: center;
  padding: 12px;
}

.esim-bentfits .benefits-list .capsule .ico-benefit {
  max-width: 76px;
}

@media (min-width: 992px) {
  .esim-bentfits {
    display: flex;
    justify-content: space-between;
    gap: 22px;
  }
  .esim-bentfits .wrap-title {
    min-width: 677px;
    display: flex;
    justify-content: end;
    flex-direction: column;
  }
  .esim-bentfits .wrap-title .title {
    margin-left: 60px;
  }
  .esim-bentfits .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: start;
  }
  .esim-bentfits .benefits-list .capsule {
    display: flex;
    border: 2px solid #ffffff;
    border-radius: 64px;
    gap: 12px;
    align-items: center;
    padding: 12px;
  }
  .esim-bentfits .benefits-list .capsule .ico-benefit {
    max-width: 76px;
  }
}

/* sub-banner */
.sub-banner {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.sub-banner .wrap-inner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .sub-banner .wrap-inner .content .title {
    line-height: 24px !important;
  }
}

@media (min-width: 992px) {
  .sub-banner .wrap-inner .content {
    padding: 16px 80px;
  }
}

/* box-accordion */
.wrap-box-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrap-box-accordion .box-accordion {
  width: 100%;
  overflow: hidden;
}

.wrap-box-accordion .box-accordion.active header::after {
  transform: rotate(-180deg);
}

.wrap-box-accordion .box-accordion header {
  background: #000000;
  padding: 12px 50px 12px 16px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #edeef1;
  border-right: 1px solid #edeef1;
  border-left: 1px solid #edeef1;
  border-radius: 16px 16px 0 0;
}

.wrap-box-accordion .box-accordion header::after {
  content: " ";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  background: url("https://images.contentstack.io/v3/assets/blt8ba403bee4433fd8/blt12a3f634af0fd753/698d4fa0eb48055968c0bbad/ico-chevron-down-white.svg")
    center center no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease;
}

.wrap-box-accordion .box-accordion header .ico {
  min-height: 35px;
  display: flex;
  align-items: center;
}

.wrap-box-accordion .box-accordion .content {
  border-bottom: 1px solid #edeef1;
  border-right: 1px solid #edeef1;
  border-left: 1px solid #edeef1;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  padding: 16px;
  background: #fafafa;
}

.wrap-box-accordion .box-accordion .content .row div:nth-child(n + 2) {
  margin-top: 24px;
}

.wrap-box-accordion .box-accordion .content ul {
  list-style: none;
}

.wrap-box-accordion .box-accordion .content ul li {
  margin-top: 8px;
}

.wrap-box-accordion .box-accordion .content .button-control {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .wrap-box-accordion {
    gap: 24px;
  }
  .wrap-box-accordion .box-accordion:nth-child(n + 2) {
    margin-top: 0;
  }
  .wrap-box-accordion .box-accordion .content .row div:nth-child(n + 2) {
    margin-top: 0;
  }
  .wrap-box-accordion .box-accordion .content .row div:nth-child(n + 3) {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .wrap-box-accordion .box-accordion .content .row div:nth-child(n + 2) {
    margin-top: 0;
  }
}

/* step */
.btn.btn-capsule.dark.btn-capsule-txt-ico._iv.active i {
  filter: brightness(0) invert(1);
}

.steps-main-container .wrap-tabs .tab-content {
  padding: 0 16px;
}

.step-text .content {
  text-align: left;
  padding: 0 8px;
}

@media (max-width: 767px) {
  .wrap-tabs {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .btn-row-capsule.main > .btn-row-inner {
    justify-content: center;
    padding: 0;
  }
}

/* faq */
.sc-faq {
  background: url("https://images.contentstack.io/v3/assets/blt8ba403bee4433fd8/bltafcd54bb0e2c5c75/698d4fa06717093defa0162f/bg-faq.webp")
    center center no-repeat;
}

@media (min-width: 992px) {
  .sc-faq {
    background: url("https://images.contentstack.io/v3/assets/blt8ba403bee4433fd8/bltafcd54bb0e2c5c75/698d4fa06717093defa0162f/bg-faq.webp")
      top center no-repeat;
  }
}

/* channel */
.channel-change-to-esim .channel .channel-list:nth-child(n + 2) {
  margin-top: 32px;
}

.channel-change-to-esim .channel .channel-list .title {
  display: flex;
  align-items: start;
}

.channel-change-to-esim .channel .channel-list .title .circle-number {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-family: var(--font-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 26px;
  width: 26px;
  height: 26px;
  background-color: #303c46;
  border-radius: 50%;
  margin-right: 6px;
}

.channel-change-to-esim .channel .channel-list .title p.dflex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.channel-change-to-esim .channel .channel-list .title p.dflex a {
  display: flex;
  align-items: center;
}

.channel-change-to-esim .channel .channel-list .title p.dflex a .ico-iservice {
  display: inline-block;
  width: 36px;
  height: 36px;
}

.channel-change-to-esim
  .channel
  .channel-list
  .steps-main-container
  .wrap-tabs
  .tab-content
  .content
  ol
  ul {
  list-style: disc;
}

@media (min-width: 992px) {
  .channel-change-to-esim .channel .channel-list .title {
    align-items: center;
  }
  .channel-change-to-esim .channel .channel-list .title p.dflex {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .channel-change-to-esim .channel .channel-list .title p.dflex a {
    margin-left: -32px;
  }
}

/* page-tabs */
.page-tabs {
  position: relative;
}

.page-tabs .page-tab-content {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 0;
  overflow: hidden;
}

.page-tabs .page-tab-content.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  transition: all 0.25s ease-in-out 0.25s;
  z-index: 1;
  height: auto;
}
