/* ===================================
   NEW PREPAID PURCHASE STYLES
   Cleaned and standardized version
   =================================== */

/* ===== GLOBAL STYLES ===== */
html body,
body .elementor-widget-text-editor {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.47;
  color: #1d1d1f;
}

a {
  color: black;
}

a:visited,
a:hover,
a:active {
  color: black;
}

/* ===== LAYOUT ===== */
body .ast-container,
body .ast-container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 80%;
  box-sizing: border-box;
}

div#content {
  min-height: 80vh;
  background-color: #f5f7fa;
}

.choose_number_wrapper {
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.left-wing {
  margin-right: 30px;
  max-width: 60%;
  width: 60%;
}

.right-wing {
  width: 35%;
}

/* ===== HEADER & LOGO ===== */
.tunetalk-home-logo {
  margin-left: 20%;
}

/* ===== PURCHASE STEPS ===== */
#purchase-steps .steps-wrap {
  margin-left: 41px;
}

#purchase-steps .steps-wrap .number {
  width: auto;
  color: #d2d2d2;
  text-align: left;
  background: #fff;
}

#purchase-steps .steps-wrap .active .number {
  color: #1d1d1f;
  background: none !important;
  font-weight: 800;
}

#purchase-steps .steps-wrap .text {
  font-size: 15px;
  line-height: 9px;
  font-weight: 400;
}

#purchase-steps .steps-wrap .active + .active::after {
  position: absolute;
  content: "";
  width: 113%;
  height: 2px;
  background: #a3cf00;
  right: 110%;
  top: 35px;
  z-index: -1;
}

#purchase-steps .steps-wrap .active + .step3.active::after {
  width: 90%;
}

#purchase-steps .steps-wrap::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50px;
  width: 245px;
  height: 2px;
  background: #d2d2d2;
  z-index: -1;
  display: block;
}

/* ===== CARDS ===== */
.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 2rem;
  display: block;
}

/* ===== FORM ELEMENTS ===== */
.purple-input {
  background: #f4f5ff !important;
  border: 0px !important;
  text-indent: 10px;
}

body
  .alm-filters-container
  .alm-filter--text-wrap
  input:not([type="submit"]):not([type="radio"]):not([type="file"]):not(
    [type="checkbox"]
  ),
body
  input:not([type="submit"]):not([type="radio"]):not([type="file"]):not(
    [type="checkbox"]
  ),
body select:not(.child_filter_select) {
  height: 50px;
  background-color: white;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  padding: 12px 14px 0px;
  font-size: 15px;
  color: #000000;
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
  text-overflow: ellipsis;
}

input[type="radio"]:checked,
input[type="reset"],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type="range"]::-webkit-slider-thumb {
  border-color: #eb6751;
  background-color: #ffffff;
  box-shadow: none;
}

/* ===== RADIO BUTTONS ===== */
.btn-group .radio-check {
  width: 160px !important;
  margin: 0;
  height: 37px;
}

.btn-group .radio-check input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.19);
  transition: all 0.2s ease-in;
  z-index: 1;
}

.btn-group .radio-check input[type="radio"]:checked + .checkmark + span {
  font-weight: 700;
  color: black !important;
}

.btn-group .radio-check .checkmark::before,
.selection-box .box-radio .checkmark::before,
.selection-box2 .box-radio .checkmark::before {
  display: none;
}

.checkmark.checkmark-delected {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 15px !important;
  border: 2px solid transparent !important;
  transition: all 0.2s ease-in !important;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
        102.59deg,
        #ba819e 13.37%,
        #e96856 38.37%,
        #ec6e40 71.55%,
        #ee3c2c 96.55%
      )
      border-box !important;
  opacity: 0;
}

/* ===== PURCHASE TYPE RADIO ===== */
.purchase-type-radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 33px;
}

.purchase-type-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin: 0;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.purchase-type-radio input[type="radio"]:checked {
  border-color: #e53935;
}

.purchase-type-radio input[type="radio"]:checked::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #e53935;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.purchase-type-radio input[type="radio"]:hover {
  border-color: #aa0000;
}

.purchase-type-radio label {
  font-size: 15px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  color: #333;
}

