p,
.properties li {
  color: #676767;
  margin-bottom: 12px;
}

p:last-of-type,
.properties li:last-of-type {
  margin-bottom: 0;
}

.banner.for-sale {
  background: url(../../assets/img/sale/banner.jpg) center center / cover
    no-repeat;
}
.banner.for-lease {
  background: url(../../assets/img/lease/banner.jpg) center center / cover
    no-repeat;
}
.banner {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: clamp(36.25rem, 15.4618rem + 43.3651vw, 100vh);

  .banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;

    h1 {
      color: #ffd41c;
      font-weight: 400;
      margin-bottom: 0;

      @media (min-width: 992px) {
        font-size: 90px;
        line-height: 75px; /* 83.333% */
      }

      @media (max-width: 991px) {
        line-height: 50px;
      }
    }

    p.sub-header {
      font-size: 30px;

      @media (min-width: 992px) {
        font-size: 48px;
        line-height: 67.2px;
      }
    }

    p {
      color: #fff;
      margin: 0 auto;
      max-width: 660px;
    }
  }
}

.properties.bg_dark {
  background: rgba(188, 196, 204, 0.08);
}

.properties {
  .property-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
    gap: 100px;

    > .property-text {
      max-width: 735px;

      @media (max-width: 991px) {
        max-width: 100%;
      }
    }

    h2 {
      margin-bottom: 24px;
      font-size: 35px;
      font-weight: 700;

      @media (min-width: 768px) {
        font-size: 40px;
      }

      @media (max-width: 767px) {
        line-height: 50px;
      }
    }

    @media (max-width: 991px) {
      flex-direction: column;
      align-items: start;
      gap: 24px;
      padding-bottom: 70px;
    }

    @media (max-width: 767px) {
      padding-bottom: 50px;
    }
  }

  .property-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    padding: 32px 60px;
    border-radius: 10px;
    border: 1px solid rgba(103, 103, 103, 0.5);
    margin-bottom: 40px;
    background-color: #fff;

    h3 {
      margin-bottom: 12px;
    }

    p span {
      color: #142a3c;
      font-weight: 700;
    }

    @media (max-width: 991px) {
      flex-direction: column;
      gap: 24px;
    }

    @media (max-width: 576px) {
      padding: 32px;
    }
  }

  .property-cards.sold-out {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-bottom: 0;

    .property-text {
      max-width: 900px;
    }
  }

  @media (min-width: 992px) {
    .dual-cards .row {
      --bs-gutter-x: 40px;
    }
  }

  @media (max-width: 991px) {
    .dual-cards .row .col-lg-5 {
      margin-bottom: 40px;
    }
  }

  .card-outline {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(103, 103, 103, 0.5);
    padding: 32px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    @media (max-width: 576px) {
      padding: 32px;
    }

    .p-title {
      color: #142a3c;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px; /* 133.333% */
      margin-bottom: 24px;
    }

    .p-subtitle {
      color: #142a3c;
      font-size: 18px;
      font-weight: 700;
      line-height: 26px; /* 144.444% */
    }

    .units {
      margin-bottom: 32px;
      p {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 12px;
      }
    }

    p span,
    li span {
      color: #142a3c;
      font-weight: 700;
      line-height: 24px; /* 150% */
    }

    .card-btn {
      display: flex;
      gap: 24px;
      margin-top: 32px;
      align-items: center;

      @media (max-width: 576px) {
        flex-direction: column;
      }

      .btn-global,
      .btn-outline,
      .btn-link {
        height: 45px;
        padding: 6px 25px;
        text-decoration: none;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.33%;
        white-space: nowrap;

        @media (max-width: 576px) {
          width: 100%;
        }
      }
      .btn-outline {
        border-radius: 10px;
        border: 1px solid #000;
      }
    }
  }

  .card-outline._lease {
    .p-title {
      margin-bottom: 12px;
    }

    p.desc {
      margin-bottom: 24px;
    }

    ul {
      margin-bottom: 0;
      list-style-type: square;
    }

    ul li::marker {
      color: #676767;
      font-size: 10px;
    }

    hr {
      margin: 32px 0;
      color: #e5e5e5;
      opacity: 1;
    }
  }
}

.owl-carousel img {
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.owl-nav {
  position: absolute;
  bottom: 32px;
  right: 24px;
  display: flex;
  gap: 24px;
}

.owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 47px;
  height: 47px;
}

.owl-nav .owl-next {
  background-color: #fff !important;
}

.owl-nav .owl-prev {
  border: 2px solid #fff;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  pointer-events: none;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item,
img {
  height: 100% !important;
}

.question {
  background: #144f6f;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  align-items: center;
  justify-content: center;

  p {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #EAF5F9;
    text-transform: uppercase;
  }
}


/* The Garden Residences Section */
.page-id-2785 {
  section.properties {
    &#theGardenResidences {
          .card-outline {
            justify-content: flex-start;
          }
    }
  }
}

/* The Garden Residences Section - end */