.smw-testimonial-slider svg {
    width: 1em;
    height: 1em;
}

.smw-testimonial-slider .video-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.smw-testimonial-slider .video-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.smw-testimonial-slider .tsm-video-play-btn {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFFCC;
    border-radius: 100px;
    font-size: 44px;
    color: #FE5B00;
    fill: #FE5B00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.smw-testimonial-slider .content {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.smw-testimonial-slider .quote {
    padding: 13px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02px;
    text-align: center;
    border-radius: 8px;
    margin-top: 24px;
}

.smw-testimonial-slider .featured-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}

.smw-testimonial-slider .featured-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 15px;
    border-radius: 12px;
}

.smw-testimonial-slider .featured-value {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    display: block;
}

.smw-testimonial-slider .featured-label {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    display: block;
}


.smw-testimonial-slider .excerpt p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: inherit;
    margin-top: 20px;
}

.smw-testimonial-slider .tsm-read-more-btn {
    font-family: "NeueMontreal" !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 12px 21px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
    margin-top: 20px;
}

.smw-testimonial-slider .tsm-read-more-btn:hover {
    opacity: 0.85;
}

.smw-testimonial-slider-navs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    flex-direction: row-reverse;
    padding-bottom: 20px;
}

.smw-testimonial-slider-prev,
.smw-testimonial-slider-next {
    position: static;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #350f6b;
    font-size: 25px;
    color: #fff;
    fill: #fff;
    transition: all 0.3s;
}

.smw-testimonial-slider-next {
    background-color: #fe5b00;
}

.smw-testimonial-slider-prev:hover,
.smw-testimonial-slider-next:hover {
    transform: scale(1.1);
}

.smw-testimonial-slider .button-wrap {
    margin-top: auto;
}


@media (max-width: 991px) {
    .smw-testimonial-slider .content {
        padding: 20px 20px 25px;
    }

    .smw-testimonial-slider .featured-list {
        gap: 10px;
        margin-top: 20px;
    }

    .smw-testimonial-slider .quote {
        padding: 10px 15px;
        font-size: 16px;
        margin-top: 20px;
    }

    .smw-testimonial-slider .featured-value {
        font-size: 28px;
    }

    .smw-testimonial-slider .featured-label {
        font-size: 16px;
    }

    .smw-testimonial-slider .excerpt p {
        font-size: 16px;
        margin-top: 20px;
    }

    .smw-testimonial-slider .tsm-read-more-btn {
        margin-top: 20px;
    }

    .smw-testimonial-slider-prev,
    .smw-testimonial-slider-next {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

}

@media (max-width: 767px) {
    .smw-testimonial-slider-navs {
        margin-top: 40px;
    }

    .smw-testimonial-slider-prev,
    .smw-testimonial-slider-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}