:root {
  --evox-primary: #f14295;
  --evox-primary-rgb: 241, 66, 149;
  --evox-primary-hover: #d72d7f;
  --evox-primary-dark: #8f174f;
  --evox-primary-soft: #fff5fa;
  --evox-primary-border: #efc4dc;
  --subscription-dark: #231f20;
  --subscription-action-dark: #171516;
  --subscription-text: #231f20;
  --subscription-muted: #514b4c;
  --subscription-surface: #fff;
  --subscription-success: #246b45;
  --subscription-error: #a83225;
}

.ag-loader {
  border-color: rgba(var(--evox-primary-rgb), 0.25);
  border-bottom-color: var(--evox-primary);
}

.join-form-wrapper .form-control {
  line-height: 3.5;
  border-radius: 0;
  padding: 4px 35px;
  font-size: 12px;
}

.join-form-wrapper select.form-control {
  height: 52px !important;
  padding: 0 50px !important;
}

.text-orange {
  color: var(--evox-primary);
}

.form-group:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 13px;
  left: 15px;
}

.form-group.name-wrapper:before {
  left: 22px;
}
[lang="ar"] .form-group.name-wrapper:before {
  right: 30px;
}

[lang="ar"] .page-template-register-php .form-group.name-wrapper:before,
[lang="ar"] .page-template-register-php .mobile-wrapper.form-group:before {
  right: 15px;
}

.form-group {
  position: relative;
}
.form-group.mail-wrapper:before {
  content: "\f0e0";
}

.form-group.password-wrapper:nth-child(3) > div {
  position: absolute;
  top: 15px;
  right: 0px;
}

#password-confirm-wrapper .password-toggle > span {
  position: relative;
  left: 98%;
  top: -50px;
}

#password-confirm-wrapper .password-toggle > span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  position: absolute;
}

.form-group.password-wrapper:before {
  font-family: "Font Awesome 5 Free"; /* Or the correct Font Awesome version */
  font-weight: 900; /* For solid icons */
  content: "\f023"; /* Unicode for the lock icon */
  left: 24px;
}
.password-toggle {
  position: absolute;
  right: 39px;
  top: 66px;
}

html[lang="ar"] #password-confirm-wrapper .password-wrapper::before {
  right: 24px;
}

@media (max-width: 576px) {
  html[lang="ar"] .password-toggle {
    position: absolute;
    right: 88%;
  }
}

@media (min-width: 576px) {
  html[lang="ar"] .password-toggle {
    position: absolute;
    right: 92%;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .password-toggle {
    position: absolute;
    right: 83%;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .password-toggle {
    position: absolute;
    right: 88%;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

.form-group.mobile-wrapper:before {
  content: "\e325";
  font-family: "Material Symbols Outlined";
  top: 9px;
  left: 12px;
  font-size: 20px;
}
.form-group.gender-wrapper:before {
  content: "\e4eb";
  font-family: "Material Symbols Outlined";
  top: 9px;
  left: 15px;
  font-size: 25px;
}
.form-group.gender-wrapper:after {
  content: "\e13e";
  font-family: "Material Symbols Outlined";
  top: 9px;
  left: 25px;
  position: absolute;
  font-size: 25px;
}
.form-group.location-wrapper:before {
  content: "\f6ea";
  font-family: "Material Symbols Outlined";
  top: 9px;
  left: 20px;
  font-size: 25px;
}

.form-group.location-city-wrapper:before {
  content: "\e55c";
  font-family: "Material Symbols Outlined";
  top: 9px;
  left: 20px;
  font-size: 25px;
}

.form-group.street-wrapper:before {
  content: "\f14f";
  font-family: "Material Symbols Outlined";
  top: 9px;
  left: 20px;
  font-size: 25px;
}
.form-group.postal-code-wrapper:before {
  content: "\e554";
  font-family: "Material Symbols Outlined";
  top: 9px;
  left: 20px;
  font-size: 25px;
}

.form-group.national-id-card:before {
  content: "\f2c2";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 13px;
  left: 22px;
}

.mobile-wrapper.form-group:before {
  left: 22px;
  width: 20px;
}

html[lang="ar"] .form-group.national-id-card:before {
  right: 22px;
  width: 20px;
}

.form-group.terms-conditions-wrapper::before {
  display: none;
}
.form-control:focus {
  border: 2px solid var(--evox-primary);
}

input.form-control.error,
select.form-control.error {
  border: 2px solid #b30000;
}
input.form-control.error::placeholder,
input.form-control.error::before {
  color: #b30000;
}
label.error {
  color: #b30000 !important;
  font-size: 12px;
  position: relative;
  top: -7px;
  left: 0px;
  width: 100%;
  border: 2px solid;
  border-top: none;
  background-color: #fff;
  padding: 4px 35px;
}
label#terms-error {
  left: -2px !important;
  top: 1px;
  border: none;
}
label.error a {
  color: var(--evox-primary);
  text-transform: uppercase;
  text-decoration: underline;
}

label.error:before {
  content: "\e88e";
  position: absolute;
  left: 10px;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  top: -2px;
}

html[lang="ar"] label.error:before {
  left: auto;
  right: 10px;
}

.first-step-intro {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
  text-align: left;
}

.first-step-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.first-step-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.first-step-intro #form-subtitle {
  max-width: 620px;
  margin-inline-end: auto;
  color: rgba(255, 255, 255, 1) !important;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 400;
}

html[lang="ar"] .first-step-intro {
  text-align: right;
}

html[lang="ar"] .first-step-intro #form-subtitle {
  /* margin-inline-start: auto; */
  /* margin-inline-end: 0; */
}

.subscription-personal-form {
  max-width: 900px;
  margin-inline: auto;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

#fisikal-subscription-first-step .form-control {
  height: 48px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

#fisikal-subscription-first-step select.form-control {
  height: 48px !important;
}

#fisikal-subscription-first-step .form-control:focus {
  border-color: var(--evox-primary);
  box-shadow:
    0 0 0 3px rgba(var(--evox-primary-rgb), 0.16),
    0 8px 22px rgba(0, 0, 0, 0.12);
}

