/**
 * Phytest Testimonial Slider Styles
 * Pixel-perfect testimonial slider with Slick Carousel
 */

/* Wrapper */
.phytest-testimonial-slider-wrapper {
	width: 100%;
	padding-bottom: 90px;
	position: relative;
	/* overflow: hidden; */
}

/* Container */
.phytest-testimonial-slider-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

/* Slider */
.phytest-testimonial-slider {
	position: relative;
	width: 100%;
	padding: 0;
}

/* Slick Track and List */
.phytest-testimonial-slider .slick-track {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.phytest-testimonial-slider .slick-list {
	overflow: hidden;
	margin: 0;
}

/* Individual Slide */
.phytest-testimonial-slide {
	padding: 0 20px;
	outline: none;
	box-sizing: border-box;
	float: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.phytest-testimonial-slide {
	max-width: 720px;
}

/* Testimonial Card */
.phytest-testimonial-card {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	text-align: center;
	transition: all 0.4s ease;
	margin: 0 auto;
	box-sizing: border-box;
}

/* All Slides */
.phytest-testimonial-slider .slick-slide {
	transition: all 0.4s ease;
}

.phytest-testimonial-slider .slick-slide .phytest-testimonial-card {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Quote Section */
.phytest-testimonial-quote {
	margin-bottom: 40px;
}

.phytest-testimonial-quote p {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	margin: 0;
	padding: 0;
	position: relative;
}

.phytest-testimonial-quote p::before {
	content: '"';
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.phytest-testimonial-quote p::after {
	content: '"';
	color: #000000;
	position: absolute;
	bottom: 10px;
	right: 210;
	line-height: 1;
}

/* Author Section */
.phytest-testimonial-author {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

/* Avatar */
.phytest-testimonial-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 7px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Author Name */
.phytest-testimonial-name {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 2px;
	padding: 0;
	line-height: 1.2;
}

/* Author Title */
.phytest-testimonial-title {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

/* Slick Navigation Arrows - Bottom Positioned */
.phytest-testimonial-slider .slick-arrow {
	position: absolute;
	bottom: -80px;
	top: auto;
	transform: none;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 100;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.phytest-testimonial-slider .slick-arrow::before {
	content: '';
	width: 9px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L7.75 7.75L0.75 14.75' stroke='%2371717A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	border: none;
	top: 12px;
	left: 17px;
}

.phytest-testimonial-slider .slick-prev {
	left: 50%;
	transform: translateX(-54px);
	border-radius: 12px 0 12px 0;
}

.phytest-testimonial-slider .slick-prev::before {
	transform: rotate(180deg);
	margin: 0;
}

.phytest-testimonial-slider .slick-next {
	right: 50%;
	transform: translateX(54px);
	border-radius: 12px 0 12px 0;
}

.phytest-testimonial-slider .slick-next::before {
	transform: none;
	margin: 0;
}

.phytest-testimonial-slider .slick-arrow:hover {
	background: rgba(217, 217, 217, 0.1);
	border-color: #999999;
}

.phytest-testimonial-slider .slick-arrow:active {
	background: rgba(217, 217, 217, 0.2);
}

/* Slick Dots (Hidden by default) */
.phytest-testimonial-slider .slick-dots {
	display: none !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.phytest-testimonial-card {
		padding: 35px 25px;
	}

	.phytest-testimonial-quote p {
		font-size: 17px;
	}

	.phytest-testimonial-avatar {
		width: 70px;
		height: 70px;
	}

	.phytest-testimonial-name {
		font-size: 19px;
	}
}

@media (max-width: 768px) {
	/* .phytest-testimonial-slider-wrapper {
		padding: 60px 0 140px;
	} */

	.phytest-testimonial-card {
		padding: 35px 25px;
	}

	.phytest-testimonial-quote {
		margin-bottom: 30px;
	}

	.phytest-testimonial-quote p {
		font-size: 16px;
		line-height: 1.7;
	}

	.phytest-testimonial-quote p::before,
	.phytest-testimonial-quote p::after {
		font-size: 50px;
	}

	.phytest-testimonial-avatar {
		width: 65px;
		height: 65px;
	}

	.phytest-testimonial-name {
		font-size: 18px;
	}

	.phytest-testimonial-title {
		font-size: 14px;
	}

	.phytest-testimonial-slider .slick-arrow {
		width: 40px;
		height: 40px;
		bottom: -70px;
	}
}
.overlay-left,
.overlay-right{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.overlay-right{
	right: 0;
	left: initial;
}
@media (max-width: 480px) {
	/* .phytest-testimonial-slider-wrapper {
		padding: 50px 0 130px;
	} */

	.phytest-testimonial-slide {
		padding: 0 10px;
	}

	.phytest-testimonial-card {
		padding: 30px 20px;
		border-radius: 12px;
	}

	.phytest-testimonial-quote p {
		font-size: 15px;
		line-height: 1.6;
	}

	.phytest-testimonial-avatar {
		width: 60px;
		height: 60px;
		border-radius: 10px;
	}

	.phytest-testimonial-name {
		font-size: 17px;
	}

	.phytest-testimonial-title {
		font-size: 13px;
	}

	.phytest-testimonial-slider .slick-arrow {
		width: 36px;
		height: 36px;
		bottom: -60px;
	}

	.phytest-testimonial-slider .slick-arrow::before {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

	.phytest-testimonial-slider .slick-prev {
		transform: translateX(-50px);
	}

	.phytest-testimonial-slider .slick-next {
		transform: translateX(50px);
	}
}

