
  .testimonials {
    padding: 60px 20px;
    background-color: #0c1326;
    color: #fff;
    text-align: center;
  }
  .testimonials-header .section-subtitle {
    color: #0358b9;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
  }
  .testimonials-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .testimonial-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .testimonial-card {
    background-color: #1c2237;
    border-radius: 10px;
    padding: 30px;
    max-width: 480px;
    flex: 1 1 300px;
    position: relative;
    text-align: left;
  }
  .testimonial-user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }
  .testimonial-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #0c1326;
    margin-right: 15px;
    object-fit: cover;
  }
  .user-info h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
  }
  .user-info p {
    margin: 3px 0 0;
    font-size: 13px;
    color: #aaa;
  }
  .stars {
    color: #0358b9;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .quote-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
    color: #0358b9;
  }
  .testimonial-text {
    font-size: 15px;
    color: #d0d3e0;
    line-height: 1.7;
  }
  .testimonial-dots {
    margin-top: 30px;
    font-size: 16px;
    color: #0358b9;
    display: flex;
    justify-content: center;
    gap: 12px;
  }