/* ================================================
   LOAN ENQUIRY WIDGET v3 - Multi-Step + Header/Footer
================================================ */

@media (min-width: 992px) {
  .large-font {
    font-size: 80px !important;
  }

  .week-font {
    font-size: 37px !important;
  }

  .month-font {
    font-size: 13px !important;
  }
  .lew-repayment-box {
    min-height: 165px;
  }
}

.lew-use-error {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;

  background: #ffe5e5;
  color: #d8000c;

  border: 1px solid #ffb3b3;
  border-radius: 8px;

  padding: 12px 15px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;

  min-height: 45px;

  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

/* When active */
.lew-use-error.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

span.lew-badge-dot img {
  width: 100%;
  max-width: 15px;
}
body {
  font-family: "Manrope", Sans-serif;
}
img.mob-log {
  display: block;
}
.text-log-mob-dis {
  display: none;
}
.lew-calc-input {
  font-weight: 700 !important;
  text-align: center;
}
.lew-success-screen::before {
  content: "";
  /*position: absolute;*/
  /*top: -3px;*/
  /*left: -2px;*/
  /*right: -3px;*/
  /*bottom: -3px;*/
  /*border-radius: 37px;*/
  /*background: linear-gradient(179deg, #1AE68D, #1AE68D, #0958FB, #0958FB);*/
  /*z-index: -1;*/
}
#lew-privacy-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #1ae68d;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0;
}

#lew-privacy-check:checked {
  background-color: #1ae68d;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Base Widget */
.lew-widget {
  margin: 0 auto;
  font-family: "Manrope", Sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.lew-widget *,
.lew-widget *::before,
.lew-widget *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Steps */
.lew-step {
  display: none;
  /*animation: lewFade .4s ease;*/
}

.lew-step.lew-active {
  display: block;
}

@keyframes lewFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================================
   WIDGET HEADER
================================================ */

.lew-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px 16px 15px;
  gap: 20px;
}

.lew-header-left {
  flex-shrink: 0;
	flex:1;
}

.lew-header-logo {
  max-height: 75px;
  width: auto;
  display: block;
}

.lew-header-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 24px;
  padding-top: 5px;
}

.lew-header-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 68%;
  transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background: #ddd;
}

.lew-header-heading {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.lew-header-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.lew-partner-text {
  padding-top: 5px;
  font-size: 19px;
  color: #000;
  white-space: nowrap;
}

.lew-partner-logo {
  max-height: 65px;
  width: auto;
  display: block;
}

/* ================================================
   WIDGET FOOTER
================================================ */

.lew-widget-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
  padding-right: 20px;
  gap: 20px;
}
.lew-footer-col-inner-fir-col {
  display: flex;
  flex-flow: column;
}

.lew-footer-col {
  display: flex;
  align-items: center;
}

/* Left: Contact info */
.lew-footer-contact {
  align-items: center;
  gap: 50px;
  background: #f9f9f9;
  padding: 15px 100px 15px 20px;
  border-radius: 19px;
  border: #e3e3e3 solid 1px;
}

