.feature-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.feature-panel {
  border-radius: 20px;
  padding: 3rem;
  background-color: #f1f5fa;
}
.feature-image picture {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.feature-content {
  padding-left: 0.5rem;
}
.benefit-card {
  background-color: var(--white-color);
  padding: 1.25rem 1.1rem;
  border-radius: 20px;
  height: 100%;
  transition: all ease 0.2s;
}

.benefit-card:hover {
  box-shadow: 0 15px 25px rgba(172, 214, 248, 0.644);
}

.benefit-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.how-cms-works-section {
  margin-top: 4rem;
}

.how-cms-works-swiper {
  width: 100%;
  padding: 2rem;
  overflow: hidden;
}

.how-cms-works-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: left;
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.how-cms-works-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
}

/*.how-cms-works-card-content {
    background: rgb(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    height: 150px;
    width: 450px;
    padding: 1rem;
}*/

.how-cms-works-pagination {
  text-align: center;
}
.how-cms-works-card-content {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: rgb(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 125px;
  width: 360px;
  padding: 1.3rem;
  position: absolute;
  backdrop-filter: blur(100px);
  left: 30px;
  bottom: 30px;
}

.how-cms-works-swiper .progress-arrows {
  justify-content: center;
}

.door-to-door-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.door-to-door-wrapper {
  padding: 0 8px;
}

.door-to-door-left {
  height: 100%;
  padding: 1.2rem 2.2rem 1.2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.door-to-door-left h4 {
  color: var(--main-btn-color);
}

.door-to-door-right {
  border-left: 1px solid #d9d9d9;
}

.door-to-door-right > div {
  border-right: 1px solid #d9d9d9;
}

.door-to-door-right > div:last-child {
  border-right: none;
}

.door-to-door-item {
  min-height: 210px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.door-to-door-item img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.door-to-door-item p {
  margin-bottom: 0;
  color: var(--theme-color);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  max-width: 230px;
}

.business-impact-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.business-impact-wrapper {
  padding: 0 8px;
}

.business-impact-image img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}

.business-impact-content {
  padding-left: 0.5rem;
}

.business-impact-image picture {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.impact-card {
  background-color: #eef2f7;
  border-radius: 18px;
  min-height: 74px;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  transition: all ease 0.2s;
}

.impact-card:hover {
  box-shadow: 0 15px 25px rgba(172, 214, 248, 0.644);
}

.impact-card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}

.impact-card p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--theme-color);
}

.free-trial-section {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.flawless-experience-mobile-swiper-pagination {
  text-align: center;
}

/* Tablet */
@media (max-width: 991px) {
  .pbl-content p {
    text-align: center;
  }
  .feature-section .feature-content {
    text-align: center;
  }
  .benefit-card-inner p {
    text-align: start;
  }
  .feature-image {
    margin-bottom: 2rem;
  }
  .how-cms-works-card-content {
    height: 130px;
    width: 320px;
    left: 10px;
    bottom: 10px;
  }
  .door-to-door-left {
    padding: 0 0 2rem 0;
    text-align: center;
  }

  .door-to-door-left h3 {
    font-size: 42px;
  }

  .door-to-door-left p {
    max-width: 100%;
  }

  .door-to-door-right {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .door-to-door-right > div {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .business-impact-text {
    text-align: center;
  }
  .flawless-box {
    border-radius: 20px;
    height: 120px;
    margin: 0 auto;
    gap: 20px !important;
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .feature-panel {
    padding: 1.2rem;
  }
  .flawless-heading {
    text-align: center;
    margin-bottom: 2rem;
  }
  .flawless-box {
    width: 60%;
  }
  .how-cms-works-card-content {
    height: 120px;
    width: 320px;
    text-align: left;
    left: 15px;
    bottom: 15px;
  }
  .door-to-door-left h3 {
    font-size: 34px;
  }

  .door-to-door-left h4 {
    font-size: 18px;
  }

  .door-to-door-right {
    border-top: none;
  }

  .door-to-door-right > div {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .door-to-door-right > div:last-child {
    border-bottom: none;
  }

  .door-to-door-item {
    min-height: auto;
    padding: 1.75rem 1rem;
  }

  .door-to-door-item p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 580px) {
  .how-cms-works-swiper {
    padding-bottom: 0;
  }
  .how-cms-works-swiper .swiper-wrapper {
    padding-bottom: 1rem;
  }
  .door-to-door-section,
  .business-impact-section {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .feature-left {
    padding: 0;
  }
  .benefit-card {
    padding: 1.8rem 1.5rem;
  }
  .benefit-card-inner p {
    font-size: 19px;
  }
  .impact-card {
    justify-content: flex-start;
    gap: 25px;
  }
  .impact-card p {
    text-align: left;
  }
  .how-cms-works-card-content {
    height: 120px;
    width: 300px;
    left: 10px;
    bottom: 10px;
  }
  .how-cms-works-card-content h4 {
    font-size: 16px;
    text-align: left;
  }
  .ready-to-go-left {
    margin-top: -80px;
  }
}

@media (max-width: 430px) {
  .how-cms-works-card-content {
    height: 110px;
    width: 270px;
    left: 10px;
    bottom: 10px;
  }
  .how-cms-works-card-content h4 {
    font-size: 14px;
  }
}
