ul,
ol {
  padding-left: 0 !important;
}

#guest-hero {
  padding: 60px 12px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  .hero-title {
    color: #170f49;
  }
}
#feature-section-1 {
  padding-top: 60px !important;
}
#quote {
  padding-bottom: 60px;
  background-color: var(--bg-light);
  .quote-wrapper {
    width: 72px;
    height: 72px;
    margin-inline: auto;
    margin-bottom: 33px !important;
  }

  .quote-text {
    max-width: 1565px;
    margin-inline: auto;
    font-weight: 200 !important;
    font-style: italic;
  }
  .quote-highlight {
    font-weight: 600 !important;
  }
}
#ecosystem {
  padding-top: 60px;
  background-color: var(--bg-light);
  .header {
    font-size: 28.5px !important;
    font-weight: 400 !important;
  }
}
#ecosystem-section {
  background-color: var(--bg-light);
  padding-top: 60px;
  .eco-wrapper {
    max-width: 1780px;
    padding: 40px;
    width: 100%;
    margin-inline: auto;
  }
  .text-guest {
    font-size: 28.5px !important;
    font-weight: 600 !important;
    color: #552110 !important;
  }
  .eco-description {
    color: #83726d;
    font-weight: 300 !important;
    font-size: 18px !important;
  }
}
.feature-section {
  .feature-content {
    max-width: 805px;
  }
  .feature-image-wrapper {
    .bg-shape-2 {
      background: linear-gradient(180deg, #fdebc6 0%, #f26336 100%);
    }
    .bg-shape-4 {
      background: linear-gradient(to left, #fdebc6 7.04%, #f26336 127.37%);
    }
  }
}
.feature-section.reverse {
  .feature-content {
    max-width: 774px;
  }
}

.adapt-col {
  max-width: 400px;
}

.adapt-row {
  max-width: 1780px;
}

.display-text {
  font-size: 3rem;
  font-weight: 800 !important;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
  pointer-events: none;
}

#brand-section {
  background-color: var(--bg-light);

  .swiper-slide img {
    object-fit: cover;
  }
}
#ultimate-section {
  .ultimate-section {
    position: relative;
    background-color: rgba(247, 245, 240, 1);
    z-index: 0;
  }

  .stacking-cards-section {
    position: relative;
    min-height: calc(4 * 22vw + 4 * 160vw + 100vh);
  }

  .stacking-cards-section #main-header {
    position: sticky;
    top: 20px;
    transform: translateY(0);
    z-index: 1;
  }

  .stacking-cards-section .header-scroll-away {
    transform: translateY(-100%);
  }

  .stacking-cards-section #main-header div {
    width: 80vw;
    margin: 0 auto;
    display: grid;
    place-items: center;
  }

  .stacking-cards-section .card-container {
    width: 90vw;
    margin: 0 auto;
    position: relative;
  }

  .stacking-cards-section #cards {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 40vw);
    gap: 200vw;
  }

  .ultimate-heading {
    font-size: 20px;
    font-weight: 700 !important;
    text-align: center;
  }

  .ultimate-card-subtitle {
    font-size: 14px;
  }

  .ultimate-card-title {
    font-size: 24px;
    font-weight: 300 !important;
  }

  .description {
    font-size: 12px;
    font-weight: 400 !important;
  }

  .feature-list {
    font-size: 11px;
    display: flex;
    flex-direction: column;
  }

  .feature-list li {
    gap: 10px;
  }

  #card-1 {
    --index: 1;
  }

  #card-2 {
    --index: 2;
  }

  #card-3 {
    --index: 3;
  }

  #card-4 {
    --index: 4;
  }

  .stacking-cards-section .stack-card {
    position: sticky;
    top: 8rem;
    padding-top: calc(var(--index) * 30px);
  }

  .stacking-cards-section .card-content {
    box-shadow: 0 -0.5em 20px rgba(0, 0, 0, 0.034);
    background: white;
    color: #131212;
    border-radius: 30px;
    overflow: hidden;

    /* Mobile layout (default): stacked layout */
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 30px 20px;
  }

  .stacking-cards-section .card-content > div {
    grid-area: text;
    width: 95%;
    max-width: 800px;
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  .stacking-cards-section .card-content > figure {
    grid-area: img;
    overflow: hidden;
  }

  .stacking-cards-section .card-content > figure > img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.4em;
    transition: transform 0.3s ease;
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
  }
}

