.testimonial {
    background: #ffffff;
    background-image: url('/wp-content/uploads/2025/07/ticket_pattern_final.png');
    background-repeat: repeat;
    background-size: auto;
    background-color: rgba(255, 255, 255, 0.90);
    background-blend-mode: overlay;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    height: auto;
}

.testimonial-header {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: auto;
}

.testimonial-content {
    background: #25B3F2;
    border-radius: 25px;
    width: 1000px;
    height: auto;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    box-shadow: 0 8px 25px rgba(37, 179, 242, 0.2);
    transition: width 0.3s ease;
}

.testimonial-avatars {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.avatars-image {
    width: 280px;
    height: auto;
    transition: width 0.3s ease;
}

.testimonial-box {
    background: #ffffff;
    border-radius: 20px;
    width: 520px;
    height: auto;
    min-height: 340px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-right: 50px;
    transition: all 0.3s ease;
}

.testimonial-stars {
    position: absolute;
    top: 25px;
    left: 25px;
}

.star {
    color: #FACC4E;
    font-size: 22px;
    margin-right: 3px;
}

.testimonial-quote {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 70px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1;
}

.testimonial-text-container {
    margin-top: 80px;
    text-align: left;
    padding: 0 40px 40px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 40px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FACC4E;
}

.author-info {
    text-align: left;
}

.author-name {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.author-type {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #666666;
}

.arrow {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.arrow:hover .arrow-icon {
    transform: scale(1.1);
}

.mobile-arrows {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 20px 0;
}

.mobile-arrow {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-arrow:hover .arrow-icon {
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .testimonial-content {
        width: 100%;
        justify-content: space-between;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .testimonial-avatars {
        position: static;
        transform: none;
        margin-right: 30px;
    }
    
    .testimonial-box {
        width: 480px;
        margin-right: 0;
    }
    
    .avatars-image {
        width: 250px;
    }
}

@media (max-width: 1024px) {
    .testimonial {
        padding: 40px 20px;
    }
    
    .testimonial-header {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .testimonial-content {
        width: 90%;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }
    
    .testimonial-avatars {
        position: static;
        transform: none;
        margin-bottom: 20px;
    }
    
    .avatars-image {
        width: 200px;
    }
    
    .testimonial-box {
        width: 100%;
        margin-right: 0;
    }
    
    .testimonial-text-container {
        margin-top: 60px;
        padding: 0 30px 30px 30px;
    }
    
    .testimonial-text {
        font-size: 18px;
    }
    
    .arrow-icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .testimonial {
        padding: 30px 15px;
    }
    
    .testimonial-header {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .testimonial-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .testimonial-content {
        width: 100%;
        padding: 20px;
    }
    
    .testimonial-avatars {
        position: static;
        transform: none;
        margin-bottom: 15px;
    }
    
    .avatars-image {
        width: 150px;
    }
    
    .arrow {
        display: none;
    }
    
    .mobile-arrows {
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
    
    .testimonial-text-container {
        margin-top: 50px;
        padding: 0 20px 20px 20px;
    }
    
    .testimonial-quote {
        font-size: 60px;
    }
    
    .star {
        font-size: 20px;
    }
    
    .arrow-icon {
        width: 40px;
        height: 40px;
    }
}