/* ============================================
   MORTGAGE LANDING PAGE - Fonts 
   ============================================ */
@font-face {
  font-family: "HurmeGeometricSans3";
  src: url("../fonts/HurmeGeometricSans3/HurmeGeometricSans3-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans3";
  src: url("../fonts/HurmeGeometricSans3/HurmeGeometricSans3-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans3";
  src: url("../fonts/HurmeGeometricSans3/HurmeGeometricSans3-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   MORTGAGE LANDING PAGE - MOBILE FIRST CSS
   ============================================ */

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Base Styles */
#mortgage-landing-page {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  color: #101828;
  width: 100%;
  overflow-x: hidden;
}

#mortgage-landing-page section {
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

/* ============================================
   SECTION 1: INTRO SECTION
   ============================================ */

#mlp-intro-section {
  background-color: #fffcf5;
  padding: 111px 10px 0;
  width: 100%;
}

.mlp-intro-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.mlp-intro-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

/* Content Container */
.mlp-intro-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding-bottom: 40px;
}

.mlp-intro-logo {
  width: 131.25px;
  height: 21px;
}

.mlp-intro-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.mlp-intro-title {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2637px;
  color: #101828;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mlp-intro-title .title-line-1,
.mlp-intro-title .title-line-2 {
  display: block;
  white-space: nowrap;
}

.mlp-intro-desc {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a5565;
  margin: 0;
  max-width: 326px;
}

.mlp-intro-cta {
  width: 100%;
}

.mlp-cta-button {
  background-color: #16ca92;
  color: white;
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border: none;
  border-radius: 10px;
  padding: 15px 16px;
  cursor: pointer;
  box-shadow: 0px 4px 9.1px 0px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: 225px;
  justify-content: center;
  position: relative;
}

.mlp-cta-button:hover {
  opacity: 0.9;
}

.mlp-cta-button span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mlp-cta-button span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.mlp-intro-label {
  display: flex;
  align-items: center;
  gap: 7.995px;
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #364153;
  margin-top: -13px;
}

.mlp-label-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mlp-label-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mlp-label-text {
  flex: 1;
  padding-top: 5px;
}

/* Image Container */
.mlp-intro-image {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: none;
}

.mlp-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* ============================================
   SECTION 1.5: TRUSTED BY SECTION
   ============================================ */

#mlp-trusted-by-section {
  background-color: #f8fbff;
  width: 100%;
}

.mlp-trusted-by-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 0;
}

.mlp-trusted-by {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.mlp-trusted-by-text {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  margin: 0;
  text-align: center;
  padding: 0 45px;
}

.mlp-trusted-logos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 0 62.5px;
}

.mlp-trusted-logo {
  width: 100%;
  max-width: 212px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mlp-trusted-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mlp-trusted-logo .sofi-logo {
  width: 81px;
  height: 22px;
  object-fit: contain;
}

.mlp-trusted-logo .rocket-logo {
  width: 69px;
  height: 23px;
  object-fit: contain;
}

.mlp-trusted-logo .amerisave-logo {
  width: 128px;
  height: 32px;
  object-fit: contain;
}

/* ============================================
   SECTION 2: INFORMATION SECTION
   ============================================ */

#mlp-information-section {
  background-color: #ffffff;
  padding: 36px 10px;
  width: 100%;
}

.mlp-information-wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Text Content */
.mlp-info-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.mlp-info-title {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5516px;
  color: #101828;
  margin: 0 0 24px;
  max-width: 355px;
}

.mlp-info-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mlp-info-description p {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2395px;
  color: #4a5565;
  margin: 0;
  max-width: 344px;
}

/* Social Image */
.mlp-info-image {
  width: 100%;
  height: auto;
  order: 2;
}

.mlp-info-image img {
  width: 100%;
  height: auto;
  border-radius: 14.54px;
}

/* Mobile image - show by default, hide on tablet/desktop */
.mlp-info-image .mlp-info-image-mobile {
  display: block;
}

.mlp-info-image .mlp-info-image-desktop {
  display: none;
}

/* Testimonial */
.mlp-info-testimonial {
  width: 100%;
  order: 3;
}

