@charset "UTF-8";

.section-perfect-gift {
  padding-top: 7.5rem;
  padding-bottom: 0.15rem;
  position: relative;
  background-color: #F5EEE5;
  border-radius: 1.25rem;
  overflow:hidden;
}
@media (max-width: 1023px) {
  .section-perfect-gift {
    padding-top: 3.7rem;
    padding-bottom: 0.15rem;
  }
}
@media (max-width: 767px) {
  .section-perfect-gift {
    padding-top: 4.1rem;
  }
}
.section-perfect-gift.small-items {
  padding-bottom: 8rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift.small-items {
    padding-top: 6.1rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .section-perfect-gift.small-items {
    padding-top: 3.4rem;
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .section-perfect-gift.small-items h2, .section-perfect-gift.small-items .h2 {
    max-width: 29rem;
    margin: 0 auto 0.8rem;
  }
}
.section-perfect-gift.small-items .lead {
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift.small-items .lead {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .section-perfect-gift.small-items .lead {
    max-width: 270px;
    margin: 0 auto 0.1rem;
  }
}
.section-perfect-gift.small-items .gift-cards-carousel {
  margin: 0px 4.3rem 0rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift.small-items .gift-cards-carousel {
    margin: 0px 1.2rem 0rem;
  }
}
.section-perfect-gift.small-items .gift-cards-carousel .slick-list {
  overflow: visible;
}
.section-perfect-gift.small-items .gift-cards-carousel .slick-track {
  padding: 3rem 0 1.6875rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift.small-items .gift-cards-carousel .slick-track {
    padding: 3rem 0 0.8875rem;
  }
}
.section-perfect-gift .container {
  padding: 0 0rem;
  max-width: none;
  margin: 0 -0.6rem;
  width: auto;
}
@media (max-width: 767px) {
  .section-perfect-gift h2, .section-perfect-gift .h2 {
    max-width: 270px;
    margin: 0 auto 0.7rem;
  }
}
.section-perfect-gift .lead {
  margin-bottom: 3.3rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift .lead {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .section-perfect-gift .lead {
    margin-bottom: 0.2rem;
  }
}
.section-perfect-gift .gift-cards-carousel {
  margin: 0 0.4rem 0rem 0.4rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift .gift-cards-carousel {
    margin: 0 0.5rem 0rem -0.2rem;
  }
}
@media (max-width: 767px) {
  .section-perfect-gift .gift-cards-carousel {
    margin: 0 0rem 0rem 0rem;
  }
}
.section-perfect-gift .gift-cards-carousel.rtl {
  margin: 0 -0.6rem 2rem;
}
@media (max-width: 767px) {
  .section-perfect-gift .gift-cards-carousel.rtl {
    margin: 0 -0.6rem 1.6rem;
  }
}
.section-perfect-gift .gift-cards-carousel.rtl .slick-track {
  padding-top: 0;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .section-perfect-gift .gift-cards-carousel .slick-list {
    margin-left: -1.1rem;
    margin-right: -0.6rem;
  }
}
.section-perfect-gift .gift-cards-carousel .slick-track {
  padding: 3rem 0 2rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift .gift-cards-carousel .slick-track {
    padding: 3rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .section-perfect-gift .gift-cards-carousel .slick-track {
    padding: 3rem 0 0.5rem;
  }
}
.section-perfect-gift .perfect-gift-img-1 {
  position: absolute;
  left: 17.4%;
  bottom: -5.9rem;
}
@media (max-width: 1023px) {
  .section-perfect-gift .perfect-gift-img-1 {
    left: 3.4%;
    bottom: -4.8rem;
    transform: scale(0.4);
  }
}
@media (max-width: 767px) {
  .section-perfect-gift .perfect-gift-img-1 {
    display: none;
  }
}

.section-referrals .container{
  z-index: 1;
  position: relative;
}

.real-results {
  background: #fff;
  border-radius: 1.25rem;
  text-align: left;
  padding: 1.9rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.col-md-6:has(.real-results) {
  width: 35%;
}

@media (max-width: 767px) {
  .real-results {
    padding: 1.9rem 1rem 0.65rem;
    margin: 1.0rem;
  }
}
.real-results > img {
  margin-bottom: 1.2rem;
}
.real-results h3, .real-results .h3 {
  margin-bottom: 0.6rem;
}
@media (max-width: 1023px) {
  .real-results h3, .real-results .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .col-md-6:has(.real-results) {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .real-results h3, .real-results .h3 {
    font-size: 1.25rem;
    margin-bottom: 0.45rem;
  }

  .col-md-6:has(.real-results){
    width: 100%;
    margin: 1.0rem 0;
  }
}

.btn.btn-learn-more {
  margin-top: auto;
  border-radius: 1.875rem;
  padding: 0.65rem 2.15rem 0.65rem 0.7rem;
  z-index: 1;
  max-width: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .btn.btn-learn-more {
    max-width: 11.1rem;
    padding: 0.65rem 2.5rem 0.65rem 0.7rem;
  }
}

@media (max-width: 1023px) {
  .btn.btn-learn-more {
    max-width: 11.1rem;
    padding: 0.65rem 2.5rem 0.65rem 0.7rem;
  }
}
.btn.btn-learn-more:hover {
  max-width: 11.1rem;
  padding: 0.65rem 2.5rem 0.65rem 0.7rem;
}
.btn.btn-learn-more img {
  margin: 0 1.4rem 0 0;
  width: 1.5rem;
  display: inline-block;
  height: auto;
  max-width: none;
}
/* .real-results .btn {
    margin-top: auto;
    border-radius: 1.875rem;
    padding: 0.65rem 2.15rem 0.65rem 0.7rem;
    z-index: 1;
    max-width: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s;
} */

@media (max-width: 1023px) {
  .real-results .btn {
    padding: 0.9rem 0.75rem;
  }
}
@media (max-width: 767px) {
  .real-results .btn {
    height: auto;
  }
}
.real-results .btn span {
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .real-results .btn span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
}
.real-results > span {
  margin-bottom: 1.3rem;
  display: block;
  min-height: 1.5rem;
}
@media (max-width: 767px) {
  .real-results > span {
    min-height: 0.05rem;
    margin-bottom: 1.2rem;
  }
}
.real-results .call-us-phone {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -0.2px;
  margin-bottom: 0rem;
  color: #0C1018;
}
@media (max-width: 1023px) {
  .real-results .call-us-phone {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .real-results .call-us-phone {
    font-size: 1.125rem;
  }
}
.real-results img {
  width:100%;
  border-radius: 8px;
}

.real-results h3, .real-results p {
  margin: 0;
  padding: 0;
  text-align:left;
}