.purchase-type-radio input[type="radio"] + label {
  margin-left: 1rem;
  font-weight: bold;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B" !important;
}

.choose-purchase-type {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

/* ===== SEARCH FUNCTIONALITY ===== */
#choose-number .search {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  padding: 10px 0 10px 30px;
  margin-bottom: 20px;
}

#choose-number .search-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

#choose-number .search-right:before {
  content: "";
  position: absolute;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 0;
  right: 74px;
  transform: translate(32px, 18px);
}

#choose-number .search-right input[type="text"] {
  width: 100%;
  height: 54px;
  margin-right: 10px;
  padding-left: 47px;
  padding-top: 12px;
}

#choose-number .search::placeholder {
  color: grey;
  opacity: 1;
}

#choose-number .search::-ms-input-placeholder {
  color: grey;
}

.sfp_form_sec form > label button.search-submit {
  position: absolute;
  right: 10px;
  font-size: 17px !important;
}

.sfp_form_sec form > label button.remove-icon:before {
  background-image: none;
}

/* ===== FORM FIELDS ===== */
.half_width_field {
  width: 50% !important;
}

.left_input {
  width: 48% !important;
  margin-right: 5px !important;
}

.right_input {
  width: 50% !important;
}

#choose-number .prepaid_field_column .prepaid_field_label {
  left: 12px !important;
  top: 10% !important;
  font-size: 11px !important;
  transform: translate(0, 0%) !important;
}

#choose-number .prepaid_field_column.half_width_field {
  width: 100%;
}

.prepaid_field_column.prepaid_field_select2.mr-10 {
  margin-right: 20px;
}

/* ===== COLLAPSIBLE SECTIONS ===== */
#contact-details-body,
#delivery-details-body {
  display: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
  margin-top: 25px;
}

#contact-details-header,
#delivery-details-header {
  cursor: pointer;
}

/* ===== ORDER SUMMARY ===== */
.order-summary {
  margin-top: 30px;
  background-color: white;
}

.order-summary .right {
  min-width: 70px;
}

.order-summary .summary-items {
  font-size: 15px !important;
}

.summary-items.total {
  padding-top: 20px;
  padding-bottom: 25px;
}

.summary-items.total .left,
.summary-items.total-title .left {
  font-size: 16px !important;
}

.summary-items.total .right {
  color: #dd0613 !important;
  font-size: 28px !important;
}

