/* =========================
   TESTIMONIALS SECTION - PRAKRUTI PREMIUM THEME
========================= */
.dr1056testimonials {
	position: relative;
	width: 100%;
	padding: 110px 20px;
	overflow: hidden;
	isolation: isolate;
	background:
		linear-gradient(135deg, rgba(6, 28, 18, 0.96), rgba(12, 48, 30, 0.94)),
		radial-gradient(circle at top right, rgba(34, 197, 94, 0.08), transparent 35%),
		radial-gradient(circle at bottom left, rgba(234, 179, 8, 0.08), transparent 35%),
		#061b12;
	color: #ffffff;
}

/* =========================
   BACKGROUND FX
========================= */
.dr1056testimonials .testimonials-bg-layer {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(34, 197, 94, 0.08), transparent 30%),
		radial-gradient(circle at 85% 25%, rgba(132, 204, 22, 0.08), transparent 30%),
		radial-gradient(circle at 50% 85%, rgba(234, 179, 8, 0.06), transparent 35%);
	animation: dr1056TestimonialsFloat 12s ease-in-out infinite alternate;
}

.dr1056testimonials .testimonials-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.22;
	pointer-events: none;
	z-index: 0;
}

.dr1056testimonials .testimonials-glow-1 {
	width: 280px;
	height: 280px;
	background: rgba(34, 197, 94, 0.18);
	top: 60px;
	left: -80px;
	animation: dr1056GlowMove1 10s ease-in-out infinite alternate;
}

.dr1056testimonials .testimonials-glow-2 {
	width: 320px;
	height: 320px;
	background: rgba(234, 179, 8, 0.16);
	right: -100px;
	bottom: 30px;
	animation: dr1056GlowMove2 14s ease-in-out infinite alternate;
}

/* =========================
   INNER CONTAINER
========================= */
.dr1056testimonials .section-container {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
}

/* =========================
   HEADER
========================= */
.dr1056testimonials .testimonial-header {
	max-width: 820px;
	margin: 0 auto 60px;
	text-align: center;
}

.dr1056testimonials .testimonial-subtitle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	margin-bottom: 18px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #052e1b;
	background: linear-gradient(135deg, #22c55e, #eab308);
	box-shadow: 0 10px 25px rgba(34, 197, 94, 0.25);
}

.dr1056testimonials .testimonial-header h2 {
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.5px;
	margin: 0 0 18px;
	color: #ffffff;
}

.dr1056testimonials .testimonial-header p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.78);
	max-width: 720px;
}

/* =========================
   GRID
========================= */
.dr1056testimonials .testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

/* =========================
   CARD
========================= */
.dr1056testimonials .testimonial {
	position: relative;
	padding: 30px 26px 26px;
	border-radius: 28px;
	overflow: hidden;
	text-align: left;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.10),
		rgba(255, 255, 255, 0.05)
	);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transition:
		transform 0.45s ease,
		box-shadow 0.45s ease,
		border-color 0.45s ease;
	opacity: 0;
	transform: translateY(40px);
	animation: dr1056FadeUp 0.9s ease forwards;
}

.dr1056testimonials .testimonial:nth-child(1) { animation-delay: 0.12s; }
.dr1056testimonials .testimonial:nth-child(2) { animation-delay: 0.28s; }
.dr1056testimonials .testimonial:nth-child(3) { animation-delay: 0.44s; }

/* Shine sweep */
.dr1056testimonials .testimonial::before {
	content: "";
	position: absolute;
	top: 0;
	left: -140%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.16),
		rgba(255, 255, 255, 0)
	);
	transform: skewX(-22deg);
	transition: left 0.9s ease;
}

.dr1056testimonials .testimonial:hover::before {
	left: 160%;
}

/* Gradient border glow */
.dr1056testimonials .testimonial::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 28px;
	padding: 1px;
	background: linear-gradient(
		135deg,
		rgba(34, 197, 94, 0.28),
		rgba(132, 204, 22, 0.18),
		rgba(234, 179, 8, 0.22)
	);
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	opacity: 0.85;
}

.dr1056testimonials .testimonial:hover {
	transform: translateY(-10px);
	box-shadow:
		0 28px 60px rgba(0, 0, 0, 0.28),
		0 0 30px rgba(34, 197, 94, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	border-color: rgba(34, 197, 94, 0.22);
}

/* =========================
   TOP AREA
========================= */
.dr1056testimonials .testimonial-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.dr1056testimonials .stars {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #3b2f00;
	background: linear-gradient(135deg, #facc15, #eab308, #fde68a);
	box-shadow:
		0 10px 22px rgba(234, 179, 8, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.dr1056testimonials .quote-icon {
	font-size: 64px;
	color: rgba(255, 255, 255, 0.10);
}

/* =========================
   TEXT
========================= */
.dr1056testimonials .testimonial p {
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 1.95;
	color: rgba(255, 255, 255, 0.82);
}

/* =========================
   FOOTER
========================= */
.dr1056testimonials .testimonial footer {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dr1056testimonials .client-avatar {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	color: #052e1b;
	background: linear-gradient(135deg, #22c55e, #4ade80);
	box-shadow:
		0 12px 24px rgba(34, 197, 94, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.dr1056testimonials .client-meta h4 {
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
}

.dr1056testimonials .client-meta span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.62);
}

/* =========================
   ANIMATIONS (UNCHANGED)
========================= */
@keyframes dr1056FadeUp {
	0% { opacity: 0; transform: translateY(40px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes dr1056TestimonialsFloat {
	0% { transform: translate3d(0, 0, 0) scale(1); }
	100% { transform: translate3d(0, -14px, 0) scale(1.03); }
}

@keyframes dr1056GlowMove1 {
	0% { transform: translate(0, 0) scale(1); }
	100% { transform: translate(24px, 18px) scale(1.08); }
}

@keyframes dr1056GlowMove2 {
	0% { transform: translate(0, 0) scale(1); }
	100% { transform: translate(-20px, -16px) scale(1.06); }
}

/* =========================
   RESPONSIVE (UNCHANGED)
========================= */
@media (max-width: 1100px) {
	.dr1056testimonials .testimonial-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.dr1056testimonials {
		padding: 80px 16px;
	}

	.dr1056testimonials .testimonial-grid {
		grid-template-columns: 1fr;
	}
}