.elementor-1735 .elementor-element.elementor-element-3059be1{--display:flex;}.elementor-1735 .elementor-element.elementor-element-774e88e{--display:flex;}.elementor-1735 .elementor-element.elementor-element-fe22554{--spacer-size:5px;}.elementor-1735 .elementor-element.elementor-element-c2f2db1{--display:flex;}.elementor-1735 .elementor-element.elementor-element-f80e633{--display:flex;}.elementor-1735 .elementor-element.elementor-element-c580aa0{--spacer-size:5px;}.elementor-1735 .elementor-element.elementor-element-2a694ce{--display:flex;}.elementor-1735 .elementor-element.elementor-element-3895b53{--display:flex;}.elementor-1735 .elementor-element.elementor-element-3afb9f3{--display:flex;}.elementor-1735 .elementor-element.elementor-element-3c93316{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1735 .elementor-element.elementor-element-71f24a9{text-align:center;}.elementor-1735 .elementor-element.elementor-element-71f24a9 .elementor-heading-title{color:#000000;}.elementor-1735 .elementor-element.elementor-element-0748592{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1735 .elementor-element.elementor-element-2b02d96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1735 .elementor-element.elementor-element-436e535{--display:flex;}.elementor-1735 .elementor-element.elementor-element-74c3aeb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-30px;--margin-bottom:-30px;--margin-left:-30px;--margin-right:-30px;}.elementor-1735 .elementor-element.elementor-element-74c3aeb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1735 .elementor-element.elementor-element-73491e7{width:var( --container-widget-width, 135% );max-width:135%;--container-widget-width:135%;--container-widget-flex-grow:0;}.elementor-1735 .elementor-element.elementor-element-73491e7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1735 .elementor-element.elementor-element-5e99742{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1735 .elementor-element.elementor-element-5e99742.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1735 .elementor-element.elementor-element-3059be1{--width:129%;}.elementor-1735 .elementor-element.elementor-element-774e88e{--width:129%;}.elementor-1735 .elementor-element.elementor-element-c2f2db1{--width:129%;}.elementor-1735 .elementor-element.elementor-element-f80e633{--width:129%;}.elementor-1735 .elementor-element.elementor-element-2a694ce{--width:129%;}.elementor-1735 .elementor-element.elementor-element-3895b53{--width:129%;}.elementor-1735 .elementor-element.elementor-element-3afb9f3{--width:129%;}.elementor-1735 .elementor-element.elementor-element-3c93316{--width:129%;}.elementor-1735 .elementor-element.elementor-element-0748592{--width:129%;}.elementor-1735 .elementor-element.elementor-element-2b02d96{--width:129%;}.elementor-1735 .elementor-element.elementor-element-436e535{--width:129%;}.elementor-1735 .elementor-element.elementor-element-74c3aeb{--width:129%;}.elementor-1735 .elementor-element.elementor-element-5e99742{--width:129.82%;}}/* Start custom CSS for html, class: .elementor-element-1e2835c */<head>
  <meta charset="UTF-8" />
  <title>How It Works Section</title>
  <style>
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: #ffffff;
      color: #051531;
    }

    .how-it-works {
      padding: 30px 20px 60px; /* reduced top padding to move text up into empty area */
    }

    .how-it-works .container {
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }

    .how-label {
      font-size: 16px; /* increased a little more */
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #ff924c;
      margin-bottom: 12px;
      font-weight: 700;
    }

    .how-title {
      font-size: 42px; /* increased a little more */
      margin: 0 0 14px;
      color: #051531;
      font-weight: 800;
    }

    .how-subtitle {
      font-size: 19px; /* increased a little more */
      max-width: 650px;
      margin: 0 auto 45px;
      color: #051531;
      line-height: 1.6;
    }

    .steps-wrapper {
      position: relative;
      margin-top: 30px;
      padding-top: 40px;
    }

    .steps-wrapper::before {
      content: "";
      position: absolute;
      top: 70px;
      left: 10%;
      right: 10%;
      height: 2px;
      background: #051531;
      opacity: 0.2;
      z-index: 0;
    }

    .steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
    }

    .step {
      flex: 1 1 260px;
      max-width: 320px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .step-icon {
      width: 88px;  /* increased a little more */
      height: 88px; /* increased a little more */
      border-radius: 50%;
      border: 3px solid #051531;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 44px; /* increased a little more */
      margin: 0 auto 22px;
      background: #ffffff;
    }

    .step-number {
      width: 52px;  /* increased a little more */
      height: 52px; /* increased a little more */
      border-radius: 50%;
      background: #ff924c;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px; /* increased a little more */
      font-weight: 700;
      margin: 0 auto 20px;
    }

    .step-title {
      font-size: 21px; /* increased a little more */
      font-weight: 800;
      margin-bottom: 12px;
      color: #051531;
    }

    .step-text {
      font-size: 17px; /* increased a little more */
      line-height: 1.7;
      color: #051531;
    }

    @media (max-width: 768px) {
      .steps-wrapper::before {
        display: none;
      }

      .how-title {
        font-size: 32px; /* slightly larger than previous mobile size */
      }

      .how-subtitle {
        font-size: 17px; /* slightly larger on mobile */
      }

      .step-icon {
        width: 74px;
        height: 74px;
        font-size: 36px;
      }

      .step-number {
        width: 44px;
        height: 44px;
        font-size: 21px;
      }

      .step-title {
        font-size: 19px;
      }

      .step-text {
        font-size: 16px;
      }
    }
  </style>
</head>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cea0d6 */<head>
  <meta charset="UTF-8" />
  <title>Meet Your Home Buying Team</title>
  <style>
    :root {
      --accent: #ff924c;
      --dark: #051531;
      --light-bg: #ffffff;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: #ffffff;
      color: #051531;
    }

    .hero-section {
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw;
      margin-left: -52vw;
      margin-right: -48vw;

      background-image:
        linear-gradient(to right,
          rgba(0,0,0,0.65),
          rgba(0,0,0,0.55),
          rgba(0,0,0,0.45),
          rgba(0,0,0,0.35)
        ),
        url("https://www.twinhomebuyer.com/media/sf.webp");
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
    }

    .hero-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 40px;
    }

    .hero-text {
      flex: 1 1 55%;
      max-width: 640px;
      color: #ffffff; /* UPDATED */
    }

    .hero-kicker {
      font-size: 16px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 700;
      color: #ff924c;
      margin-bottom: 16px;
      text-shadow: none !important;
    }

    .hero-title {
      font-size: 48px;
      line-height: 1.25;
      margin: 0 0 22px;
      color: #ffffff !important; /* UPDATED */
      text-shadow: none;
    }

    .hero-title span {
      color: #ff924c !important;
      text-shadow: none !important;
    }

    .hero-lead {
      font-size: 20px;
      line-height: 1.6;
      margin-bottom: 22px;
      color: #ffffff; /* UPDATED */
    }

    .hero-body {
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 24px;
      color: #ffffff; /* UPDATED */
    }

    .hero-list {
      list-style: none;
      padding: 0;
      margin: 0 0 32px;
    }

    .hero-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 12px;
      font-size: 18px;
      color: #ffffff; /* UPDATED */
    }

    .hero-list-bullet {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #ff924c;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      flex-shrink: 0;
    }

    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 22px;
    }

    .hero-button {
      display: inline-block;
      padding: 16px 34px;
      border-radius: 999px;
      border: none;
      background: #ff924c;
      color: #ffffff;
      font-weight: 700;
      font-size: 18px;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
      transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    }

    .hero-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
      background: #ff7c23;
    }

    .hero-rating {
      font-size: 16px;
      line-height: 1.5;
      color: #ffffff; /* UPDATED */
    }

    .hero-rating-stars {
      color: #f5a623;
      font-size: 18px;
      margin-bottom: 4px;
    }

    .hero-photo {
      flex: 1 1 40%;
      min-width: 260px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }

    .hero-photo-inner {
      position: relative;
    }

    .hero-person {
      max-width: 360px;
      width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
    }

    /* HIDE PERSON IMAGE ON MOBILE */
    @media (max-width: 900px) {
      .hero-photo {
        display: none;
      }
      .hero-inner {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero-text {
        padding: 20px;
        text-align: center;
      }

      .hero-title {
        font-size: 36px;
      }

      .hero-lead,
      .hero-body {
        font-size: 16px;
      }

      .hero-list li {
        font-size: 16px;
      }

      .hero-cta-row {
        flex-direction: column;
        align-items: center;
      }
    }

    @media (max-width: 600px) {
      .hero-title {
        font-size: 34px;
      }
    }
  </style>
</head>
<body>

  <section class="hero-section">
    <div class="hero-inner">

      <!-- LEFT: PERSON / TEAM IMAGE (JUAN) -->
      <div class="hero-photo">
        <div class="hero-photo-inner">
          <img
            class="hero-person"
            src="https://www.twinhomebuyer.com/media/juan-diaz.png"
            alt="Friendly local home buying team"
          />
        </div>
      </div>

      <!-- RIGHT: TEXT CONTENT -->
      <div class="hero-text">
        <div class="hero-kicker">HI, I'M JUAN DIAZ</div>

        <h2 class="hero-title">
          Let Me Help You <span>Start Fresh</span>
        </h2>

        <p class="hero-lead">
          Selling your house isn’t just about the property—it’s about giving you the freedom to move on
          without the stress and headache of a traditional sale.
        </p>

        <p class="hero-body">
          Whether you’re dealing with repairs, tenants, or a tight timeline, we’ve walked homeowners
          through situations just like yours. Here’s what we can help you leave behind:
        </p>

        <ul class="hero-list">
          <li><span class="hero-list-bullet">✓</span>Not knowing who to trust or how to even start the selling process.</li>
          <li><span class="hero-list-bullet">✓</span>Stress from constant repairs, high maintenance costs, and unexpected issues.</li>
          <li><span class="hero-list-bullet">✓</span>Endless showings and strangers walking through your home week after week.</li>
          <li><span class="hero-list-bullet">✓</span>Worrying about buyers losing financing right before closing.</li>
          <li><span class="hero-list-bullet">✓</span>Selling your house as-is, on a timeline that actually works for you.</li>
        </ul>

        <div class="hero-cta-row">
          <a href="https://www.twinhomebuyer.com/how-we-buy-houses/" class="hero-button">Let’s Talk About Your Options</a>

          <div class="hero-rating">
            <div class="hero-rating-stars">★★★★★</div>
            Rated 4.7/5 | Based on 83+ reviews
          </div>
        </div>
      </div>

    </div>
  </section>

</body>
</html>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e117fe */<head>
  <meta charset="UTF-8" />
  <title>Situations Icons Section</title>
  <style>
    /* ================================
       SITUATIONS SECTION – ISOLATED
       ================================ */

    .situation-section {
      padding: 70px 20px;
      background: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      color: #051531;
    }

    .situation-section .situation-inner {
      max-width: 1200px;
      margin: 0 auto;
    }

    .situation-section .situation-title {
      text-align: center;
      font-size: 36px;
      font-weight: 800;
      margin: 0 0 40px;
    }

    .situation-section .situation-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 40px 60px;
      justify-items: center;
      align-items: center;
    }

    .situation-section .situation-item {
      text-align: center;
    }

    /* 🔥 ICON SIZE INCREASED HERE (70→100) */
    .situation-section .situation-icon {
      width: 175px;
      height: 175px;
      margin: 0 auto;
    }

    .situation-section .situation-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    /* LABELS REMOVED — so we strip styling */
    .situation-section .situation-label {
      display: none;
    }

    /* ====== RESPONSIVE ====== */
    @media (max-width: 1024px) {
      .situation-section .situation-title {
        font-size: 30px;
      }
      .situation-section .situation-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 40px;
      }
    }

    @media (max-width: 700px) {
      .situation-section {
        padding: 50px 16px;
      }
      .situation-section .situation-title {
        font-size: 24px;
      }
      .situation-section .situation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 20px;
      }
    }
  </style>