#fisikal-subscription-first-step small.form-text {
  margin-top: 8px;
  margin-bottom: 0 !important;
  color: var(--evox-primary) !important;
  text-align: left;
}

html[lang="ar"] #fisikal-subscription-first-step small.form-text {
  text-align: right;
}

#fisikal-subscription-first-step label.error {
  top: 0;
  margin-top: 0;
  border-radius: 0 0 4px 4px;
}

#fisikal-subscription-first-step .terms-conditions-wrapper .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#fisikal-subscription-first-step .terms-conditions-wrapper .form-check {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px 10px;
  width: auto;
  margin: 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  line-height: 1.4;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

#fisikal-subscription-first-step
  .terms-conditions-wrapper
  .form-check:has(.form-check-input:checked) {
  background: rgba(var(--evox-primary-rgb), 0.1);
  border-color: rgba(var(--evox-primary-rgb), 0.42);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

#fisikal-subscription-first-step .terms-conditions-wrapper .form-check-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

#fisikal-subscription-first-step .terms-conditions-wrapper .form-check-label a {
  color: var(--evox-primary) !important;
  margin: 0;
  padding-inline: 0 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#fisikal-subscription-first-step .terms-conditions-wrapper .form-check-input {
  flex: 0 0 auto;
  position: relative !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

#fisikal-subscription-first-step
  .terms-conditions-wrapper
  .form-check-input:checked {
  background: var(--evox-primary);
  border-color: var(--evox-primary);
  box-shadow: 0 0 0 3px rgba(var(--evox-primary-rgb), 0.18);
}

#fisikal-subscription-first-step
  .terms-conditions-wrapper
  .form-check-input:checked::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

#fisikal-subscription-first-step
  .terms-conditions-wrapper
  .form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(var(--evox-primary-rgb), 0.22);
}

html[lang="ar"]
  #fisikal-subscription-first-step
  .terms-conditions-wrapper
  .col {
  align-items: flex-end;
}

html[lang="ar"]
  #fisikal-subscription-first-step
  .terms-conditions-wrapper
  .form-check {
  direction: rtl;
  flex-direction: row;
  justify-content: flex-start;
  text-align: right;
}

#fisikal-subscription-first-step .terms-conditions-wrapper label#terms-error {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 7px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--evox-primary) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  top: 0;
  left: auto !important;
}

#fisikal-subscription-first-step
  .terms-conditions-wrapper
  label#terms-error::before {
  display: none !important;
  content: none !important;
}

html[lang="ar"]
  #fisikal-subscription-first-step
  .terms-conditions-wrapper
  label#terms-error {
  margin-right: 2px;
  text-align: right;
}

.first-step-actions,
.payment-selection-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.first-step-actions {
  justify-content: flex-end;
}

.payment-selection-actions {
  justify-content: center;
}

.btn-main.right-clip.half-button.subscription-primary-action,
#fisikal-subscription-first-step #submit-first-step-btn.subscription-primary-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 176px;
  max-width: none !important;
  height: 46px;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 24px !important;
  background: #fff !important;
  border: 1px solid var(--evox-primary) !important;
  border-radius: 4px !important;
  color: var(--evox-primary) !important;
  font-weight: 800;
  line-height: 1;
  overflow: visible !important;
  box-shadow: 0 12px 26px rgba(var(--evox-primary-rgb), 0.28);
}

.btn-main.right-clip.half-button.subscription-primary-action.d-none,
#fisikal-subscription-first-step #submit-first-step-btn.subscription-primary-action.d-none {
  display: none !important;
}

.btn-main.right-clip.half-button.subscription-primary-action span,
.btn-main.right-clip.half-button.subscription-primary-action i {
  display: inline-flex !important;
  align-items: center;
  color: inherit !important;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.btn-main.right-clip.half-button.subscription-primary-action:hover,
#fisikal-subscription-first-step #submit-first-step-btn.subscription-primary-action:hover {
  background: var(--evox-primary) !important;
  border-color: var(--evox-primary) !important;
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(var(--evox-primary-rgb), 0.34);
  transform: translateY(-1px);
}