#guest-client {
  .swiper-wrapper {
    transition-timing-function: linear !important;
    pointer-events: none;
  }

  .section-title {
    font-size: 28.5px !important;
    font-weight: 700 !important;
    margin-bottom: 40px !important;
    width: 90%;
    margin-inline: auto;
  }
  .section-description {
    width: 90%;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 60px !important;
  }
  .carousel-card {
    width: 350px;
    height: 280px;
    min-width: 200px;
    min-height: 150px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.85;
      display: block;
    }
    .image-caption {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
      color: white;
      font-weight: bold;
      font-size: 1rem;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    }
  }
}
#nTouch-features {
  .scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
  }

  .scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .scroll-card {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
  }

  .scroll-card.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .scroll-card[data-delay="0"] {
    transition-delay: 0ms;
  }
  .scroll-card[data-delay="200"] {
    transition-delay: 200ms;
  }
  .scroll-card[data-delay="400"] {
    transition-delay: 400ms;
  }
  .scroll-card[data-delay="600"] {
    transition-delay: 600ms;
  }
  .scroll-card[data-delay="800"] {
    transition-delay: 800ms;
  }
  .scroll-card[data-delay="1000"] {
    transition-delay: 1000ms;
  }
  .scroll-card {
    will-change: transform, opacity;
  }
  .scroll-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
  }
}

