 /* ───────────────────────────────────────────
       SECTION
    ─────────────────────────────────────────── */
    .ab-section {
      max-width: 1460px;
      margin: 0 auto;
      padding: 0 30px 170px;
      display: flex !important;;
      align-items: flex-start;
      gap: 0 150px;
    }

    /* ───────────────────────────────────────────
       LEFT — STICKY IMAGE
    ─────────────────────────────────────────── */
    .ab-section__left {
      flex: 0 0 42%;
      max-width: 42%;
      position: sticky;
      top: 40px;
      align-self: flex-start;
    }

    .ab-section__image-wrapper {
      width: 100%;
      height: 684px;
      border-radius: 20px;
      overflow: hidden;
      background: #d9e4f5;
    }

    .ab-section__image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    /* ───────────────────────────────────────────
       RIGHT — SCROLLABLE CONTENT
    ─────────────────────────────────────────── */
    .ab-section__right {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    /* Heading */
    .ab-section__heading-wrapper {
      margin-bottom: 20px;
    }

    .ab-section__heading {
      color: #000;
      letter-spacing: -1px;
      font-family: Lufga;
      font-weight: 600;
      font-size: 40px;
      line-height: 54px;
      letter-spacing: 0;
      padding: 0;
      margin: 0;
    }

    /* Intro desc */
    .ab-section__intro-wrapper {
      margin-bottom: 20px;
    }

    .ab-section__intro-wrapper p {
      color: #000;
      font-family: Lufga;
      font-weight: 400;
      font-size: 15px;
      line-height: 28px;
      letter-spacing: 0;
      padding: 0;
      margin: 0 0 20px;
    }
.ab-section__intro-wrapper p:last-of-type{
  margin: 0;
}
    /* Sub heading */
    .ab-section__subheading-wrapper {
      margin-bottom: 20px;
    }

    .ab-section__subheading {
      color: #000;
      font-family: Lufga;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
    }

    /* Checklist */
    .ab-section__checklist {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 0;
      flex-direction: column;
      margin: 0;
    }

    .ab-section__checklist-item {
  padding: 0 0 0 35px;
  margin: 0 0 10px;
    }

    .ab-section__checklist-item:before {
  width: 18px;
  height: 20px;
  background: url('/template/71b0727d/images/exclusive-email-tick-icon.svg') no-repeat;
  top: 7px;
}

    .ab-section__checklist-item p {
      color: #000;
      font-family: Lufga;
      font-weight: 400;
      font-size: 16px;
      line-height: 26.56px;
      letter-spacing: 0;
      padding: 0;
      margin: 0;
    }
.ab-section__checklist-item  ul li::before {
  top: 9px;
  left: 0;
  width: 18px;
  height: 20px;
  background: url('/template/71b0727d/images/exclusive-email-tick-icon.svg') no-repeat;
  top: 7px;
}
    /* Closing desc */
    .ab-section__closing-wrapper {
      margin: 20px 0 35px;
    }

    .ab-section__closing-wrapper p {
      color: #000;
      font-family: Lufga;
      font-weight: 400;
      font-size: 15px;
      line-height: 28px;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
    }

    /* CTA link */
    .ab-section__cta-wrapper {
      margin-top: 4px;
    }

    .ab-section__cta {
      font-size: 15px;
      font-weight: 600;
      color: #111;
      text-decoration: none;
      border-bottom: 2px solid #111;
      padding-bottom: 2px;
      display: inline-block;
      transition: color 0.2s ease, border-color 0.2s ease;
      margin: 0;
    }

    .ab-section__cta:hover {
      color: #2563eb;
      border-color: #2563eb;
         text-decoration: none;
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1440px
    ─────────────────────────────────────────── */
    @media (max-width: 1440px) {
      .ab-section {
        /*! padding: 80px 80px; */
        gap: 100px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1366px
    ─────────────────────────────────────────── */
    @media (max-width: 1366px) {
      .ab-section {
      }

      .ab-section__heading {
        font-size: 44px;
      }

      .ab-section__image-wrapper {
        /*! height: 480px; */
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1280px
    ─────────────────────────────────────────── */
    @media (max-width: 1280px) {
      .ab-section {
      }

      .ab-section__heading {
        font-size: 40px;
      }

      .ab-section__image-wrapper {
        /*! height: 440px; */
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1024px
    ─────────────────────────────────────────── */
    @media (max-width: 1024px) {
      .ab-section {
        padding: 0 20px 100px;
        gap: 60px;
      }

      .ab-section__left {
        flex: 0 0 46%;
        max-width: 46%;
      }

      .ab-section__heading {
        font-size: 34px;
        line-height: 50px;
      }

      .ab-section__image-wrapper {
        /*! height: 400px; */
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 991px
    ─────────────────────────────────────────── */
    @media (max-width: 991px) {
      .ab-section {
  gap: 40px;
      }

      .ab-section__left {
        flex: 0 0 44%;
        max-width: 44%;
      }

      .ab-section__heading {
      }

      .ab-section__image-wrapper {
        height: 500px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 767px
    ─────────────────────────────────────────── */
    @media (max-width: 767px) {
      .ab-section {
        flex-direction: column-reverse;
        padding: 0 15px 60px;
        gap: 35px;
      }

      .ab-section__left {
        flex: none;
        max-width: 100%;
        width: 100%;
        position: static;
      }

      .ab-section__image-wrapper {
        height: 300px;
      }

      .ab-section__heading {
        font-size: 28px;
        line-height: 40px;
      }
    }