.summary-items.selected-number {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ===== SHIPPING METHOD ===== */
.cpm-form-group.shipping-method {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cpm-form-group.shipping-method .cpm-shipping-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.cpm-form-group.shipping-method .cpm-shipping-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.cpm-form-group.shipping-method
  .cpm-shipping-option
  input[type="radio"]:checked {
  border-color: #e53935;
}

.cpm-form-group.shipping-method
  .cpm-shipping-option
  input[type="radio"]:checked::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #e53935;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cpm-form-group.shipping-method .cpm-shipping-content {
  margin-left: 0.75rem;
  display: flex;
  flex-direction: column;
  width: 80%;
}

.cpm-form-group.shipping-method .cpm-shipping-content .main-label {
  font-weight: 600;
  color: #333;
}

.cpm-form-group.shipping-method .cpm-shipping-content .sub-label {
  font-size: 0.85rem;
  color: #777;
  margin-top: 0.25rem;
  font-style: italic;
}

.cpm-shipping-content .sub-label img {
  width: 30px;
}

.cpm-form-group.shipping-method .cpm-shipping-price {
  font-weight: 600;
  color: #333;
}

.cpm-form-group.shipping-method .cpm-shipping-option.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cpm-form-group.shipping-method .cpm-shipping-option.disabled input {
  cursor: not-allowed;
}

.shipping-method-radio .prepaid_method_inner {
  height: 40px;
  padding: 0px !important;
  font-size: 20px !important;
  flex-wrap: unset;
}

.shipping-method-radio .prepaid_method_inner .prepaid_method_title {
  font-size: 20px;
}

.goget-shipping-desc {
  font-size: 11px;
  color: #827777;
  font-style: italic;
  margin-left: 24px;
}

.prepaid_method_right {
  margin-top: 0px !important;
}

/* ===== BUTTONS ===== */
.proceed-btn {
  width: 100%;
  margin-top: 30px;
}

.ajax_submit_button:disabled,
.ajax_submit_button.greyed-out {
  background-color: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

.inbutton-apply {
  color: black !important;
  background: #f4f5ff;
  border: none !important;
  border-radius: 20px;
}

/* ===== PROMO CODE ===== */
.promo .promo-desc {
  color: #57a901;
  font-size: 13px;
}

.promo .remove-promo-btn {
  background: #fff;
  color: #000;
  border: 1px solid;
  border-radius: 30px;
}

/* ===== UTILITY CLASSES ===== */
.spacing-30 {
  height: 30px;
}

.flex-row {
  display: flex;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.fs-17 {
  font-size: 17px;
}

.grey-font {
  color: #827777;
}

.slash-text {
  text-decoration: line-through;
}

.unopen-form {
  background: #eaeaea;
  margin-top: 30px;
}

.unopen-form .desc {
  margin-top: 8px;
  color: #827777;
}

.section .not_suitable {
  margin-bottom: 15px !important;
}

/* ===== PAYMENT METHODS ===== */
.cpm-container {
  background-color: #f5f7fa;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B" !important;
  color: #333;
}

.cpm-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.cpm-card__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.cpm-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.cpm-detail {
  margin-bottom: 1rem;
}

.cpm-detail__label {
  font-size: 0.9rem;
  color: #555;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B" !important;
}

.cpm-detail__value {
  display: block;
  margin-top: 0.25rem;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B" !important;
}

.cpm-form-group {
  margin-bottom: 1rem;
}

.cpm-input,
.cpm-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 999px;
  background-color: rgba(100, 109, 255, 0.05);
  font-size: 1rem;
  appearance: none;
  outline: none;
}

.cpm-form-group label {
  display: block;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.25rem;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B" !important;
}

.cpm-flex {
  display: flex;
  gap: 1rem;
}

.cpm-flex .cmp-form-group {
  flex: 1;
}

.cpm-error {
  color: #d00;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.cpm-select {
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8"><path fill="%23333" d="M6 8L0 0h12z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
}

.cpm-method-section {
  display: none;
}

/* Payment selection dropdown */
.cpm-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.cpm-select-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
}

/* eWallet options */
.cpm-ewallet-options {
  display: block;
}

.cpm-ewallet-options input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cpm-ewallet-options label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 10px;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.cmp-ewallet-options label::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: white;
  transition: border-color 0.2s, background-color 0.2s;
}

.cpm-ewallet-options label:has(input:checked)::before {
  border-color: #ef592f;
  background-color: #ef592f;
}

.cpm-ewallet-options label:has(input:checked)::after {
  content: "✓";
  position: absolute;
  left: 24px;
  top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: white;
}

.cpm-ewallet-options img {
  display: block;
  margin-left: 5px;
  pointer-events: none;
  max-height: 36px;
}

/* FPX/Online Banking */
.prepaid_method_btm_fpx .prepaid_field_select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 999px;
  background-color: rgba(100, 109, 255, 0.05);
  font-size: 1rem;
  appearance: none;
  outline: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8"><path fill="%23333" d="M6 8L0 0h12z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
}

.prepaid_method_btm_fpx .btn-group2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: start;
}

.prepaid_method_btm_fpx .btn-group2 .prepaid_field_column {
  grid-column: 1;
  grid-row: 1;
  margin-top: 40px !important;
  min-width: 100% !important;
  background-color: white;
}

.prepaid_method_btm_fpx .btn-group2 .vbottom {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.prepaid_method_btm_fpx .btn-group2 .fpx-term {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

.vbottom .prepaid_field_column {
  display: none;
}

.prepaid_method_div {
  box-shadow: 0 0 3px #00000026;
}

.co-fpx {
  top: -30px;
}

.prepaid_method_btm {
  flex: 1 1 100%;
  opacity: 1;
  max-height: 0;
  visibility: visible;
  transition: max-height 0.2s ease-in;
  overflow: initial;
}

.prepaid_method_inner {
  height: 235px;
  display: block;
}

.prepaid_method_border {
  display: none;
}

/* Hide browser-specific select arrows */
.cpm-select::-ms-expand,
select::-ms-expand {
  display: none;
}

.cpm-select::-moz-focus-inner {
  border: 0;
}

/* ===== ERROR MESSAGES ===== */
#payment-error.tt-error {
  padding-left: 0;
  margin-bottom: -20px;
  margin-top: 20px;
}

/* ===== NUMBER SELECTION ===== */
#choose-number .btn-group .radio-check {
  width: calc(50% - 9px);
  margin: 0 17px 13px 0;
}

