/* Styles pour le carrousel de témoignages */
#our-testimonials.our-testimonial {
  background: #233e73;   /* bleu foncé ancien */
  padding: 80px 0;
}
#our-testimonials .main-title h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
}
.testimonial_grid_slider .item {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.testimonial_grid .thumb img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255,255,255,0.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  margin: 0 auto 18px;
  display: block;
}
.testimonial_grid .details h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}
.testimonial_grid .details p {
  color: #e6eefc; /* texte secondaire */
  margin-bottom: 0;
}
.testimonial_grid .details .mt25 {
  margin-top: 18px !important;
  color: #f7f9ff;         /* citation en blanc cassé */
  line-height: 1.6;
}
/* Dots centrés et visibles sur fond bleu */
#our-testimonials .owl-dots {
  margin-top: 16px;
  text-align: center;
}
#our-testimonials .owl-dot span {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.5);
}
#our-testimonials .owl-dot.active span {
  background: #fff;
}
@media (max-width: 768px) {
  #our-testimonials.our-testimonial { padding: 60px 0; }
  .testimonial_grid_slider .item { max-width: 90%; }
  .testimonial_grid .thumb img { width: 80px; height: 80px; }
}
