/**
 * Testimonial Slider Block Styles
 *
 * @package made-to-thrive-2026-base
 * @since 1.0.0
 */

/* Screen reader text for accessibility */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

/* Preview Image - ensure it displays in editor */
.wp-block-cwp-testimonial-slider figure,
.block-editor-block-list__block figure,
[data-type="cwp/testimonial-slider"] figure {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: block !important;
	line-height: 0 !important;
	background: transparent !important;
}

.wp-block-cwp-testimonial-slider figure img,
.block-editor-block-list__block figure img,
[data-type="cwp/testimonial-slider"] figure img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

/* Ensure block wrapper doesn't interfere with preview */
[data-type="cwp/testimonial-slider"]:not(.has-child-selected) figure {
	min-height: auto !important;
	height: auto !important;
}

/* Editor-specific: prevent white box from slider styles */
.block-editor-block-preview [data-type="cwp/testimonial-slider"] .testimonial-slider,
.block-editor-block-preview [data-type="cwp/testimonial-slider"] .testimonial-slider-swiper {
	min-height: auto !important;
	height: auto !important;
}

/* Testimonial Slider Container */
.testimonial-slider {
	position: relative;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	background-color: #000000;
}

/* Swiper Container */
.testimonial-slider-swiper {
	width: 100%;
	height: 100%;
	min-height: 500px;
	position: relative;
}

/* Swiper Wrapper */
.testimonial-slider-swiper .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Swiper Slide */
.testimonial-slider-swiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Slide Content */
.testimonial-slider-slide-content {
	position: relative;
	width: 100%;
	height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Background Image */
.testimonial-slider-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

.testimonial-slider-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Overlay */
.testimonial-slider-overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

/* Content Container */
.testimonial-slider-content {
	max-width: 800px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

/* Quote/Testimonial Text */
.testimonial-slider-quote {
	margin: 100px 0;
	padding: 0;
	font-size: 47px;
	line-height: 57px;
	color: #ffffff;
	font-style: normal;
	font-family: 'Times Now';
	font-weight: 100;
}

.testimonial-slider-quote em {
	font-style: italic;
}

/* Name/Cite */
.testimonial-slider-name {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-style: normal;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.testimonial-slider-name::before {
	content: '- ';
}

/* Navigation Arrows */
.testimonial-slider-nav-prev,
.testimonial-slider-nav-next {
	position: absolute;
	top: 52%;
	transform: translateY(-37%);
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	color: #ffffff;
	transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
	background: transparent;
	padding: 0;
}

.testimonial-slider-nav-prev {
	left: 60px!important;
	width: 16px!important;
	opacity:0;
	transition: all 0.5s;
}

.testimonial-slider-nav-next {
	right: 60px!important;
	width: 16px!important;
	opacity:0;
	transition: all 0.5s;
}
.testimonial-slider:hover .testimonial-slider-nav-next, .testimonial-slider:hover .testimonial-slider-nav-prev {
	opacity:1;
}

.testimonial-slider-nav-prev::after,
.testimonial-slider-nav-next::after {
	display: none;
}

.testimonial-slider-arrow-icon {
	width: 17.098px;
	height: 15.5px;
	display: block;
	flex-shrink: 0;
}


.testimonial-slider-nav-prev:active,
.testimonial-slider-nav-next:active {
	transform: translateY(-50%) scale(0.95);
}

.testimonial-slider-nav-prev:focus-visible,
.testimonial-slider-nav-next:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

/* Swiper Fade Effect */
.testimonial-slider-swiper .swiper-slide {
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

/* First slide visible by default (before Swiper initializes) */
.testimonial-slider-swiper .swiper-slide:first-child {
	opacity: 1;
}

/* Active slide visible (when Swiper is initialized) */
.testimonial-slider-swiper .swiper-slide-active {
	opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
	.testimonial-slider {
		min-height: 400px;
	}

	.testimonial-slider-swiper {
		min-height: 400px;
	}

	.testimonial-slider-swiper .swiper-slide {
		min-height: 400px;
	}

	.testimonial-slider-overlay {
		padding: 1.5rem;
	}

	.testimonial-slider-quote {
		line-height: 46px;
		font-size: 40px;
		padding: 0 50px;
	}

	.testimonial-slider-name {
		font-size: 1rem;
	}

	.testimonial-slider-nav-prev,
	.testimonial-slider-nav-next {
		width: 40px;
		height: 40px;
	}

	.testimonial-slider-nav-prev {
		left: 10px;
	}

	.testimonial-slider-nav-next {
		right: 10px;
	}

	.testimonial-slider-nav-prev::after,
	.testimonial-slider-nav-next::after {
		display: none;
	}

	.testimonial-slider-arrow-icon {
		width: 14px;
		height: 12.7px;
	}
}

@media (max-width: 500px) {
    .testimonial-slider-quote {
        line-height: 36px;
        font-size: 35px;
        padding: 0 30px;
        margin: 20px 0 30px;
    }
	.testimonial-slider-nav-prev {
		left:10px!important;
	}
	.testimonial-slider-nav-next {
        right: 10px!important;
    }
	.testimonial-slider-slide-content {
		height:650px;
	}
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
	.testimonial-slider-swiper .swiper-slide {
		transition: none;
	}

	.testimonial-slider-nav-prev,
	.testimonial-slider-nav-next {
		transition: none;
	}
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.testimonial-slider-quote,
	.testimonial-slider-name {
		text-shadow: none;
		color: #000000;
		background-color: rgba(255, 255, 255, 0.95);
		padding: 1rem;
		border-radius: 4px;
	}

	.testimonial-slider-content {
		background-color: rgba(255, 255, 255, 0.9);
		padding: 1.5rem;
		border-radius: 8px;
	}

	.testimonial-slider-nav-prev,
	.testimonial-slider-nav-next {
		background-color: #000000;
		border-color: #000000;
		color: #ffffff;
	}

	.testimonial-slider-nav-prev::after,
	.testimonial-slider-nav-next::after {
		display: none;
	}

	.testimonial-slider-arrow-icon {
		stroke: #ffffff;
	}
}

/* Print Styles */
@media print {
	.testimonial-slider-swiper {
		height: auto;
		min-height: auto;
	}

	.testimonial-slider-swiper .swiper-slide {
		display: block;
		page-break-inside: avoid;
		min-height: auto;
		margin-bottom: 2rem;
	}

	.testimonial-slider-background-image {
		display: none;
	}

	.testimonial-slider-overlay {
		position: static;
		padding: 0;
	}

	.testimonial-slider-content {
		background-color: #ffffff;
		color: #000000;
		padding: 1rem;
		border: 1px solid #000000;
	}

	.testimonial-slider-quote,
	.testimonial-slider-name {
		color: #000000;
		text-shadow: none;
	}

	.testimonial-slider-nav-prev,
	.testimonial-slider-nav-next {
		display: none;
	}
}

