.testimonials-section[data-v-0ddab48d] {
    padding: 80px 20px
}

.container[data-v-0ddab48d] {
    margin: 0 auto
}

.filter-tabs[data-v-0ddab48d] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap
}

.tab-button[data-v-0ddab48d] {
    padding: 12px 24px;
    border: 2px solid #ddd;
    background: transparent;
    border-radius: 15px;
    font-size: .95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    color: #666
}

.tab-button[data-v-0ddab48d]:hover {
    border-color: #666;
    color: #666
}

.tab-button.active[data-v-0ddab48d] {
    background: #666;
    border-color: #666;
    color: #fff
}

.testimonials-list[data-v-0ddab48d] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px
}

.testimonial-card[data-v-0ddab48d] {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px #00000014;
    transition: all .3s ease
}

.testimonial-card[data-v-0ddab48d]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px #0000001f
}

.testimonial-content[data-v-0ddab48d] {
    display: flex;
    align-items: flex-start;
    gap: 0
}

.testimonial-image[data-v-0ddab48d] {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    overflow: hidden
}

.testimonial-image img[data-v-0ddab48d] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.testimonial-text[data-v-0ddab48d] {
    padding: 30px;
    flex: 1
}

.testimonial-names[data-v-0ddab48d] {
    font-size: 1.3rem;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600
}

.testimonial-date[data-v-0ddab48d] {
    font-size: .9rem;
    color: #999;
    margin: 0 0 20px
}

.testimonial-story[data-v-0ddab48d] {
    font-size: .95rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 20px
}

.read-more-btn[data-v-0ddab48d] {
    background: linear-gradient(135deg, #666, #a2a2a2);
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 15px;
    font-size: .85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease
}

.read-more-btn[data-v-0ddab48d]:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px #0000004d
}

.back-to-top[data-v-0ddab48d] {
    text-align: center;
    margin-top: 40px
}

.back-to-top-btn[data-v-0ddab48d] {
    background: transparent;
    border: none;
    color: #666;
    font-size: .95rem;
    cursor: pointer;
    transition: color .3s ease;
    text-decoration: underline
}

.back-to-top-btn[data-v-0ddab48d]:hover {
    color: #666
}

@media (max-width: 768px) {
    .testimonials-section[data-v-0ddab48d] {
        padding: 60px 20px
    }

    .filter-tabs[data-v-0ddab48d] {
        flex-direction: column;
        align-items: center;
        gap: 15px
    }

    .tab-button[data-v-0ddab48d] {
        padding: 10px 20px;
        font-size: .9rem
    }

    .testimonial-content[data-v-0ddab48d] {
        flex-direction: column
    }

    .testimonial-image[data-v-0ddab48d] {
        width: 100%;
        height: 250px
    }

    .testimonial-text[data-v-0ddab48d] {
        padding: 25px 20px
    }

    .testimonial-names[data-v-0ddab48d] {
        font-size: 1.2rem
    }
}

@media (max-width: 480px) {
    .testimonials-section[data-v-0ddab48d] {
        padding: 50px 15px
    }

    .container[data-v-0ddab48d] {
        max-width: 100%
    }

    .testimonial-text[data-v-0ddab48d] {
        padding: 20px 15px
    }

    .testimonial-story[data-v-0ddab48d] {
        font-size: .9rem
    }

    .testimonial-image[data-v-0ddab48d] {
        height: 200px
    }
}
