.card-benefit {
  /* width: 300px; */
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  color: #000000;
  background: #FFFFFF;
  max-width: 350px;
  margin: 20px 20px 20px 0;
}

.title-benefit-v4 {
  font-family: TruenoRg;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}

.title-wording-benefit {
  font-family: TruenoLt;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.duration-benefit {
  font-family: TruenoRg;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.01em;
  text-align: left;

}

.wording-benefit {
  font-family: TruenoRg;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #434343;
}

.capacity-benefit {
  font-family: TruenoRg;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #434343;
}

.card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/*.card-body {
 padding: 15px; 
} */

.card-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.card-text {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

.card-link {
  display: block;
  margin-top: 10px;
  padding: 5px 0;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.card-link:hover {
  background-color: #0062cc;
}

.container-title {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.container-card-title {
  padding: 25px 15px;
}

.best-seller-icon {
  /* width: 97px; */
  width: 100%;
  height: 30px;
  top: 1px;
  left: 213px;
  padding: 0px 8px 0px 8px;
  gap: 2px;
  border-radius: 0px 0px 0px 6px;
  opacity: 0px;
  background: linear-gradient(131.42deg, #F11354 8.02%, #FF47CC 57.66%, #EE02C8 106.74%);
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.hide-best-seller-icon {
  width: 100%;
  height: 20px;
  top: 1px;
  left: 213px;
  padding: 2px 8px 2px 8px;
  gap: 2px;
  border-radius: 0px 0px 0px 6px;
  opacity: 0px;
  background: #ffffff;
}

.wording-best-seller {
  font-family: TruenoLt;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #FFFFFF;
}

.container-card-main {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  height: 77px;
}

/* .container-benefit {
  display: flex;
  justify-content: space-between;
} */

.container-button-benefit {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
}

.wording-buy {
  font-family: Trueno;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
}

.buy-button {
  background-color: #FF1659;
  border: none;
  color: #ffffff;
  font-size: 16px;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 5px 20px;
  /* gap: 10px; */
  font-family: TruenoLt;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
}

.buy-button:hover {
  /* background-color: #cc0000; */
  opacity: .5px;
  color: #FFFFFF;
}

.wording-tarif {
  font-family: TruenoLt;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 5px 0;
}

.container-card-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .card-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
} */
.icon-fit {
  height: 16px;
  width: 16px;
}

.mobile-benefit-v4 {
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.desktop-benefit-v4 {
  /* background-color: royalblue;
  overflow: auto;
  background: #FFFFFF26;
  color: white;
  width: 646px;
  height: 78px;
  padding: 20px 48px 20px 48px;
  gap: 24px;
  border-radius: 8px;
  opacity: 0px;
  display: flex;
  margin: auto;
  justify-content: center; */
  display: flex;
  justify-content: center;
}

.container-desktop-benefit-v4 {
  display: inline-flex;
  /* width: 646px;
  height: 78px; */
  padding: 20px 48px 20px 48px;
  gap: 24px;
  border-radius: 8px;
  opacity: 0px;
  margin: auto;
  overflow-x: auto;
}

.card-body-benefit {
  background-color: #FFFFFF;
}


button {
  border: none;
  cursor: pointer;
  color: white;
  background: none;
  transition: all .3s ease-in-out;
}

.container-carousel {
  /* width: 100%;
height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: white; */
}

.carousel-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  /* padding: 44px 0; */
  transition: all 0.25s ease-in;
}

.carousel-view .item-list {
  /* max-width: 950px;
width: 70vw; */
  width: 100%;
  padding: 20px 10px;
  display: flex;
  gap: 48px;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow: auto;
  scroll-snap-type: x mandatory;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
  display: none;
}

.prev-btn {
  background: none;
  cursor: pointer;
}

.next-btn {
  cursor: pointer;
}

.item {
  scroll-snap-align: center;
  min-width: 120px;
  height: 120px;
  background-color: deeppink;
  border-radius: 8px;
}

.swiper-navBtn:hover {
  color: #FF1659;
}

.card-benefit-v4-fix {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  /* width: 300px; Adjust to your desired width */
  /* padding: 16px; */
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* background-color: #fff; */
  height: 288px;
  width: 100%;
  /* border: 1px solid #ddd; */
  border-radius: 12px;
  overflow: hidden;
  color: #000000;
  background: #FFFFFF;
  max-width: 350px;
  margin: 20px 20px 20px 0;
}

.card-content-v4-fix {
  flex-grow: 1;
}

.card-button-v4-fix {
  /*align-self: flex-start;  Ensures the button is aligned to the bottom */
  padding: 10px 10px 10px 17px;
  /* background-color: #007bff; */
  color: black;
  border: none;
  /* cursor: pointer; */
  margin-top: 40px;
  /* Adjust the spacing between content and button */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-benefit-fix {
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
}

.wording-estimated-currency {
  font-family: TruenoRg;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #555555;
}



@media (max-width: 768px) {
  .mobile-benefit-v4 {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px 0;
    display: flex;
  }

  .card-benefit {
    width: 100%;
    margin: 20px 0;
    max-width: 100%;
  }

  .card-benefit-v4-fix {
    width: 100%;
    margin: 20px 0;
    max-width: 100%;
  }

  .desktop-benefit-v4 {
    display: none !important;
  }

  .title-wording-benefit {
    font-family: TruenoLt;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;

  }

  .duration-benefit {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-align: left;

  }
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  /* border-radius: 25px; */
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  /* border-radius: 25px 25px 0 25px; */
}

.overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.overlay::after {
  /* border-radius: 0 25px 0 0; */
  background-color: #FFF;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  /* border-radius: 50%; */
  background: #FFF;
  padding: 3px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
  border: 4px solid #4070F4;
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  /* border-radius: 6px; */
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

/* .swiper-navBtn:hover {
  color: #4070F4;
} */

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

.swiper-navBtn {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }

  .container-button-benefit {
    padding: 23px 15px 0px 15px;
  }

  .wording-tarif {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;

  }

  .buy-button {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
  }
}