/* ORG Testimonial Slider */

.org-testimonial-slider {
	position: relative;
	width: 100%;
}

.org-testimonial-slider__header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 28px;
}

.org-testimonial-slider__nav {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.org-testimonial-slider__nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: #0000c0;
	cursor: pointer;
}

.org-testimonial-slider__nav-btn:disabled {
	opacity: 0.3;
	cursor: default;
}

.org-testimonial-slider__nav-btn svg {
	display: block;
	width: 42px;
	height: 42px;
	stroke: currentColor;
}

.org-testimonial-slider__nav-btn svg path {
	stroke: currentColor;
}
.org-testimonial-slider__nav-btn:hover,.org-testimonial-slider__nav-btn:focus{background-color: transparent!important;}

.org-testimonial-slider__swiper {
	width: 100%;
	overflow: hidden;
}

.org-testimonial-slider__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 36px 32px 32px;
	background-color: #f5f0e8;
}

.org-testimonial-slider__quote-icon {
	display: block;
	width: 18px;
	height: 22px;
	margin-bottom: 22px;
	color: #0000c0;
	flex-shrink: 0;
}

.org-testimonial-slider__quote-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.org-testimonial-slider__quote {
	margin: 0 0 28px;
	flex-grow: 1;
	color: #1a1a1a;
	font-family: "Abril Fatface", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.org-testimonial-slider__author {
	margin: 0;
	margin-top: auto;
	color: #7a7ab8;
	font-family: Outfit, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 1.4;
	text-transform: uppercase;
}

.org-testimonial-slider .swiper-slide {
	height: auto;
}

@media (max-width: 1024px) {
	.org-testimonial-slider__quote {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.org-testimonial-slider__header {
		margin-bottom: 20px;
	}

	.org-testimonial-slider__card {
		padding: 28px 24px 24px;
	}

	.org-testimonial-slider__quote {
		font-size: 16px;
		margin-bottom: 22px;
	}

	.org-testimonial-slider__nav-btn svg {
		width: 32px;
		height: 32px;
	}
}