.btn-main.right-clip.half-button.subscription-primary-action:focus,
#fisikal-subscription-first-step #submit-first-step-btn.subscription-primary-action:focus {
  background: var(--evox-primary) !important;
  border-color: var(--evox-primary) !important;
  color: #fff !important;
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(var(--evox-primary-rgb), 0.22),
    0 12px 26px rgba(var(--evox-primary-rgb), 0.28);
}

.btn-main.right-clip.half-button.subscription-primary-action:active,
#fisikal-subscription-first-step #submit-first-step-btn.subscription-primary-action:active {
  background: var(--evox-primary-dark) !important;
  border-color: var(--evox-primary-dark) !important;
  color: #fff !important;
}

.btn-main.right-clip.half-button.subscription-primary-action:disabled,
.btn-main.right-clip.half-button.subscription-primary-action.disabled,
#fisikal-subscription-first-step #submit-first-step-btn.subscription-primary-action:disabled,
#fisikal-subscription-first-step #submit-first-step-btn.subscription-primary-action.disabled {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .first-step-intro,
  .first-step-intro #form-subtitle {
    text-align: start;
  }

  html[lang="ar"] .first-step-intro,
  html[lang="ar"] .first-step-intro #form-subtitle {
    text-align: right;
  }

  .subscription-personal-form {
    padding: 16px;
  }

  .first-step-actions,
  .payment-selection-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #fisikal-subscription-first-step .terms-conditions-wrapper .form-check {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  html[lang="ar"]
    #fisikal-subscription-first-step
    .terms-conditions-wrapper
    .form-check {
    justify-content: flex-start;
  }

  .btn-main.right-clip.half-button.subscription-primary-action {
    width: 100%;
  }
}

.img-container span.step-name {
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 6px;
}

#joinUsModal .modal-body .form .carsol-idicator:before,
.carsol-idicator:before {
  content: "";
  width: 100%;
  position: absolute;
  background: var(--evox-primary);
  height: 2px;
  top: 23px;
  z-index: -1;
}
#joinUsModal .modal-body .form .carsol-idicator,
.carsol-idicator {
  z-index: 1;
  margin: 100px auto 0 auto;
  width: 65%;
}

.carsol-idicator .img-container > .form-paging-active,
.carsol-idicator .img-container > .form-paging-non-active {
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.carsol-idicator .progress-step-current > .form-paging-active,
.carsol-idicator .progress-step-current > .form-paging-non-active {
  background: var(--evox-primary) !important;
  border-color: var(--evox-primary) !important;
  color: #fff !important;
  box-shadow: 0 0 0 5px rgba(var(--evox-primary-rgb), 0.18);
}

.carsol-idicator .progress-step-complete > .form-paging-active,
.carsol-idicator .progress-step-complete > .form-paging-non-active {
  background: rgba(var(--evox-primary-rgb), 0.14) !important;
  border-color: rgba(var(--evox-primary-rgb), 0.8) !important;
  color: var(--evox-primary) !important;
  box-shadow: none;
}

.carsol-idicator .progress-step-upcoming > .form-paging-active,
.carsol-idicator .progress-step-upcoming > .form-paging-non-active {
  background: #343844 !important;
  border-color: rgba(255, 255, 255, 0.62) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  box-shadow: none;
}

.carsol-idicator .img-container > div .material-symbols-outlined {
  color: inherit !important;
}

.carsol-idicator .progress-step-current .step-name {
  font-weight: 800;
}

div#pmethods label.form-check-label {
  background: #fff;
  border-radius: 5px;
  padding: 10px 13px;
  margin-bottom: 12px;
}

.payment-selection-step {
  max-width: 980px;
  margin: 0 auto;
}

.payment-selection-header,
.payment-methods-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px auto 16px;
  color: #fff;
}

.payment-selection-header {
  max-width: 760px;
}

.payment-selection-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.payment-selection-title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: start;
}

html[lang="ar"] .payment-selection-header,
html[lang="ar"] .payment-methods-header {
  direction: rtl;
  text-align: right;
}

html[lang="ar"] .payment-selection-title {
  text-align: right;
}

.payment-packages-panel {
  padding: 8px 0 2px;
}

.plan-type-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px auto 18px;
}

.plan-type-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 64px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.plan-type-tab:hover,
.plan-type-tab:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
}

