/* IKP Testimonials Slider — sections numbered for easy tweaking */

/* 1. Outer container ---------------------------------------------- */
.ikp-testimonials {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 50px 50px;
	position: relative;
	overflow: hidden;
}

/* 2. Slide sizing + tilt fade for non-active slides --------------- */
.ikp-testimonials .swiper-slide {
	width: 460px;
	max-width: 88vw;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 30px 14px;
	box-sizing: border-box;
	transition: opacity .4s ease;
	opacity: .5;
}
.ikp-testimonials .swiper-slide-active {
	opacity: 1;
}

/* 3. The card ----------------------------------------------------- */
.ikp-card {
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
	padding: 85px 28px 30px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}


/* 4. Client photo (circular, overlapping top of card) ------------- */
.ikp-card-photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid #ffffff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
	background: #f5f5f5;
}
.ikp-card-photo img,
.ikp-card-photo svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 5. Stars -------------------------------------------------------- */
.ikp-card-stars {
	color: #b8876a;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 16px;
	line-height: 1;
}
.ikp-card-stars .off {
	color: #ead9cf;
}

/* 6. Headline ----------------------------------------------------- */
.ikp-card-headline {
	font-family: 'Antic Didone', Georgia, serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #222;
	margin: 0 0 14px;
	padding: 0;
}

/* 7. Body --------------------------------------------------------- */
.ikp-card-text {
	color: #666;
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 20px;
}
.ikp-card-text p:last-child {
	margin-bottom: 0;
}

/* 8. Client name -------------------------------------------------- */
.ikp-card-name {
	font-family: 'Antic Didone', Georgia, serif;
	font-weight: 700;
	font-size: 16px;
	color: #222;
	margin-bottom: 6px;
}

/* 9. Location/role tag (accent color, uppercase, tracked) --------- */
.ikp-card-location {
	color: #b8876a;
	font-size: 11px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: 600;
}

/* 10. Navigation arrows ------------------------------------------- */
.ikp-testimonials .swiper-button-prev,
.ikp-testimonials .swiper-button-next {
	width: 44px;
	height: 44px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	color: #b8876a;
	margin-top: -22px;
}
.ikp-testimonials .swiper-button-prev:after,
.ikp-testimonials .swiper-button-next:after {
	font-size: 16px;
	font-weight: 700;
}

/* 11. Mobile ------------------------------------------------------ */
@media (max-width: 768px) {
	.ikp-testimonials {
		padding: 16px 16px 24px;
	}
	.ikp-testimonials .swiper-button-prev,
	.ikp-testimonials .swiper-button-next {
		display: none;
	}
}
