#pricing-section {
  position: relative;
  background: url("../img/pricing-discussion.png") no-repeat center center /
    cover;
  .custom-shape-divider-bottom-1748490824 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
  }

  .icon {
    width: 20px;
    width: 20px;
  }

  .custom-shape-divider-bottom-1748490824 svg {
    position: relative;
    display: block;
    width: calc(274% + 1.3px);
    height: 299px;
    filter: drop-shadow(0 -5px 15px rgba(0, 0, 0, 0.01));
  }

  .custom-shape-divider-bottom-1748490824 .shape-fill {
    fill: var(--orange-light);
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.3)
    );
    z-index: 0;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      var(--orange-light) 100%
    );
    z-index: 0;
  }
  > * {
    position: relative;
    z-index: 1;
  }
  .pricing-subtitle {
    max-width: 944px;
    margin-inline: auto;
  }
  .pricing-cards-wrapper {
    width: 100%;
    margin-inline: auto;
  }
  .card-btn {
    font-size: 16px !important;
    font-weight: 600;
  }
}

#discover {
  background-color: var(--orange-light);
  position: relative;
  margin-top: -1px;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
  pointer-events: none;
}
#brand-section {
  padding-top: 130px;
  padding-bottom: 60px;
  background-color: #fdebc6;
  min-height: 48px;
}

#love-ntouch {
  background-color: #fdebc6;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  overflow: hidden;

  .love-ntouch-title {
    font-weight: 600;
    color: rgba(242, 99, 54, 1);
  }

  > * {
    position: relative;
    z-index: 1;
  }

  .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex;
    width: 100%;
  }

  .card-wrapper {
    max-width: 788px;
    width: 100%;
    height: 100%;
    min-height: 465px;
    background: linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.4) -288.82%,
      rgba(0, 0, 0, 0.1) 122.97%
    );
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 24px;
    color: white;
  }
  .card-content {
    flex-grow: 1 !important;
    justify-content: space-between;
  }

  .quote-icon {
    width: 24px;
  }
  .profile-name {
    font-weight: 700;
    margin-bottom: 8px;
  }

  .profile-title {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
  }

  .testimonial-text {
    font-size: 20px !important;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
  }
}
.feature-list {
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: -0.14px !important;
  display: flex;
  flex-direction: column;
  li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px !important;
    &::before {
      content: "";
      display: inline-block;
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      background-size: 12px 12px;
      background-image: url("../img/icons/Icons.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-color: #f3f4f5;
      border-radius: 50%;
    }
  }
}
@media screen and (min-width: 576px) {
  #love-ntouch {
    .card-wrapper {
      min-height: 364px;
    }
  }
}
@media screen and (min-width: 992px) {
  .feature-list {
    font-size: 16px !important;
    line-height: 20px !important; /* 125% */
    letter-spacing: -0.16px !important;
    li {
      margin-bottom: 16px !important;
      &::before {
        width: 32px;
        height: 32px;
        background-size: 16px 16px;
      }
    }
  }
  #pricing-section {
    .card-btn {
      font-size: 20px !important;
      padding: 12px 24px;
      border-radius: 12px;
    }
  }
}

@media (min-width: 1700px) {
  #pricing-section {
    .pricing-title {
      margin-top: 62px;
      font-size: 52px !important;
    }
    .pricing-subtitle {
      font-size: 1rem !important;
      font-weight: 500;
      padding-bottom: 50px;
    }

    .pricing-cards-wrapper {
      max-width: 1408px;
      margin-inline: auto;
      gap: 40px !important;
    }
    .icon {
      width: 38px;
      width: 38px;
    }

    .card-title {
      font-size: 40px !important;
      font-weight: 700;
    }
    .card-btn {
      padding: 20px;
    }
  }

  #discover {
    .discover-title {
      font-size: 40px !important;
      font-weight: 600;
      margin-left: 35px;
      line-height: 1.4;
    }

    .discover-description {
      margin-top: 18px;
      margin-left: 35px;
      font-size: 20px !important;
      font-weight: 500;
    }
    .discover-button {
      font-size: 20px !important;
      margin-left: 35px;
      border-radius: 12px;
    }
    .discover-img {
      margin-right: -30px;
    }
  }

  #love-ntouch {
    background-color: #fdebc6;
    padding-top: 60px;
    padding-bottom: 60px;

    .love-ntouch-title {
      font-size: 80px !important;
      margin-bottom: 100px;
      line-height: 105.045%;
    }

    .title-top-text {
      font-size: 40px !important;
    }
    .section-title {
      font-size: 60px !important;
    }
    .card-wrapper {
      min-width: 788px;
      padding: 48px !important;
    }

    .quote-icon {
      width: 38px;
    }

    .profile-name {
      font-size: 24px !important;
    }

    .testimonial-text {
      font-size: 20px !important;
      font-weight: 600;
      letter-spacing: -0.8px;
    }

    .video-btn {
      padding: 12px !important;
      font-size: 16px !important;
    }
  }
}