</head>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d11c96 */</section>
<!-- END: Intro Section -->

<style>
/* ---- INTRO SECTION (Isolated Styles) ---- */

.intro-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.intro-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT SIDE */
.intro-left {
  flex: 1;
  max-width: 600px;
}

.intro-kicker {
  font-size: 18px;
  font-weight: 700;
  color: #ff924c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.intro-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}

.intro-subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #ff924c;
  font-style: italic;
  margin: 0 0 22px;
}

.intro-body {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #333333;
}

.intro-ready {
  font-size: 32px;
  font-weight: 800;
  margin: 30px 0 22px;
}

/* CTA + Rating */
.intro-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.intro-button {
  display: inline-block;
  padding: 16px 32px;
  background: #ff924c;
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
}

.intro-stars {
  color: #f5a623;
  font-size: 20px;
}

.intro-rating {
  font-size: 18px;
  color: #444444;
}

/* RIGHT SIDE (Images) */
.intro-right {
  position: relative;
  flex: 1;
}

.intro-headshot {
  position: absolute;
  top: 80px;
  left: -100px;
  z-index: 10;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 6px solid white;
  overflow: hidden;
}

.intro-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-house {
  width: 100%;
  border-radius: 6px;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .intro-container {
    flex-direction: column;
    align-items: center;
  }

  .intro-right {
    width: 100%;
    order: -1;
    margin-top: 0;
  }

  .intro-house {
    width: 100%;
    display: block;
  }

  .intro-headshot {
    top: auto;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
  }

  .intro-left {
    max-width: 500px;
    text-align: center;
    margin-top: 110px;
  }

  /* ↓↓↓ MOBILE TEXT SIZE REDUCTIONS ↓↓↓ */
  .intro-title {
    font-size: 32px;
  }

  .intro-subtitle {
    font-size: 20px;
  }

  .intro-body {
    font-size: 16px;
  }

  .intro-ready {
    font-size: 22px;
  }

  .intro-button {
    font-size: 18px;
    padding: 14px 28px;
  }

  .intro-rating {
    font-size: 16px;
  }

  .intro-stars {
    font-size: 18px;
  }

  .intro-kicker {
    font-size: 14px;
  }

  .intro-cta-row {
    justify-content: center;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70e8cc2 */<head>
  <meta charset="UTF-8" />
  <title>Benefits Section</title>
  <style>

    /* ================================
       ISOLATED BENEFITS SECTION STYLES
       ================================ */

    .benefits-wrapper body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: #ffffff;
      color: #051531;
    }

    /* BENEFITS SECTION – full-width background */
    .benefits-wrapper .benefits-section {
      padding: 80px 20px;
      background: linear-gradient(to bottom, #e5f6ff 0%, #ffffff 60%);
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -52vw;
      margin-right: -48vw;
      width: 100vw;
    }

    .benefits-wrapper .benefits-container {
      width: 100%;
      margin: 0 auto;
    }

    .benefits-wrapper .benefits-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .benefits-wrapper .benefits-label {
      font-size: 12px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #ff924c;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .benefits-wrapper .benefits-title {
      font-size: 42px;
      font-weight: 800;
      margin: 0 0 12px;
    }

    .benefits-wrapper .benefits-subtitle {
      font-size: 20px;
      margin: 0;
      color: #051531;
    }

    .benefits-wrapper .benefits-content {
      display: flex;
      gap: 60px;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      padding: 0 40px;
      box-sizing: border-box;
      max-width: 1200px;
      margin: 0 auto;
    }

    .benefits-wrapper .benefits-left {
      flex: 1;
      min-width: 0;
    }

    .benefits-wrapper .benefits-left h3 {
      font-size: 30px;
      font-weight: 800;
      margin: 0 0 18px;
      line-height: 1.3;
    }

    .benefits-wrapper .benefits-text {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 18px;
    }

    .benefits-wrapper .benefits-list {
      list-style: none;
      padding: 0;
      margin: 0 0 30px;
    }

    .benefits-wrapper .benefits-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.5;
    }

    .benefits-wrapper .benefits-check {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #ff924c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      color: #ff924c;
      flex-shrink: 0;
      margin-top: 3px;
    }

    .benefits-wrapper .benefits-testimonial {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-top: 10px;
    }

    .benefits-wrapper .benefits-avatar {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
    }

    .benefits-wrapper .benefits-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .benefits-wrapper .benefits-quote {
      font-size: 15px;
      line-height: 1.7;
      margin: 0 0 6px;
    }

    .benefits-wrapper .benefits-name {
      font-size: 13px;
      font-weight: 700;
      margin: 0;
    }

    .benefits-wrapper .benefits-stars {
      color: #f5a623;
      font-size: 14px;
      margin-left: 5px;
    }

    .benefits-wrapper .benefits-right {
      flex: 1;
      min-width: 0;
    }

    .benefits-wrapper .benefits-image {
      width: 100%;
      object-fit: cover;
      border-radius: 6px;
      display: block;
      /* Move image down inside its column */
      margin-top: 25px;
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .benefits-wrapper .benefits-section {
        padding: 60px 20px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
      }

      .benefits-wrapper .benefits-title {
        font-size: 32px;
      }

      .benefits-wrapper .benefits-subtitle {
        font-size: 18px;
      }

      .benefits-wrapper .benefits-content {
        flex-direction: column;
        gap: 30px;
        padding: 0 10px;
        max-width: 100%;
      }

      /* Image first on mobile */
      .benefits-wrapper .benefits-right {
        order: 1;
      }

      .benefits-wrapper .benefits-left {
        order: 2;
      }

      .benefits-wrapper .benefits-left h3 {
        font-size: 24px;
      }

      .benefits-wrapper .benefits-text,
      .benefits-wrapper .benefits-list li {
        font-size: 15px;
      }

      .benefits-wrapper .benefits-image {
        /* reset margin on mobile so spacing stays tight */
        margin-top: 0;
      }
    }
  </style>
</head>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a641869 */<head>
  <meta charset="UTF-8" />
  <title>Additional Benefits Section</title>

  <style>
    /* ================================
       NEW, ISOLATED BENEFIT SECTION
       ================================ */

    .alt-benefit-section {
      padding: 60px 20px;
      background: #f4fbff; /* soft light blue similar to your design */
    }

    .alt-benefit-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      box-sizing: border-box;
    }

    /* IMAGE COLUMN (LEFT ON DESKTOP) */
    .alt-benefit-image-wrap {
      flex: 1;
      min-width: 0;

      /* ADDED TO LOWER THE IMAGE */
      margin-top: 50px;
    }

    .alt-benefit-image {
      width: 100%;
      border-radius: 8px;
      display: block;
      object-fit: cover;
    }

    /* TEXT COLUMN (RIGHT ON DESKTOP) */
    .alt-benefit-content {
      flex: 1;
      min-width: 0;
    }

    .alt-benefit-title {
      font-size: 30px;
      font-weight: 800;
      margin: 0 0 18px;
      color: #051531;
      line-height: 1.3;
      font-family: Arial, Helvetica, sans-serif;
    }

    .alt-benefit-body {
      font-size: 16px;
      line-height: 1.7;
      margin: 0 0 20px;
      color: #051531;
      font-family: Arial, Helvetica, sans-serif;
    }

    .alt-benefit-list {
      list-style: none;
      padding: 0;
      margin: 0 0 30px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .alt-benefit-list-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.5;
      color: #051531;
    }

    .alt-benefit-icon {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 2px solid #ff924c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      color: #ff924c;
      flex-shrink: 0;
      margin-top: 3px;
      font-family: Arial, Helvetica, sans-serif;
    }

    /* TESTIMONIAL */
    .alt-benefit-testimonial {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .alt-benefit-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
    }

    .alt-benefit-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .alt-benefit-quote {
      font-size: 15px;
      line-height: 1.7;
      margin: 0 0 6px;
      color: #051531;
    }

    .alt-benefit-name {
      font-size: 13px;
      font-weight: 700;
      margin: 0;
      color: #051531;
    }

    .alt-benefit-stars {
      color: #f5a623;
      font-size: 14px;
      margin-left: 5px;
    }

    /* ================================
       MOBILE STACKING
       ================================ */
    @media (max-width: 900px) {
      .alt-benefit-section {
        padding: 40px 16px;
      }

      .alt-benefit-inner {
        flex-direction: column;
        gap: 24px;
      }

      /* Ensure image stays on top, text below */
      .alt-benefit-image-wrap {
        order: 1;
      }

      .alt-benefit-content {
        order: 2;
      }

      .alt-benefit-title {
        font-size: 24px;
      }

      .alt-benefit-body,
      .alt-benefit-list-item {
        font-size: 15px;
      }
    }
  </style>
