/* Tablet Optimizations (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Gallery Section */
    .gallery-carousel-wrapper {
        padding: 0 60px;
    }
    
    .gallery-carousel-track {
        height: 550px;
    }
    
    .gallery-card {
        max-width: 90%;
        height: 500px;
    }
    
    .gallery-card-inner img {
        object-fit: cover;
    }
    
    /* Testimonials Section */
    .testimonials-carousel-container {
        padding: 0 60px;
        max-width: 900px;
    }
    
    .testimonial-card-premium {
        max-width: 850px;
    }
    
    .testimonial-card-premium .card-inner {
        padding: 3.5rem 3rem;
    }
    
    .testimonial-content {
        font-size: 1.3rem;
        line-height: 1.8;
    }
}
