       /* Testimonials Section Styles - UPDATED */
       .testimonials-section {
        background: #FAF8F5; /* Changed from gradient to solid color #FAF8F5 */
        padding: 5rem 1rem;
        position: relative;
        overflow: hidden;
    }
    
    .testimonials-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .testimonials-header {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .testimonials-header span {
        color: #d97706;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 0.75rem;
    }
    
    .testimonials-header h2 {
        font-family: 'Noto Serif',serif !important;
        font-size: 2.5rem;
        font-weight: 700;
        color: #111827;
        margin-bottom: 1rem;
    }
    
    .testimonials-header p {
        color: #4b5563;
        max-width: 36rem;
        margin: 0 auto;
    }
    
    .testimonial-slider {
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        padding: 2rem;
        position: relative;
    }
    
    .testimonial-card {
        background: white;
        border-radius: 16px;
        padding: 2.5rem;
        height: 100px;
        box-shadow: 0 8px 20px rgba(245, 158, 11, 0.1);
        border: 1px solid #fef3c7;
        transition: all 0.3s ease;
        min-height: 375px;
        position: relative;
    }
    
    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(245, 158, 11, 0.15);
    }
    
    .testimonial-rating {
        color: #f59e0b;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-text {
        font-size: 1.3rem;
        line-height: 1.7;
        color: #4b5563;
        margin-bottom: 2rem;
        font-style: italic;
        position: relative;
        padding-top: 30px;
        min-height: 120px;
    }
    
    .testimonial-text:before {
        content: '"';
        font-size: 4rem;
        color: #fef3c7;
        position: absolute;
        top: -1.5rem;
        left: -1rem;
        font-family: Georgia, serif;
        z-index: 0;
    }
    
    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    
    .testimonial-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fef3c7;
    }
    
    .testimonial-author-info h4 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.3rem;
        font-weight: 600;
        color: #111827;
        margin-bottom: 0.25rem;
    }
    
    .testimonial-author-info p {
        color: #6b7280;
        font-size: 0.9rem;
    }
    
    /* Slider Navigation - MOVED INSIDE testimonial-slider */
    .testimonial-nav {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 2rem;
        position: relative;
        z-index: 10;
    }
    
    .testimonial-nav button {
        width: 50px;
        height: 0;
        border-radius: 50%;
        border: none;
        background: white;
        color: #f59e0b;
        font-size: 1.2rem;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .testimonial-nav button:hover {
        background: #f59e0b;
        color: white;
        transform: scale(1.1);
    }
    
    .testimonial-dots {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1.5rem;
        position: relative;
        z-index: 10;
    }
    
    .testimonial-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #e5e7eb;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .testimonial-dot.active {
        background: #f59e0b;
        transform: scale(1.2);
    }
    
    .testimonial-pattern {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 300px;
        opacity: 0.1;
        background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3 (1.343-3 3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f59e0b' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    }

     
    @media (max-width: 768px) {
        .testimonials-section {
            padding: 3rem 1rem;
        }
        
        .testimonials-header h2 {
            font-size: 2rem;
        }
        
        .testimonial-card {
            padding: 1.5rem;
            min-height: 300px;
        }
        
        .testimonial-text {
            font-size: 0.95rem;
            min-height: 100px;
        }
    }
    
/* Mobile Responsive  */

@media (max-width: 480px) {

  /* Section spacing fix */
  .testimonials-section {
    padding: 2.5rem 1rem;
  }

  /* Center everything */
  .testimonials-container {
    padding: 0;
  }

  .testimonials-header {
    margin-bottom: 2rem;
  }

  .testimonials-header h2 {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .testimonials-header p {
    font-size: 0.9rem;
  }

  /* Slider full width */
  .testimonial-slider {
    padding: 1rem;
    border-radius: 14px;
  }

  /* CARD FIX – main issue */
  .testimonial-card {
    width: 100%;
    padding: 1.25rem;
    min-height: unset;
    height: auto;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  }

  /* Text readability */
  .testimonial-text {
    font-size: 0.9rem;
    line-height: 1.6;
    padding-top: 18px;
    margin-bottom: 1.5rem;
  }

  .testimonial-text::before {
    font-size: 2.5rem;
    top: -0.8rem;
    left: -0.2rem;
  }

  /* Author layout fix */
  .testimonial-author {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }

  .testimonial-avatar {
    width: 48px;
    height: 48px;
  }

  .testimonial-author-info h4 {
    font-size: 1rem;
    margin: 0;
  }

  .testimonial-author-info p {
    font-size: 0.8rem;
  }

  /* Navigation buttons */
  .testimonial-nav button {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  /* Dots */
  .testimonial-dot {
    width: 9px;
    height: 9px;
  }

  /* Background pattern smaller */
  .testimonial-pattern {
    width: 150px;
    height: 150px;
    opacity: 0.08;
  }
}
