/* ===== WORK CAROUSEL - DISEÑO LIMPIO Y RESPONSIVE ===== */

/* Base styles */
.testimonials {
    background: #ffffff;
    padding: 100px 0;
}

.testimonials h2 {
    color: #2A252C;
}

.testimonials .span-1 {
    color: var(--secondary-color-60, #E04D79);
}

.gtco-testimonials {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Card base styles */
.testimonials .card {
    background: #ffffff;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 20px;
    overflow: hidden;
    transition: none;
}

.testimonials .card:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-nav button {
    position: absolute;
    background: #5F236B !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    pointer-events: all !important;
    outline: none !important;
}

.owl-nav button:hover {
    background: #7F378D !important;
    transform: scale(1.1) !important;
}

.owl-nav .owl-prev {
    left: -30px !important;
}

.owl-nav .owl-next {
    right: -30px !important;
}

/* Hide dots */
.owl-dots {
    display: none !important;
}

/* ===== MOBILE FIRST - 0 to 767px ===== */
@media (max-width: 767px) {
    .testimonials {
        padding: 60px 0;
    }
    
    .gtco-testimonials {
        padding: 0 15px;
    }
    
    .testimonials .card {
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        margin: 10px;
    }
    
    .testimonials .card-img-top {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }
    
    .testimonials .card-body {
        padding: 20px;
        background: #ffffff;
        border-radius: 0 0 20px 20px;
        position: relative;
    }
    
    .testimonials .card-body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #ED8554, #FF6593);
    }
    
    .testimonials .card h5 {
        font-size: 18px;
        font-weight: 700;
        color: #5F236B;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .testimonials .card .card-text {
        font-size: 14px;
        line-height: 1.5;
        color: #333333;
        margin: 0;
    }
    
    .owl-nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
    }
    
    .owl-nav .owl-prev {
        left: -20px !important;
    }
    
    .owl-nav .owl-next {
        right: -20px !important;
    }
}

/* ===== TABLET - 768px to 1024px ===== */
@media (min-width: 768px) and (max-width: 1024px) {
    .testimonials {
        padding: 80px 0;
    }
    
    .gtco-testimonials {
        padding: 0 30px;
    }
    
    .testimonials .card {
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        margin: 15px;
    }
    
    .testimonials .card-img-top {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }
    
    .testimonials .card-body {
        width: 100%;
        padding: 25px;
        background: #ffffff;
        border-radius: 0 0 20px 20px;
        position: relative;
    }
    
    .testimonials .card-body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #ED8554, #FF6593);
    }
    
    .testimonials .card h5 {
        font-size: 20px;
        font-weight: 700;
        color: #5F236B;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .testimonials .card .card-text {
        font-size: 15px;
        line-height: 1.6;
        color: #333333;
        margin: 0;
    }
    
    .owl-nav button {
        width: 50px !important;
        height: 50px !important;
        font-size: 16px !important;
    }
    
    .owl-nav .owl-prev {
        left: -25px !important;
    }
    
    .owl-nav .owl-next {
        right: -25px !important;
    }
}

/* ===== DESKTOP - 1025px and up ===== */
@media (min-width: 1025px) {
    .testimonials {
        padding: 100px 0;
    }
    
    .gtco-testimonials {
        padding: 0 50px;
    }
    
    .testimonials .card {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-radius: 0;
        margin: 20px;
        min-height: 320px;
    }
    
    .testimonials .card-img-top {
        width: 42%;
        height: auto;
        min-height: 320px;
        object-fit: cover;
        border-radius: 20px 0 0 0;
    }
    
    .testimonials .card-body {
        width: 58%;
        padding: 40px 35px;
        background: #ffffff;
        border-radius: 0 20px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    
    .testimonials .card-body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #ED8554, #FF6593);
    }
    
    .testimonials .card h5 {
        font-size: 24px;
        font-weight: 700;
        color: #5F236B;
        margin-bottom: 18px;
        line-height: 1.3;
    }
    
    .testimonials .card .card-text {
        font-size: 16px;
        line-height: 1.6;
        color: #333333;
        margin: 0;
    }
    
    .owl-nav button {
        width: 55px !important;
        height: 55px !important;
        font-size: 18px !important;
    }
    
    .owl-nav .owl-prev {
        left: -35px !important;
    }
    
    .owl-nav .owl-next {
        right: -35px !important;
    }
}

/* Text styles */
.testimonials .card .card-text .highlight {
    color: #E04D79;
    font-weight: 600;
}

.testimonials .card .card-text strong {
    font-weight: 600;
}