#choose-number .btn-group .radio-check span {
  font-size: 15px;
}

#choose-number .section:first-child img {
  display: none;
}

#choose-number {
  padding-bottom: 200px;
}

/* ===== MOBILE PURCHASE SUMMARY ===== */
#purchase-summary-mobile {
  background: #ffffff !important;
}

#purchase-summary-mobile.mobile_purchase_summary {
  height: 165px;
  padding-left: 10px !important;
}

.mobile_purchase_summary .mps_head .total {
  width: 180px;
}

.summary_head_sst {
  font-style: italic;
  font-size: 12px;
  color: #827777;
  margin-left: 8px;
}

/* ===== TABLET STYLES ===== */
@media only screen and (max-width: 1024px) {
  .choose_number_wrapper {
    width: 97% !important;
  }
}

/* ===== MOBILE STYLES ===== */
@media only screen and (max-width: 767px) {
  body .ast-container,
  body .ast-container-fluid {
    max-width: 100% !important;
    width: 100% !important;
  }

  .cpm-card {
    margin-bottom: 1rem;
  }

  .left-wing {
    margin-right: 16px;
  }

  #purchase-steps .steps-wrap {
    margin-left: 15px;
  }

  #purchase-steps .steps-wrap::before {
    left: 56px;
    width: 60px;
  }

  body #purchase-steps .steps-wrap .step2,
  body #purchase-steps .steps-wrap .step3 {
    margin-left: 60px;
  }

  .purchase-go-back {
    display: none !important;
  }

  .card {
    margin-bottom: 10px;
  }

  .prepaid_field_column .prepaid_field_label {
    padding-right: 10px;
  }

  .prepaid_field_column.prepaid_field_select2.mr-10 {
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  div.step2.active::after {
    width: 70% !important;
  }

  #purchase-steps .steps-wrap .active + .step3.active::after {
    width: 110%;
  }

  body
    .alm-filters-container
    .alm-filter--text-wrap
    input:not([type="submit"]):not([type="radio"]):not([type="file"]):not(
      [type="checkbox"]
    ),
  body
    input:not([type="submit"]):not([type="radio"]):not([type="file"]):not(
      [type="checkbox"]
    ),
  body select:not(.child_filter_select) {
    text-indent: 17px !important;
  }

  .ast-container {
    max-width: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .choose_number_wrapper {
    display: block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }

  .left-wing {
    margin-right: 0px !important;
    max-width: none !important;
    width: 100% !important;
  }

  #purchase-wrap {
    padding-top: 40px !important;
  }

  .card {
    box-shadow: none !important;
    border: none;
    border-radius: 0px !important;
  }

  .tunetalk-home-logo {
    display: none;
  }

  .mt-30 {
    margin-top: 5px !important;
  }

  .right-wing {
    width: 100% !important;
    display: none;
  }

  .purchase-type-radio {
    display: block;
  }

  .flex-row {
    display: flex;
    flex-wrap: wrap;
  }

  .same-row {
    width: 50% !important;
  }

  .full_width_summary_proceed_button {
    width: 100%;
  }

  #purchase-summary-mobile.mobile_purchase_summary {
    height: 240px;
  }

  .mobile_purchase_summary .mps_head .total {
    width: 170px;
  }

  .summary-items.total {
    padding-bottom: 15px;
  }

  .summary_head_sst {
    margin-left: auto;
  }

  #purchase-summary-mobile .order-total {
    margin-left: auto;
  }

  .tnc {
    color: #1d1d1c;
    font-size: 11px !important;
    margin-bottom: 10px;
  }

  .cpm-container {
    padding: 0px;
  }

  .cpm-card {
    border-radius: 0px;
    margin-bottom: 5px;
  }

  .cpm-details {
    display: block;
  }

  .btm-space {
    margin-bottom: 180px;
  }

  .cpm-subtitle {
    font-size: 12px;
    margin-bottom: 33px;
  }

  .prepaid_method_inner .prepaid_icon_centralised {
    width: 100% !important;
  }

  .prepaid_method_btm_fpx .btn-group2 {
    display: block !important;
    margin-top: -14px !important;
  }

  .prepaid_method_btm_fpx .prepaid_field_column {
    margin-top: 0px !important;
    background: none !important;
  }

  .summary-items.total .right {
    font-size: 22px !important;
  }

  #new-number-select .btn-group .radio-check {
    margin: 0 5px 8px 0 !important;
    width: 30% !important;
    min-height: 40px;
    height: 40px;
  }

  .btn-group .radio-check span {
    padding: 3px;
  }

  .prepaid_field_column.prepaid_field_select2.mr-10 {
    margin-right: auto;
  }

  #choose-number .btn-group .radio-check span {
    font-size: 11px;
  }
}

