@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Syne:wght@600;700;800&display=swap");

/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 2px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 100% !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: 0.375rem !important;
}

/* ========================= Css Payment Start ======================== */
.payment-system-list {
  --thumb-width: 80px;
  --thumb-height: 32px;
  --radio-size: 16px;
  border-radius: 5px;
  padding-right: 12px;
}

.payment-system-list:has(.deposit-info) {
  border: 1px solid hsl(var(--black)/0.05);
}

.payment-system-list.is-scrollable {
  max-height: min(550px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--black) / .2) hsl(var(--black)/0.01);
}

.payment-system-list::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 16px;
  border: 1px solid hsl(var(--black)/0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.payment-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  color: hsl(var(--black)/0.65);
}

.payment-item__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  padding-left: 10px;
  flex-shrink: 0;
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  -o-object-fit: cover;
  object-fit: cover;
}

.payment-item__thumb:has(.text) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.payment-item__btn {
  font-size: 0.875rem;
  color: hsl(var(--success));
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.payment-item__check {
  border: 1px solid hsl(var(--black)/0.1);
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 4px solid hsl(var(--base));
}


.deposit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.deposit-info * {
  font-weight: 600;
  font-size: 0.9125rem;
}

.deposit-info__input {
  color: hsl(var(--black));

  * {
    color: hsl(var(--black));
  }
}

.deposit-info__input * {
  font-weight: 400;
}

.total-amount {
  border-top: 1px solid hsl(var(--black)/0.08);
}

/* ========================= Css Payment Start ======================== */

/* ========================= eSimTrelio Brand ======================== */
.header .navbar-brand:has(.brand-lockup) {
  width: 220px;
  height: 72px;
  flex-shrink: 0;
}

.brand-lockup {
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  background: url("../../../images/logo_icon/logo_dark.png") center center / contain no-repeat;
}

.footer-item__logo:has(.brand-lockup--footer) {
  width: 240px;
  height: 79px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  background: #fff;
}

.brand-lockup--footer {
  position: static;
}

.account-form .account-logo:has(.brand-lockup--account) {
  width: 230px;
  max-width: 230px;
  height: 75px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}

.brand-lockup--account {
  position: static;
}

@media (max-width: 991px) {
  .header .navbar-brand:has(.brand-lockup) {
    width: 175px;
    height: 57px;
  }

  .header .brand-lockup {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}

@media (max-width: 575px) {
  .header .navbar-brand:has(.brand-lockup) {
    width: 150px;
    height: 49px;
  }

  .header .brand-lockup {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}

/* ========================= eSimTrelio Landing Page ======================== */
.landing-page {
  --trelio-blue: #073d9f;
  --trelio-blue-dark: #062761;
  --trelio-cyan: #078ec1;
  --trelio-teal: #08bdb2;
  --trelio-ink: #102447;
  --trelio-muted: #61708b;
  --trelio-mist: #eefbfc;
  --trelio-line: rgba(7, 61, 159, 0.12);
  --trelio-shadow: 0 24px 70px rgba(10, 48, 104, 0.12);
  color: var(--trelio-muted);
  background:
    linear-gradient(rgba(7, 61, 159, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 61, 159, 0.025) 1px, transparent 1px),
    #fff;
  background-size: 42px 42px;
  font-family: "Manrope", sans-serif;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
  color: var(--trelio-ink);
  font-family: "Syne", sans-serif;
  letter-spacing: -0.035em;
}

.landing-page p {
  color: var(--trelio-muted);
}

.landing-page .header {
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0 rgba(7, 61, 159, 0.08);
  backdrop-filter: blur(18px);
}

.landing-page .header.fixed-header {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 40px rgba(8, 39, 91, 0.08);
}

.landing-page .header .navbar {
  min-height: 82px;
  padding: 10px 0;
}

.landing-page .navbar-brand {
  width: 220px;
  height: 72px;
  flex-shrink: 0;
}

.landing-page .brand-lockup {
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  background: url("../../../images/logo_icon/logo_dark.png") center center / contain no-repeat;
}

.landing-page .header .nav-menu {
  gap: 28px;
}

.landing-page .header .nav-menu .nav-item .nav-link {
  color: var(--trelio-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.landing-page .header .nav-menu .nav-item .nav-link::before {
  height: 3px;
  bottom: -10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--trelio-blue), var(--trelio-teal));
}

.landing-page .header .nav-menu .nav-item.active .nav-link,
.landing-page .header .nav-menu .nav-item:hover .nav-link {
  color: var(--trelio-blue);
}

.landing-page .btn--base,
.landing-page .btn-outline--base {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  padding: 13px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--trelio-blue) 0%, var(--trelio-cyan) 58%, var(--trelio-teal) 100%);
  box-shadow: 0 12px 28px rgba(7, 61, 159, 0.2);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-page .btn--base:hover,
.landing-page .btn--base:focus,
.landing-page .btn-outline--base:hover,
.landing-page .btn-outline--base:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 61, 159, 0.28);
}

