/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/testimonials-section/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.testimonial-section .embla {
  position: relative;
  width: 100%;
}

.testimonial-section .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.testimonial-section .embla__container {
  display: flex;
  will-change: transform;
  padding: 0;
  margin: 0;
  margin-right: -1.5rem; /* NEGATIVE margin equals the slide margin */
  gap: 1rem; /* no gap */
}

.testimonial-section .embla__slide {
  flex: 0 0 19%;
  width: 300px;
  max-width: calc(100vw - 3rem);
  aspect-ratio: 9/16;
  box-sizing: border-box;
}

/* Remove margin on the last slide inside the container */
.testimonial-section .embla__slide:last-child {
  margin-right: 0;
}

/* Your existing video styles stay the same */
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 32px;
  overflow: hidden;
}

.card-video-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: rgba(0, 0, 0, 0.4); /* dark tint if needed */
  color: #fff;
  z-index: 3;
  text-align: center;
  padding: 2rem;
  opacity: 1;
  transition: opacity 0.3s ease; /* smooth fade */
}

.play-btn {
  background-color: transparent; /* transparent bg */
  border: none; /* no border */
  padding: 0; /* no extra space */
  cursor: pointer; /* still clickable */
}

.play-btn i {
  font-size: 1.2rem; /* adjust size */
  color: #fff; /* white icon (or your color) */
}

.video-overlay a {
  pointer-events: auto;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 0.9rem;
}

.video-overlay h5 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.video-overlay p {
  color: #f1f1f1;
  font-size: 0.9rem;
  margin: 0 0 0.75rem 0;
}

.testimonial-section .embla__prev, .testimonial-section .embla__next {
  background: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  transition: background 0.3s ease;
}

.embla__prev:hover, .embla__next:hover {
  background: #f7f7f7;
}

.embla__prev:disabled, .embla__next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 1024px) {
  .embla__slide {
    width: 240px;
    max-width: 90vw;
  }
}
.embla__spacer {
  flex: 0 0 1.5rem; /* width equal to your desired gap */
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 991px) {
  .testimonial-section .embla__slide {
    flex: 0 0 80%; /* Show about 1.2 slides */
  }
}
@media (max-width: 768px) {
  .testimonial-section .embla__slide {
    flex: 0 0 69%; /* Show about 1.2 slides */
  }
}
.fi {
  font-family: "uicons-solid-rounded" !important;
  font-style: normal;
}

/*# sourceMappingURL=style-index.css.map*/