.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.step-dot-ind {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition:
    background 0.3s,
    transform 0.3s;
}

.bannerForm .step-dot-ind.active,
.bannerForm .step-indicator .step-dot-ind.active {
  background: #fff;
  transform: scale(1.4);
}

.step-panel {
  display: none;
}

.step-panel.active {
  display: block;
  animation: slideInRight 0.25s ease;
}

.flexdiv .inputbox {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

/* =========================
   SELECT BOX
========================= */

.preferred-unit-select {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 6px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
  /* display: none; */
}

.preferred-unit-select option {
  color: #111;
  background: #fff;
}

/* =========================
   INPUT FIELDS
========================= */

.flexdiv input,
.flexdiv.main_flax_div input {
  width: 100%;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  padding: 9px 10px 9px 52px;
  min-height: 38px !important;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: black;
  transition: border-color 0.25s ease;
  box-sizing: border-box;
  /* margin-top: 10px; */
}

.flexdiv input:focus,
.flexdiv.main_flax_div input:focus {
  outline: none;
  border-bottom-color: #fff;
}

.flexdiv input::placeholder,
.flexdiv.main_flax_div input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* =========================
   INTL TEL INPUT FIX
========================= */

.iti {
  width: 100%;
  display: block;
}

.iti input {
  width: 100% !important;
  /* padding-left: 52px !important; */
}

.iti__selected-flag {
  background: transparent !important;
  padding-left: 10px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 4px;
  color: #fff;
}

.iti__country-list {
  color: #000;
}

/* =========================
   WHATSAPP BLOCK
========================= */

.wa-block {
  width: 100%;
  margin-top: 10px;
  padding: 10px 12px 12px;
  border-radius: 10px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  text-align: left;
}

.wa-block-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.wa-block-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wa-block-icon svg {
  display: block;
}

.wa-block-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.wa-block-sub {
  font-size: 12px;
}

.wa-same-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.wa-num-label {
  display: block;
  margin-bottom: 5px;
}

/* =========================
   BUTTONS
========================= */

.btns {
  width: 100%;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.btn-back {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgb(0 0 0 / 25%);
  background: transparent;
  color: black;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}

.btn-back:hover {
  background: rgba(255, 255, 255, 0.08);
  color: black;
}

/* =========================
   ANIMATION
========================= */

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(25px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.step-panel {
  display: none !important;
}

.step-panel.active {
  display: block !important;
}

#step2 {
  display: none;
}

#step2.active {
  display: block !important;
}

.flexdiv.main_flax_div input[type="checkbox"] {
  width: auto;
}

._err-msg{
  color: #d01f1f;
  text-align: left;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.site-interested-section .preferred-unit-select{
  background-color: #fff;
  color: #000;
}
.site-interested-section .preferred-unit-select option{
  color: #000;
}
.site-interested-section .bannerFor .flexdiv input, .flexdiv.main_flax_div input{
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #fff !important;
  transition: border-color 0.2s, background 0.2s;
  border-bottom: 1px solid #e0e0e0;
}
.site-interested-section .site_inp{
  padding: 10px 12px !important;
}
.modal_inp{
    padding: 10px 12px !important;
}