.testimonial-slider-wrapper {
    position: relative;
    padding: 60px 40px;
    background: #f4f6f9;
    border-radius: 20px;
}

.testimonial-badge {
    position: absolute;
    top: -40px;
    left: 100px;
    width: 120px;
    height: 120px;
    z-index: 10;
    transition: transform 0.1s linear;
}

.testimonial-badge img {
    width: 100%;
    height: auto;
}

.testimonial-item {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-avatar {
    width: 115px;
    height: 115px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 115px;
    max-width:115px;
    object-fit: cover;
}

.testimonial-content {
    font-size: 36px;
    line-height: 1.4;
    color: #0F172A;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Outfit', sans-serif;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.testimonial-name {
    font-weight: 700;
    font-size: 20px;
    color:#0F172A;
}

.testimonial-job {
    font-size: 20px;
    color: #0F172A;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.testimonial-slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.testimonial-slider .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.testimonial-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}