.landing-page .cookies-card {
  width: min(390px, calc(100% - 30px));
  padding: 22px;
  border: 1px solid var(--trelio-line);
  border-radius: 20px;
  color: var(--trelio-muted);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(7, 39, 91, 0.2);
  backdrop-filter: blur(16px);
}

.landing-page .cookies-card__icon {
  width: 44px;
  height: 44px;
  margin-inline: auto;
  color: #fff;
  background: linear-gradient(135deg, var(--trelio-blue), var(--trelio-teal));
  font-size: 24px;
}

.landing-page .cookies-card__content {
  margin-top: 14px !important;
  color: var(--trelio-muted);
  font-size: 13px;
  line-height: 1.6;
}

.landing-page .cookies-card__btn {
  margin-top: 16px !important;
}

.landing-page .cookies-card .btn {
  min-height: 44px;
}

.landing-page .banner-section {
  min-height: 680px;
  padding: 92px 0 82px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  background-color: #f7fcff;
  background-blend-mode: soft-light;
}

.landing-page .banner-section::before {
  content: "";
  width: 760px;
  height: 760px;
  position: absolute;
  z-index: -2;
  top: -330px;
  right: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 189, 178, 0.22), rgba(7, 142, 193, 0.08) 48%, transparent 70%);
}

.landing-page .banner-section::after {
  content: "";
  width: 540px;
  height: 540px;
  position: absolute;
  z-index: -2;
  left: -300px;
  bottom: -300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 61, 159, 0.14), transparent 68%);
}

.landing-page .hero-route {
  width: 420px;
  height: 160px;
  position: absolute;
  z-index: -1;
  border-top: 2px dashed rgba(7, 61, 159, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.landing-page .hero-route::after {
  content: "\f072";
  position: absolute;
  color: var(--trelio-teal);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  filter: drop-shadow(0 6px 8px rgba(7, 61, 159, 0.15));
}

.landing-page .hero-route--one {
  top: 102px;
  left: 46%;
  transform: rotate(-12deg);
}

.landing-page .hero-route--one::after {
  top: -13px;
  right: 24px;
  transform: rotate(14deg);
}

.landing-page .hero-route--two {
  width: 260px;
  height: 110px;
  right: -60px;
  bottom: 20px;
  transform: rotate(18deg);
}

.landing-page .hero-route--two::after {
  top: -12px;
  left: 30px;
  transform: rotate(-18deg);
}

.landing-page .banner-content {
  max-width: 690px;
}

.landing-page .banner-content__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(8, 189, 178, 0.25);
  border-radius: 999px;
  color: var(--trelio-blue);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 30px rgba(7, 61, 159, 0.06);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-page .banner-content__eyebrow i {
  color: var(--trelio-teal);
}

.landing-page .banner-content__title {
  max-width: 680px;
  margin-bottom: 20px;
  color: var(--trelio-blue-dark);
  font-size: clamp(2.75rem, 2rem + 3vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.landing-page .banner-content__title .underline-word {
  color: var(--trelio-cyan);
}

.landing-page .banner-content__title .underline-word svg path {
  stroke: var(--trelio-teal);
}

.landing-page .banner-content__desc {
  max-width: 620px;
  margin-bottom: 0;
  color: #52627e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.landing-page .banner-section .search-box {
  max-width: 610px;
  margin-top: 30px;
}

.landing-page .banner-section .search-box-field {
  padding: 8px 8px 8px 20px;
  border: 1px solid rgba(7, 61, 159, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 61, 159, 0.13);
}

.landing-page .banner-section .search-box-field__input {
  height: 52px;
  color: var(--trelio-ink);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.landing-page .banner-section .search-box-field__input::placeholder {
  color: #8995aa;
}

.landing-page .banner-section .search-box-field__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--trelio-blue), var(--trelio-teal));
}

.landing-page .banner-section .search-box-result {
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid var(--trelio-line);
  border-radius: 18px;
  box-shadow: var(--trelio-shadow);
}

.landing-page .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 22px;
}

.landing-page .hero-proof__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #53637d;
  font-size: 13px;
  font-weight: 700;
}

