.author-testimonial-wrapper {
    color: #fff;
}

/* 🔥 Swiper fade fix */
.author-testimonial-wrapper .testimonial-slider .swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.6s ease;
}

.author-testimonial-wrapper .testimonial-slider .swiper-slide-active {
    opacity: 1 !important;
    z-index: 2;
}

/* Content */
.author-testimonial-wrapper .testimonial-desc {
    font-size: 32px;
    line-height: 1.4em;
    padding-bottom: 85px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif;
    border-bottom: 1px solid #fff;
}

.author-testimonial-wrapper .testimonial-author {
    display: flex;
    align-items: start;
    gap: 15px;
    padding-top: 30px;
}

.author-testimonial-wrapper .author-img img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;

}

.author-testimonial-wrapper .author-name {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Lexend';
}

.author-testimonial-wrapper .author-designation {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

.author-testimonial-wrapper .author-icon {
    color: #fff;
    font-size: 18px;
}

/* 🔥 Progress bar */
.author-testimonial-wrapper .progress-bar {
    margin-top: 60px;
    height: 3px;
    background: #333;
    overflow: hidden;
    max-width: 500px;
    border-radius: 25px;
    width: 100%;
}

.author-testimonial-wrapper .progress-fill {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
}

.author-testimonial-wrapper .author-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

@media screen and (max-width: 991px){
    .author-testimonial-wrapper .testimonial-desc {
        font-size: 24px;
        padding-bottom: 50px;

    }
    .author-testimonial-wrapper .progress-bar{
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px){
    .author-testimonial-wrapper .testimonial-desc {
        font-size: 18px;
        padding-bottom: 25px;
    }
    .author-testimonial-wrapper .testimonial-author{
        padding-top: 25px;
    }
    .author-testimonial-wrapper .progress-bar {
        margin-top: 25px;
    }
    .author-testimonial-wrapper .author-name{
        font-size: 18px;
    }
    .author-testimonial-wrapper .author-designation{
        font-size: 16px;
    }
}