.testimonial-item {
  background-color: white;
  border-radius: 8px;
  padding: 24px 3px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.testimonial-logo {
  width: 190px;
  height: 40px;
}

.testimonial-logo img {
  width: 144px;
  height: 37px;
  display: block;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.testimonial-qoute {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 14.875px;
  line-height: 19.2px;
  color: #707070;
  margin: 0;
  position: relative;
}

.testimonial-qoute::before {
  content: "";
  background: url("../images/mortgage/icons/quote.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 19px;
  height: 14px;
  top: -25px;
  left: 3px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  color: #000000;
}

.testimonial-name {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  line-height: normal;
}

.testimonial-position {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.testimonial-divider {
  display: none;
}

/* ============================================
   SECTION 3: KEYS TO PERFORMANCE
   ============================================ */

#mlp-keys-section {
  background: linear-gradient(
    152.53deg,
    rgba(248, 251, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 36px 9px 80px;
  width: 100%;
}

.mlp-keys-wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.mlp-keys-title {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.3516px;
  color: #101828;
  text-align: left;
  margin: 0;
  max-width: 359px;
}

/* Stats Container */
.mlp-keys-stats {
  display: grid;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.mlp-stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 144px;
}

.mlp-stat-value {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.3691px;
  color: #16ca92;
  margin: 0;
}

.mlp-stat-desc {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #4a5565;
  margin: 0;
  display: flex;
  align-items: center;
  height: 48px;
}

/* Features Container */
.mlp-keys-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
}

.mlp-feature-box {
  background-color: white;
  border: 0.556px solid #d7faef;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mlp-feature-icon {
  width: 64px;
  height: 64px;
  background-color: #e2f8f1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mlp-feature-icon img {
  width: 28px;
  height: 28px;
}

.mlp-feature-icon .scale-icon {
  width: 24px;
  height: 22px;
}

.mlp-feature-icon .quality-icon {
  width: 26px;
  height: 25px;
}

.mlp-feature-icon .zerorisk-icon {
  width: 32px;
  height: 32px;
}
.mlp-feature-title {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4492px;
  color: #101828;
  margin: 0;
}

.mlp-feature-desc {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3225px;
  color: #4a5565;
  margin: 0;
}

/* ============================================
   SECTION 4: LEAD FORM SECTION
   ============================================ */

#mlp-lead-form-section {
  width: 100%;
  position: relative;
  background-image: url("../images/mortgage/leadform-bcg.png"),
    linear-gradient(
      158.63deg,
      rgba(22, 202, 146, 1) 0%,
      rgba(37, 86, 73, 1) 100%
    );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover, cover;
  padding: 36px 8px;
}

/* Mobile: Use mobile background image */
@media (max-width: 640px) {
  #mlp-lead-form-section {
    background-image: url("../images/mortgage/leadform-bcg-mob.png"),
      linear-gradient(
        158.63deg,
        rgba(22, 202, 146, 1) 0%,
        rgba(37, 86, 73, 1) 100%
      );
  }
}

.mlp-lead-form-bg {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Logo Container - Mobile: Bottom */
.mlp-lead-form-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0 16px;
}

.mlp-lead-form-logo img {
  max-width: 100%;
  height: auto;
}

.mlp-lead-form-wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.mlp-lead-form-title {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.3516px;
  color: white;
  text-align: center;
  margin: 0;
  max-width: 359px;
}

.mlp-lead-form-desc {
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4492px;
  color: #e2f8f1;
  text-align: center;
  margin: 0;
  max-width: 325px;
}

/* Mobile break - visible on mobile, hidden on desktop */
.mobile-break {
  display: block;
}

/* Hide break on tablet and desktop */
@media (min-width: 768px) {
  .mobile-break {
    display: none;
  }
}

.mlp-lead-form-container {
  width: 100%;
  max-width: 327px;
  background-color: white;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Form Styles */
#mlp-lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.partner-form-input {
  position: relative;
  width: 100%;
}

#mortgage-landing-page .pws-input {
  width: 100%;
  height: 49px;
  border: 0.556px solid #d1d5dc;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.3125px;
  box-sizing: border-box;
}

.pws-input:focus {
  outline: none;
  border-color: #16ca92;
}

.floating-label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.3125px;
  color: rgba(16, 24, 40, 0.5);
  pointer-events: none;
  transition: all 0.2s;
}

