/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.
 */
.wp-block-telex-block-telex-testimonial-grid-slider {
  --tgs-surface: #f4f8ff;
  --tgs-border: #cfdcf4;
  --tgs-ink: #152745;
  --tgs-muted: #5d7093;
  --tgs-accent: #0e4194;
  --tgs-accent-strong: #0a3275;
  --tgs-star: #ebb54a;
  --tgs-shadow: 0 22px 42px -34px rgba(14, 44, 96, 0.7);
  --tgs-gap-desktop: 30px;
  --tgs-gap-mobile: 24px;
  padding: 48px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials-viewport {
  overflow: visible;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--tgs-gap-desktop);
  margin-bottom: 30px;
}
.testimonial-card {
  background: linear-gradient(var(--tgs-accent), var(--tgs-accent)) left/4px 100% no-repeat, linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.95)), radial-gradient(circle at 100% 0, rgba(14, 65, 148, 0.12), transparent 58%);
  border: 1px solid var(--tgs-border);
  border-radius: 18px;
  padding: 24px 30px 30px;
  box-shadow: var(--tgs-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px -30px rgba(10, 44, 103, 0.78);
  border-color: rgba(14, 65, 148, 0.38);
}
.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quote-icon {
  font-size: 48px;
  line-height: 1;
  color: var(--tgs-accent);
  font-family: Georgia, serif;
  font-weight: 700;
}
.testimonial-stars {
  display: flex;
  gap: 4px;
}
.testimonial-stars .star {
  color: var(--tgs-star);
  font-size: 18px;
  line-height: 1;
}
.testimonial-text {
  font-size: 16px;
  line-height: 1.62;
  color: var(--tgs-ink);
  margin: 0;
  flex-grow: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}
.author-image,
.author-image-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #dde8fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-image img,
.author-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-image.placeholder,
.author-image-wrapper.placeholder {
  background: linear-gradient(135deg, #4a7fe0 0%, #0e4194 100%);
}
.author-image .placeholder-icon,
.author-image-wrapper .placeholder-icon {
  font-size: 22px;
}
.author-info {
  flex-grow: 1;
  min-width: 0;
}
.author-name {
  font-weight: 600;
  font-size: 16px;
  color: var(--tgs-ink);
  margin: 0 0 4px 0;
}
.author-title {
  font-size: 14px;
  color: var(--tgs-muted);
  margin: 0;
}
.slider-controls {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
.slider-btn {
  background: var(--tgs-accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.slider-btn:hover {
  background: var(--tgs-accent-strong);
  transform: translateY(-1px);
}
.slider-btn:focus {
  outline: 2px solid rgba(14, 65, 148, 0.42);
  outline-offset: 2px;
}
.slider-btn:focus-visible {
  outline: 2px solid rgba(14, 65, 148, 0.42);
  outline-offset: 2px;
}
.slider-btn:focus:not(:focus-visible) {
  outline: none;
}
@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-telex-block-telex-testimonial-grid-slider {
    padding: 24px 0;
  }
  .testimonials-viewport {
    overflow: hidden;
    padding: 0 16px 18px;
  }
  .testimonials-grid {
    display: flex;
    gap: var(--tgs-gap-mobile);
    margin-bottom: 0;
    transform: translate3d(0, 0, 0);
    touch-action: pan-y;
    will-change: transform;
  }
  .testimonial-card {
    flex: 0 0 calc((100% - var(--tgs-gap-mobile)) / 1.3);
    min-width: 0;
    padding: 20px 22px 24px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .quote-icon {
    font-size: 38px;
  }
  .testimonial-text {
    font-size: 15px;
  }
}
@supports not (gap: 1rem) {
  @media (max-width: 767px) {
    .testimonials-grid {
      margin-left: calc(var(--tgs-gap-mobile) * -0.5);
      margin-right: calc(var(--tgs-gap-mobile) * -0.5);
    }
    .testimonial-card {
      margin-left: calc(var(--tgs-gap-mobile) * 0.5);
      margin-right: calc(var(--tgs-gap-mobile) * 0.5);
    }
  }
}

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