.is-layout-constrained > :where(.testimonial-slider){
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Optional: iets nettere stars als je geen icon lib wil */
.testimonial-slider .ts-star{
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* =========================
   Voltina look & feel
   (zonder structuur te wijzigen)
   ========================= */

.testimonial-slider{
  position: relative;
  overflow: hidden;
  background: #fff;
  font-family: Mulish, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: #000;
}

/* Subtiele "Voltina" sfeer (magenta + verloopaccent) */
.testimonial-slider::before{
    content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;


/* Zorg dat content boven de overlays blijft */
.testimonial-slider .container{
  position: relative;
  z-index: 1;
}

/* Headings + tekst */
.testimonial-slider h2{
  color: #000;
}

.testimonial-slider p,
.testimonial-slider blockquote{
  color: rgba(0, 0, 0, 0.85);
}
.testimonial-slider blockquote {
    margin-left: 0;
}

/* Cards: netter, zachter, Voltina-rand */
.testimonial-slider .ts-slide > div,
.testimonial-slider .grid > div{
  border: 1px solid rgba(230, 0, 126, 0.18);
  border-radius: 18px;
  background: #ffffff;
}


/* Stars in Voltina kleurverloop (accent ok) */
.testimonial-slider .ts-star{
  background: linear-gradient(90deg, #e6007e 0%, #f18700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Avatar subtiel ringetje */

/* Prev/Next buttons */
.testimonial-slider .ts-prev,
.testimonial-slider .ts-next{
  border: 1px solid rgba(0,0,0,0.12);
  color: #000;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.testimonial-slider .ts-prev:hover,
.testimonial-slider .ts-next:hover{
  border-color: rgba(230, 0, 126, 0.35);
}

.testimonial-slider .ts-prev:focus-visible,
.testimonial-slider .ts-next:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(230, 0, 126, 0.18), 0 10px 30px rgba(0,0,0,0.08);
}

/* Dots */
.testimonial-slider .ts-dot{
  background: rgba(0,0,0,0.22);
  transition: transform .15s ease, background .15s ease;
}

.testimonial-slider .ts-dot:hover{
  transform: scale(1.25);
}

/* Actieve dot: Voltina magenta (geen zwart) */
.testimonial-slider .ts-dot.is-active{
  background: #e6007e;
  box-shadow: 0 0 0 4px rgba(230, 0, 126, 0.14);
}


.is-layout-constrained > :where(.testimonial-slider){
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.testimonial-slider{
  --vt-pink:#E6007E;
  --vt-orange:#F18700; /* enkel voor verloop */
  --vt-black:#000;

  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--vt-black);
}

/* ✅ Zet de Voltina sfeer terug aan */
.testimonial-slider::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 10% 15%, rgba(230, 0, 126, 0.14) 0%, rgba(230, 0, 126, 0.00) 62%),
    radial-gradient(900px 420px at 90% 85%, rgba(241, 135, 0, 0.10) 0%, rgba(241, 135, 0, 0.00) 62%),
    linear-gradient(135deg, rgba(230, 0, 126, 0.05) 0%, rgba(241, 135, 0, 0.03) 100%);
}

.testimonial-slider::after{
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(230, 0, 126, 0.00) 0%,
    rgba(230, 0, 126, 0.35) 35%,
    rgba(241, 135, 0, 0.30) 65%,
    rgba(230, 0, 126, 0.00) 100%
  );
  opacity: .9;
}

/* content boven overlays */
.testimonial-slider .container{
  position: relative;
  z-index: 1;
}

.testimonial-slider h2{
  letter-spacing: -0.02em;
  color: var(--vt-black);
}

.testimonial-slider p,
.testimonial-slider blockquote{
  color: rgba(0, 0, 0, 0.82);
}

.testimonial-slider blockquote{
  margin-left: 0;
  line-height: 1.6;
}

/* Cards: meer premium + subtiele gradient-border */
.testimonial-slider .ts-slide > div,
.testimonial-slider .grid > div{
  position: relative;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.10);
  transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease, background .20s ease;
}

.testimonial-slider .ts-slide > div:hover,
.testimonial-slider .grid > div:hover{
  transform: translateY(-2px);
  border-color: rgba(230,0,126,0.20);
  background: rgba(255,255,255,0.98);
}

.testimonial-slider .ts-slide > div::before,
.testimonial-slider .grid > div::before{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(230,0,126,.95) 0%, rgba(241,135,0,.95) 100%);
  opacity: .9;
}

/* Stars in Voltina verloop */
.testimonial-slider .ts-star{
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(90deg, #e6007e 0%, #f18700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Prev/Next buttons */
.testimonial-slider .ts-prev,
.testimonial-slider .ts-next{
  border: 1px solid rgba(0,0,0,0.12);
  color: #000;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.testimonial-slider .ts-prev:hover,
.testimonial-slider .ts-next:hover{
  transform: translateY(-1px);
  border-color: rgba(230, 0, 126, 0.35);
}

.testimonial-slider .ts-prev:focus-visible,
.testimonial-slider .ts-next:focus-visible{
  outline: none;
}

/* Dots */
.testimonial-slider .ts-dot{
  background: rgba(0,0,0,0.22);
  transition: transform .15s ease, background .15s ease;
}

.testimonial-slider .ts-dot:hover{
  transform: scale(1.25);
}

.testimonial-slider .ts-dot.is-active{
  background: #e6007e;
}