.lew-footer-q {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.lew-footer-info {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

.lew-footer-info a {
  color: #666;
  text-decoration: none;
}
.lew-footer-info a {
  color: #000000;
  text-decoration: none !important;
}
.lew-footer-info a:hover {
  color: var(--lew-primary, #0052ff);
  text-decoration: underline;
}

/* Center: Badges */
.lew-footer-badges {
  display: flex;
  align-items: center;
  gap: 0;
  flex-flow: column;
}

.lew-footer-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

/* Right: Logo */
.lew-footer-brand {
  flex-shrink: 0;
  flex-flow: column;
}

.lew-footer-brand p {
  text-align: right;
  margin: 0;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
}

.lew-footer-logo {
  max-height: 30px;
  width: auto;
  display: block;
}

/* ================================================
   STEP 1: CALCULATOR
================================================ */

input[type="range"] {
  height: 12px;
}
/* Track - Chrome / Safari */
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
}

.lew-step-1 {
  background: var(--lew-bg, #fff);
  border-radius: 37px;
  position: relative;
  border: solid #000 1px;
}

.bef-lef-line h2:before {
  content: "";
  background: #dbdbdb;
  height: 45px;
  width: 3px;
  position: absolute;
  left: -23px;
  top: -10px;
}

.lew-step-1::before {
  content: "";
  /*position: absolute;*/
  /*top: -3px;*/
  /*left: -2px;*/
  /*right: -3px;*/
  /*bottom: -3px;*/
  /*border-radius: 40px;*/
  /*    background: linear-gradient(179deg, #1AE68D, #1AE68D, #0958FB, #0958FB);*/
  /*z-index: -1;*/
}

/* Layout */
.lew-step1-layout {
  display: flex;
  gap: 100px;
  padding: 30px 40px;
}

span.lew-currency {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.lew-price-wrap {
  position: relative;
}
.lew-calc-input {
  padding: 22px 20px !important;
  background: #f9f9f9 !important;
  margin-top: 10px;
  font-size: 20px !important;
  border-radius: 8px !important;
}
.lew-apply-btn {
  background-image: linear-gradient(45deg, #3170fa, #0705ff);
  display: block !important;
  width: 100%;
  max-width: max-content;
  margin: 22px auto 0px auto;
  padding: 15px 60px;
  border-radius: 20px;
  border: solid #1ae68d 4px !important;
  font-size: 27px;
  font-weight: 800;
}
.lew-apply-btn:hover {
  background: #1ae68d;
}
span.lew-calc-note {
  color: #afafaf;
  font-weight: 400;
}
.lew-repayment-display {
  width: 50%;
}
.lew-calc-inputs {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
label.lew-calc-label {
  font-size: 18px;
}
label.lew-calc-label b {
  font-size: 20px;
}
.lew-how-it-works h3 {
  font-size: 27px;
  font-weight: 700;
}

.lew-calc-title {
  font-size: 35px;
  font-weight: 700;
  color: var(--lew-text);
  margin-bottom: 16px;
}

/* Slider */
.lew-slider-wrap {
  position: relative;
  padding-top: 44px;
  padding-bottom: 4px;
}

.lew-term-badge {
  position: absolute;
  top: 12px;
  display: inline-block;
  background: #0958fb;
  color: #fff;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
}

.lew-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 7px;
  background: var(--lew-primary, #0052ff);
  outline: none;
  cursor: pointer;
  margin: 0;
}

.lew-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff !important;
  border: 3px solid var(--lew-accent, #00e5a0) !important;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all linear 0.3s;
  transform: scale(1.3);
  z-index: 2;
}

.lew-slider::-webkit-slider-thumb:hover {
  transform: scale(1.45);
}

.lew-slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid var(--lew-accent, #00e5a0);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.lew-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  margin-top: 8px;
}

/* Repayment Box */
.lew-repayment-box {
  background: linear-gradient(135deg, #0052ff, #003fcc);
  border-radius: 19px;
  padding: 24px 20px;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
p.lew-disclaimer {
  text-align: center;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 40px;
}
.lew-hiw-icon img {
  width: 25px;
  margin-top: -5px;
}

.lew-hiw-item {
  font-size: 21px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lew-repayment-period {
  display: flex;
  flex-flow: column;
}

span.lew-per-week {
  font-size: 38px;
  font-weight: 700;
}

span.lew-per-month {
  font-size: 16px;
}
.lew-repayment-amount {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  line-height: 1;
  margin-bottom: 6px;
}

.lew-dollar {
  font-size: 96px;
  font-weight: 700;
}

#lew-weekly-amount {
  font-size: 96px;
  font-weight: 800;
  letter-spacing: -1px;
}

/* ================================================
   STEP 2: CONTACT FORM
================================================ */

.lew-step-2 {
  padding: 25px 40px;
  background: var(--lew-bg, #fff);
  border-radius: 37px;
  position: relative;
  border: solid #000 1px;
}

.lew-step-2::before {
  content: "";
  /*position: absolute;*/
  /*top: -3px;*/
  /*left: -2px;*/
  /*right: -3px;*/
  /*bottom: -2px;*/
  /*border-radius: 40px;*/
  /*background: linear-gradient(135deg, #00E5A0, #0052FF, #00C8FF);*/
  /*z-index: -1;*/
}

/* ---------- Summary Bar ---------- */
.lew-summary-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  padding: 20px 30px;
  border: solid 1px #dcdcdc;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.lew-summary-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 5px 14px;
  border: 1.5px solid #0958fb;
  border-radius: 11px;
}

.lew-summary-label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #000;
}

.lew-summary-value {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

/* ---------- Form Grid Layout ---------- */
#lew-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

/* Hidden fields out of grid flow */
#lew-form > input[type="hidden"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* Full-width rows */
.lew-form-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.lew-form-group {
  display: flex;
  flex-direction: column;
}

.lew-label {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.lew-required {
  color: var(--lew-error, #dc2626);
  margin-left: 1px;
}

/* Inputs */
.lew-step-2 .lew-input {
  width: 100%;
  padding: 10px 20px;
  border: solid 1px #efefef;
  border-radius: 8px;
  font-size: 20px;
  color: var(--lew-text, #1f2937);
  background: #f9f9f9;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
  box-shadow: none !important;
  height: 45px;
}

.lew-step-2 .lew-input:focus {
  border-bottom-color: var(--lew-primary, #0052ff);
}

.lew-step-2 .lew-input.lew-error {
  border-bottom-color: var(--lew-error, #dc2626) !important;
}

/* Textarea */
.lew-step-2 .lew-textarea {
  /*border: 1.5px solid #d5dbe5;*/
  border-radius: 8px;
  padding: 12px 14px;
  resize: vertical;
  min-height: 150px;
}

.lew-step-2 .lew-textarea:focus {
  border-color: var(--lew-primary, #0052ff);
}

.lew-error-message {
  font-size: 0.75rem;
  color: var(--lew-error, #dc2626);
  margin-top: 4px;
}

/* ---------- Message = left column, spans 2 rows ---------- */
.lew-form-group.lew-full {
  grid-column: 1;
  grid-row: span 2;
  margin-bottom: 20px;
  margin-right: 28px;
}

/* ---------- Use Type = right column, top ---------- */
.lew-use-type-wrap {
  grid-column: 2;
  align-self: flex-start;
  justify-self: center;
  display: flex;
  gap: 34px;
  align-items: center;
  padding-bottom: 0;
  margin-top: 20px;
}

.lew-use-type-wrap img {
  width: 100% !important;
  max-width: 30px !important;
}

.lew-use-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 16px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
  border: solid 1px #efefef;
}

.lew-use-option svg {
  flex-shrink: 0;
}

.lew-use-option:hover {
  color: var(--lew-primary, #0052ff);
}

.lew-use-option.lew-use-active {
  background: var(--lew-primary, #0052ff);
  color: #fff;
}
.lew-use-option.lew-use-active img {
  filter: grayscale(1);
}

.lew-use-option.lew-use-active svg {
  stroke: #fff;
}

/* ---------- Footer = right column, bottom ---------- */
.lew-form-footer {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 0;
  gap: 10px;
  align-self: flex-end;
  margin-bottom: 20px;
}

.lew-footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* BACK — solid blue pill */
.lew-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  padding: 8px 55px;
  background: #306dfa;
  color: #fff;
  border: 3px solid transparent;
  border-radius: 16px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.lew-back-btn:hover {
  background: #1ae68d;
  border: 3px solid #1ae68d;
}

.lew-arrow-back {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  transform: translate(-3px, -1px);
}

/* Privacy */
.lew-privacy-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  max-width: 220px;
}

.lew-privacy-wrap input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--lew-accent, #00e5a0);
  width: 15px;
  height: 15px;
}

.lew-privacy-text {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
}
.lew-privacy-text a {
  color: #000;
}
.lew-privacy-text a:hover {
  color: #7ab5ff;
}

/* SUBMIT — gradient border, white fill */
.lew-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  padding: 8px 44px;
  background: linear-gradient(45deg, #306dfa, #0807ff);
  color: #fff;
  border-radius: 16px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.8px;
  cursor: pointer;
  border: solid #1ae68d 4px !important;
}

.lew-submit-btn:hover {
  background: #1ae68d;
}

/*.lew-submit-btn:disabled {*/
/*    opacity: 0.6;*/
/*    cursor: not-allowed;*/
/*    transform: none;*/
/*}*/

.lew-arrow {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  transform: translate(3px, -1px);
}

/* Spinner */
.lew-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 82, 255, 0.3);
  border-top-color: var(--lew-primary, #0052ff);
  border-radius: 50%;
  animation: lewSpin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes lewSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Alert */
.lew-alert {
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
  margin: 16px 28px 0;
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

/* ================================================
   STEP 3: SUCCESS
================================================ */

.lew-success-screen {
  /*background: linear-gradient(135deg, #0052FF 0%, #003FCC 50%, #0052FF 100%);*/
  padding: 60px 40px;
  text-align: center;
  border-radius: 37px;
  position: relative;
  /*background-image: linear-gradient(45deg, #306DFA, #0958FB);*/
  border: solid #000 1px;
}

.lew-success-heading {
  font-size: 36px;
  font-weight: 800;
  color: #1ae68d;
  margin-bottom: 12px;
}
.lew-success-icon img {
  width: 110px;
  margin-bottom: 30px;
}

p.lew-success-msg {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  max-width: 800px;
  margin: 20px auto;
}

p.lew-success-url {
  font-size: 22px;
  color: #000;
  margin-top: 20px;
  font-weight: 600;
}
.img-show-mob {
  display: none;
}

/*Terms and conditions and privacy policy modal css*/
.lew-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lew-modal-box {
  font-family: "Manrope", Sans-serif;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.lew-modal-close {
  padding: 8px;
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 40px;
}
.lew-modal-box h2 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.lew-modal-box h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #000;
}

.lew-modal-box p {
  margin-bottom: 20px !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

/*Terms and conditions and privacy policy modal css*/

/* ================================================
   RESPONSIVE
================================================ */

@media (max-width: 1400px) {
  .lew-hiw-item {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .lew-calc-input {
    margin-top: 7px;
    padding: 13px 20px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    height: 30px !important;
  }
  #lew-apply-btn .lew-arrow {
    display: none;
  }

  .lew-slider::-webkit-slider-thumb {
    transform: scale(1.1) !important;
  }
  .lew-form-group.email-mob-feild {
    order: 1;
  }

  #lew-privacy-check {
    background: #03008f;
    width: 16px;
    height: 16px;
  }

  .bef-lef-line h2:before {
    display: none;
  }
  .lew-use-option {
    font-size: 11px;
  }
  .text-log-mob-dis {
    display: block;
    text-align: center;
    margin-top: 22px;
  }
  .text-log-mob-dis-inn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .text-log-mob-dis-inn img {
    width: 100%;
    max-width: 25px !important;
  }
  .text-log-mob-dis-inn p {
    margin: 0px;
    font-size: 10px;
    font-weight: 400;
    color: #000;
  }

  /* ── Widget Header Mobile ── */

  /* ── Repayment Display ── */
  .lew-repayment-display {
    width: 100%;
    border-radius: 12px;
    padding: 20px 30px 12px 30px;
    background: linear-gradient(45deg, #3372fb, #0603ff);
  }

  .lew-repayment-display:before {
    content: "";
    background: url(https://sty3.devmail-sty.online/compare/wp-content/uploads/2026/02/sdsds.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -31px;
    bottom: -11px;
    background-position: bottom, left;
    max-width: 90px;
  }

  .lew-repayment-box {
    background: transparent;
    flex-flow: column;
    gap: 0px;
    padding: 0px;
    margin-bottom: 0;
  }

  .lew-repayment-period {
    flex-flow: row;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .lew-dollar {
    font-size: 54px;
  }

  #lew-weekly-amount {
    font-size: 54px;
  }

  span.lew-per-week {
    font-size: 14px;
  }

  span.lew-per-month {
    font-size: 10px;
    line-height: 34px;
  }

  /* ── Calc Inputs ── */
  .lew-calc-inputs {
    width: 100%;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 12px;
    /*background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #1AE68D, #0958FB) border-box;*/
  }

  .lew-calc-field {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  label.lew-calc-label {
    font-size: 12px;
  }
  label.lew-calc-label b {
    font-size: 14px;
  }

  .lew-slider-labels {
    font-size: 10px;
    margin-top: -5px;
  }

  .lew-term-badge {
    font-size: 10px;
    top: 10px;
    font-weight: 700;
    padding: 3px 7px;
  }
  .lew-slider-wrap {
    padding-top: 34px;
  }

  input[type="range"] {
    height: 12px;
  }

  h2.lew-calc-title {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }

  /* ── Step Layouts ── */
  .lew-step1-layout {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0px;
  }

  .lew-step-1::before {
    display: none !important;
  }

  .lew-step-1 {
    box-shadow: none;
    border: solid 0px;
  }

  .lew-step-2::before {
    display: none;
  }

  .lew-step-2 {
    padding: 0px;
    box-shadow: none;
    border: solid 0px;
  }

  /* ── Summary Bar ── */
  .lew-summary-bar {
    display: none;
  }

  /* ── Form ── */
  #lew-form {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .lew-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .lew-form-group.lew-full {
    width: 100%;
    grid-row: span 1;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }

  label.lew-label {
    font-size: 14px;
    text-align: center;
  }
  label.lew-label span {
    font-size: 10px !important;
  }
  .lew-step-2 .lew-input {
    height: 35px;
    font-size: 14px;
  }
  .lew-step-2 .lew-textarea {
    min-height: 120px;
  }
  /* ── Use Type ── */
  .lew-use-type-wrap {
    justify-content: center;
    align-self: auto;
    justify-self: auto;
    padding-bottom: 0;
    margin-bottom: 12px;
    flex-direction: row;
    gap: 8px;
  }

  .lew-use-option {
    justify-content: center;
    width: 100%;
    padding: 12px 25px;
    border-radius: 12px;
  }
  .lew-use-option img {
    width: 25px;
  }

  /* ── Form Footer ── */
  .lew-form-footer {
    grid-column: 1 / -1;
    gap: 35px 14px;
    display: flex;
    flex-flow: wrap;
    background-image: linear-gradient(45deg, #3372fb, #0603ff);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 0px;
  }

  .lew-back-btn {
    width: 46.5%;
    background: #03008f;
    padding: 5px;
    font-size: 14px;
    justify-content: center;
    gap: 0px;

    padding-right: 7px;
  }

  .lew-footer-right {
    flex-direction: column;
    width: 46.5% !important;
    gap: 12px;
  }

  .lew-submit-btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 5px;
    padding-left: 8px;
    background: #03008f;
    gap: 0px;
  }

  .lew-privacy-text {
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
  }

  .lew-privacy-wrap {
    max-width: 100%;
    width: 100%;
    order: -1;
  }

  /* ── Buttons & Messages ── */
  .lew-apply-btn {
    font-size: 18px;
    background: #03008f;
    margin-bottom: 7px;
    padding: 12px 30px 13px 30px;
    font-weight: 700;
    margin-top: 0;
  }

  p.lew-disclaimer {
    font-size: 6px;
    color: #fff;
    max-width: 168px;
    margin-bottom: 0px;
  }

  p.lew-success-msg {
    font-size: 14px;
    font-weight: 600;
  }

  p.lew-success-url {
    font-size: 14px;
    font-weight: 600;
  }

  h2.lew-success-heading {
    font-size: 20px;
  }

  /* ── How It Works ── */
  .lew-how-it-works h3 {
    font-size: 20px;
  }

  .lew-hiw-item {
    font-size: 9px;
  }

  .lew-hiw-icon img {
    width: 15px;
    margin-top: 0px;
  }

  /* ── Misc ── */
  .img-show-mob {
    display: block;
    width: 70%;
    text-align: center;
    margin: 20px auto 0px auto;
  }

  .cus-div-add {
    border: 1px solid #000;
    border-radius: 12px;
    /*background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #1AE68D, #0958FB) border-box;*/
    padding: 20px;
    margin-bottom: 10px;
  }
  .lew-success-screen {
    /*background-image: linear-gradient(45deg, #3372FB, #0603FF);*/
    border-radius: 10px;
    border: 1px solid #000;
  }
  .lew-success-screen::before {
    border-radius: 10px;
  }
  .lew-step {
    max-width: 600px;
    margin: 0 auto;
  }
  .lew-privacy-text a {
    color: #fff;
  }

  .lew-header-left {
    flex-shrink: 0;
	    flex: 1;
    padding-bottom: 0px;
  }
  .lew-header-logo {
    max-height: 45px;
    object-fit: contain;
  }
}

@media (max-width: 820px) {
  .lew-header-left {
    flex-shrink: 0;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
  }
  .lew-widget-header {
    padding: 12px 22px;
    gap: 10px;
    flex-flow: column;
  }

  .lew-header-logo {
    max-height: 60px;
  }

  .lew-header-heading {
    font-size: 14px;
  }

  .lew-header-center::before {
    height: 20px;
    display: none;
  }
  .lew-header-center {
    padding: 0px;
  }

  .lew-partner-text {
    font-size: 12px;
    padding-top: 0px;
  }

  .lew-partner-logo {
    max-height: 50px;
  }

  .lew-header-line {
    margin-bottom: 12px;
  }

  /* ── Widget Footer Mobile ── */
  .lew-widget-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-top: 20px;
    padding-right: 0px;
  }

  .lew-footer-contact {
    align-items: center;
    flex-flow: column;
    gap: 10px;
    padding: 8px 20px;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .lew-footer-col-inner-fir-col {
    width: 100%;
  }

  .lew-footer-q {
    font-size: 12px;
  }

  .lew-footer-info {
    font-size: 10px;
  }

  .lew-footer-badges {
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }
  .lew-footer-brand {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .lew-footer-badge {
    font-size: 10px;
  }

  .lew-footer-logo {
    max-height: 22px;
  }
  .lew-footer-brand p {
    text-align: center;
  }
  img.lew-header-logo {
    display: none;
  }
  img.mob-log {
    display: block;
  }
}

@media (max-width: 375px) {
  .lew-hiw-item {
    font-size: 8.3px;
  }
}

@media (max-width: 370px) {
  .lew-repayment-display:before {
    left: -36px;
    bottom: -8px;
    background-position: bottom, left;
    max-width: 90px;
  }
}
