#pms-hero {
  padding: 80px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
#pms-feature-tabs {
  background-color: var(--bg-light) ;
  .section-title {
    font-size: 28px;
    margin-bottom: 42px;
  }
  .tabs-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    margin-inline: auto;
  }
}
#pms-client {
  .section-subtitle {
    margin-bottom: 18px !important;
  }
  .swiper-wrapper {
    transition-timing-function: linear !important;
    pointer-events: none;
  }
  .carousel-card {
    width: 350px;
    height: 280px;
    min-width: 200px;
    min-height: 150px;
    border-radius: 20px;
    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);
    }
  }
}
@media screen and (min-width: 1025px) {
  #pms-hero {
    .hero-content {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 60%;
      max-width: 510px;
    }
    .hero-image-wrapper {
      width: 100%;
      text-align: right;
      img {
        width: 75%;
      }
    }
  }
  #pms-feature-tabs {
    .section-title {
      font-size: 36px;
    }
    padding-block: 120px !important;
  }
  #pms-client {
    .carousel-card {
      .image-caption {
        font-size: 20px;
        font-weight: 500;
      }
    }
  }
}

@media screen and (min-width: 1700px) {
  #pms-hero {
    padding-top: 87px !important;
    padding-bottom: 140px !important;
    .hero-content {
      max-width: 787px;
      .hero-title {
        font-size: 58.06px !important;
        line-height: 69.225px;
      }
      .hero-text {
        margin-bottom: 40px !important;
      }
    }
  }

  .fpms-image-2 {
    padding-left: 65px;
  }
  .fpms-image-3 {
    padding-right: 65px;
  }
  .fpms-image-4 {
    padding-left: 65px;
  }
  .fpms-image-6 {
    padding-left: 85px;
  }
  .fpms-text-2 {
    padding-left: 85px;
  }
  .fpms-text-3 {
    padding-left: 25px;
  }
  .fpms-text-4 {
    padding-left: 85px;
  }
  .fpms-text-5 {
    padding-left: 25px;
  }
  .fpms-text-6 {
    padding-left: 85px;
  }
  .fpms-text-7 {
    padding-left: 25px;
  }

  #pms-feature-tabs {
    .tabs-container {
      width: 90%;
      margin-inline: auto;
    }
    .section-title {
      font-size: 36px;
    }
    button {
      padding: 20px 24px;
    }
  }
  #pms-client {
    padding-bottom: 110px !important;
    .section-title {
      font-size: 48px !important;
      margin-bottom: 40px !important;
    }
    .section-subtitle {
      font-size: 24px !important;
    }
    .swiper {
      padding-block: 40px !important;
    }
    .carousel-card {
      width: 600px;
      height: 420px;
      .image-caption {
        font-size: 28px;
      }
    }
  }
  #pms-faq {
    .section-description {
      margin-bottom: 52px !important;
    }
  }
  .feature-section {
    .feature-image-wrapper {
      .bg-shape-2 {
        background: linear-gradient(180deg, #fdebc6 0%, #f26336 100%);
      }
      .bg-shape-4 {
        background: linear-gradient(to right, #f26336 0%, #fdebc6 100%);
      }
      .bg-shape-6 {
        background: linear-gradient(to right, #f26336 0%, #fdebc6 100%);
      }
      .image-1 {
        top: -48px;
        scale: 0.95;
      }
      .image-2 {
        width: 666.32px;
      }
      .image-3 {
        width: 835px;
      }
      .image-5 {
        /* width: 761px; */
        scale: 1.1;
      }
      .image-7 {
        /* scale: 1.05; */
        top: -20px;
        left: -20px;
      }
    }
  }
}