.plan-type-tab.active,
.plan-type-tab[aria-selected="true"] {
  background: linear-gradient(180deg, var(--evox-primary) 0%, var(--evox-primary-hover) 100%);
  border-color: var(--evox-primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(var(--evox-primary-rgb), 0.24);
}

.plan-type-tab-label {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.plan-type-tab-description {
  display: block;
  max-width: 180px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.plan-type-tab.active .plan-type-tab-description,
.plan-type-tab[aria-selected="true"] .plan-type-tab-description {
  color: rgba(255, 255, 255, 0.9);
}

.plans-empty-state {
  max-width: 520px;
  margin: 24px auto;
  padding: 18px;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.payment-selection-step .packages-carousel {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 12px;
}

.payment-selection-step #locations-wrapper.owl-carousel {
  display: block;
  flex: 1 1 auto;
  width: min(100%, 760px);
  min-width: 0;
  max-width: 760px;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.16s ease;
}

.payment-selection-step #locations-wrapper.owl-carousel.is-updating {
  opacity: 0;
  pointer-events: none;
  transition: none;
}

html[lang="ar"] .payment-selection-step #locations-wrapper.owl-carousel,
html[lang="ar"] .payment-selection-step #locations-wrapper .owl-stage-outer {
  direction: rtl !important;
}

#fisikal-subscription-second-step div#cards-container.payment-packages-panel {
  width: 100%;
  max-width: 940px;
  margin: 0 auto !important;
}

.payment-selection-step .owl-nav-btn {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.payment-selection-step .owl-nav-btn button {
  width: 46px;
  height: 46px;
  margin-inline: 0;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.payment-selection-step .owl-nav-btn button:hover {
  background: #fff;
  color: var(--evox-primary);
}

.payment-selection-step #locations-wrapper .package-card {
  display: flex;
  width: 100% !important;
  min-height: 410px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: 0;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.payment-selection-step #locations-wrapper .package-card:hover,
.payment-selection-step #locations-wrapper .package-card:focus-visible {
  border-color: rgba(var(--evox-primary-rgb), 0.52);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.payment-selection-step #locations-wrapper .package-card.active-card {
  border: 2px solid var(--evox-primary);
  box-shadow:
    0 0 0 4px rgba(var(--evox-primary-rgb), 0.2),
    0 22px 48px rgba(0, 0, 0, 0.34);
}

.payment-selection-step #locations-wrapper .package-card.active-card .package-card-content {
  box-shadow: inset 0 4px 0 var(--evox-primary);
}

.payment-selection-step #locations-wrapper .package-card.active-card .plan-type-badge {
  background: rgba(var(--evox-primary-rgb), 0.14);
  border-color: rgba(var(--evox-primary-rgb), 0.52);
}

.payment-selection-step #locations-wrapper .package-card-content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 26px 24px 18px;
}

.payment-selection-step #locations-wrapper .package-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 82px;
}

.payment-selection-step #locations-wrapper .package-card.has-ribbon .package-card-header {
  padding-top: 32px;
}

.payment-selection-step #locations-wrapper .package-card .package-card-title {
  display: -webkit-box;
  width: 100%;
  min-height: 50px;
  margin: 0;
  overflow: hidden;
  color: #231f20;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.payment-selection-step #locations-wrapper .plan-type-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 26px;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 4px 10px;
  color: var(--evox-primary);
  background: rgba(var(--evox-primary-rgb), 0.1);
  border: 1px solid rgba(var(--evox-primary-rgb), 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.payment-selection-step #locations-wrapper .package-price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin-top: 10px;
}

.payment-selection-step #locations-wrapper .package-new-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--evox-primary);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.15;
}

.payment-selection-step #locations-wrapper .package-new-price svg,
.payment-selection-step #locations-wrapper .package-old-price svg {
  flex: 0 0 auto;
  width: auto;
}

.payment-selection-step #locations-wrapper .package-old-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 20px;
  margin-top: 4px;
  color: #70696a;
  font-size: 12px;
  font-weight: 700;
}

.payment-selection-step #locations-wrapper .package-description {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  margin: 12px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(35, 31, 32, 0.1);
  color: #554f50;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
  text-align: start;
}

.payment-selection-step #locations-wrapper .package-description li {
  position: relative;
  padding-inline-start: 20px;
}

.payment-selection-step #locations-wrapper .package-description li::before {
  content: "\2713";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  color: var(--evox-primary);
  font-size: 13px;
  font-weight: 900;
}

.payment-selection-step #locations-wrapper .package-selected-label {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  margin-top: auto;
  margin-right: -24px;
  margin-bottom: -18px;
  margin-left: -24px;
  padding: 10px 14px;
  color: var(--evox-primary-dark);
  background: var(--evox-primary-soft);
  border: 0;
  border-top: 1px solid rgba(var(--evox-primary-rgb), 0.3);
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(2px);
  visibility: hidden;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.payment-selection-step #locations-wrapper .package-selected-label .material-symbols-outlined {
  font-size: 18px;
}

.payment-selection-step #locations-wrapper .package-card.active-card .package-selected-label {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.payment-selection-step #locations-wrapper .package-card .ribbon {
  top: 12px;
  z-index: 2;
  width: auto;
  height: auto;
  overflow: visible;
}

.payment-selection-step #locations-wrapper .package-card .ribbon::before,
.payment-selection-step #locations-wrapper .package-card .ribbon::after {
  display: none;
}

