/* Common Slider */
.tg-slider {
    margin: 40px auto;
    max-width: 1100px;
    padding: 20px;
  }
  .tg-slider .slick-slide {
    padding: 10px;
  }
  
  /* Testimonial Card */
  .tg-testimonials .tg-slide {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    min-height: 420px;
  }
  
  /* Quote icon top-right */
  .tg-testimonials .tg-slide::before {
    content: "❞";
    position: absolute;
    top: 0;
    right: 0;
    background: #08387f;
    color: white;
    font-size: 28px;
    border-radius: 0 20px 0 100px;
    padding: 10px 20px;
  }
  
  /* Avatar */
  .tg-testimonials .testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }
  
  /* Client name */
  .tg-testimonials h3 {
    color: #08387f;
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 18px;
  }
  
  /* Subtitle */
  .tg-testimonials .subtitle {
    color: #f37839;
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  /* Stars */
  .tg-testimonials .stars {
    color: #f37839;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  /* Content */
  .tg-testimonials .tg-content {
    font-size: 15px;
    color: #08387f;
    line-height: 1.6;
    max-width: 95%;
    margin: 0 auto;
  }
  