.testimonial-slider {
    max-width: 100%; /* Full width */
    padding: 40px 0;
    position: relative;
    background: transparent; /* transparent background */
}

.swiper-wrapper {
    display: flex;
}


.testimonial-slide {
    text-align: right;
    padding: 40px;
    background: transparent;
    box-sizing: border-box;
}

.testimonial-review {
    font-style: italic;
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-name {
    font-style: normal; /* explicitly not italic */
    color: #F4836C;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}



/* Make arrows visible */
.swiper-button-prev,
.swiper-button-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    z-index: 1000;
    cursor: pointer;
    pointer-events: all;
}

.swiper-button-prev {
    left: -30px;
}

.swiper-button-next {
    right: -30px;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	fill: #ffffff !important;
    width: 100%;
    height: 100%;
    
    display: block;
}

.elementor-shortcode .testimonial-slider .swiper-button-prev{
	color:#ffffff;}
	
.elementor-shortcode .testimonial-slider .swiper-button-next{
	color:#ffffff;

