.business-slider-area {
  overflow: hidden !important;
}

.business-trust-slider-wrapper {
  /* background: #f5f3ed; */
  /* padding: 60px 40px; */
  position: relative;
}

.business-trust-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 56px;
}

.business-trust-main-title {
  max-width: 688px;
  color: #350f6b;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.business-trust-navigation {
  display: flex;
  gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: none;
}

.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* .swiper-button-next {
  background-color: #ff6b35;
}

.swiper-button-prev:hover {
  background-color: #ff6b35;
}

.swiper-button-next:hover {
  background-color: #2d1b69;
} */

.swiper-button-prev {
  background-color: #350f6b;
}

.swiper-button-next {
  background-color: #ff6b35;
}

.swiper-button-prev:hover {
  transform: scale(1.05);
}

.swiper-button-next:hover {
  transform: scale(1.05);
}

.business-trust-slider-wrapper .mySwiper {
  overflow: visible !important;
}
.business-trust-slider-wrapper .swiper {
  overflow: visible !important;
}

.swiper-slide {
  height: auto;
}

.business-trust-slider-wrapper .list-item {
  background: #ffffff;
  padding: 40px 16px 24px 40px;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/* .list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} */

.list-title {
  color: #2d1b69;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.business-trust-slider-wrapper .list-item .list-content {
  max-width: 308px;
  color: #350f6b;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: -0.16px;
  margin: 0 0 30px 0;
  flex-grow: 1;
}

.list-image {
  margin-top: auto;
  /* text-align: center; */
  align-self: flex-end;
}

.list-image img {
  max-width: 180px;
  height: auto;
}

/* Responsive */
@media (max-width: 1200px) {
  .business-trust-main-title {
    max-width: 437px;
  }
}
@media (max-width: 1024px) {
  .business-trust-slider-wrapper {
    /* padding: 50px 30px; */
  }
  .business-trust-header {
    margin-bottom: 40px;
  }
  .business-trust-main-title {
    font-size: 55px;
  }

  .list-item {
    padding: 35px 25px;
  }
  .list-title {
    margin-bottom: 10px;
  }

  .business-trust-slider-wrapper .list-title {
    font-size: 30px;
  }

  .list-content {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .business-trust-header {
    /* flex-direction: column; */
    gap: 20px;
    margin-bottom: 32px;
  }

  .business-trust-navigation {
    order: 2;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 18px;
  }

  .list-item {
    padding: 30px 20px;
  }

  .list-title {
    font-size: 20px;
  }

  .list-content {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .list-image img {
    max-width: 220px !important;
  }
}

@media (max-width: 480px) {
  .business-trust-slider-wrapper .list-item {
    flex-direction: column-reverse;
  }
  .business-trust-header {
    margin-bottom: 26px;
  }
  .business-trust-main-title {
    font-size: 24px;
  }
  .business-trust-navigation {
    align-self: flex-end;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 33px !important;
    height: 33px !important;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 10px;
    height: 15px;
  }

  .list-item {
    padding: 25px 15px;
  }

  .list-title {
    margin-top: 20px;
    margin-bottom: 16px;
    /* font-size: 18px; */
  }
  .list-content {
    margin: 0px !important;
  }
  .list-image {
    align-self: center;
  }
  .list-image img {
    max-width: 240px !important;
  }
}
