:root {
    --primary-color: #20b2aa;
    --secondary-color: #48cae4;
    --accent-color: #00b4d8;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
}

/* RESET AGRESIVO PARA EVITAR CONFLICTOS */
.testimonials-section,
.testimonials-section * {
    box-sizing: border-box !important;
    border: none !important;
    outline: none !important;
}

.testimonials-section .swiper-button-next:hover,
.testimonials-section .swiper-button-prev:hover {
    background: #20b2aa !important;
    transform: scale(1.1) !important;
}

.testimonials-section .swiper-button-next::after,
.testimonials-section .swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold !important;
}

.testimonials-section .swiper-pagination {
    bottom: 10px !important;
}

.testimonials-section .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #0da7bb !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2) !important;
    background: #20b2aa !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0 !important;
    }

    .testimonials-section .testimonial-card {
        padding: 25px 20px !important;
        margin: 5px !important;
    }

    .testimonials-section .testimonial-text {
        font-size: 1rem !important;
    }

    .testimonials-section .testimonial-author {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .testimonials-section .author-avatar {
        width: 45px !important;
        height: 45px !important;
    }

    .testimonials-section .swiper-button-next,
    .testimonials-section .swiper-button-prev {
        display: none !important;
    }
}swiper,
.testimonials-section .swiper-wrapper,
.testimonials-section .swiper-slide {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Testimonials section styles */
.testimonials-section {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    position: relative !important;
    font-family: 'Roboto', sans-serif !important;
    color: var(--text-dark) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.testimonials-section .testimonials-swiper {
    padding: 20px 0 60px 0 !important;
    background: transparent !important;
}

.testimonials-section .testimonial-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 35px 30px !important;
    box-shadow: 0 8px 30px rgba(13, 167, 187, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 10px !important;
    border: 1px solid rgba(13, 167, 187, 0.1) !important;
    transition: all 0.3s ease !important;
}

.testimonials-section .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(13, 167, 187, 0.15) !important;
}

.testimonials-section .testimonial-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #0da7bb 0%, #20b2aa 100%) !important;
}

.testimonials-section .testimonial-content {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .quote-icon {
    text-align: center !important;
    margin-bottom: 20px !important;
}

.testimonials-section .quote-icon i {
    font-size: 2rem !important;
    color: #0da7bb !important;
    opacity: 0.7 !important;
}

.testimonials-section .testimonial-text {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    color: #2b2c53 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .testimonial-author {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .author-avatar {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #0da7bb, #20b2aa) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 1.2rem !important;
    flex-shrink: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .author-avatar img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .author-info {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .author-info h5 {
    margin: 0 !important;
    color: #2b2c53 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .author-info span {
    color: #0da7bb !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Custom Swiper styles */
.testimonials-section .swiper-button-next,
.testimonials-section .swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    background: #0da7bb !important;
    color: white !important;
    margin-top: -22px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


.testimonials-section .swiper-button-next:hover,
.testimonials-section .swiper-button-prev:hover {
    background: #20b2aa !important;
    transform: scale(1.1) !important;
}

.testimonials-section .swiper-button-next::after,
.testimonials-section .swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold !important;
}

.testimonials-section .swiper-pagination {
    bottom: 10px !important;
}

.testimonials-section .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #0da7bb !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-section .swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2) !important;
    background: #20b2aa !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0 !important;
    }

    .testimonials-section .testimonial-card {
        padding: 25px 20px !important;
        margin: 5px !important;
    }

    .testimonials-section .testimonial-text {
        font-size: 1rem !important;
    }

    .testimonials-section .testimonial-author {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .testimonials-section .author-avatar {
        width: 45px !important;
        height: 45px !important;
    }

    .testimonials-section .swiper-button-next,
    .testimonials-section .swiper-button-prev {
        display: none !important;
    }
}