.testimonial-slider {
    background: #f8f7f4;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-slider .eyebrow-line {
    margin-bottom: 45px;
    z-index: 1;
}

.testimonial-slider .testimonial-slider__container {
    display: flex;
    position: relative;    
    align-items: stretch;
    flex-direction: row;
}

.testimonial-slider .text {
    position: relative;
    width: 40%;
    z-index: 2;
}

.testimonial-slider .heading-text {
    width: 119%;
    font-size: 35px;
    margin: 0 0 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #262626;
    line-height: 1.08;
}

.testimonial-slider .heading-text b,
.testimonial-slider .heading-text strong {
    font-weight: 800;
}

.testimonial-slider .body {
    width: 75%;
    color: #262626;
}

.testimonial-slider .slider {
    width: 60%;
    padding: 182px 55px 0px;
    background: #ffffff;
    border-radius: 0 0 58px 0;
    position: relative;
    margin-top: -90px;
}

.testimonial-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-slider .testimonial-text {
    font-size: 18px;
    color: #262626;
    margin-bottom: 28px;
}

.testimonial-slider .testimonial-text p {
    margin: 0;
}

.testimonial-slider .client-name {
    display: block;
    color: #262626;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonial-slider .client-position {
    display: block;
    color: #262626;
    font-family: "JetBrains Mono", monospace;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.testimonial-slider .testimonial-stat {
    position: relative;
    text-align: right;
    margin-top: -25px;
    margin-bottom: 15px;
}

.testimonial-slider .stat-number {
    color: #C8AC99;
    font-size: 130px;
    line-height: 0.8;
    font-weight: 900;
    position: absolute;
    right: 40px;
    bottom: 10px;
    z-index: 1;
}




.testimonial-slider .stat-label {
    position: relative;
    z-index: 2;
    padding-top: 85px;
    color: #262626;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    margin-top: -15px;
}

.testimonial-slider .testimonial-nav {
    display: flex;
    gap: 14px;
    position: absolute;
    z-index: 3;
    bottom: -22px;
}

.testimonial-slider .swiper-left,
.testimonial-slider .swiper-right {
    padding: 0 !important;
    width: 45px;
    height: 45px;
    border: 2px solid #955F3A;
    border-radius: 50%;
    background: transparent;
    color: #955F3A;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 991px) {
    .testimonial-slider .testimonial-slider__container {
        display: block;
    }

    .testimonial-slider .text {
        position: relative;
        left: auto;
        top: auto;
        max-width: 100%;
        margin-bottom: 30px;
        width: 100%;
    }
.testimonial-slider .heading-text, .testimonial-slider .body, .testimonial-slider .text {
    width: 100%;
	}
    .testimonial-slider .slider {
        max-width: 100%;
        min-height: auto;
		width: 100%;
    margin-top: 0px;
        padding: 40px 25px;
    }

    .testimonial-slider .stat-number {
        font-size: 80px;
    }

    .testimonial-slider .stat-label {
        font-size: 26px;
    }
}

@media screen and (max-width:767px){
.testimonial-slider .testimonial-stat{
    text-align: left;
    margin-top:0;
}
.testimonial-slider .stat-number {position: unset;margin-top: 18px;}
.testimonial-slider .stat-label {
    padding-top: 0;
    margin-top: 9px;
}

}


