/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
 */
/* Testimonial Slider Block Styles */
.wp-block-wpfox-testimonial-slider {
  position: relative;
  margin: 2rem 0;
  /* Multiple slides layout */
  /* Slick Slider Customizations */
}
.wp-block-wpfox-testimonial-slider[data-slides-to-show="2"] .testimonial-content, .wp-block-wpfox-testimonial-slider[data-slides-to-show="3"] .testimonial-content {
  min-height: 300px;
}
.wp-block-wpfox-testimonial-slider .slick-dots {
  bottom: calc(-1 * var(--wp--preset--spacing--50));
  list-style: none;
  display: flex !important;
  justify-content: center;
  gap: var(--wp--preset--spacing--10);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 781px) {
  .wp-block-wpfox-testimonial-slider .slick-dots {
    bottom: calc(-1 * var(--wp--preset--spacing--120));
  }
}
.wp-block-wpfox-testimonial-slider .slick-dots li {
  margin: 0;
}
.wp-block-wpfox-testimonial-slider .slick-dots button {
  width: var(--wp--preset--spacing--17);
  height: var(--wp--preset--spacing--17);
  border-radius: 50%;
  border: none;
  background: #ccc;
  text-indent: -9999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.wp-block-wpfox-testimonial-slider .slick-dots .slick-active button {
  background: #007cba;
}
.wp-block-wpfox-testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 124, 186, 0.9);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0;
}
.wp-block-wpfox-testimonial-slider .slick-arrow:hover {
  background: rgb(0, 124, 186);
  transform: translateY(-50%) scale(1.1);
}
.wp-block-wpfox-testimonial-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.wp-block-wpfox-testimonial-slider .slick-prev {
  left: -60px;
}
.wp-block-wpfox-testimonial-slider .slick-prev:before {
  content: "\f104";
  /* fa-angle-left */
}
.wp-block-wpfox-testimonial-slider .slick-next {
  right: -60px;
}
.wp-block-wpfox-testimonial-slider .slick-next:before {
  content: "\f105";
  /* fa-angle-right */
}

.testimonial-slider-container {
  position: relative;
}
.testimonial-slider-container .testimonial-slide {
  outline: none;
}
.testimonial-slider-container .testimonial-slide .testimonial-content {
  text-align: left;
  height: 100%;
  display: grid !important;
  grid-template-columns: calc(774rem / var(--base-size)) calc(327rem / var(--base-size));
  grid-template-rows: auto 1fr;
  position: relative;
  gap: 0 var(--wp--preset--spacing--50);
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .testimonial-slider-container .testimonial-slide .testimonial-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-quote {
  font-size: var(--font-size-generator);
  --font-size: 20;
  font-style: italic;
  color: #fff;
  position: relative;
  margin-left: calc(63rem / var(--base-size));
  margin-bottom: 0;
  margin-right: 0;
  grid-column: 1;
}
.testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-quote .quote-mark {
  color: #007cba;
  font-weight: bold;
  line-height: 1;
}
.testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-quote .quote-mark--opening {
  width: calc(43rem / var(--base-size));
  height: auto;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -0.25rem;
  left: 0;
  transform: translateX(calc(-1 * 63rem / var(--base-size)));
}
.testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-quote .quote-mark--opening path {
  fill: #007cba;
}
.testimonial-slider-container .testimonial-slide .testimonial-content .author-info {
  text-align: left;
  grid-column: 1;
  grid-row: 2;
  margin-left: calc(63rem / var(--base-size));
  margin-top: var(--wp--preset--spacing--20);
}
.testimonial-slider-container .testimonial-slide .testimonial-content .author-info .author-details {
  margin: 0;
  font-size: var(--font-size-generator) !important;
  --font-size: 20;
  color: #fff;
  font-weight: 600;
}
.testimonial-slider-container .testimonial-slide .testimonial-content .author-info .author-details .author-name:after {
  content: ", ";
}
.testimonial-slider-container .testimonial-slide .testimonial-content .author-info .author-details .author-title:after {
  content: ", ";
}
.testimonial-slider-container .testimonial-slide .testimonial-content .author-info .author-details .author-title:last-child:after {
  content: "";
}
.testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: auto;
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 781px) {
  .testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-author {
    display: none;
  }
}
.testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-author .author-image {
  width: 100%;
  height: 100%;
}
.testimonial-slider-container .testimonial-slide .testimonial-content .testimonial-author .author-image img {
  width: clamp(327px, 327rem / var(--base-size), 100%);
  height: clamp(327px, 327rem / var(--base-size), 100%);
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive Design */

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