﻿.large-spacing-cta {
  position: relative;
  overflow: visible;
  .btn {
    border: 0.094rem solid transparent !important;
    color: #1a5632 !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-bottom: 0 !important;
    margin-bottom: 32px;
  }

  .btn.btn-primary:hover {
    color: #1a5632 !important;
    background-color: #ffcd00 !important;
    border: 0.094rem solid #ffcd00 !important;
  }

  .btn-wrapper {
    margin-top: 32px !important;
  }

  .dwl-text {
    position: relative;
    z-index: 4;
  }
}
.section-green-wave {
  .btn-primary {
    background: white;
    color: var(--waa-green)
  }
}
.section-green-wave,
.section-yellow-cta,
.cream-section-cta {
  overflow: hidden;
}
.section-green-wave::before {
  background: none !important;
}

.large-spacing-cta-light-green p {
  color: #372e2b !important;
}

.large-spacing-cta::after {
  content: "";
  height: 610px;
  width: 585px;
  background: url("/images/p-x-heart.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 123px;
  z-index: 1;
}

.large-spacing-cta-light-green {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #1a5632 !important;
    padding-bottom: 0 !important;
    margin-bottom: 32px;
  }

  .dwl-text {
    .rich-text {
      margin-bottom: 32px;
    }
    .btn.btn-primary {
      background: #1a5632 !important;
      color: white !important;
    }

    .btn-primary:hover {
      background: #372e2b !important;
      border-color: #372e2b !important;
    }
  }
}

.large-spacing-cta-light-green::after {
  left: unset;
  right: 0;
  top: 20px;
}

.cream-section-cta {
  padding-block: 80px;
  .dwl-text {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: #1a5632 !important;
      margin-bottom: 32px;
    }

    p {
      font-size: 20px;
      margin-bottom: 0;
    }
  }

  .rich-text {
    margin-bottom: 32px;
  }

  .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;

    .btn.btn-primary {
      background: #1a5632 !important;
      color: white !important;
    }

    .btn-primary:hover {
      background: #372e2b !important;
      border-color: #372e2b !important;
    }
  }
}

@media (max-width: 991px) {
  .large-spacing-cta::after {
    left: -200px;
    top: -10px;
  }

  .large-spacing-cta-light-green::after {
    left: unset;
    right: -150px;
    top: -10px;
  }
}

.section-yellow-cta {
  background-image: none !important;
  padding-block: 80px;
  @media (max-width: 991px) {
    padding-block: 64px;
  }
  .dwl-text {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-weight: 700;
    }
  }

  .grid-item {
    padding-top: 0 !important;
  }

  .grid-item::after {
    content: "";
    height: 610px;
    width: 585px;
    background: url("/images/p-x-heart.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -130px;
    left: 0px;
    z-index: 1;
  }

  .btn.btn-primary:hover {
    background: #372e2b !important;
    border-color: #372e2b !important;
  }
}

.section-yellow-cta .btn.btn-primary {
  background: #1a5632 !important;
  border: 0.094rem solid #1a5632 !important;
  color: white !important;
}

.cream-section-cta {
  padding-block: 64px;
  .rich-text {
    margin-bottom: 24px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 24px;
  }
}
