  .testimonial-slider {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .testimonial-item {
    background: #fff;
    padding: 20px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    text-align: center;
  }
  
  .testimonial-item p {
    font-size: 1em;
    color: #555;
    margin: 0; /* Removes unnecessary margin */
    line-height: 1.5; /* Adds better spacing between lines */
  }
  
  .testimonial-item h4 {
    margin-top: 15px; /* Adds space between quote and name */
    font-size: 1em;
    color: #333;
    font-weight: bold;
    display: block; /* Ensures it stays on its own line */
  }
  
  /* Slick Slider default styles */
  .slick-dots {
    text-align: center;
    margin-top: 10px;
  }
  
  .slick-dots li button:before {
    font-size: 10px;
    color: #999;
  }
  
  .slick-dots li.slick-active button:before {
    color: #333;
  }
  
  .slick-track {
    display: flex !important;
  }
  
  .slick-slide {
    display: flex !important;
    justify-content: center;
  }
  
 .customer-name {
    font-style: italic;
    font-weight: 600;
}