/* ===== ORDER SUMMARY SPECIFIC STYLES ===== */
.elementor.elementor-341.elementor-location-footer {
  display: none;
}

#choose-number p {
  margin-top: 0;
  margin-bottom: 0;
}

.group-desc ul li > p span {
  display: none;
}

.group-desc ul li > p strong {
  font-weight: 100;
  color: grey;
}

.group-desc ul li::before {
  display: none;
}

.group-desc ul li {
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
  margin-left: 0px;
  padding-left: 0px;
}

.summary-items .line.choose_number-summary,
.summary-items .line.switch_number-summary {
  display: block;
  justify-content: space-between;
}

/* FPX Bank Select Styling */
#tt_fpx_bank {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0 0 0 30px;
}

#tt_fpx_bank::-ms-expand {
  display: none;
}

.prepaid_method_btm_fpx .half_width_field::before {
  top: 33px;
}

/* Promo Code Button States */
.summary-items.promocode button:hover,
.summary-items.promocode button:visited,
.summary-items.promocode button:focus {
  background-color: #f4f5ff;
}

.summary-items.promocode.disabled {
  background-color: #f4f5ff;
}

/* Form Field Labels and Effects */
.prepaid_field_column .prepaid_field_label:after,
.prepaid_field_column .prepaid_field_select:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  opacity: 0;
}

#choose-number .prepaid_field_column .prepaid_field_label,
#choose-number
  .prepaid_field_column
  .prepaid_field_input:focus
  + .prepaid_field_label,
#choose-number
  .prepaid_field_column
  .prepaid_field_input:not(:placeholder-shown)
  + .prepaid_field_label {
  left: 13px;
  width: 88%;
  overflow: hidden;
}

/* Header Override */
div[data-elementor-type="header"] {
  position: relative;
  display: none;
}

/* Order Summary Override */
.order-summary {
  margin-top: 0px;
  background-color: white;
}

/* ===== UPGRADE BANNER ===== */
.upgrade-banner {
  margin-bottom: 30px !important;
}

.upgrade-banner img.upgrade-image {
  width: 100% !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-width: 100% !important;
}

/* Override lazy loading styles */
.upgrade-image.lazyload,
.upgrade-image.lazyloading,
.upgrade-image.lazyloaded {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ===== MISC ELEMENTS ===== */
.formbold-main-wrapper {
  bottom: 70px;
  width: 0px;
  z-index: 1000;
  display: none;
}

/* ===== MOBILE STYLES ===== */
@media only screen and (max-width: 767px) {
  body .ast-container,
  body .ast-container-fluid {
    max-width: 100% !important;
    width: 100% !important;
  }

  #purchase-steps .steps-wrap {
    margin-left: 15px;
  }

  #purchase-steps .steps-wrap::before {
    left: 40px;
    width: 280px; /* Increased width to reach step 3 */
  }

  body #purchase-steps .steps-wrap .step2,
  body #purchase-steps .steps-wrap .step3 {
    margin-left: 60px;
  }

  .left-wing {
    margin-right: 16px;
  }

  .card {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  #purchase-steps .steps-wrap::before {
    width: 300px; /* Even wider for smaller screens */
  }

  div.step2.active::after {
    width: 70% !important;
  }

  #purchase-steps .steps-wrap .active + .step3.active::after {
    width: 110%;
  }
}