.form-section .mtn-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.form-section .mtn-buttons .mtn-btn.yellow-outline {
  width: 320px;
  max-width: 100%;
  color: var(--White);
}
.form-section .mtn-buttons .mtn-btn.yellow-outline svg circle {
  stroke: var(--White);
  transition: 0.5s;
}
.form-section .mtn-buttons .mtn-btn.yellow-outline:hover {
  color: var(--Raven);
}
.form-section .mtn-buttons .mtn-btn.yellow-outline:hover svg circle {
  stroke: var(--Raven);
}
.form-section .mtn-buttons .mtn-btn.yellow-outline.edit-btn {
  color: var(--Sunshine);
}
.form-section .bg-img-form {
  position: relative;
  background: #202020;
  border-radius: 24px;
}
.form-section .bg-img-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-image: url(/wp-content/themes/mtn_personal/assets/images/form-bg-img.webp);
  background-position: left;
  background-repeat: no-repeat;
  border-radius: 24px;
}
.form-section .bg-img-form::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 24px;
}
.form-section .bg-img-form .supper-app-form {
  position: relative;
  padding: 80px 32px;
  width: 100%;
  max-width: 992px;
  z-index: 1;
  margin: auto;
}
.form-section .bg-img-form .supper-app-form .main-content h1,
.form-section .bg-img-form .supper-app-form .main-content h2,
.form-section .bg-img-form .supper-app-form .main-content h3,
.form-section .bg-img-form .supper-app-form .main-content h4,
.form-section .bg-img-form .supper-app-form .main-content h5,
.form-section .bg-img-form .supper-app-form .main-content h6,
.form-section .bg-img-form .supper-app-form .main-content li,
.form-section .bg-img-form .supper-app-form .main-content p {
  color: #FFFFFF;
}
.form-section .bg-img-form .supper-app-form .main-content h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 48px;
}
.form-section .bg-img-form .supper-app-form .main-content p {
  text-align: center;
  color: #FFFFFF;
}
.form-section .bg-img-form .supper-app-form .button-wrapper {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0;
  gap: 8px;
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn {
  width: 248px !important;
  max-width: 100%;
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn {
  background-color: transparent;
  border: 1px solid var(--Sunshine);
  color: var(--Sunshine);
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn .btn-icon svg path {
  fill: #202020;
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn .btn-icon svg:hover path {
  fill: var(--outline-hover-text);
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn:hover {
  background-color: var(--yellow-hover);
  color: var(--outline-hover-text);
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn[disabled] {
  border: 1px solid var(--Neutral);
  color: var(--Neutral);
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn[disabled] .btn-icon svg path {
  fill: var(--Neutral);
}
.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn:focus:not(:active)::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: transparent;
  border: 2px solid var(--Sunshine_Dark);
  border-radius: 40px;
}

@media (max-width: 768px) {
  .form-section .bg-img-form .supper-app-form .main-content h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .form-section .mtn-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
  }
  .form-section .mtn-buttons .mtn-btn {
    justify-content: center;
  }
  .form-section .mtn-buttons .mtn-btn.yellow-outline {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .form-section .mtn-buttons .mtn-btn.yellow-outline:nth-child(1) {
    margin: 0;
  }
  .form-section .mtn-buttons .mtn-btn.end-icon .btn-icon {
    margin: 0;
  }
  .form-section .bg-img-form .supper-app-form .button-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn {
    width: 100% !important;
  }
}
html.dark .form-section .bg-img-form .supper-app-form .mtn-input-captcha .refresh path {
  stroke: #FFFFFF;
}
html.dark .form-section .bg-img-form .supper-app-form .mtn-input-field .mtn-input_input ~ .label {
  color: #FFFFFF;
}
html.dark .form-section .bg-img-form .supper-app-form .mtn-select-dark .mtn-select ~ .label {
  color: #FFFFFF;
}

.base-content p, .base-content li, .page-information-section p, .page-information-section li {
  text-align: center;
}

.page-management-section {
  display: none;
}

.mtn-input-field .mtn-input_input ~ .label {
  position: absolute;
  top: -42px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.mtn-input-field .mtn-input_input:hover {
  background: hsla(0, 0%, 100%, 0.15);
}

.mtn-input-field.mtn-input {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}
.mtn-input-field.mtn-input .mtn-input_input {
  margin: 32px 0 32px 0;
}
.mtn-input-field.mtn-input #roaming-request-mobile {
  margin-top: 89px;
}

.mtn-input-captcha .mtn-input_input:focus:not(:active) ~ .focus {
  width: calc(100% + 9px) !important;
  bottom: -5px;
  height: 65px;
}

.mtn-input-field .mtn-input_input ~ .validation {
  width: 100%;
}

.mtn-input-captcha {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px !important;
}
.mtn-input-captcha .refresh, .mtn-input-captcha img {
  position: unset;
  transform: translateY(0%);
}
.mtn-input-captcha .mtn-input_input ~ .label {
  position: unset;
  margin: 0;
  width: 100%;
  text-align: right;
  font-size: 14px;
}
.mtn-input-captcha .mtn-input_input {
  margin: 0 !important;
  width: 100% !important;
}

.roaming-request-section {
  position: relative;
  padding: 191px 0 80px;
  overflow: hidden;
  background: #0c0c0c;
  margin: 0;
  margin: 0 0 -15px;
}
.roaming-request-section__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.roaming-request-section__content {
  position: relative;
  z-index: 1;
  max-width: 1057px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.roaming-request-section__content h3 {
  margin: 0 0 55px;
  max-width: 576px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
  text-align: center;
}
.roaming-request-section__intro, .roaming-request-section__hint, .roaming-request-section__follow-up-text {
  margin: 0 !important;
  max-width: 1057px;
  width: 100%;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: normal !important;
  text-align: center;
}
.roaming-request-section__intro {
  margin-bottom: 36px !important;
}
.roaming-request-section__intro strong {
  font-weight: 500;
  color: #fff !important;
}
.roaming-request-section__hint {
  margin-bottom: 36px !important;
}
.roaming-request-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.roaming-request-section__actions--samah {
  margin-bottom: 80px;
}
.roaming-request-section__actions .mtn-btn {
  width: 283px;
  height: 56px;
  border-radius: 40px;
  padding: 10px 32px;
}
.roaming-request-section__actions .mtn-btn .btn-text {
  color: #202020;
  font-size: 18px;
  font-weight: 700;
}
.roaming-request-section__follow-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1057px;
}
.roaming-request-section__follow-up .mtn-btn {
  width: 283px;
  height: 56px;
  border-radius: 40px;
  padding: 10px 32px;
}
.roaming-request-section__follow-up .mtn-btn .btn-text {
  color: #202020;
  font-size: 18px;
  font-weight: 700;
}
.roaming-request-section__follow-up .mtn-btn:disabled {
  opacity: 0.8;
  pointer-events: none;
}

.roaming-packages-table {
  direction: rtl;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 648px;
  margin: 80px auto 0;
  border-radius: 12px;
  overflow: hidden;
}
.roaming-packages-table__header, .roaming-packages-table__row {
  display: grid;
  grid-template-columns: 158px 1fr 220px;
  align-items: center;
  width: 100%;
}
.roaming-packages-table__header {
  height: 43px;
  background: #dbdbdb;
  color: #000;
}
.roaming-packages-table__header .roaming-packages-table__cell {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
}
.roaming-packages-table__row {
  min-height: 60px;
  background: #2d2d2d;
  color: #fff;
}
.roaming-packages-table__row {
  border-top: 4px solid rgba(0, 0, 0, 0.35);
}
.roaming-packages-table__row + .roaming-packages-table__row {
  border-top: 4px solid rgba(0, 0, 0, 0.35);
}
.roaming-packages-table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  text-align: center;
  box-sizing: border-box;
}
.roaming-packages-table__cell--days {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.roaming-packages-table__cell--volume {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 200px;
  margin: 0 auto;
}
.roaming-packages-table__cell--price {
  gap: 16px;
  justify-content: center;
}
.roaming-packages-table__old-price {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.roaming-packages-table__old-price::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 1.5px;
  background: #ff5151;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.roaming-packages-table__new-price {
  color: #84d260;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1.2;
}

.roaming-request-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.roaming-request-modal.is-open {
  display: flex;
}
.roaming-request-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.73);
  backdrop-filter: blur(1px);
}
.roaming-request-modal__box {
  position: relative;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: 745px;
  height: 73vh;
  border-radius: 12px;
  background: #090909;
  padding: 60px 65px 40px;
  margin-top: 144px;
}
.roaming-request-modal__close {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.mtn-btn.yellow-outline {
  color: #fff;
}

.roaming-request-progress {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.roaming-request-progress__item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.roaming-request-progress__item.is-active {
  border-color: #ffcc00;
  color: #090909;
  background: #ffcc00;
}
.roaming-request-progress__item.is-complete {
  border-color: #0f87b4;
  color: #fff;
  background: #0f87b4;
}

.roaming-request-step {
  display: none;
  overflow: auto;
  height: 100%;
}
.roaming-request-step.is-active {
  display: block;
}
.roaming-request-step__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  margin: 0 auto 24px;
  max-width: 583px;
}
.roaming-request-step__heading h5 {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
}
.roaming-request-step__heading .roaming-request-otp-mobile {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}
.roaming-request-step__heading p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.roaming-request-step__heading p.light {
  font-weight: 400;
  line-height: 26px;
}
.roaming-request-step__heading p span {
  color: #0f87b4;
}
.roaming-request-step__label {
  margin: 0 0 12px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.roaming-request-step__input input {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  color: #fff;
  text-align: center;
}
.roaming-request-step__input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.roaming-request-step__form .mtn-input-dark .label {
  color: #fff;
}
.roaming-request-step__form .mtn-input_input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 16px;
  color: #fff;
  text-align: right;
}
.roaming-request-step__form .mtn-input_input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.roaming-request-step__form .validation {
  margin-top: 6px;
  color: #ff9191;
  font-size: 12px;
  line-height: 18px;
}
.roaming-request-step__form .mtn-input-captcha.none {
  display: none;
}
.roaming-request-step__form .mtn-input-captcha img {
  width: 100%;
  height: 84px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 12px;
}
.roaming-request-step__captcha {
  margin: 24px 0 0;
}
.roaming-request-step__captcha-image {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(45, 45, 45, 0.95), rgb(15, 15, 15)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 8px, rgba(0, 0, 0, 0.1) 8px 16px);
}
.roaming-request-step__captcha-input {
  margin: 12px 0 0;
  display: block;
}
.roaming-request-step__captcha-input span {
  margin: 0 0 4px 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.roaming-request-step__captcha-input input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 16px;
  color: #fff;
  text-align: right;
}
.roaming-request-step__captcha-input input::placeholder {
  color: #b0b0b0;
}
.roaming-request-step__otp {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  direction: ltr;
}
.roaming-request-step__otp input {
  width: 49px;
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-size: 20px;
  direction: rtl;
}
.roaming-request-step__otp input.error {
  box-shadow: inset 0 0 0 1px #ff9191;
}
.roaming-request-step__otp-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  color: #ff9191;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
  direction: rtl;
}
.roaming-request-step__otp-error .validation-icon {
  flex-shrink: 0;
}
.roaming-request-step__timer {
  margin: 16px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.roaming-request-step__timer .resend-code,
.roaming-request-step__timer .countdown-resend-otp {
  color: #0f87b4;
  cursor: pointer;
}
.roaming-request-step__actions {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.roaming-request-step__actions .mtn-btn {
  width: 176px;
  height: 48px;
  border-radius: 40px;
}
.roaming-request-step__actions.single .mtn-btn {
  width: 394px;
  max-width: 100%;
}

.mtn-form .btn-text {
  font-size: 16px;
  font-weight: 700;
}
.mtn-form .mtn-btn.yellow-outline {
  border: 2px solid var(--Sunshine);
}

@media screen and (max-width: 1024px) {
  .roaming-request-section {
    padding: 48px 0 64px;
  }
  .roaming-request-section__content h3 {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 38px;
  }
  .roaming-request-section__intro, .roaming-request-section__hint, .roaming-request-section__follow-up-text {
    font-size: 16px;
    line-height: 26px;
  }
  .roaming-request-section__intro {
    margin-bottom: 24px;
  }
  .roaming-request-section__hint {
    margin-bottom: 24px;
  }
  .roaming-request-section__actions--samah {
    margin-bottom: 48px;
  }
  .roaming-packages-table {
    margin-top: 48px;
    max-width: 100%;
  }
  .roaming-packages-table__header, .roaming-packages-table__row {
    grid-template-columns: 1fr 1.4fr 1.3fr;
  }
}
@media screen and (max-width: 768px) {
  .mtn-form .btn-text {
    font-size: 12px;
  }
  .roaming-request-section__follow-up .mtn-btn .btn-text {
    color: #202020;
    font-size: 14px;
  }
  .roaming-request-section__actions .mtn-btn .btn-text {
    color: #202020;
    font-size: 14px;
  }
  .base-content p, .base-content li, .page-information-section p, .page-information-section li {
    text-align: right;
  }
  .mtn-input-field .mtn-input_input:focus:not(:active) ~ .focus {
    height: 49px;
  }
  .mtn-input-field .mtn-input_input:focus:not(:active) ~ .focus {
    height: 49px;
  }
  .mtn-input-field.mtn-input #roaming-request-mobile {
    margin-top: 70px;
    margin-bottom: 27px;
  }
  .roaming-request-step__form .mtn-input_input {
    height: 41px;
  }
  .roaming-request-step__form .mtn-input-captcha img {
    height: 84px;
  }
  .roaming-request-section {
    padding: 132px 0 60px;
  }
  .roaming-request-section .container {
    padding: 0 28px;
  }
  .roaming-request-section__content {
    max-width: 100%;
  }
  .roaming-request-section__content h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .roaming-request-section__intro, .roaming-request-section__hint, .roaming-request-section__follow-up-text {
    color: #c5c5c5;
    font-size: 14px !important;
    line-height: 22px;
    text-align: justify;
    text-align-last: right;
  }
  .roaming-request-section__intro {
    margin-bottom: 20px !important;
  }
  .roaming-request-section__hint {
    margin-bottom: 24px !important;
  }
  .roaming-request-section__actions--samah {
    margin-bottom: 60px;
  }
  .roaming-request-section__actions .mtn-btn {
    width: 229px;
    height: 40px;
    padding: 6px 24px;
  }
  .roaming-request-section__follow-up {
    gap: 16px;
    max-width: 323px;
  }
  .roaming-request-section__follow-up .mtn-btn {
    width: 229px;
    height: 40px;
    padding: 6px 24px;
  }
  .roaming-packages-table {
    max-width: 342px;
    margin-top: 72px;
  }
  .roaming-packages-table__header, .roaming-packages-table__row {
    grid-template-columns: 72px 1fr 100px;
  }
  .roaming-packages-table__header .roaming-packages-table__cell {
    font-size: 10px;
    letter-spacing: 0;
    padding: 8px 4px;
    white-space: nowrap;
    padding: 0 10px 0 0;
  }
  .roaming-packages-table__row {
    min-height: 51px;
  }
  .roaming-packages-table__cell {
    padding: 6px 4px;
  }
  .roaming-packages-table__cell--days, .roaming-packages-table__cell--volume {
    font-size: 12px;
  }
  .roaming-packages-table__cell--volume {
    max-width: 116px;
    font-size: 10px;
    line-height: 1.3;
  }
  .roaming-packages-table__cell--price {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .roaming-packages-table__old-price {
    font-size: 10px;
  }
  .roaming-packages-table__old-price::after {
    height: 1px;
  }
  .roaming-packages-table__new-price {
    font-size: 12px;
  }
  .roaming-request-modal__box {
    max-width: 531px;
    border-radius: 24px;
    padding: 40px 10px 32px;
    margin-top: 90px;
  }
  .roaming-request-modal__close {
    top: 12px;
    left: 12px;
  }
  .roaming-request-step__heading h5 {
    font-size: 16px;
    line-height: normal;
  }
  .roaming-request-step__heading p {
    font-size: 14px;
    line-height: 24px;
  }
  .roaming-request-step__actions {
    gap: 3px;
    flex-wrap: nowrap;
  }
  .roaming-request-step__actions .mtn-btn {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  #roaming-request-form {
    height: 71vh;
    overflow: auto;
    padding: 10px 20px;
  }
  .roaming-request-modal__box {
    margin-top: 112px;
  }
  .mtn-input-field .mtn-input_input ~ .label {
    top: -47px;
  }
}