</head>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a78f768 *//* ================================
   NO-LOWBALL SECTION — ISOLATED CSS
   ================================ */

.no-lowball-section {
  padding: 70px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.no-lowball-section .nlb-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
  color: #051531;
  box-sizing: border-box;
}

/* LEFT COLUMN */
.no-lowball-section .nlb-text {
  flex: 1;
  min-width: 0;
}

.no-lowball-section .nlb-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 18px;
}

.no-lowball-section .nlb-body {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.no-lowball-section .nlb-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.no-lowball-section .nlb-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

/* UPDATED COLOR (#ff924c) */
.no-lowball-section .nlb-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ff924c;
  color: #ff924c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* TESTIMONIAL */
.no-lowball-section .nlb-testimonial {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 8px;
}

.no-lowball-section .nlb-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.no-lowball-section .nlb-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-lowball-section .nlb-quote {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 6px;
}

.no-lowball-section .nlb-name {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.no-lowball-section .nlb-stars {
  color: #f5a623;
  font-size: 14px;
  margin-left: 5px;
}

/* RIGHT COLUMN (IMAGE) */
.no-lowball-section .nlb-image-wrap {
  flex: 1;
  min-width: 0;
}

.no-lowball-section .nlb-image {
  width: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  margin-top: 50px; /* adjust amount as needed */
}

/* MOBILE */
@media (max-width: 900px) {
  .no-lowball-section {
    padding: 50px 16px;
  }

  .no-lowball-section .nlb-inner {
    flex-direction: column;
    gap: 26px;
  }

  /* ⭐ Image on top, text below (like reference) */
  .no-lowball-section .nlb-image-wrap {
    order: 1;
  }

  .no-lowball-section .nlb-text {
    order: 2;
  }

  .no-lowball-section .nlb-title {
    font-size: 26px;
  }

  .no-lowball-section .nlb-body,
  .no-lowball-section .nlb-list-item {
    font-size: 15px;
  }

  /* Ensure image sits correctly on mobile */
  .no-lowball-section .nlb-image {
    margin-top: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0748592 *//* 🔹 Wrapper */
.thb-benefits-section {
  padding: 60px 0;
  background: #fffff; /* light gray like your page */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.thb-benefits-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* 🔹 Grid layout */
.thb-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 cards per row on desktop */
  gap: 40px 40px;
}

/* 🔹 Card */
.thb-benefit-card {
  background: transparent;
  text-align: center;
}

/* 🔹 Icon container — white circle removed + BIGGER icons */
.thb-benefit-icon {
  width: 180px;   /* was 140 */
  height: 180px;  /* was 140 */
  margin: 0 auto 20px;

  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

.thb-benefit-icon img {
  max-width: 200%;   /* was 180% */
  max-height: 200%;  /* was 180% */
}

/* Title & text */
.thb-benefit-title {
  font-size: 20px;
  font-weight: 700;
  margin: 12px 0 10px;
}

.thb-benefit-text {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* 🔹 Mobile styling */
@media (max-width: 767px) {
  .thb-benefits-inner {
    max-width: 480px;
  }

  .thb-benefit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .thb-benefit-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px 18px 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  /* 🔥 Bigger mobile icons */
  .thb-benefit-icon {
    width: 150px;   /* was 130 */
    height: 150px;  /* was 130 */
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 16px;
  }

  .thb-benefit-icon img {
    width: 150px !important;   /* was 130 */
    height: 150px !important;  /* was 130 */
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
    filter: none !important;
  }

  .thb-benefit-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .thb-benefit-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5378425 *//* 🔹 Twin Home Buyer comparison block – scoped styling */
.thb-comparison-section {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #053253;
  color: #ffffff;
  padding: 60px 0 80px;

  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

@media (min-width: 1025px) {
  .thb-comparison-section {
    margin-left: -52vw;
    margin-right: -48vw;
  }
}

.thb-comparison-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.thb-comparison-title {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
}

.thb-comparison-subtitle {
  margin: 0 0 32px;
  font-size: 16px;
  opacity: 0.85;
}

.thb-comparison-card {
  position: relative;
  margin: 40px auto 0;
  background: #0a2f4a;
  border-radius: 16px;
  padding: 60px 0 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.thb-logo-wrapper {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  padding: 10px;
}

.thb-logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.thb-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

.thb-comparison-table thead th {
  padding: 18px 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.thb-col-feature {
  width: 28%;
}

.thb-col-ours {
  width: 36%;
  background: #f3f7fb;
  color: #0a2840;
  text-align: center;
}

.thb-col-agent {
  width: 36%;
  background: #0b3456;
  text-align: center;
}

.thb-comparison-table tbody th,
.thb-comparison-table tbody td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: middle;
}

.thb-comparison-table tbody th {
  background: #0b4b87;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 2px solid #053253;
}

.thb-ours {
  background: #f3f7fb;
  color: #0a2840;
  border-bottom: 2px solid #d5e0ec;
}

.thb-agent {
  background: #0b3456;
  color: #ffffff;
  border-bottom: 2px solid #053253;
}

/* Icon colors */
.thb-check,
.thb-x {
  display: block;
  text-align: center;
  margin: 0 auto 6px;
  font-size: 22px;
  font-weight: 700;
}

.thb-ours .thb-check {
  color: #1aa74a !important;
}

.thb-agent .thb-x {
  color: #c62828 !important;
}

.thb-cell-text {
  line-height: 1.4;
}

/* ⭐ Rating Block */
.thb-rating-block {
  text-align: center;
  padding: 28px 0 32px;
  background: #053253;
  border-radius: 0 0 16px 16px;
}

.thb-stars {
  color: #f8c100;
  font-size: 20px;
  letter-spacing: 2px;
  margin-right: 6px;
}

.thb-rating-text {
  color: #ffffff;
  font-size: 16px;
}

.thb-rating-text strong {
  font-weight: 700;
}

/* Button Styling */
.thb-button-wrapper {
  margin-top: 30px;
}

.thb-action-button {
  background: #FF924C; /* Updated button color */
  color: #fff;
  padding: 16px 36px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 12px; /* Made edges more rounded */
  text-align: center;
  display: inline-block;
  transition: background 0.3s ease;
}

.thb-action-button:hover {
  background: #e37d3d; /* Slightly darker shade on hover */
}

@media (max-width: 900px) {
  .thb-comparison-card {
    padding-top: 50px;
  }

  .thb-comparison-title {
    font-size: 24px;
  }

  .thb-comparison-table tbody th,
  .thb-comparison-table tbody td {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73491e7 *//* ===============================
   FAQ SECTION – IMAGE-STYLE UI
   =============================== */
.faq-container {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

/* ===============================
   FAQ TITLE
   =============================== */
.faq-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.4rem;
    font-weight: 800;
    color: #000;
}

/* ===============================
   FAQ ITEMS
   =============================== */
.faq-item {
    border-bottom: 1px solid #8fb6de;
    margin: 0 auto;
    max-width: 900px;
}

.faq-item:last-child {
    border-bottom: 1px solid #8fb6de;
}

/* ===============================
   QUESTION ROW
   =============================== */
.faq-question {
    list-style: none;
    padding: 26px 0;

    cursor: pointer;
    font-weight: 500;
    font-size: 1.05rem;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    background: transparent;
}

.faq-question::-webkit-details-marker {
    display: none;
}



/* ===============================
   QUESTION TEXT
   =============================== */
.faq-question span {
    max-width: 85%;
    line-height: 1.4;
}

/* ===============================
   ICON (RIGHT SIDE CIRCLE)
   =============================== */
.faq-icon {
    flex-shrink: 0;

    width: 36px;
    height: 36px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    border: 2px solid #0b2a4a;
    color: #0a5fd4;

    font-size: 20px;
    font-weight: 600;

    transition: all 0.25s ease;
}

/* ===============================
   OPEN STATE
   =============================== */
details[open] .faq-icon {
    transform: rotate(135deg);
    background-color: #ff924c;
    color: #000;
    border-color: #ff924c;
}

details[open] .faq-question {
    color: #051531;
}

/* ===============================
   ANSWER
   =============================== */
.faq-answer {
    padding: 0 0 28px 0;
    max-width: 850px;
    margin: 0 auto;

    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;

    animation: faqSlideDown 0.25s ease-out;
}

/* ===============================
   ANIMATION
   =============================== */
@keyframes faqSlideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   TABLET RESPONSIVE
   =============================== */
@media (max-width: 768px) {
    .faq-container {
        padding: 40px 20px;
        margin: 60px auto;
    }

    .faq-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .faq-item {
        max-width: 100%;
    }

    .faq-question {
        font-size: 0.95rem;
        padding: 22px 0;
    }

    .faq-question span {
        max-width: 82%;
    }

    .faq-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .faq-answer {
        font-size: 0.9rem;
    }
}

/* ===============================
   MOBILE RESPONSIVE
   =============================== */
@media (max-width: 480px) {
    .faq-container {
        padding: 30px 16px;
        margin: 40px auto;
    }

    .faq-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .faq-question {
        font-size: 0.9rem;
        padding: 18px 0;
    }

    .faq-question span {
        max-width: 78%;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .faq-answer {
        font-size: 0.88rem;
        line-height: 1.5;
    }
}/* End custom CSS */