.payment-selection-step #locations-wrapper .package-card .ribbon span {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 24px;
  padding: 4px 9px;
  color: #fff !important;
  background: #f14295 !important;
  background-color: #f14295 !important;
  border: 1px solid #f14295 !important;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(var(--evox-primary-rgb), 0.2);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  transform: none;
}

.payment-selection-step #locations-wrapper .package-card .ribbon-top-right {
  right: 12px;
  left: auto;
}

.payment-selection-step #locations-wrapper .package-card .ribbon-top-left {
  right: auto;
  left: 12px;
}

.payment-summary-money {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.payment-summary-currency {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 1;
}

.payment-summary-currency .fitsync-currency-svg {
  display: block;
}

@media (max-width: 767px) {
  .payment-selection-step .packages-carousel {
    position: relative;
    gap: 5px;
    padding-inline: 44px;
  }

  .payment-selection-step .owl-nav-btn {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
  }

  .payment-selection-step .owl-nav-btn:first-child {
    inset-inline-start: 0;
  }

  .payment-selection-step .owl-nav-btn:last-child {
    inset-inline-end: 0;
  }

  .payment-selection-step .owl-nav-btn button {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .payment-selection-step #locations-wrapper.owl-carousel {
    flex: 1 1 0;
    width: 100%;
    max-width: 100%;
  }

  .payment-selection-step #locations-wrapper .package-card {
    max-width: 100%;
    min-height: 390px;
  }

  .payment-selection-step #locations-wrapper .package-card-content {
    padding: 24px 18px 16px;
  }

  .payment-selection-step #locations-wrapper .package-selected-label {
    margin-right: -18px;
    margin-bottom: -16px;
    margin-left: -18px;
  }
}

.payment-methods-panel {
  max-width: 760px;
  margin-inline: auto;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.payment-methods-panel.d-none {
  display: none !important;
}

.payment-methods-header {
  margin-top: 0;
}

.payment-methods-icon {
  color: var(--evox-primary);
  font-size: 34px;
}

.payment-methods-grid {
  gap: 12px;
}

.payment-methods-panel .form-check-inline {
  margin: 0 !important;
}

.payment-methods-panel .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-methods-panel label.form-check-label {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 66px;
  margin: 0 !important;
  padding: 14px 40px 14px 16px !important;
  background: #fff;
  border: 1px solid rgba(35, 31, 32, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.payment-methods-panel label.form-check-label:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--evox-primary-rgb), 0.45);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.payment-methods-panel label.form-check-label img {
  object-fit: contain;
}

.payment-method-check {
  position: absolute;
  top: 8px;
  right: 8px;
  color: rgba(35, 31, 32, 0.18);
  font-size: 20px;
}

.payment-methods-panel [name="payment_method"]:checked + label {
  background: #fff !important;
  border-color: var(--evox-primary);
  box-shadow:
    0 0 0 3px rgba(var(--evox-primary-rgb), 0.2),
    0 14px 30px rgba(0, 0, 0, 0.22);
}

.payment-methods-panel
  [name="payment_method"]:checked
  + label
  .payment-method-check {
  color: var(--evox-primary);
}

.payment-methods-panel .payment-method-error {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 12px 0 0;
  padding: 10px 12px;
  color: var(--evox-primary) !important;
  background: #fff;
  border: 1px solid rgba(var(--evox-primary-rgb), 0.45);
  border-top: 1px solid rgba(var(--evox-primary-rgb), 0.45);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  top: 0;
  left: auto;
}

.payment-methods-panel .payment-method-error:before {
  position: static;
  left: auto;
  right: auto;
  margin-inline-end: 8px;
  transform: none;
}

html[lang="ar"] .payment-methods-panel .payment-method-error:before {
  left: auto;
  right: auto;
}

.payment-selection-step > .btn-containers {
  margin-top: 22px;
}

.payment-selection-step #submit-second-step-btn {
  min-width: 180px;
}

html[lang="ar"] .payment-method-check {
  right: auto;
  left: 8px;
}

html[lang="ar"] .payment-methods-panel label.form-check-label {
  padding: 14px 16px 14px 40px !important;
}

@media (max-width: 767.98px) {
  .payment-selection-header,
  .payment-methods-header {
    align-items: flex-start;
  }

  .payment-selection-title {
    font-size: 19px;
  }

  .payment-methods-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .payment-methods-panel label.form-check-label {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .payment-methods-grid {
    grid-template-columns: 1fr;
  }
}
form#payment-form .card-frame {
  background: #fff;
}
#fisikal-subscription-first-step .form-group {
  margin-bottom: 0px !important;
}

#fisikal-subscription-first-step .mb-4 {
  margin-bottom: 0px !important;
}

#fisikal-subscription-first-step {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 768px) {
  #password-confirm-wrapper .password-wrapper:first-child,
  #first-second-name-wrapper .name-wrapper:first-child,
  #gender-location-wrapper .gender-wrapper,
  #mobile-id-wrapper .mobile-wrapper {
    margin-bottom: 25px !important;
  }
}