.landing-page .hero-proof__item i {
  color: var(--trelio-teal);
}

.landing-page .hero-visual {
  width: min(100%, 490px);
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
}

.landing-page .hero-visual::before {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(8, 189, 178, 0.26);
  border-radius: 50% 44% 52% 48%;
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.96), rgba(238, 251, 252, 0.7) 48%, rgba(7, 142, 193, 0.1)),
    linear-gradient(145deg, rgba(7, 61, 159, 0.06), rgba(8, 189, 178, 0.15));
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.6), 0 35px 80px rgba(7, 61, 159, 0.13);
  transform: rotate(-7deg);
}

.landing-page .hero-visual__orbit {
  position: absolute;
  border: 1px dashed rgba(7, 61, 159, 0.18);
  border-radius: 50%;
  animation: trelio-orbit 20s linear infinite;
}

.landing-page .hero-visual__orbit--one {
  width: 455px;
  height: 330px;
  transform: rotate(22deg);
}

.landing-page .hero-visual__orbit--two {
  width: 360px;
  height: 455px;
  animation-direction: reverse;
  animation-duration: 26s;
}

.landing-page .banner-image {
  width: auto;
  max-width: 390px;
  max-height: 455px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(7, 61, 159, 0.18));
  animation: trelio-float 6s ease-in-out infinite;
}

.landing-page .hero-visual__card {
  min-width: 172px;
  display: flex;
  align-items: center;
  gap: 11px;
  position: absolute;
  z-index: 3;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(7, 61, 159, 0.15);
  backdrop-filter: blur(14px);
}

.landing-page .hero-visual__card--signal {
  top: 88px;
  left: -12px;
}

.landing-page .hero-visual__card--delivery {
  right: -4px;
  bottom: 82px;
}

.landing-page .hero-visual__card-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--trelio-blue), var(--trelio-teal));
}

.landing-page .hero-visual__card strong,
.landing-page .hero-visual__card small {
  display: block;
}

.landing-page .hero-visual__card strong {
  color: var(--trelio-ink);
  font-size: 13px;
  line-height: 1.3;
}

.landing-page .hero-visual__card small {
  margin-top: 2px;
  color: var(--trelio-muted);
  font-size: 10px;
  font-weight: 600;
}

@keyframes trelio-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes trelio-orbit {
  to {
    transform: rotate(382deg);
  }
}

.landing-page .coverage-area {
  margin: 0 !important;
  padding: 82px 0 96px;
  position: relative;
  background: #fff;
}

