.vs-trust-section .text {
  color: #6B7280;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 28px;
}

.vto-banner-section .video-box video {
  top: -30px;
}

/* vs-exapand-section */
.vs-exapand-section {
  background: linear-gradient(90deg, #D6A5B2 0%, #E6C26F 100%);
}
.vs-exapand-section .vs-expand-box {
  position: relative;
  overflow: hidden;
}
.vs-exapand-section .vs-expand-box img {
  transition: transform 0.6s ease;
}
.vs-exapand-section .vs-expand-box .content-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}
.vs-exapand-section .vs-expand-box .content-box .heading-two {
  text-transform: none;
  margin-bottom: 0;
}
.vs-exapand-section .vs-expand-box .content-box .desc-box {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.4s ease;
}
.vs-exapand-section .vs-expand-box .content-box .desc-box .desc-inner {
  overflow: hidden;
}
.vs-exapand-section .vs-expand-box .content-box .desc-box .desc-inner p {
  font-weight: 300;
  color: var(--white);
  font-size: var(--font12);
  line-height: 18px;
}
.vs-exapand-section .vs-expand-box:hover img {
  transform: scale(1.1);
}
.vs-exapand-section .vs-expand-box:hover .heading-two {
  margin-bottom: 16px;
}
.vs-exapand-section .vs-expand-box:hover .desc-box {
  grid-template-rows: 1fr;
  opacity: 1;
}

/* vs-benifit-section */
.vs-benifit-section .vs-benifit-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.vs-benifit-section .vs-benifit-flex .benifit-item {
  max-width: calc((100% - 50px) / 3);
  border-radius: 10px;
  background: linear-gradient(90deg, #D6A5B2 0%, #E6C26F 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.vs-benifit-section .vs-benifit-flex .benifit-item .icon {
  text-align: center;
  margin-bottom: 16px;
}
.vs-benifit-section .vs-benifit-flex .benifit-item .content-box .title {
  color: var(--lightblack1);
  font-size: var(--font20);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.2px;
}
.vs-benifit-section .vs-benifit-flex .benifit-item .content-box p {
  font-size: var(--font12);
  line-height: 16px;
  color: var(--lightblack1);
}

.vs-benifit-section .blue-btn.white-btn{
    max-width: 500px;
}

/* vs-feature-area */
.vs-features-section {
  background: url("../img/feature-bg-svg.jpg") no-repeat;
  background-size: cover;
  background-position: 100%;
  box-shadow: 8px 7px 6px 0 rgba(0, 0, 0, 0.15);
}

.vs-feature-box {
  position: relative;
  /* border: 4px solid #D6A5B2; */
  border-radius: 10px;
  padding: 5px;
  padding-bottom: 0;
  background: linear-gradient(90deg, rgba(215, 167, 177, 0.9) 0%, rgba(230, 194, 112, 0.9) 100%);
}
.vs-feature-box .image {
  position: relative;
  aspect-ratio: 573/454;
  border-radius: 10px;
}
.vs-feature-box .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vs-feature-box .description-box {
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, rgba(215, 167, 177, 0.9) 0%, rgba(230, 194, 112, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.vs-feature-box .description-box .title {
  padding: 10px 20px;
  font-size: var(--font20);
  line-height: 30px;
  margin-bottom: 0;
}

/* use-case-section */
.use-case-section .common-heading-box {
  max-width: 600px;
  margin-left: 0;
}
.use-case-section .common-heading-box p {
  color: #6B7280;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
}
.use-case-section .use-case-block {
  gap: 40px;
  align-items: center;
}
.use-case-section .use-case-block .use-case-item {
  max-width: calc((100% - 80px) / 3);
  flex: 0 0 calc((100% - 80px) / 3);
}
.use-case-section .use-case-block .use-case-item .inner-boxes:first-child {
  margin-bottom: 40px;
}
.use-case-section .use-case-block .use-case-item .inner-boxes .vs-feature-box a {
  display: block;
}
.use-case-section .use-case-block .use-case-item .inner-boxes .vs-feature-box .image {
  position: relative;
  padding-top: 116.4021164021%;
  aspect-ratio: unset;
}
.use-case-section .use-case-block .use-case-item .inner-boxes .vs-feature-box .image img {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .use-case-section,
  .vs-features-section {
    margin-bottom: 20px;
  }
  .use-case-section .heading-two,
  .vs-features-section .heading-two {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .vs-benifit-section .vs-benifit-flex {
    gap: 16px;
  }
  .vs-benifit-section .vs-benifit-flex .benifit-item {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 16px;
  }
  .vs-benifit-section .vs-benifit-flex .benifit-item .icon {
    margin: auto;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
  }
  .vs-exapand-section {
    background: var(--white);
  }
  .vs-exapand-section .vs-expand-box {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .vs-exapand-section .vs-expand-box .image {
    /* aspect-ratio: 768/500; */
    border-radius: 0;
  }
  .vs-exapand-section .vs-expand-box .image img {
    border-radius: 0;
  }
  .vs-exapand-section .vs-expand-box .content-box {
    position: relative;
    background: linear-gradient(90deg, #D6A5B2 0%, #E6C26F 100%);
    padding-inline: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .vs-exapand-section .vs-expand-box .content-box .heading-two {
    text-align: left;
    margin-bottom: 10px;
    color: var(--lightblack1) !important;
  }
  .vs-exapand-section .vs-expand-box .content-box .desc-box {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
  .vs-exapand-section .vs-expand-box .content-box .desc-box .desc-inner p {
    color: var(--lightblack1);
  }
  .vs-trust-section .text {
    font-size: var(--font14);
    line-height: 18px;
  }
  .vs-features-section {
    box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.15);
    /* bottom */
  }
  .vs-feature-box .image {
    aspect-ratio: 573/454;
  }
  .vs-feature-box .description-box .title {
    padding: 8px 16px;
    font-size: var(--font16);
    line-height: 20px;
    margin-bottom: 0;
  }
  /* use-case-section */
  .use-case-section .common-heading-box {
    margin-bottom: 20px;
  }
  .use-case-section .common-heading-box .heading-two {
    text-align: left;
  }
  .use-case-section .common-heading-box p {
    font-size: var(--font14);
    line-height: 18px;
  }
  .use-case-section .vs-feature-box a {
    display: block;
  }
  .use-case-section .vs-feature-box .image {
    position: relative;
    padding-top: 74.6031746032%;
    aspect-ratio: unset;
  }
  .use-case-section .vs-feature-box .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}