.main-navbar:has(.navbar-collapse.collapse.show) {
  flex-wrap: wrap !important;
}
.main-navbar:has(.navbar-collapse.collapsing) {
  flex-wrap: wrap !important;
}
html[lang="ar"] .wpwl-container-virtualAccount-APPLEPAY .apple-pay-btn-wrapper {
  direction: ltr;
}

/* Voucher code section */
.voucher-code-input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 0;
  max-width: 260px;
}
.voucher-code-input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.voucher-code-input:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  box-shadow: none;
}
.voucher-msg {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  min-height: 18px;
}
.voucher-summary-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-size: 14px;
}
#voucher-wrapper .voucher-code-input,
#voucher-wrapper #apply-voucher-btn {
  height: 38px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 36px !important;
}

.payment-review-step {
  max-width: 680px;
  margin: 0 auto;
}

.payment-summary-card {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.payment-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: #231f20;
  color: #fff;
}

.payment-summary-eyebrow {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.payment-summary-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.payment-summary-icon {
  color: var(--evox-primary);
  font-size: 34px;
}

.payment-summary-body {
  padding: 20px 22px;
}

.payment-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  color: #231f20;
  border-bottom: 1px solid rgba(35, 31, 32, 0.08);
}

.payment-summary-row:last-child {
  border-bottom: 0;
}

.payment-summary-label {
  color: #514b4c;
  font-size: 14px;
  font-weight: 700;
}

.payment-summary-value {
  color: #231f20;
  font-size: 15px;
  font-weight: 800;
  text-align: end;
}

.payment-summary-row-input {
  align-items: flex-start;
}

.payment-summary-row-input #start-date {
  max-width: 180px;
  border-radius: 4px;
}

.payment-voucher-panel {
  margin: 16px 0;
  padding: 16px;
  background: var(--evox-primary-soft);
  border: 1px solid rgba(var(--evox-primary-rgb), 0.34);
  border-radius: 8px;
}

.payment-voucher-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #231f20;
  font-size: 14px;
  font-weight: 800;
}

.payment-voucher-label .material-symbols-outlined {
  color: var(--evox-primary);
}

.payment-voucher-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-voucher-panel .voucher-code-input {
  flex: 1 1 220px;
  max-width: none;
  background: #fff;
  border-color: rgba(35, 31, 32, 0.16);
  color: #231f20;
  border-radius: 4px;
}

.payment-voucher-panel .voucher-code-input::placeholder {
  color: #8b8586;
}

.payment-voucher-panel .voucher-code-input:focus {
  background: #fff;
  border-color: var(--evox-primary);
  color: #231f20;
  box-shadow: 0 0 0 3px rgba(var(--evox-primary-rgb), 0.14);
}

.payment-voucher-panel #apply-voucher-btn {
  background: var(--evox-primary);
  border: 1px solid var(--evox-primary);
  border-radius: 4px;
  color: #fff;
  font-weight: 900;
}

.payment-voucher-panel #apply-voucher-btn:hover,
.payment-voucher-panel #apply-voucher-btn:focus {
  background: var(--evox-primary-hover);
  border-color: var(--evox-primary-hover);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(var(--evox-primary-rgb), 0.18);
}

.payment-voucher-panel #apply-voucher-btn:disabled {
  background: #d9d5d5;
  border-color: #d9d5d5;
  color: #625b5c;
  cursor: wait;
}

.voucher-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 38px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #cfc8c9;
  border-radius: 4px;
  color: #514b4c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.voucher-remove-btn .material-symbols-outlined {
  color: var(--evox-primary);
  font-size: 17px;
}

.voucher-remove-btn:hover,
.voucher-remove-btn:focus {
  background: var(--evox-primary-soft);
  border-color: var(--evox-primary);
  color: #231f20;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(var(--evox-primary-rgb), 0.14);
}

.payment-voucher-panel.is-applied {
  background: #fff;
  border-color: rgba(var(--evox-primary-rgb), 0.5);
  box-shadow: inset 3px 0 0 var(--evox-primary);
}

html[dir="rtl"] .payment-voucher-panel.is-applied,
html[lang="ar"] .payment-voucher-panel.is-applied {
  box-shadow: inset -3px 0 0 var(--evox-primary);
}

.payment-voucher-panel.is-applied #apply-voucher-btn {
  display: none;
}

.payment-voucher-panel.is-applied .voucher-code-input[readonly] {
  background: #f4f2f2;
  border-color: #d8d3d4;
  color: #231f20;
  cursor: default;
}

.payment-voucher-panel .voucher-suggestion {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  color: #6b6264;
  font-size: 12px;
  font-weight: 700;
}

