/* Testimonials Section - Responsive Styles */

/* Tablet Large (1200px and below) */
@media (max-width: 1200px) {
    .testimonials {
        border-radius: 18px;
        padding-bottom: 45px;
    }

    .testimonials__header {
        margin-bottom: 35px;
    }

    .testimonials__header p {
        font-size: 32px;
        line-height: 40px;
    }

    .testimonials-carousel .owl-nav button.owl-prev {
        left: -50px;
        font-size: 48px;
    }

    .testimonials-carousel .owl-nav button.owl-next {
        right: -50px;
        font-size: 48px;
    }
}

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .testimonials {
        border-radius: 15px;
        padding-bottom: 40px;
    }

    .testimonials__header {
        margin-bottom: 30px;
    }

    .testimonials__header p {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.8px;
    }

    .testimonial-item {
        padding: 25px;
        min-height: 280px;
    }

    .testimonial-item i {
        font-size: 36px;
        top: 15px;
        right: 15px;
    }

    .testimonial-avatar {
        width: 70px;
        height: 70px;
        margin-bottom: 18px;
    }

    .testimonial-content {
        font-size: 15px;
        line-height: 1.5;
    }

    .testimonials-carousel .owl-nav button.owl-prev {
        left: -40px;
        font-size: 44px;
    }

    .testimonials-carousel .owl-nav button.owl-next {
        right: -40px;
        font-size: 44px;
    }
}

/* Tablet Small (768px and below) */
@media (max-width: 768px) {
    .testimonials {
        border-radius: 12px;
        padding-bottom: 35px;
        background-size: cover;
    }

    .testimonials__header {
        margin-bottom: 25px;
        padding: 0 20px;
    }

    .testimonials__header p {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
        text-align: center;
    }

    .testimonial-item {
        padding: 20px;
        min-height: 260px;
        height: auto;
    }

    .testimonial-item i {
        font-size: 32px;
        top: 12px;
        right: 12px;
    }

    .testimonial-avatar {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .testimonial-content {
        font-size: 14px;
    }

    .testimonial-footer {
        padding-top: 12px;
    }

    .testimonial-author {
        font-size: 15px;
    }

    .testimonial-link {
        font-size: 13px;
    }

    .testimonials-carousel .owl-stage-outer {
        padding-bottom: 25px;
    }

    .testimonials-carousel .owl-nav button.owl-prev {
        left: -30px;
        font-size: 36px;
    }

    .testimonials-carousel .owl-nav button.owl-next {
        right: -30px;
        font-size: 36px;
    }

    .testimonials-carousel .owl-dots {
        margin-top: 25px;
    }

    .testimonials-carousel .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

/* Mobile (576px and below) */
@media (max-width: 576px) {
    .testimonials {
        border-radius: 10px;
        padding-bottom: 30px;
    }

    .testimonials__header {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .testimonials__header p {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .testimonial-item {
        padding: 18px;
        min-height: 240px;
    }

    .testimonial-item i {
        font-size: 28px;
        top: 10px;
        right: 10px;
    }

    .testimonial-avatar {
        width: 55px;
        height: 55px;
        margin-bottom: 12px;
    }

    .testimonial-content {
        font-size: 14px;
        line-height: 1.4;
    }

    .testimonial-footer {
        padding-top: 10px;
    }

    .testimonial-author {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .testimonial-link {
        font-size: 12px;
    }

    .testimonials-carousel .owl-nav button.owl-prev {
        left: -20px;
        font-size: 30px;
    }

    .testimonials-carousel .owl-nav button.owl-next {
        right: -20px;
        font-size: 30px;
    }

    .testimonials-carousel .owl-dots {
        margin-top: 20px;
    }
}

/* Mobile Small (480px and below) */
@media (max-width: 480px) {
    .testimonials {
        border-radius: 8px;
        padding-bottom: 25px;
    }

    .testimonials__header p {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonial-item {
        padding: 15px;
        min-height: 220px;
    }

    .testimonial-item i {
        font-size: 24px;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .testimonial-content {
        font-size: 13px;
    }

    .testimonial-author {
        font-size: 13px;
    }

    .testimonials-carousel .owl-nav button.owl-prev,
    .testimonials-carousel .owl-nav button.owl-next {
        font-size: 26px;
    }

    .testimonials-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .testimonials-carousel .owl-nav button.owl-next {
        right: -15px;
    }
}
