.testimonial-slider {
	background-repeat: no-repeat;
	background-position: bottom left;
}

.testimonial-slider__single-slide .carousel-inner {
	border: 1px solid var(--secondary-palette-cool-grey);
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
}

.testimonial-slider__single-slide .carousel-inner::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 70%;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonial-slider__single-slide .carousel-inner .carousel-item {
	height: 280px;
}

.testimonial-slider__single-slide .carousel-indicators {
	top: 40px;
}

.testimonial-slider__single-slide .carousel-indicators button, .testimonial-slider__multi-slide .swiper-pagination-bullet {
	background-color: var(--secondary-palette-cool-grey-300) !important;
	width: 81.66px !important;
	border-radius: 10px !important;
	height: 2.7px !important;
	border: 0 !important;
}

.testimonial-slider__single-slide .carousel-indicators button.active, .testimonial-slider__multi-slide .swiper-pagination-bullet-active {
	background-color: var(--primary-palette-blue-200) !important;
	height: 6.7px !important;
}

.testimonial-slider__single-slide .carousel-indicators button:hover, .testimonial-slider__multi-slide .swiper-pagination-bullet:hover {
	background-color: var(--bs-blue) !important;
	opacity: 1;
}

.testimonial-slider__single-slide .carousel-control-next,
.testimonial-slider__single-slide .carousel-control-prev,
.testimonial-slider__multi-slide .swiper-button-next,
.testimonial-slider__multi-slide .swiper-button-prev {
	opacity: 1;
	background: var(--primary-palette-blue);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	box-shadow: 0 4px 4px 0 #00000026;
	top: 50%;
	transform: translateY(-50%);
}

.testimonial-slider__single-slide .carousel-control-next:focus,
.testimonial-slider__single-slide .carousel-control-prev:focus{
	opacity: 1;
}

.testimonial-slider__single-slide .carousel-control-next:hover,
.testimonial-slider__single-slide .carousel-control-prev:hover,
.testimonial-slider__multi-slide .swiper-button-next:hover,
.testimonial-slider__multi-slide .swiper-button-prev:hover{
	opacity: 0.8;
}

.testimonial-slider__multi-slide .swiper-pagination{
	position: relative;
	top:30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-slider__multi-slide{
	min-height: 500px;
}

.testimonial-multi__image{
	position: absolute;
	top:0;
	left:0;
}

.testimonial-multi__slide{
	background-color: white;
	min-height: 300px;
	box-shadow: 0 5.48px 7.48px 0 #B3C4DC42;
	border: 1px solid var(--secondary-palette-cool-grey);
	padding: 40px;
}

.testimonial-slider__multi-slide .swiper-slide:nth-child(odd) {
  margin-top: 60px;
}

.testimonialSwiper{
	width:85%;
	margin:0 auto;
	padding:0 10px !important;
}

.testimonial-slider__multi-slide .swiper-button-next::after, .testimonial-slider__multi-slide .swiper-button-prev::after{
	display: none;
}

.testimonial-slider__image{
	height: 40px;
	width: auto;
}

@media only screen and (width <= 1133.98px) {
	.testimonialSwiper{
		width: 93%;
	}
}

@media only screen and (width <= 992.98px) {
	.testimonial-slider__single-slide .carousel-inner {
		width: 100%;
	}

	.testimonial-slider__single-slide .carousel__buttons {
		position: relative;
		top: 0;
	}

	.testimonial-slider__single-slide .carousel-control-next,
	.testimonial-slider__single-slide .carousel-control-prev {
		top: 20px !important;
	}

	.testimonial-slider__multi-slide .swiper-pagination{
		top: 53px !important;
	}

	.testimonial-slider__multi-slide .swiper-button-next,
	.testimonial-slider__multi-slide .swiper-button-prev{
		top: calc(100% + 70px);
	}

	.testimonialSwiper{
		width: 100%;
	}
}

@media only screen and (width <= 767.98px){
	.testimonialSwiper{
		width: 100%;
	}
}

@media only screen and (width <= 575.98px) {
	.testimonial-slider__single-slide .carousel-inner {
		width: 100%;
	}

	.testimonial-slider__single-slide .carousel__buttons {
		top: 50px !important;
		gap: 20px;
	}

	.testimonial-slider__single-slide .carousel-control-next,
	.testimonial-slider__single-slide .carousel-control-prev {
		position: relative !important;
	}

	.testimonial-slider__multi-slide .swiper-slide:nth-child(odd) {
  		margin-top: 0;
	}

	.testimonial-slider__multi-slide .swiper-pagination{
		top:30px !important;
	}

	.testimonial-slider__multi-slide .swiper-button-next,
	.testimonial-slider__multi-slide .swiper-button-prev{
		top: calc(100% + 110px);
	}

	.testimonial-slider__multi-slide .swiper-button-next{
		right: 15px;
	}

	.testimonial-slider__multi-slide .swiper-button-prev{
		left: 15px;
	}
}
