/* Nutraeden Testimonials */
.ntrd-el .testi-slider{ position:relative; background:var(--white); border:1px solid var(--line); border-radius:20px; padding:54px 58px; text-align:center; min-height:190px; }
.ntrd-el .testi-slide{ position:absolute; inset:54px 58px; opacity:0; transform:translateY(8px); transition:opacity var(--testi-transition,.6s) ease, transform var(--testi-transition,.6s) ease; pointer-events:none; }
.ntrd-el .testi-slide.active{ opacity:1; transform:translateY(0); pointer-events:auto; position:relative; inset:auto; }
.ntrd-el .testi-slide p{ font-size:21px; font-weight:600; line-height:1.5; color:var(--ink); margin-bottom:18px; }
.ntrd-el .testi-slide .who{ font-size:14px; color:var(--muted); font-weight:500; }
.ntrd-el .testi-slide .who b{ color:var(--ink); }
.ntrd-el .testi-photo{ width:56px; height:56px; border-radius:50%; object-fit:cover; margin:0 auto 16px; display:block; }
.ntrd-el .testi-dots{ display:flex; justify-content:center; gap:8px; margin-top:24px; }
.ntrd-el .testi-dots button{ width:7px; height:7px; border-radius:50%; border:none; background:var(--line); cursor:pointer; padding:0; transition:background .2s ease, width .2s ease; }
.ntrd-el .testi-dots button.active{ background:var(--blue-ink); width:20px; border-radius:4px; }
@media (max-width:700px){
  .ntrd-el .testi-slider{ padding:38px 24px; }
  .ntrd-el .testi-slide{ inset:38px 24px; }
  .ntrd-el .testi-slide.active{ inset:auto; }
  .ntrd-el .testi-slide p{ font-size:18px; }
}