.pws-input:focus + .floating-label,
.pws-input:not(:placeholder-shown) + .floating-label {
  top: 0px;
  font-size: 12px;
  background-color: white;
  padding: 0 4px;
}

.submit-wrapper {
  width: 100%;
}

#mlp-submit-btn {
  width: 100%;
  height: 56px;
  background-color: #16ca92;
  color: white;
  font-family: "HurmeGeometricSans3", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}

#mlp-submit-btn:hover {
  opacity: 0.9;
}

#mlp-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#mlp-submit-btn span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#mlp-submit-btn span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-bottom: 2px;
}

/* Disclaimer */
.mlp-disclaimer {
  color: rgba(16, 24, 40, 0.5);
  font-family: "HurmeGeometricSans3", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.462px;
}

.mlp-disclaimer a {
  color: rgba(16, 24, 40, 0.5);
  font-family: "HurmeGeometricSans3", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.312px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.mlp-disclaimer a:hover {
  opacity: 0.8;
}

/* Loading Overlay */
.loading-overlay {
  position: absolute;
  top: -16px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: rgba(255, 255, 255, 0.93);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  z-index: 10;
}

.loading-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e2f8f1;
  border-top-color: #16ca92;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

.form-message {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 24px;
  padding: 28px 0 20px;
  border-radius: 17px;
  box-sizing: border-box;
  font-family: "HurmeGeometricSans3", sans-serif;
  font-size: 14px;
  line-height: 19.6px;
  display: none;
  /* JS toggles display */
}

/* Success style (matches white card) */
.form-message.success-message {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  text-align: center;
  font-weight: 600;
}

/* Error style with icon/message stacked, as in Figma */
.form-message.error-message {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  display: none;
}

.form-message.error-message p {
  margin: 0;
}

.form-message.success-message,
.form-message.error-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.status-message-content {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.status-message-content .status-icon {
  width: 39px;
  height: 39px;
  flex-shrink: 0;
}

.status-message-content > div {
  text-align: left;
}

.status-message-content p {
  margin: 0;
  font-size: 14px;
  line-height: 19.6px;
}

/* ============================================
   TABLET STYLES (768px and up)
   ============================================ */

@media (min-width: 768px) {
  #mlp-intro-section {
    padding: 145px 32px 96px;
  }

  .mlp-intro-wrapper {
    max-width: 1280px;
  }

  .mlp-intro-container {
    flex-direction: row;
    align-items: center;
    /* gap: 32px; */
  }

  .mlp-intro-content {
    flex: 0 0 584px;
    padding-bottom: 0;
    gap: 32px;
  }

  .mlp-intro-title {
    font-size: 60px;
    line-height: 60px;
  }

  .mlp-intro-desc {
    font-size: 20px;
    line-height: 28px;
    max-width: 408px;
  }

  .mlp-intro-image {
    display: block;
    margin-left: -70px;
    flex: 0 0 708px;
    margin-top: 0;
  }

  .mlp-trusted-by-wrapper {
    max-width: 1280px;
    padding: 26px 0;
  }

  .mlp-trusted-by {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mlp-trusted-by-text {
    flex: 0 0 auto;
    text-align: left;
    padding: 0;
    max-width: 592px;
  }

  .mlp-trusted-logos {
    flex-direction: row;
    gap: 32px;
    padding: 0;
    flex: 0 0 auto;
    max-width: 600px;
  }

  .mlp-trusted-logo {
    width: 212px;
    height: 64px;
  }

  .mlp-information-wrapper {
    max-width: 1280px;
    flex-direction: column;
    gap: 40px;
  }

  .mlp-info-content {
    order: 1;
  }

  .mlp-info-title {
    font-size: 48px;
    line-height: 48px;
    max-width: 346px;
  }

  .mlp-info-description {
    order: 2;
  }

  .mlp-info-description p {
    font-size: 18px;
    line-height: 28px;
    max-width: 542px;
  }

  .mlp-info-description p:nth-child(2) {
    max-width: 555px;
  }

  .mlp-info-description p:nth-child(3) {
    max-width: 499px;
  }

  .mlp-info-image {
    order: 3;
    width: 100%;
    max-width: 1033px;
    margin: 0 auto;
  }

  /* Desktop image - show on tablet and up, hide mobile */
  .mlp-info-image .mlp-info-image-mobile {
    display: none;
  }

  .mlp-info-image .mlp-info-image-desktop {
    display: block;
  }

  .mlp-info-testimonial {
    order: 4;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }

  .testimonial-item {
    flex-direction: row;
    gap: 55px;
    padding: 24px;
  }

  .testimonial-author {
    flex-direction: row;
    gap: 5px;
  }

  #mlp-keys-section {
    padding: 80px 136px;
  }

  .mlp-keys-wrapper {
    max-width: 1216px;
    gap: 64px;
  }

  .mlp-keys-title {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    max-width: none;
  }

  .mlp-keys-stats {
    display: flex;
    display: none;
    justify-content: space-between;
    max-width: 100%;
    gap: 0;
    padding: 20px 99px;
    background-color: white;
    border: 0.556px solid #d7faef;
    border-radius: 14px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .mlp-stat-item {
    width: 210px;
    flex-shrink: 0;
  }

  .mlp-stat-item:nth-last-child(1) {
    width: 144px;
  }

  .mlp-keys-features {
    flex-direction: row;
    max-width: 100%;
    gap: 32px;
  }

  .mlp-feature-box {
    flex: 1;
    padding: 32px;
  }

  #mlp-lead-form-section {
    padding: 80px 192px 100px;
  }

  .mlp-lead-form-bg {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }

  .mlp-lead-form-wrapper {
    max-width: 896px;
    gap: 24px;
  }

  .mlp-lead-form-title {
    font-size: 48px;
    max-width: 832px;
  }

  .mlp-lead-form-desc {
    font-size: 20px;
    line-height: 28px;
    max-width: 554px;
  }

  .mlp-lead-form-container {
    max-width: 448px;
    padding: 32px 32px 14px;
    margin-top: 10px;
  }

  /* Logo on right side for tablet and up */
  .mlp-lead-form-logo {
    position: absolute;
    right: 5%;
    bottom: 0;
    transform: translateY(-50%);
    margin-top: 0;
    width: auto;
    padding: 0;
  }

  .mlp-lead-form-logo img {
    max-width: 357px;
    height: auto;
  }
}

/* ============================================
   DESKTOP STYLES (1280px and up)
   ============================================ */

@media (min-width: 1040px) {
  .mlp-info-content {
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
  }

  .mlp-info-title-wrapper {
    flex: 0 0 46%;
    max-width: 46%;
  }

  #mlp-information-section {
    padding: 88px 174px;
  }

  .mlp-info-description {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mlp-info-image {
    width: 1033px;
    margin: 20px 0 50px;
  }

  .testimonial-qoute::before {
    content: "";
    background: url("../images/mortgage/icons/quote.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 19px;
    height: 14px;
    top: -5px;
    left: -25px;
  }

  .testimonial-qoute::after {
    content: "";
    background: url("../images/mortgage/icons/quote.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 19px;
    height: 14px;
    top: unset;
    left: unset;
    right: -10px;
    bottom: -4px;
    transform: scaleY(-1) scaleX(-1);
  }
}

@media (min-width: 1280px) {
  .mlp-intro-wrapper {
    max-width: 1552px;
    padding: 0 168px;
  }

  /* .mlp-intro-container {
    gap: 124px;
  } */

  .mlp-intro-content {
    flex: 0 0 584px;
  }

  .mlp-intro-image {
    margin-left: -100px;
    flex: 0 0 808px;
  }

  .mlp-trusted-by-wrapper {
    max-width: 1552px;
    padding: 38px 168px;
  }

  #mlp-information-section {
    padding: 88px 174px 80px;
  }

  .mlp-information-wrapper {
    max-width: 1180px;
    gap: 60px;
  }

  .mlp-info-image {
    width: 1100px;
    max-width: 1100px;
    margin: 20px 0 90px;
  }

  .testimonial-divider {
    display: block;
  }

  #mlp-keys-section {
    padding: 80px 136px;
  }

  .mlp-keys-wrapper {
    max-width: 1216px;
    width: 1216px;
  }
  .mlp-feature-title {
    margin-top: 10px;
  }

  #mlp-lead-form-section {
    padding: 80px 328px;
  }

  .mlp-lead-form-bg {
    max-width: 1400px;
  }

  .mlp-lead-form-wrapper {
    max-width: 896px;
  }
}