.payment-voucher-panel .voucher-suggestion-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid rgba(var(--evox-primary-rgb), 0.5);
  border-radius: 999px;
  color: var(--evox-primary-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.payment-voucher-panel .voucher-suggestion-code:hover,
.payment-voucher-panel .voucher-suggestion-code:focus {
  background: var(--evox-primary);
  color: #231f20;
  outline: 0;
}

.payment-voucher-panel .voucher-msg {
  min-height: 0;
  margin-top: 10px;
  color: #514b4c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.payment-voucher-panel .voucher-msg:empty {
  display: none;
}

.payment-voucher-panel .voucher-msg.text-success {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 10px;
  background: #edf8f1;
  border: 1px solid #b8dfc8;
  border-radius: 6px;
  color: #246b45 !important;
}

.payment-voucher-panel .voucher-msg.text-success::before {
  content: "check_circle";
  flex: 0 0 auto;
  font-family: "Material Symbols Outlined";
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
}

.payment-voucher-panel .voucher-msg.text-danger {
  padding: 9px 10px;
  background: #fff3f1;
  border: 1px solid #efc1ba;
  border-radius: 6px;
  color: #a83225 !important;
}

.payment-voucher-panel .voucher-summary-box {
  margin-top: 12px;
  padding: 12px;
  background: #fff;
  border-color: rgba(35, 31, 32, 0.1);
  color: #231f20;
}

.payment-amount-box {
  margin-top: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid #ded9da;
  border-radius: 8px;
}

.payment-amount-title {
  margin-bottom: 6px;
  color: #231f20;
  font-size: 15px;
  font-weight: 900;
}

.payment-amount-box.has-voucher {
  background: #fff;
  border-color: rgba(var(--evox-primary-rgb), 0.34);
  box-shadow: 0 10px 26px rgba(35, 31, 32, 0.08);
}

.payment-amount-box.has-voucher .voucher-summary-box {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.voucher-benefit-summary {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 8px 0 10px;
  padding: 12px;
  background: var(--evox-primary-soft);
  border: 1px solid rgba(var(--evox-primary-rgb), 0.34);
  border-inline-start: 4px solid var(--evox-primary);
  border-radius: 6px;
}

.voucher-benefit-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: var(--evox-primary);
  border-radius: 50%;
  color: #231f20;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.voucher-benefit-content {
  min-width: 0;
}

.voucher-benefit-label {
  display: block;
  margin-bottom: 3px;
  color: #a83225;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.voucher-benefit-text {
  display: block;
  color: #231f20;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.voucher-benefit-summary:not(.d-none) + .payment-summary-discount-row {
  margin-top: 4px;
}

.payment-summary-discount-row .payment-summary-label,
.payment-summary-discount-row .payment-summary-value {
  color: #24734a;
}

.payment-amount-box.has-voucher > .payment-summary-row:first-of-type .payment-summary-money {
  color: #625b5c;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.payment-summary-total-row {
  margin-top: 4px;
  padding: 14px 0 4px;
  border-top: 2px solid rgba(var(--evox-primary-rgb), 0.48);
  border-bottom: 0;
  color: #231f20;
  font-size: 18px;
  font-weight: 900;
}

.payment-summary-total-row span:last-child {
  color: var(--evox-primary-dark);
}

.payment-action-panel {
  max-width: 680px;
}

.payment-action-panel .one-liner {
  gap: 12px;
}

.payment-action-inner {
  padding: 16px;
  background: #171516;
  border: 1px solid #4a4446;
  border-radius: 8px;
}

.payment-action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.payment-action-buttons #pay-tabby,
.payment-action-buttons #pay-button {
  min-width: 150px;
  height: 44px;
  background: var(--evox-primary) !important;
  border: 1px solid var(--evox-primary) !important;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(var(--evox-primary-rgb), 0.26);
}

.payment-action-buttons #pay-tabby:hover,
.payment-action-buttons #pay-tabby:focus,
.payment-action-buttons #pay-button:hover,
.payment-action-buttons #pay-button:focus {
  background: var(--evox-primary-dark) !important;
  border-color: var(--evox-primary-dark) !important;
  color: #fff !important;
  box-shadow:
    0 0 0 3px rgba(var(--evox-primary-rgb), 0.2),
    0 12px 28px rgba(var(--evox-primary-rgb), 0.3);
}

.payment-action-buttons #pay-tabby:active,
.payment-action-buttons #pay-button:active {
  background: var(--evox-primary-dark) !important;
  border-color: var(--evox-primary-dark) !important;
  color: #fff !important;
}

.payment-action-buttons #pay-tabby:disabled,
.payment-action-buttons #pay-button:disabled {
  background: #aaa4a5 !important;
  border-color: #aaa4a5 !important;
  color: #373233 !important;
  cursor: not-allowed;
}

.payment-action-buttons .btn-containers {
  width: auto;
  margin: 0;
}

.payment-action-buttons .btn-containers .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  height: 44px;
  max-width: none;
  margin: 0;
  background: #fff !important;
  border: 1px solid var(--evox-primary) !important;
  clip-path: none;
  color: var(--evox-primary) !important;
  cursor: pointer;
  font-weight: 800;
}

.payment-action-buttons .btn-containers .btn-main:hover,
.payment-action-buttons .btn-containers .btn-main:focus {
  background: var(--evox-primary) !important;
  border-color: var(--evox-primary) !important;
  color: #fff !important;
  outline: 0;
}

