/* Contenedor */
#fh5co-team-section .testi-wrap{ max-width:1100px; margin:0 auto; }

#fh5co-team-section .testi-card{
  display:flex; flex-direction:column;
  background:#fff; color:#333;
  border-radius:16px; border:1px solid #eee;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  padding:18px;
}
#fh5co-team-section .testi-stars{ color:#f4c430; letter-spacing:2px; font-size:18px }
#fh5co-team-section .testi-text{ margin:10px 0 14px; line-height:1.5; color:#555; flex:1 1 auto; font-size: 14px;}
#fh5co-team-section .testi-author{ display:flex; align-items:center; gap:12px; border-top:1px solid #eee; padding-top:12px }
#fh5co-team-section .testi-avatar{
  width:40px; height:40px; border-radius:50%; background:#f3f4f6;
  display:grid; place-items:center; font-weight:600; color:#666;
}
@media (prefers-color-scheme: dark){
  #fh5co-team-section .testi-card{ background:#15161a; color:#e8e8ea; border-color:#24262c }
  #fh5co-team-section .testi-text{ color:#d0d0d2 }
  #fh5co-team-section .testi-author{ border-color:#24262c }
  #fh5co-team-section .testi-avatar{ background:#22242a; color:#c9ccd1 }
}

/* --- Slider --- */
#fh5co-team-section .testi-viewport{ overflow:hidden; }
#fh5co-team-section .testi-track{
  display:flex;
  transition: transform .45s ease;
  will-change: transform;
}
#fh5co-team-section .testi-slide{
  flex:0 0 100%;
  display:grid;
  padding-left: 10px;
  padding-right: 10px;
  gap:16px;
  grid-template-columns: 1fr; /* 1 tarjeta por fila en mobile */
  padding-block: 2px;
}
@media (min-width:768px){
  #fh5co-team-section .testi-slide{
    grid-template-columns: repeat(1, 1fr); /* 2 tarjetas por slide en >= md */
  }
}

/* Controles y dots */
#fh5co-team-section .testi-ctrl{
  display:flex; gap:8px; margin:10px 0 0;
}
#fh5co-team-section .testi-btn{
  background:#22242a; color:#fff; border:0; padding:10px 14px; border-radius:10px; cursor:pointer;
}
#fh5co-team-section .testi-btn:hover{ background:#2a2d34 }
#fh5co-team-section .testi-dots{ display:flex; justify-content:center; gap:8px; margin-top:12px }
#fh5co-team-section .testi-dot{
  width:8px; height:8px; border-radius:50%; background:#d0d0d0; border:0;
}
#fh5co-team-section .testi-dot[aria-current="true"]{ background:#f4c430 }



#fh5co-team-section .testi-ctrl{
  display: inline-flex;
  gap: 8px;
  margin: 10px auto 0;
}

/* Dots compactos y centrados */
#fh5co-team-section .testi-wrap { text-align: center; }


#fh5co-team-section .testi-wrap { text-align: center; }
#fh5co-team-section .testi-dots {
  display: inline-flex;
  gap: 8px;
  margin: 12px auto 0;
}
