:root {
  --bg: #fffaf1;
  --surface: #ffffff;
  --ink: #151515;
  --muted: #666666;
  --accent: #FF6B6B;
  --accent-strong: #ff4b56;
  --accent-soft: #ffd7d9;
  --yellow: #f8dc83;
  --yellow-soft: #ffe8a7;
  --line: #e9e3d8;
  --blue: #4aa8ff;
  --black: #000000;
  --shadow: 0 14px 35px rgba(21, 21, 21, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --desktop-width: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.tutorial-step a , .footer-nav a, .site-header a, .floating-help a, .mobile-menu a,
.main-nav a{text-decoration: none;}

.mobile-nav a, .mobile-nav button, .mobile-nav .dropdown-menu a {color:#fff}

@media (max-width: 767px) {
    .site-header .nav-shell {
        grid-template-columns: 1fr auto;
    }
}



a {

  color: inherit;
 /* text-decoration: none;*/
}

/*#headerBanner{max-width: 1600px; margin: auto}*/

.swiper-slide .displaypc{width:100%}


.grid-shell {
  width: min(var(--desktop-width), calc(100vw - 80px));
  margin: 0 auto;
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 2.7vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.section-copy {
  margin: 20px 0 0;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  color: var(--muted);
}

.top-alert {
  background: #ffd7d9;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}

.top-alert__inner {
  width: min(386px, calc(100vw - 32px));
  margin: 0 auto;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.3;
}

.top-alert__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 20;
  margin-bottom: -93px;
  padding-top: 16px;
  background: transparent;
}

.nav-shell {
	border: 5px solid #FF6B6B;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 71px;
  padding: 0 38px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.logo img {
  width: 52px;
}

.site-footer__logo {
  width: 62px;
}

.main-nav {
  display: flex;
  justify-content: right;
  gap: 26px;
  font-size: 0.95rem;
  font-weight: 500;
}

.main-nav a:hover {
  color: var(--accent-strong);
}

.footer-yellow a:hover {
  color: #efd998 !important;
}

.footer-nav a:hover {
  color: var(--accent-strong);
}

/* Dropdown container */
.nav-item.has-dropdown {
  position: relative;
}

/* Dropdown button */
.dropdown-toggle {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: #ffffff;
  padding: 8px 0;
  /*box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);*/
  border-radius: 6px;
  display: none;
  z-index: 1000;
}

/* Dropdown links */
.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #000;
}

.dropdown-menu a:hover {
  /*background-color: #f2f2f2;*/
}

/* Show dropdown on hover */
.nav-item.has-dropdown:hover .dropdown-menu,
.nav-item.has-dropdown:focus-within .dropdown-menu {
  display: block;
}



.lang-toggle {
  display: flex;
  gap: 2px;
  padding: 2px;
  border: 1px solid var(--line);
  border-radius: 10px; background:#000
}

.lang-toggle__btn {
  border: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: transparent;
  cursor: pointer; color: rgba(255, 255, 255, 0.5);
}

.lang-toggle__btn a:hover {color:#fff !important;}

.lang-toggle__btn.is-active {
  background: #111;
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.menu-toggle i {
  font-size: 1.1rem;
  color: #111;
}


.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}


.hero {
  overflow: hidden;
  /*padding: 0 0 54px;*/
}

.hero-banner {
  width: 100%;
  max-width: none;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.benefits {
  /*padding: 70px 0 20px;*/
  padding: 70px 0 0px;
}

.benefits__title {
  text-align: center;
}

.benefit-list {
  margin: 56px auto 0px auto; width:80%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.benefit-item {
  display: grid;
     grid-template-columns: auto 1fr;     align-items: center;
 
  gap: 11px;
  /*text-align: center;align-items: center;*/
}

.benefit-item__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  border: 20px solid var(--blue);
  color: var(--black);
  font-size: 3rem;
  font-weight: 800;
  background: #fff;
}

.benefit-item p {
  margin: 0;
  max-width: 220px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 600;
}

.plans {
  padding: 46px 0 46px;
}

.plans__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  text-align: center;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 16px;
  background: #ff6b6b;
  border-radius: 16px;
  color: #fff;
  box-shadow: var(--shadow);
}

.plan-card__badge {
  align-self: flex-end;
  /*min-width: 143px;*/
  min-height: 35px;
  padding: 8px 20px;
  border-radius: 12px;
  background: #000;
  color: #f3d98f;
  font-size: 0.8125rem;
  font-weight: 700;
	margin-bottom:20px;
}
.plan-card__badge_spare{ background: #ff6b6b ;    min-height: 35px;   margin-bottom: 20px;}

.plan-card__label {
  margin: 6px 0 24px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.25;
  font-weight: 700;
}

.plan-card__data {
  min-height: 218px;
  padding: 16px;
  border-radius: 16px;
  background: #f3d98f;
  color: #000;
}

.plan-card h3 {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(2.375rem, 2.7vw, 2.625rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;     display: inline-flex;
    align-items: center; gap:5px
}

.plan-card h3 small {text-decoration: line-through;}

.icon-up {    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 4px solid var(--blue);
    color: var(--black);
    font-size: 0.8rem;
    font-weight: 800; letter-spacing: normal;
    background: #fff;}

.plan-card__subtitle {
  margin: 2px 0 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.15;
  font-weight: 600;
}
.plan-card__subtitle2 {
  margin: 2px 0 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.15;
  font-weight: 600;
}

.plan-card__data .remark{font-size: 0.7rem}

.plan-card__speed {
  margin: 2px 0 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: 500;
}

.plan-card__speed sup {
  font-size: 0.45rem;
}

.plan-card__bullets {
  margin: 8px 0 0;
  padding-left: 18px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}

.plan-card__bullets li + li {
  margin-top: 2px;
}

.plan-card__price {
  margin-top: 14px;
  display: grid;
  gap: 4px;
  justify-items: center;
  align-content: start;
  /*min-height: 104px;*/
}

.plan-card__price-label {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  color: #f3d98f;
}

.plan-card__price-row em,
.plan-card__price-row small {
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 700;
}

.plan-card__price-row strong {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(2.625rem, 3vw, 3.2rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 900; padding: 0px 5px
}

.plan-card__price-row small {
  text-decoration: line-through;
}

.plan-card__price p {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}

.plan-card__contract-title {
  margin: 37px 0 20px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.plan-card__contract {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  background: transparent;
}

.plan-card__portin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 127px;
  height: 26px;
  padding: 0 10px;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #111;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.plan-card__contract-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}

.plan-card__contract-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  border-radius: 8px;
  color: #000;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.plan-card__contract-row .is-active {
  background: #ff6b6b;
  color: #fff;
}

.plan-card__addons {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  color: #111;
  flex: 1 1 auto;
}

.plan-card__addon, .plan-card__addon2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.plan-card__addon .select, .plan-card__addon2 .select{transform: scale(1.5); /* 1 = default */}


.circle-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
}

/* Hide native checkbox */
.circle-checkbox input {
  display: none;
}

/* Circle outline */
.circle {
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

/* Filled dot when checked */
.circle-checkbox input:checked + .circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.icon-gfit{
	background: url(../images/icon-gfit.png) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;}


.plan-card__addon2 > :first-child {
  flex: 0 0 auto; /* auto width, no grow, no shrink */
}


.plan-card__addon > div, .plan-card__addon2 > div {
  flex: 1 1 auto;
  text-align: left;
}

.plan-card__addon + .plan-card__addon, .plan-card__addon2 + .plan-card__addon2 {
  margin-top: 10px;
}

.plan-card__addon strong, .plan-card__addon2 strong,
.plan-card__accordion span:first-child {
  display: block;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 700;
}

.plan-card__addon small, .plan-card__addon2 small {
  display: block;
  margin-top: 3px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #4f4f4f;
}

.plan-card__addon--tall strong {
  max-width: 240px;
}

.plan-card__radio {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #111;
}

.plan-card__addons-title {
  margin: 10px 0 2px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #ff6b6b;
  font-weight: 700;
}

.plan-card__accordion {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.plan-card__accordion + .plan-card__accordion {
  margin-top: 4px;
}

.plan-card__chevron {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #111;
}

.plan-card button,
.primary-btn,
.secondary-btn, .tutorial-step button, .view-more button, .view-more2 button {
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.plan-card button, .tutorial-step button, .view-more button, .view-more2 button {
  display: flex;
  align-items: center;
  justify-content: center; padding: 0px 20px;
  gap: 6px;
  /*width: 100%;margin-top: 16px;*/    width: fit-content;    margin: auto;
  
  min-height: 52px;
  background: #111;
  color: #fff;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.view-more2 button{width: fit-content; margin: auto; padding:0px 20px}

.plan-card button i {
  font-size: 1rem;
}

.tutorial {
  position: relative;
  overflow: hidden;
  padding: 86px 0 290px;
  background: transparent;
}

.tutorial::before {
  content: "";
  position: absolute;
  inset: 28px 0 128px;
  background: #f6dd93;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 92%);
  z-index: 0;
}

.tutorial .grid-shell {
  position: relative;
  z-index: 1;
}

.tutorial__head {
  display: grid;
  gap: 34px;
  justify-items: center;
}

.tutorial-tabs {
  display: inline-flex;
  /*width: min(714px, 100%);*/
  padding: 11px;
  border-radius: 16px;
  background: #fff;
  gap: 17px;
  box-shadow: 0 10px 28px rgba(21, 21, 21, 0.06);
}

.tutorial-tabs span  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 47px;padding: 5px 20px;
  /*flex: 1 1 0;*/
  /*padding: 10px 20px;*/
  border-radius: 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  /*color: #111;*/
}

.tutorial-tabs .txt{padding:2px }

.tutorial-tabs span img {
  width: 50px;
  height: auto;
}




/* default (NOT active) = black */
.tutorial-tab .tag-img {
  filter: none;                 /* original black */
  transition: filter 0.3s ease; /* smooth change */
}

/* active = white */
.tutorial-tab.is-active .tag-img {
  filter: brightness(0) invert(1);
}

	/* Tabs */
.tutorial-tabs {
  display: flex;
  gap: 16px;
  cursor: pointer;
}

/* Content switching */
.tutorial-content {
  display: none;
}

.tutorial-content.is-active {
  display: grid;
}


.tutorial-tabs .is-active {
  background: var(--accent);
  color: #fff;
}

.tutorial-grid, .homeplan-grid {
  margin-top: 25px;
  display: grid;
  /*grid-template-columns: repeat(4, 340px);*/
	grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 28px;
}

 .tutorial-grid3 {
  margin:  25px auto auto auto; width: 80%; 
  display: grid;
  /*grid-template-columns: repeat(4, 340px);*/
	grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 28px;
}


.tutorial-step {
  min-height: 479px;
  padding: 22px 20px 30px;
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--accent);
  border-radius: 16px;
  color: #fff;
}

.tutorial-step__num {
  font-family: "Inter", Arial, sans-serif;
  font-size: 5rem;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.tutorial-step img {
  display: block;
}

.tutorial-step > img {
  max-width: 100%;
  object-fit: contain;
}

.tutorial-step:nth-child(1) > img {
  width: 180px;
  margin: 12px auto 20px;
}

.tutorial-step:nth-child(2) > img {
  width: 180px;
  margin: 12px auto 20px;
}

.tutorial-step:nth-child(3) > img {
  width: 180px;
  margin: 12px auto 20px;
}
.tutorial-step:nth-child(4) > img {
  width: 180px;
  margin: 12px auto 20px;
}


.tutorial-step__art {
  position: relative;
  width: 180px;
  height: 179px;
  margin: 10px auto 18px;
}

.tutorial-step__art--delivery img:first-child {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 164px;
}

.tutorial-step__art--delivery img:last-child {
  position: absolute;
  left: 0;
  top: 52px;
  width: 51px;
}

.tutorial-step p {
  margin: auto 0 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.32;
  font-weight: 700;
  color: #fff;
}

.tutorial-step p .small{font-size: 1rem;}

.tutorial-note {
  margin: 18px auto 0;
  width:100%;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: #111;
}

.tutorial-note strong {
  font-weight: 700;
}

.tutorial-note a {
  text-decoration: underline;
}

.subscribe {
  padding: 50px 0 50px;
}


.subscribe__head {
  display: grid;
  gap: 34px;
  justify-items: center;text-align: center;margin-bottom: 30px
}

.subscribe-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 626px;
  gap: 40px;
  align-items: start;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 10px solid var(--line);
  font-size: 0.95rem;
  font-weight: 700;
}

.progress-steps .is-active {
  color: var(--accent-strong);
}

.subscribe-summary .section-title {
  max-width: 820px;
  font-size: clamp(2rem, 3.7vw, 4.1rem);
}

.summary-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 40px;
  padding: 22px;
  background: linear-gradient(180deg, #ff7882 0, #ff6671 100%);
  border-radius: 20px;
  color: #fff;
}

.summary-card__art {
  padding: 18px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 18px;
}

.summary-card__plan h3,
.summary-card__price strong {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.summary-card__plan p {
  margin: 10px 0 0;
  line-height: 1.45;
}

.summary-card__price {
  grid-column: 2;
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.summary-note {
  margin: 16px 0 0;
  font-size: 1rem;
  color: var(--muted);
}

.subscribe-form {
  padding: 28px 42px 38px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.field-block {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.field-block legend,
.field-block > span:first-child {
  display: block;
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: 700;
}

.field-help {
  margin: 12px 0 0;
  font-size: 0.875rem;
  color: var(--muted);
}

.field-row,
.two-up,
.three-up,
.form-fields {
  display: grid;
  gap: 12px;
}

.field-row {
  grid-template-columns: minmax(0, 1fr) 219px;
  align-items: end;
}

.two-up,
.form-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grow {
  min-width: 0;
}

.choice-card,
.field {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 69px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.choice-card {
  justify-content: center;
  gap: 10px;
  font-weight: 600;
}

.choice-card input {
  accent-color: var(--accent-strong);
}

.field {
  justify-content: flex-start;
  color: #8a8a8a;
}

.field.select::after {
  content: "▾";
  margin-left: auto;
  color: var(--ink);
}

.secondary-btn {
  min-height: 69px;
  padding: 0 14px;
  background: #111;
  color: #fff;
  font-weight: 700;
}

.hkid-check {
  width: 110px;
}

.primary-btn {
  width: 100%;
  min-height: 69px;
  background: #111;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}

.faq {
  padding: 110px 0 0;
  background:
    linear-gradient(182deg, transparent 0 11%, var(--yellow) 11% 100%);
}

.faq__inner {
  padding: 50px 0 50px;
}

.faq .section-title {
  text-align: center;
}

.faq-list {
  max-width: 1106px;
  margin: 48px auto 0;
  display: grid;
  gap: 2px;
}

.faq-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.faq-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: var(--blue);
  /*border: 2px solid var(--blue);*/
  font-size: 3rem;
  line-height: 1;
	
	
}

.faq-item p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
}



.faq-group {
  display: none; /* hidden by default */
}

/* show first 3 only */
.faq-group:nth-child(-n+5) {
  display: block;
}

.faq-toggle {
  display: none;
}

.faq-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
  font-weight: bold;
}

.faq-item i {
  transition: transform 0.2s ease;
}

/* rotate plus icon when opened */
.faq-toggle:checked + .faq-item i {
  transform: rotate(45deg);
}

.faq-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 28px;
  line-height: 1.6;
}

@media (max-width: 991px) {
	.faq-item-content{padding-left: 0px;}

}

/* show content when checked */
.faq-toggle:checked + .faq-item + .faq-item-content {
  /*max-height: 500px;*/ max-height: 100%;
  margin-top: 8px;
}


/* ===== View More Button ===== */
.view-more {
  text-align: center;
  margin-top: 20px;
}

#viewMoreBtn {
  padding: 10px 24px;
  font-size: 16px;
  cursor: pointer;
}



.tnc-item, .activate-esim-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.tnc-item i, .activate-esim-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--blue);
  /*border: 2px solid var(--blue);*/
  font-size: 1.5rem;
  line-height: 1;
	
	
}

.tnc-item p, .activate-esim-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}



.tnc-table {
  display: grid; grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 11px;
  border-radius: 16px;
  background: #fff;
  gap: 17px;
  box-shadow: 0 10px 28px rgba(21, 21, 21, 0.06);
}

.tnc-table .item  {
border: 1px solid #000;
    border-radius: 12px;
}

.tnc-table .item .title {
    background: var(--accent);
    color: #fff;
    padding: 5px 20px;
    /* flex: 1 1 0; */
    /* padding: 10px 20px; */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;text-align: center;text-align: center;
}
		
.tnc-table .item .content{padding:10px}



@media (max-width: 991px) {
	.tnc-table{grid-template-columns:1fr}
}



.content-group2	{display: grid; grid-template-columns: 1fr 1fr; text-align: center;}
.content-group3	{display: grid; grid-template-columns: 1fr 1fr 1fr; text-align: center;}
		

.content-group2 > :first-child {
  border-right: 1px solid #ccc;
}

.content-group3 > :not(:last-child) {
  border-right: 1px solid #ccc;
}




.remark {font-size: 0.88rem}

.remark ul {line-height: 1.3rem;}

/* Hide checkbox */
.tnc-toggle, .activate-esim-toggle  {
  display: none;
}

/* Content hidden by default */
.tnc-item-content,.activate-esim-item-content {
  display: none;
  padding: 12px 0;
}

/* Show content when checked */
.tnc-toggle:checked ~ .tnc-item-content, .activate-esim-toggle:checked ~ .activate-esim-item-content {
  display: block;
}

/* Icon rotate animation */
.tnc-item i, .activate-esim-item i  {
  transition: transform 0.3s ease;
}

/* Rotate + → x or arrow when opened */
.tnc-toggle:checked + .tnc-item i, .activate-esim-toggle:checked + .activate-esim-item i {
  transform: rotate(45deg);
  color: #007aff;
}

/* Make the header clickable */
.tnc-item, .activate-esim-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}





/* Hide checkbox */
.faq-toggle1, .faq-toggle2,.faq-toggle3, .faq-toggle4,.faq-toggle5 {
  display: none;
}

/* Content hidden by default */
.faq-item-content1,.faq-item-content2,.faq-item-content3,.faq-item-content4,.faq-item-content5 {
  display: none;
  padding: 12px 0;
}

/* Show content when checked */
.faq-toggle1:checked ~ .faq-item-content1,.faq-toggle2:checked ~ .faq-item-content2,.faq-toggle3:checked ~ .faq-item-content3,.faq-toggle4:checked ~ .faq-item-content4,.faq-toggle5:checked ~ .faq-item-content5 {
  display: block;
}

/* Icon rotate animation */
.faq-item i {
  transition: transform 0.3s ease;
}
.faq-item p {
  font-size: 1.6rem
}

/* Rotate + → x or arrow when opened */
.faq-toggle1:checked + .faq-item i,.faq-toggle2:checked + .faq-item i,.faq-toggle3:checked + .faq-item i,.faq-toggle4:checked + .faq-item i,.faq-toggle5:checked + .faq-item i {
  transform: rotate(45deg);
  color: #007aff;
}

/* Make the header clickable */
.faq-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}






/* Hide checkbox */
.accordion-toggle {
  display: none;
}

/* Header click area */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Content hidden by default */
.tnc2-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  padding: 0;
}

/* Expand content */
.accordion-toggle:checked ~ .tnc2-item-content {
  max-height: 300px; /* adjust if needed */
  padding: 12px 0;
}

/* Chevron animation */
.plan-card__chevron {
  transition: transform 0.3s ease;
}

.accordion-toggle:checked + .accordion-header .plan-card__chevron {
  transform: rotate(180deg);
}







/* vas */
		

.round-bg{background:#f3d98f; border-radius: 16px; padding:20px;}


.contentcol2-group	{    
	display: grid;
    justify-content: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr; }
		
		
		.contentcol2 {
    display: inline-block;
    float: left;
}
		.contentset2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    display: inline-block;
    padding-bottom: 15px;
}
		.roamactivepgbutframe {
    display: none;
}

.systemicon-group4{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; gap:10px
}


@media (max-width: 991px) {
.systemicon-group4{
	display: grid;
    grid-template-columns: 1fr 1fr
}
}


.systemicon-group6{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap:28px
}

	.systemicon {
    /*width: 16%;*/
    height: auto;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    vertical-align: top;
}	
	.multideviceimg {
    width: 300px;
    height: auto;
    display: inline-block;
}	
	.roampricebox {
		border-radius: 32px;
    background: #FF6B6B;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    grid-template-columns: 180px auto; padding: 10px;
		
}
		.roampriceframe {
    width: 100%;
    display: inline-block;
    text-align: center; background: none; padding: 0px
}
		.roamprice {
    /*font-size: 50px;*/
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
		.roamday {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
	
		.roamday_b {
    font-size: 50px;
    font-weight: 500;
    display: inline-block;
}


@media (max-width: 991px) {
.roampricebox{grid-template-columns: 1fr;}
.roampricebox img {width: 80%;margin: auto;}
}


.set1table {
    border-collapse: collapse;
    /*border: 2px solid #000; background: #fff;*/
    padding: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
    padding: 12px 10px;
}	
		
.set1tablecontent{background: #fff; border: 1px solid #000; padding: 10px}	
		
	.set1tableheader {
    color: #fff;
    background-color: #FF6B6B;
}	
		.set1tableheaderL{border-top-left-radius: 16px;border-left: 1px #f6dd93 solid !important; }	
		.set1tableheaderR{border-top-right-radius: 16px;border-right: 1px #f6dd93 solid !important; }
		.set1tablebottomL{border-bottom-left-radius: 16px; border: none;border-bottom: 1px #f6dd93 solid !important;border-left: 1px #f6dd93 solid !important; }	
		.set1tablebottomR{border-bottom-right-radius: 16px; border: none;border-bottom: 1px #f6dd93 solid !important; }	
		.set1tablebottom{ border-bottom: none;border-bottom: 1px #f6dd93 solid !important; }		
.set1tableL {
    border-left: #fff 2px solid;
    text-align: left;
}	
.set1tableR{
    border-right: #fff 2px solid;
    text-align: left;
}	
	

.set1tableL {
    border-left: #fff 2px solid;
    text-align: left;
}	
		
.set1tablebottomL{text-align: left;}
	

.planarrowleftframe {
    display: none;
}
.planarrowrightframe {
    display: none;
}

@media screen and (max-width: 480px) {

.border-white {
    width: 79%;
}
.section_bgtop { height: 20px !important; }
.section_bgbottom { height: 20px !important; }



	    .planarrowframe {
        position: relative;
    }
    .planarrow {
        width: auto;
        height: 35px;
        opacity: 0.4;
    }
	.plantablescroll {
        width: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .planarrowrightframe {
        width: auto;
        display: inline-block;
        right: 10px;
        top: 35%;
        z-index: 99;
        position: absolute;
        -webkit-animation: aright 0.5s linear infinite alternate;
        -moz-animation: aright 0.5s linear infinite alternate;
        -ms-animation: aright 0.5s linear infinite alternate;
        -o-animation: aright 0.5s linear infinite alternate;
        animation: aright 0.5s linear infinite alternate;
    }
}




.gttalkstepframe {
    width: 24%;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    line-height: 120%;
    padding: 1%;
    vertical-align: top;
}


@media screen and (max-width: 480px) {
    .gttalkstepframe {
        width: 49%;
        font-size: 14px;
        padding: 10px 5px;
    }
	    .topupstep {
        font-size: 18px;
        padding: 5px 8px;
    }
	    .topuptxt {
        width: 78%;
    }
}


.mapL {
    width: 20%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.mapR {
    width: 50%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.pageqrgoogle {
    width: 140px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.pageqrapple {
    width: 140px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}


.topupstep {
    display: inline-block;
    border-radius: 100%;
    background-color: #FF6B6B;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 9px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
.topuptxt {
    display: inline-block;
    width: 78%;
}


.pagetablewidth {
    width: 100%;
    max-width: 1600px;
}	

.serviceicon {
    width: 80px;
    height: auto;
    display: inline-block;
}


		
.detailbut {
    font-size: 14px;
    font-weight: bold;
    background: #111;
    color: #fff;
    padding: 10px;
    margin-top: 5px;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    cursor: pointer;
}		



@media (max-width: 767px) {
	.contentcol2-group{grid-template-columns: 1fr}
}
	
/* vas */



/* tabs slider */
	.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    border-radius: 25px;
    width: 50%;
    margin: auto;
}
.border-white {
    padding: 20px;
    background: #fff;
    border-radius: 16px;
}
.travel-tab, .travel2-tab, .install-tab, .group-tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 25px;
    /* background: #e0e6ef; */
    color: #f7714d;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    border: 5px solid #f4f4f4;
}
.travel-tab.active, .travel2-tab.active, .install-tab.active, .group-tab.active {
    background: #f7714d;
    border: 5px solid #f4f4f4;
    color: #fff;
    font-weight: bold;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}
.swiper-container5, .swiper-container6a, .swiper-container6b, .swiper-container7a, .swiper-container7b, .swiper-container7c {
    overflow: hidden;
    position: relative;
}
.tab-content.active, .install-tab-content.active .group-tab-content.active {
    display: block;
}
.tab-content, .install-tab-content, .group-tab-content {
    display: none; 
    padding: 10px 0; 
}
.stepno {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    border-radius: 100%;
    /* background-color: rgb(113, 81, 210); */
    background: var(--accent);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}
	
.offersactbanner2, .swiper-container6a .offersactbanner2, .swiper-container6b .offersactbanner2, .swiper-container7a .offersactbanner2, .swiper-container7b .offersactbanner2, .swiper-container7c .offersactbanner2 {
    width: 25%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 0px 10px;
}	



@media screen and (max-width: 767px) {
   .offersactbanner2, .swiper-container6a .offersactbanner2, .swiper-container6b .offersactbanner2, .swiper-container7a .offersactbanner2, .swiper-container7b .offersactbanner2, .swiper-container7c .offersactbanner2 {
        width: 100%;
    }
}

/* tabs slider */






.site-footer {
  background: var(--accent);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 83px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  gap: 20px;
  color: #000;
  font-size: 0.92rem;
  font-weight: 500; align-items: center
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #111;
  font-size: 1rem;
}


.footer-tnc{  background:#f3d98f
}
.footer-tnc a{color: var(--black);}


@media (max-width: 1200px) {
  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-shell {
	  grid-template-columns: 1fr auto auto;
    /*grid-template-columns: 120px 1fr auto auto;*/
  }

  .plan-grid, 
  .tutorial-grid, .tutorial-grid3 {
	  grid-template-columns: 50% 50%;
    /*grid-template-columns: repeat(2, minmax(280px, 340px));*/
    justify-content: center;
  }
.homeplan-grid {
	  grid-template-columns: 1fr;
    /*grid-template-columns: repeat(2, minmax(280px, 340px));*/
    justify-content: center;
  }
	

  .benefit-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .subscribe-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .grid-shell {
    /*width: calc(100vw - 32px);overflow: hidden;*/
	  width:90%
  }

  .site-header {
    top: 0px;
    margin-bottom: -68px;
    padding-top: 8px;
  }

  .nav-shell {
    /*grid-template-columns: auto 1fr auto;*/
    padding: 0 14px;
    min-height: 56px;
    border-radius: 18px;
  }

  .lang-toggle {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-banner {
    border-radius: 0;
  }

  .benefits,
  .plans,
  .tutorial,
  .subscribe,
  .faq__inner {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .section-copy {
    font-size: 0.95rem;
  }

  .benefit-list,
  .plan-grid, .homeplan-grid,
  .tutorial-grid, .tutorial-grid3
  .two-up,
  .form-fields,
  .field-row,
  .three-up,
  {
	  grid-template-columns: 50% 50%;
    /*grid-template-columns: 1fr;*/
  }
	
	 .site-footer__grid,  .benefit-list{
	  grid-template-columns: 1fr;
    /*grid-template-columns: 1fr;*/
  }
	
.systemicon-group6
  {
	  grid-template-columns: 1fr 1fr 1fr;
  }
	

  .tutorial-grid, .tutorial-grid3 ,.homeplan-grid{
    justify-items: center;
    gap: 18px; width: 100%
  }

  .benefit-item {
    flex-direction: row;
    align-items: center;
    text-align: left; 
  }

  .benefit-item p {
    max-width: none;
  }

	.benefit-item__num{width: 70px;
    height: 70px;border: 10px solid var(--blue);    font-size: 2.3rem;}
	
  .plan-card {
    padding: 16px;
  }

  .addon-list {
    min-height: auto;
  }

  .tutorial-tabs {
    width: 100%;
    /*flex-direction: column;*/
    gap: 10px;
  }

  .tutorial-tabs span {
    width: 100%;
    min-height: 52px;
    /*padding: 12px 14px;*/
    text-align: center;
    font-size: 1rem; gap:0px;
  }

  .tutorial-tabs span img {
    width: 38px;
  }

  .tutorial-step {
    width: min(100%, 340px);
    min-height: 400px;
    padding: 22px 18px 28px;
  }

  .tutorial-step__num {
    font-size: 4rem;
  }

  .tutorial-step p {
    font-size: 1.15rem;
  }

	
  .tutorial-note {
    margin-top: 16px;
    font-size: 12px;
  }

  .progress-steps {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
    font-size: 0.86rem;
  }

  .summary-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .summary-card__art {
    order: -1;
  }

  .summary-card__price {
    grid-column: auto;
  }

  .subscribe-form {
    padding: 18px 16px 24px;
  }

  .secondary-btn,
  .choice-card,
  .field,
  .primary-btn {
    min-height: 45px;
  }

  .field {
    padding: 12px 14px;
  }

  .faq {
    padding-top: 18px;
  }

  .faq-list {
    gap: 0px;
    margin-top: 26px;
  }

  .faq-item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 16px;
  }

  .faq-item i {
    width: 28px;
    height: 28px;
    font-size: 2rem;
  }

  .faq-item p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .site-footer__grid {
    padding: 18px 0 28px;
    justify-items: start;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 12px 18px;
    font-size: 0.85rem;
  }
	
	
	
	.footer-nav a{width: 100%}	
	
	
	
	
	
}









.compare-slider {
    position: relative;
    padding: 0 20px;
    margin: 5px 0px;
	overflow: hidden
}



	
.plan-slider{position: relative; overflow: hidden}
	
.plan-slider .swiper-wrapper {
  align-items: stretch;
	
}

/* Each slide must be height:auto */
.plan-slider .swiper-slide {
  height: auto;
  display: flex;
}

/* Make plan card fill full height */
.plan-card {
  display: flex;
  flex-direction: column;
  height: 100%; width: 100%
}

/* Push CTA button to bottom */
.plan-card button {
  margin-top: auto;
}



/*
.plan-card-a, .plan-card-b,.plan-card-c,.plan-card-d{transition: transform 0.3s ease;}

.plan-card-a:hover, .plan-card-c:hover {transform: rotate(-1.5deg);}
.plan-card-b:hover, .plan-card-d:hover  {transform: rotate(1.5deg);}
*/

.plan-card-a:hover,
.plan-card-c:hover {
  animation: vibrate-left 0.5s ease-out forwards;
}

.plan-card-b:hover,
.plan-card-d:hover {
  animation: vibrate-right 0.5s ease-out forwards;
}

.plan-card-a,
.plan-card-b,
.plan-card-c,
.plan-card-d {
  will-change: transform;
}

@keyframes vibrate-left {
  0%   { transform: rotate(0deg); }
  50%  { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

@keyframes vibrate-right {
  0%   { transform: rotate(0deg); }
  50%  { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}
}




@media (max-width: 480px) {
	
	
    .compare-slider {
        padding: 0px;
    }
	.site-header{top:0px;padding-top:0px}
	.nav-shell {grid-template-columns: 1fr auto; width:100%;
		border: 0px;
        border-radius: 0; border-bottom: 3px solid #FF6B6B;
background: #FFF;}
	.benefit-list{width:100%}
	
	.plan-slider{overflow: hidden}
	
	.plan-card-a:hover, .plan-card-b:hover, .plan-card-c:hover, .plan-card-d:hover {  transform: rotate(0deg);}
	
	.plan-card h3{font-size: 1.5rem;}
}



.swiper-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 10;
	width: 100%;
}









/* =========================
   MOBILE NAV BASE
========================= */

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Desktop */
@media (min-width: 992px) {
  .main-nav {
    display: flex;
    gap: 24px;
  }
}

/* =========================
   MOBILE VIEW
========================= */

@media (max-width: 991px) {

  .menu-toggle {
    display: block;        box-shadow: none;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #000;
    flex-direction: column;
    padding: 80px 24px 24px;
    gap: 20px;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .main-nav a,
  .main-nav button {
    color: #fff;
    font-size: 18px;
    text-align: left;
  }

  .main-nav.is-open {
    right: 0;
  }

  /* dropdown in mobile */
  .dropdown-menu {
    position: static;
    background: none;
    padding-left: 16px;
    display: none;
  }

  .has-dropdown.is-open .dropdown-menu {
    display: block;
  }
}











.plan-card__badge {
    align-self: flex-end;
    min-width: 143px;
    min-height: 35px;
    padding: 8px 20px;
    border-radius: 12px;
    background: #000;
    color: #f3d98f;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.section_bgtop { background: #FFF;background: linear-gradient(182deg, #ffffff00 53%, #f6dd93 53%);height: 80px; }
.section_bgtop_white { background: #FFF;background: linear-gradient(182deg, #ffffff 53%, #f6dd93 53%);height: 80px; }
.section_bg { background: #f6dd93;height: auto;padding: 30px 0px; }
.section_bgbottom { background: #FFF;background: linear-gradient(182deg, #f6dd93 53%, #ffffff00 53%);height: 80px; }
.section_bgbottom_white { background: #FFF;background: linear-gradient(182deg, #f6dd93 53%, #ffffff 53%);height: 80px; }

.plan-card__width { width: 360px; }
.plan-card__dataoffer { width: 100%;height: auto;display: inline-block;padding: 20px;border-radius: 12px;background-color: #fff;font-size: 18px;font-weight: bold;color: #ff6b6b;text-align: center;margin-top: 20px; }
.plan-card__router { width: 100%;height: auto;display: block;padding: 20px;border-radius: 12px;background-color: #fff;text-align: center;margin-top: 20px; }
.plan-card__routerimg { width: auto;height: auto;display: inline-block; }
.plan-card__routertxt { width: 100%;height: auto;display: block;font-size: 1rem;font-weight: 700;color: #000;margin: 20px 0px; }
.plan-card__whatsappimg { width: 36px;height: auto;display: inline-block }
.plan-card__whatsapptxt { font-size: 28px;font-weight: bold;line-height: 120%;color: #000;text-align: center;margin-top: 30px;display: flex;justify-content: center;align-items: center;cursor: pointer; }
.info-photo { width: 100% !important;height: auto;display: inline-block;border-radius: 8px;margin: 0px auto 10px !important; }
.pagecontent { width: 60%; }
.what__iconframe { text-align: center; }
.what__iconimg { width: auto;height: auto;display: inline-block;border-radius: 8px;margin: 0px auto 10px !important; }
.what__iconframe p { margin: auto 0 0;font-family: "Noto Sans", Arial, sans-serif;font-size: 1.5rem;line-height: 1.32;font-weight: 700; }
.what__icontxt { width: 70%;height: auto;display: inline-block;font-size: 1rem;margin-top: 20px; }
.why__icontxt { width: 100%;height: auto;display: inline-block;font-size: 1rem;margin-top: 20px; }
.tnc__inner { padding: 0px 0 30px; }
.tutorial-step { min-height: auto; }


@media (max-width: 767px) {
.pagecontent { width: 100%; }
.what__iconframe p { font-size: 1.15rem; }
.section_bg { padding: 30px 0px; }
.plan-card__whatsapptxt { font-size: 22px; }


}





	.tablewidth{width: 980px;}
	
.starvideocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.starvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videocol2 { width: 48%;height: auto;display: inline-block;margin-bottom: 15px;font-size: 18px;font-weight: bold;line-height: 120%;margin: 10px; }
	@media screen and (max-width: 1024px) {
    .tablewidth {
        width: 100%;
    }
}








	/* === Mobile Menu === */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 99;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /*max-width: 360px;*/
  height: 100%;
  background: #ff6b6b;
  z-index: 100;
  transform: translateX(100%);
  transition: transform .3s ease;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-nav {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-nav a,
.mobile-nav button {
  font-size: 18px;
  padding: 10px 0;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
}

.mobile-close {
  align-self: flex-end;
  font-size: 22px;
  margin-bottom: 20px;
}

/* Dropdown */
.mobile-nav .dropdown-menu {
  display: none;
  padding-left: 12px;
}

.mobile-nav .has-dropdown.is-open .dropdown-menu {
  display: block;
}

.mobile-nav .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Language */
.mobile-lang {
  margin-top: auto;
  display: flex;
  gap: 12px;
	border-radius: 10px;
    background: #666; overflow: hidden;
}

.mobile-lang button {
  /*border: 1px solid #ddd;*/
  padding: 6px 12px;        text-align: center;
}

.mobile-lang .is-active {
  background: #000; 
  color: #fff;     
}

/* Hide desktop nav on mobile */
@media (max-width: 991px) {
  .main-nav,
  .lang-toggle {
    display: none;
  }
}

	/* === Mobile Menu === */


	.main-nav a.active,
.main-nav button.active {
  color: #FF6B6B;          /* example highlight color */
  font-weight: 600;
}

.nav-item.active > .dropdown-toggle {
  color: #FF6B6B;
}

.dropdown-menu a.active {
  font-weight: 600;
}










.floating-help {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 100px;
  height: auto;
  z-index: 1000;
	
	color: #000;
text-align: center;
text-shadow: 0 0 20px #FFF;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #FFF;*/
font-family: "Noto Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
	.floating-help-img{
	display: flex;border-radius: 999px;
padding: 10px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border: 5px solid #FFF;
background: #52BBFB;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
width: 120px;
    height: 120px;
		transform: scale(0.8);
    transform-origin: bottom right;
}


	.floating-help-img img{height: 70px;}

.floating-whatsapp {
  position: fixed;
  bottom: 220px;
  right: 20px;
  width: 100px;
  height: auto;
  z-index: 1000;
	
	color: #000;
text-align: center;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #FFF;*/
font-family: "Noto Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

	.floating-whatsapp-img{
	display: flex;border-radius: 999px;
padding: 10px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border: 5px solid #FFF;
background: #fff;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);

}





#tmpheight5px {width:10px; clear:both; height: 5px}
#tmpheight10px {width:10px; clear:both; height: 10px}
#tmpheight15px {width:10px; clear:both; height: 15px}
#tmpheight18px {width:10px; clear:both; height: 18px}
#tmpheight20px {width:10px; clear:both; height: 20px}
#tmpheight30px {width:10px; clear:both; height: 30px}
#tmpheight40px {width:10px; clear:both; height: 40px}
#tmpheight50px {width:10px; clear:both; height: 50px}
#tmpheight60px {width:10px; clear:both; height: 60px}
#tmpheight70px {width:10px; clear:both; height: 70px}
#tmpheight80px {width:10px; clear:both; height: 80px}
#tmpheight90px {width:10px; clear:both; height: 90px}
#tmpheight100px {width:10px; clear:both; height: 100px}

.bottom-line{background: #f3d98f; width:100%;  height:10px}

.no-break {
  white-space: nowrap;
}

.displaypc {
    display: inline;
}
.displaymob {
    display: none;
}


@media screen and (max-width: 480px) {
    .displaymob {
        display: inline;
    }
 .displaypc {
        display: none;
    }
}