@media screen and (max-width: 379px) {
  .stacking-cards-section {
    position: relative;
    padding-top: 2rem;
    min-height: calc(4 * 29vw + 4 * 160vw + 100vh) !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .stacking-cards-section .card-content {
    padding: 60px 60px !important;
  }

  .ultimate-heading {
    font-size: 38px !important;
  }

  .ultimate-card-subtitle {
    font-size: 26px !important;
  }

  .ultimate-card-title {
    font-size: 34px !important;
    font-weight: 300 !important;
  }

  .description {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  .feature-list {
    font-size: 20px !important;
    display: flex;
    flex-direction: column;
  }

  .feature-list li {
    gap: 10px;
  }

  #ecosystem {
    .header {
      font-size: 44.5px !important;
      font-weight: 400 !important;
    }

    .section-subtitle {
      font-size: 22px !important;
      margin-top: 30px !important;
    }
  }
}

@media (min-width: 1025px) {
  #guest-hero {
    .hero-content {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 60%;
      max-width: 510px;
    }
    .hero-image-wrapper {
      width: 100%;
      text-align: end;
      img {
        width: 75%;
      }
    }
  }
  #feature-section-1 {
    padding-top: 80px !important;
  }
  #pms-feature-tabs {
    padding-block: 120px !important;
  }
  #guest-client {
    .carousel-card {
      .image-caption {
        font-size: 20px;
        font-weight: 500;
      }
    }
  }

  #ultimate-section {
    .ultimate-section::after {
      content: "";
      position: absolute;
      bottom: 150px;
      left: 0;
      width: 100%;
      height: 4%;
      background: linear-gradient(
        to top,
        rgba(247, 245, 240, 1),
        rgba(247, 245, 240, 0.075)
      );
      pointer-events: none;
      z-index: 1;
    }

    .stacking-cards-section .card-content {
      border-radius: 80px;
      overflow: hidden;
      display: grid;
      grid-template-areas: "text img";
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      align-items: stretch;
      padding: 60px 57px 210px 80px;
      transition: transform 0.15s ease;
    }

    .stacking-cards-section #cards {
      gap: 50vw;
    }

    .ultimate-heading {
      font-size: 44px !important;
      font-weight: 700 !important;
    }

    .ultimate-card-subtitle {
      font-size: 22px !important;
    }

    .ultimate-card-title {
      font-size: 35px !important;
      font-weight: 300 !important;
    }

    .description {
      font-size: 15px !important;
      font-weight: 400 !important;
    }

    .feature-list {
      font-size: 14px !important;
    }

    .feature-list li {
      gap: 16px;
    }

    .stacking-cards-section {
      position: relative;
      padding-top: 5rem;
      min-height: calc(4 * 40vw + 4 * 35vw + 100vh);
    }

    .gradiant-wrapper {
      width: 50%;
    }

    .bg-gradiant {
      position: absolute;
      top: 14%;
      right: 3%;
      bottom: 0;
      left: 50%;
      height: 85%;
      margin: auto auto;
      /* Pushes it into the right half */
      background: linear-gradient(101deg, #fdebc6 0%, #f26336 100%);
      filter: blur(30px);
      border-radius: 50%;
      opacity: 0.2;
      z-index: 0;
    }
  }

  #quote {
    .quote-wrapper {
      width: 173px;
      height: 173px;
    }
  }
  .custom-gap-200 {
    column-gap: 200px !important;
  }
}
@media (min-width: 1700px) {
  #guest-hero {
    padding-top: 87px !important;
    padding-bottom: 166px !important;
    margin-top: 120px !important;
    .hero-content {
      max-width: 780px;
      position: absolute;
      left: 20px;
      top: 45%;
      transform: translateY(-50%);
      width: 60%;

      .hero-title {
        font-size: 48px !important;
      }
      .hero-text {
        max-width: 626px;
      }
    }
    .hero-image-wrapper {
      position: relative;
      left: 65px;
      width: 100%;
      text-align: end;
      img {
        width: 80%;
      }
    }
  }
  #feature-section-4 {
    padding-bottom: 196px !important;
  }
  #quote {
    padding-bottom: 120px !important;
    .quote-text {
      padding-bottom: 225px !important;
    }
  }
  .font-32 {
    font-size: 32px;
  }
  #feature-section-1 {
    padding-top: 120px !important;
  }
  #ecosystem {
    padding-top: 300px !important;
    .header {
      font-size: 60px !important;
      font-weight: 600 !important;
    }
    .section-subtitle {
      font-weight: 300 !important;
      font-size: 22px !important;
    }
  }
  #ecosystem-section {
    padding-bottom: 180px !important;
    .eco-wrapper {
      padding: 20px 120px !important;
    }
    .display-text {
      font-size: 80px !important;
    }
  }
  #pms-feature-tabs {
    .tabs-container {
      width: 90%;
      margin-inline: auto;
    }
    .section-title {
      font-size: 36px;
    }
    button {
      padding: 20px 24px;
    }
  }

  .guest-img-2 {
    padding-left: 60px;
  }
  .guest-img-3 {
    padding-right: 90px;
  }
  .guest-img-4 {
    padding-left: 60px;
  }
  .guest-text-4 {
    padding-left: 70px;
  }

  .guest-text-2 {
    padding-left: 70px;
  }
  .custom-gap-200 {
    column-gap: 200px !important;
  }
  .guest-section {
    padding-bottom: 160px;
  }
  .guest-title {
    font-size: 54px !important;
    font-weight: 300 !important;
  }
  .guest-subtitle {
    font-size: 24px !important;
  }
  .guest-text-box {
    flex-shrink: 0;
    height: 496px !important;
  }
  .guest-list {
    font-size: 24px;
  }

  #ultimate-section {
    .ultimate-section {
      position: relative;
      background-color: rgba(247, 245, 240, 1);
      z-index: 0;
    }

    .ultimate-section::after {
      content: "";
      position: absolute;
      bottom: -100px !important;
      left: 0;
      width: 100%;
      height: 7% !important;
      background: linear-gradient(
        to top,
        rgba(247, 245, 240, 1),
        rgba(247, 245, 240, 0.075)
      );
      pointer-events: none;
      z-index: 1;
    }

    .stacking-cards-section {
      position: relative;
      padding-top: 5rem;
      min-height: calc(4 * 37vw + 4 * 45vw + 100vh);
    }

    .stacking-cards-section #main-header {
      position: sticky;
      top: 20px;
      transform: translateY(0);
      z-index: 1;
    }

    .stacking-cards-section .header-scroll-away {
      transform: translateY(-100%);
    }

    .stacking-cards-section #main-header div {
      width: 80vw;
      margin: 0 auto;
      display: grid;
      place-items: center;
    }

    .stacking-cards-section .card-container {
      width: 90vw;
      margin: 0 auto;
      position: relative;
    }

    .stacking-cards-section #cards {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 40vw);
      gap: 50vw;
      margin-top: 50rem;
    }

    .ultimate-heading {
      font-size: 54px !important;
      font-weight: 700 !important;
    }

    .ultimate-card-subtitle {
      font-size: 24px !important;
    }

    .ultimate-card-title {
      font-size: 54px !important;
      font-weight: 300 !important;
    }

    .description {
      font-size: 24px !important;
      font-weight: 400 !important;
    }

    .feature-list {
      font-size: 24px !important;
    }

    .feature-list li {
      gap: 16px;
    }

    .gradiant-wrapper {
      width: 50%;
    }

    .bg-gradiant {
      position: absolute;
      top: 14%;
      right: 3%;
      bottom: 0;
      left: 50%;
      height: 85%;
      margin: auto auto;
      /* Pushes it into the right half */
      background: linear-gradient(101deg, #fdebc6 0%, #f26336 100%);
      filter: blur(30px);
      border-radius: 50%;
      opacity: 0.2;
      z-index: 0;
    }

    #card-1 {
      --index: 1;
    }

    #card-2 {
      --index: 2;
    }

    #card-3 {
      --index: 3;
    }

    #card-4 {
      --index: 4;
    }

    .stacking-cards-section .stack-card {
      position: sticky;
      top: 8rem;
      padding-top: calc(var(--index) * 30px);
    }

    .stacking-cards-section .card-content {
      border-radius: 80px;
      overflow: hidden;
      display: grid;
      grid-template-areas: "text img";
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      align-items: stretch;
      padding: 80px 77px 250px 120px;
      transition: transform 0.15s ease;
    }

    .stacking-cards-section .card-content > div {
      grid-area: text;
      width: 95%;
      max-width: 800px;
      text-align: left;
      display: flex;
      flex-direction: column;
      gap: 1em;
    }

    .stacking-cards-section .card-content > figure {
      grid-area: img;
      overflow: hidden;
    }

    .stacking-cards-section .card-content > figure > img {
      width: 100%;
      object-fit: cover;
      border-radius: 0.4em;
      transition: transform 0.3s ease;
      opacity: 0;
      animation: fadeIn 0.6s ease forwards;
    }
  }

  #pms-faq {
    .section-description {
      margin-bottom: 52px !important;
    }
  }
  .feature-section {
    .feature-image-wrapper {
      .image-1 {
        width: 600px;
      }
      .image-2 {
        width: 601px;
        top: 20px;
        left: -50px;
        /* scale: 0.9; */
      }
      .image-3 {
        scale: 1.1;
      }
      .image-4 {
        scale: 1.036;
        left: 50px;
      }
    }
  }

  #guest-client {
    padding-bottom: 160px !important;
    .section-title {
      font-size: 46px !important;
      font-weight: 700 !important;
      margin-bottom: 40px !important;
    }
    .section-description {
      font-size: 24px !important;
      font-weight: 400 !important;
      margin-bottom: 60px !important;
    }
    .swiper {
      padding-block: 40px !important;
    }
    .carousel-card {
      width: 600px;
      height: 420px;
      .image-caption {
        font-size: 28px;
      }
    }
  }
}

#pms-faq {
  .section-description {
    font-size: 1.25rem;
  }
  .accordion-item {
    .accordion-button {
      font-size: 1.25rem;
    }
    .accordion-body {
      font-size: 1.25rem;
    }
  }
}


#main-header {
    background-color: var(--bg-light);
}