/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/lala-block-testimonial-card/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.swiper {
  height: 100%;
  margin: 0 auto;
  flex-grow: 1;
  width: 75%;
}

.wp-block-lala-blocks-testimonial-card {
  padding: var(--ll-blocks-custom-padding, 3rem) var(--wp--preset--spacing--40, 0);
}
@media screen and (max-width: 576px) {
  .wp-block-lala-blocks-testimonial-card {
    padding: var(--ll-blocks-custom-padding-mobile, 3rem) var(--wp--preset--spacing--40, 0);
  }
}

.testimonial-cards-container {
  background-color: #f7f7f7;
}

.testimonial-cards {
  display: flex;
  padding: 3rem 0;
  align-items: flex-start;
  gap: 40px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .testimonial-cards {
    margin-right: 0 !important;
    padding-right: 0;
  }
}

.testimonial-cards-heading {
  flex-shrink: 0;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .testimonial-cards-heading {
    text-align: left;
  }
}

.testimonial-cards-heading svg {
  margin-bottom: 1rem;
}

.testimonial-cards-heading h2 {
  margin: 1rem 0;
}

.testimonial-cards-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .testimonial-cards-navigation {
    margin-left: 0;
  }
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  color: #a8a8a8;
}

.swiper-pagination {
  position: static !important;
  height: 4px;
  width: 100px;
  border-radius: 3px;
  overflow: hidden;
}

.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 3px;
  transform-origin: left;
}

@media (min-width: 768px) {
  .swiper-wrapper {
    padding: 0 10px;
  }
}
.swiper-slide {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .swiper-slide {
    padding: 0;
  }
}

.swiper-slide-card {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: relative;
  z-index: 2;
  height: 200px;
}

.swiper-slide-card:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 0;
  background-color: var(--card-bg-color, #fff);
  z-index: 1;
}

.swiper-slide-card:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  border-width: 50px 50px 0 0;
  border-style: solid;
  border-color: var(--card-bg-color, #fff) transparent transparent transparent;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.25));
}

.testimonial-card-content-container {
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.testimonial-card-content {
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.testimonial-card-content::-webkit-scrollbar {
  width: 8px;
  background-color: transparent; /* No background track */
}
.testimonial-card-content::-webkit-scrollbar-track {
  background: transparent;
}
.testimonial-card-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
}
.testimonial-card-content:hover::-webkit-scrollbar-thumb {
  /* Make the thumb visible */
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.testimonial-card-content:hover {
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}

.testimonial-card-content p.testimonial-title {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.testimonial-card-content p.testimonial {
  margin: 0;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .testimonial-cards {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-cards-heading,
  .swiper {
    width: 100%;
    padding: 0 15px;
  }
  .testimonial-cards-navigation {
    width: 100%;
    justify-content: flex-start;
  }
}
.testimonial-author-container {
  display: flex;
  margin-left: 2rem;
  margin-top: 1rem;
}
.testimonial-author-container .wrapper {
  width: 75px;
}
.testimonial-author-container .wrapper.d-none {
  width: 0;
}
.testimonial-author-container .wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.testimonial-name {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
.testimonial-name p.names {
  margin: 0;
  margin-bottom: 0;
}

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