.payment-provider-preview:empty {
  display: none !important;
}

@media (max-width: 575.98px) {
  .payment-summary-header,
  .payment-summary-body {
    padding-inline: 16px;
  }

  .payment-summary-row,
  .payment-action-buttons {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .payment-summary-value {
    text-align: start;
  }

  .payment-voucher-control,
  .payment-voucher-control #apply-voucher-btn,
  .payment-voucher-control #remove-voucher-btn,
  .payment-action-buttons .btn-containers,
  .payment-action-buttons .btn-containers .btn-main,
  .payment-action-buttons #pay-tabby,
  .payment-action-buttons #pay-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .payment-selection-step #locations-wrapper .package-card {
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  #nav-main,
  #nav-main .main-navbar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  #nav-main .main-navbar {
    gap: 6px;
    padding: 10px 12px !important;
    overflow: hidden;
  }

  #nav-main .nav-logo.navbar-brand {
    flex: 0 0 72px;
    width: 72px;
    max-width: 72px;
    margin: 0 !important;
    padding: 0;
  }

  #nav-main .nav-logo .logo-container,
  #nav-main .nav-logo img.custom-logo {
    display: block;
    width: 72px !important;
    max-width: 72px !important;
    height: auto;
    margin: 0;
    object-fit: contain;
  }

  #responsive-nav-btn {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    gap: 4px;
  }

  #responsive-nav-btn > .d-flex {
    flex: 1 1 auto;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 0;
  }

  #responsive-nav-btn .nav-btn {
    max-width: 118px;
    margin: 0 !important;
    padding: 8px 10px !important;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #responsive-nav-btn .language {
    flex: 0 0 44px;
    width: 44px;
    margin-inline: 4px !important;
  }

  #responsive-nav-btn .navbar-toggler {
    display: block;
    flex: 0 0 40px;
    width: 40px;
    padding: 4px !important;
  }

  .content-wrapper,
  .page-template-subscriptions,
  #fisikal-carousel,
  #fisikal-carousel .carousel-inner,
  #fisikal-carousel .carousel-item,
  .subscription-personal-form,
  .payment-selection-step,
  .payment-packages-panel,
  .payment-methods-panel,
  .payment-review-step,
  .payment-summary-card,
  .payment-action-panel {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .content-wrapper,
  .page-template-subscriptions,
  #fisikal-carousel {
    overflow-x: hidden;
    overflow-x: clip;
  }

  .content-wrapper.py-5 {
    padding-top: 0 !important;
  }

  .carsol-idicator {
    width: 100%;
    margin: 28px auto 24px;
    padding-inline: 0;
    box-sizing: border-box;
  }

  .carsol-idicator .img-container {
    flex: 1 1 0;
    width: 33.333% !important;
    max-width: 33.333%;
    min-width: 0;
    margin-inline: 0 !important;
  }

  .carsol-idicator .form-paging-active,
  .carsol-idicator .form-paging-non-active {
    width: min(72px, 100%) !important;
    max-width: 100%;
  }

  .carsol-idicator .img-container span.step-name {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 4px;
    overflow: hidden;
    overflow-wrap: anywhere;
    font-size: 10px !important;
    line-height: 1.35;
    white-space: normal !important;
  }

  .plan-type-tabs {
    flex-wrap: nowrap;
    width: 100%;
  }

  .plan-type-tab {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 10px;
  }

  #fisikal-subscription-first-step .row {
    margin-inline: -7px;
  }

  #fisikal-subscription-first-step .row > [class*="col-"] {
    min-width: 0;
    padding-inline: 7px;
  }

  #fisikal-subscription-first-step .form-control,
  #fisikal-subscription-first-step label.error,
  #fisikal-subscription-second-step label.error {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }

  .payment-voucher-panel,
  .payment-amount-box,
  .voucher-benefit-content,
  .voucher-benefit-text,
  .payment-summary-label,
  .payment-summary-value {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .payment-review-step {
    padding-bottom: calc(180px + env(safe-area-inset-bottom, 0px));
  }

  .payment-selection-step .packages-carousel {
    padding-inline: 14px;
  }

  .payment-selection-step .owl-nav-btn:first-child {
    inset-inline-start: 0;
  }

  .payment-selection-step .owl-nav-btn:last-child {
    inset-inline-end: 0;
  }

  .payment-selection-step .owl-nav-btn button {
    width: 42px;
    height: 42px;
    background: rgba(32, 35, 44, 0.88);
    border-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
  }

  .payment-selection-step #locations-wrapper .package-card {
    min-height: 0;
    height: auto;
    border-radius: 12px;
  }

  .payment-selection-step #locations-wrapper .package-card-content {
    padding: 22px 22px 16px;
  }

  .payment-action-inner {
    padding: 12px;
  }

  .payment-action-buttons {
    gap: 10px;
  }

  .payment-action-buttons #pay-tabby,
  .payment-action-buttons #pay-button,
  .payment-action-buttons .btn-containers .btn-main {
    min-height: 50px;
    border-radius: 6px;
  }
}