.landing-page .coverage-area::before {
  content: "CHOOSE YOUR CONNECTION";
  display: block;
  margin-bottom: 22px;
  color: var(--trelio-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
}

.landing-page .esim-plan-tab {
  width: fit-content;
  margin-bottom: 38px;
  padding: 6px;
  border: 1px solid var(--trelio-line);
  border-radius: 16px;
  background: var(--trelio-mist);
}

.landing-page .esim-plan-tab__btn {
  min-width: 150px;
  border-radius: 11px;
  color: var(--trelio-muted);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.landing-page .esim-plan-tab__btn.active {
  color: #fff;
  background: linear-gradient(135deg, var(--trelio-blue), var(--trelio-cyan));
  box-shadow: 0 10px 24px rgba(7, 61, 159, 0.18);
}

.landing-page .esim-plan-card,
.landing-page .esim-plan-card2 {
  min-height: 118px;
  border: 1px solid var(--trelio-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 40%, #f3fcfd);
  box-shadow: 0 12px 34px rgba(7, 61, 159, 0.06);
}

.landing-page .esim-plan-card {
  padding: 20px;
}

.landing-page .esim-plan-card::after {
  color: var(--trelio-blue);
  background: rgba(7, 61, 159, 0.07);
}

.landing-page .esim-plan-card:hover,
.landing-page .esim-plan-card:focus,
.landing-page .esim-plan-card2:hover,
.landing-page .esim-plan-card2:focus {
  border-color: rgba(8, 189, 178, 0.5);
  box-shadow: 0 22px 50px rgba(7, 61, 159, 0.12);
  transform: translateY(-5px);
}

.landing-page .esim-plan-card__img {
  box-shadow: 0 8px 20px rgba(7, 61, 159, 0.12);
}

.landing-page .esim-plan-card__title,
.landing-page .esim-plan-card2__title {
  color: var(--trelio-ink);
}

.landing-page .esim-plan-card__price,
.landing-page .esim-plan-card2__plan {
  color: var(--trelio-cyan);
  font-weight: 800;
}

.landing-page .client-section {
  border-top: 1px solid var(--trelio-line);
  border-bottom: 1px solid var(--trelio-line);
  background: linear-gradient(90deg, #f4fcff, #fff, #effcfa);
}

.landing-page .client-section img {
  filter: grayscale(1);
  opacity: 0.56;
  transition: 0.3s ease;
}

.landing-page .client-section img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.landing-page .section-heading {
  max-width: 760px;
}

.landing-page .section-heading__title {
  color: var(--trelio-blue-dark);
  font-size: clamp(2rem, 1.55rem + 1.8vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.landing-page .section-heading__desc {
  color: var(--trelio-muted);
  font-size: 16px;
  line-height: 1.75;
}

.landing-page .underline-word svg path {
  stroke: var(--trelio-teal);
}

.landing-page .about-us,
.landing-page .easier-section,
.landing-page .best-pricing-section,
.landing-page .our-guarantee,
.landing-page .refer-section,
.landing-page .work-process-section,
.landing-page .faq-section,
.landing-page .how-it-works,
.landing-page .blog-section,
.landing-page .testimonial-section {
  position: relative;
}

.landing-page .about-us__thumb,
.landing-page .easier-section img,
.landing-page .best-pricing-section img,
.landing-page .our-guarantee img,
.landing-page .refer-thumb,
.landing-page .refer-process-item__image {
  filter: drop-shadow(0 30px 50px rgba(7, 61, 159, 0.12));
}

.landing-page .about-us-statistics-item__icon,
.landing-page .easier-section__item-icon,
.landing-page .guarantee-item__icon {
  background: var(--trelio-mist);
}

.landing-page .refer-section__inner {
  border: 1px solid rgba(8, 189, 178, 0.18);
  background:
    radial-gradient(circle at 88% 18%, rgba(8, 189, 178, 0.18), transparent 26%),
    linear-gradient(135deg, #f4fbff, #effdf9);
  box-shadow: var(--trelio-shadow);
}

.landing-page .refer-section__inner::before {
  border-color: var(--trelio-teal);
}

.landing-page .refer-process-item__content {
  border-color: var(--trelio-line);
  box-shadow: 0 18px 42px rgba(7, 61, 159, 0.12);
}

.landing-page .refer-process-item__count {
  background: linear-gradient(135deg, var(--trelio-blue), var(--trelio-teal));
}

.landing-page .section-bg,
.landing-page .service-section {
  background:
    radial-gradient(circle at 10% 15%, rgba(8, 189, 178, 0.12), transparent 24%),
    radial-gradient(circle at 95% 78%, rgba(7, 61, 159, 0.1), transparent 25%),
    #f4fbff;
}

.landing-page .service-card {
  overflow: hidden;
  position: relative;
  border-color: var(--trelio-line);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(7, 61, 159, 0.06);
}

.landing-page .service-card::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  right: -42px;
  bottom: -42px;
  border: 14px solid rgba(8, 189, 178, 0.12);
  border-radius: 50%;
  transition: 0.35s ease;
}

.landing-page .service-card__icon {
  background: linear-gradient(145deg, var(--trelio-blue), var(--trelio-teal));
}

.landing-page .service-card__title {
  color: var(--trelio-ink);
}

.landing-page .service-card:hover {
  background: linear-gradient(145deg, var(--trelio-blue-dark), var(--trelio-blue) 62%, var(--trelio-cyan));
  box-shadow: 0 26px 56px rgba(7, 61, 159, 0.23);
  transform: translateY(-8px);
}

.landing-page .service-card:hover::after {
  border-color: rgba(255, 255, 255, 0.16);
  transform: scale(1.45);
}

.landing-page .how-it-works-tab-item {
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 16px;
}

.landing-page .how-it-works-tab-item:hover {
  background: var(--trelio-mist);
}

.landing-page .how-it-works-tab-item__icon {
  color: var(--trelio-blue);
  border-color: rgba(7, 61, 159, 0.12);
  border-radius: 14px;
  background: #f4fbff;
}

.landing-page .how-it-works-tab-item.active {
  border-color: rgba(8, 189, 178, 0.2);
  background: linear-gradient(135deg, var(--trelio-blue-dark), var(--trelio-blue) 65%, var(--trelio-cyan));
  box-shadow: 0 18px 40px rgba(7, 61, 159, 0.2);
}

.landing-page .how-it-works-tab-item.active .how-it-works-tab-item__icon {
  color: var(--trelio-blue);
  border-color: #fff;
}

.landing-page .how-it-works__thumb {
  border: 10px solid #fff;
  box-shadow: var(--trelio-shadow);
}

.landing-page .accordion-item,
.landing-page .testimonial-card,
.landing-page .blog-item {
  border-color: var(--trelio-line);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(7, 61, 159, 0.06);
}

.landing-page .accordion-button:not(.collapsed) {
  color: var(--trelio-blue);
  background: var(--trelio-mist);
}

.landing-page .blog-item {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.landing-page .blog-item:hover {
  box-shadow: var(--trelio-shadow);
  transform: translateY(-6px);
}

.landing-page .footer-area {
  margin-top: 0;
  padding-top: 70px;
  background: linear-gradient(180deg, transparent, rgba(7, 61, 159, 0.03));
}

.landing-page .footer-area__shape-left,
.landing-page .footer-area__shape-right {
  display: none;
}

.landing-page .footer-area__footer-top {
  padding: 92px 0 72px;
  clip-path: none;
  background:
    radial-gradient(circle at 10% 15%, rgba(8, 189, 178, 0.2), transparent 24%),
    radial-gradient(circle at 90% 80%, rgba(7, 142, 193, 0.22), transparent 26%),
    linear-gradient(135deg, #041e4c, #073d9f 68%, #087eaa);
}

.landing-page .footer-area__footer-top::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, var(--trelio-teal), transparent);
}

.landing-page .footer-area__image {
  opacity: 0.28;
}

.landing-page .footer-item__logo {
  width: 240px;
  height: 79px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(1, 18, 46, 0.2);
}

.landing-page .brand-lockup--footer {
  width: 100%;
  height: 100%;
  position: static;
  background-size: contain;
}

.landing-page .footer-item__title {
  color: #fff;
  font-family: "Syne", sans-serif;
}

.landing-page .footer-item__desc,
.landing-page .footer-menu__link,
.landing-page .footer-contact__desc {
  color: rgba(255, 255, 255, 0.7);
}

.landing-page .footer-menu__link:hover,
.landing-page .footer-contact__desc:hover {
  color: #fff;
}

.landing-page .social-list__link {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.landing-page .social-list__link:hover {
  border-color: var(--trelio-teal);
  background: var(--trelio-teal);
}

.landing-page .footer-contact-menu__item-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--trelio-cyan), var(--trelio-teal));
}

.landing-page .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #031737;
}

.landing-page .bottom-footer .link {
  color: #56e0d5;
}

@media (max-width: 1199px) {
  .landing-page .navbar-brand {
    width: 190px;
    height: 62px;
  }

  .landing-page .header .nav-menu {
    gap: 16px;
  }

  .landing-page .hero-visual {
    min-height: 460px;
  }

  .landing-page .hero-visual::before {
    width: 350px;
    height: 350px;
  }

  .landing-page .hero-visual__orbit--one {
    width: 390px;
  }
}

@media (max-width: 991px) {
  .landing-page main {
    margin-top: 0;
  }

  .landing-page .header {
    position: relative;
  }

  .landing-page .header .navbar {
    min-height: 74px;
  }

  .landing-page .navbar-brand {
    width: 175px;
    height: 57px;
  }

  .landing-page .brand-lockup {
    width: 100%;
    height: 100%;
    background-size: contain;
  }

  .landing-page .header .navbar-collapse {
    margin-top: 12px;
    padding: 16px 20px;
    border: 1px solid var(--trelio-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--trelio-shadow);
  }

  .landing-page .banner-section {
    min-height: auto;
    padding: 60px 0 72px;
  }

  .landing-page .banner-section .col-md-10.col-lg-7 {
    order: 1;
  }

  .landing-page .banner-section .col-md-10.col-lg-5 {
    order: 2;
  }

  .landing-page .banner-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .landing-page .banner-content__eyebrow {
    margin-inline: auto;
  }

  .landing-page .banner-content__title,
  .landing-page .banner-content__desc {
    margin-inline: auto;
    text-align: center;
  }

  .landing-page .banner-section .search-box {
    margin-inline: auto;
  }

  .landing-page .hero-proof {
    justify-content: center;
  }

  .landing-page .hero-visual {
    min-height: 390px;
    margin: 34px auto 0;
  }

  .landing-page .hero-visual::before {
    width: 320px;
    height: 320px;
  }

  .landing-page .banner-image {
    display: block;
    max-width: 300px;
    max-height: 350px;
  }

  .landing-page .hero-visual__orbit--one {
    width: 350px;
    height: 280px;
  }

  .landing-page .hero-visual__orbit--two {
    width: 290px;
    height: 350px;
  }

  .landing-page .hero-visual__card--signal {
    left: 6%;
  }

  .landing-page .hero-visual__card--delivery {
    right: 6%;
  }
}

@media (max-width: 767px) {
  .landing-page .banner-content__title {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .landing-page .esim-plan-tab {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .landing-page .esim-plan-tab__btn {
    min-width: 142px;
  }

  .landing-page .footer-area {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .landing-page .navbar-brand {
    width: 150px;
    height: 49px;
  }

  .landing-page .brand-lockup {
    width: 100%;
    height: 100%;
    background-size: contain;
  }

  .landing-page .navbar-auth-area .btn {
    min-height: 42px;
    padding: 10px 14px;
  }

  .landing-page .cookies-card {
    width: calc(100% - 24px);
    left: 12px;
    bottom: 12px;
    padding: 16px;
  }

  .landing-page .cookies-card__icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .landing-page .cookies-card__content {
    margin-top: 10px !important;
    font-size: 11px;
  }

  .landing-page .cookies-card__btn {
    margin-top: 12px !important;
  }

  .landing-page .banner-section {
    padding: 42px 0 62px;
  }

  .landing-page .banner-content__eyebrow {
    font-size: 10px;
  }

  .landing-page .banner-content__desc {
    font-size: 15px;
    line-height: 1.65;
  }

  .landing-page .banner-section .search-box-field {
    padding-left: 14px;
    border-radius: 15px;
  }

  .landing-page .banner-section .search-box-field__input {
    min-width: 0;
    font-size: 13px;
  }

  .landing-page .banner-section .search-box-field__icon {
    width: 46px;
    height: 46px;
  }

  .landing-page .hero-proof {
    gap: 8px 13px;
  }

  .landing-page .hero-proof__item {
    font-size: 11px;
  }

  .landing-page .hero-visual {
    min-height: 300px;
  }

  .landing-page .hero-visual::before {
    width: 250px;
    height: 250px;
  }

  .landing-page .hero-visual__orbit--one {
    width: 285px;
    height: 215px;
  }

  .landing-page .hero-visual__orbit--two {
    width: 220px;
    height: 285px;
  }

  .landing-page .banner-image {
    max-width: 225px;
    max-height: 275px;
  }

  .landing-page .hero-visual__card {
    min-width: 138px;
    padding: 9px 10px;
  }

  .landing-page .hero-visual__card-icon {
    width: 32px;
    height: 32px;
  }

  .landing-page .hero-visual__card--signal {
    top: 40px;
    left: 0;
  }

  .landing-page .hero-visual__card--delivery {
    right: 0;
    bottom: 34px;
  }

  .landing-page .hero-visual__card strong {
    font-size: 11px;
  }

  .landing-page .hero-visual__card small {
    font-size: 8px;
  }

  .landing-page .coverage-area {
    padding: 58px 0 70px;
  }

  .landing-page .service-card {
    border-radius: 16px;
  }

  .landing-page .footer-item__logo {
    width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .banner-image,
  .landing-page .hero-visual__orbit {
    animation: none;
  }
}
