/* =========================
   TESTIMONIALS SECTION - ULTRA PREMIUM
========================= */
.dr1055testimonials {
	position: relative;
	width: 100%;
	padding: 110px 20px;
	overflow: hidden;
	isolation: isolate;
	background:
		linear-gradient(135deg, rgba(4, 20, 32, 0.96), rgba(8, 36, 56, 0.94)),
		radial-gradient(circle at top right, rgba(0, 255, 213, 0.08), transparent 35%),
		radial-gradient(circle at bottom left, rgba(126, 249, 255, 0.08), transparent 35%),
		#071722;
	color: #ffffff;
}

/* =========================
   BACKGROUND FX
========================= */
.dr1055testimonials .testimonials-bg-layer {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(0, 255, 213, 0.08), transparent 30%),
		radial-gradient(circle at 85% 25%, rgba(126, 249, 255, 0.08), transparent 30%),
		radial-gradient(circle at 50% 85%, rgba(255, 211, 106, 0.06), transparent 35%);
	animation: dr1055TestimonialsFloat 12s ease-in-out infinite alternate;
}

.dr1055testimonials .testimonials-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.22;
	pointer-events: none;
	z-index: 0;
}

.dr1055testimonials .testimonials-glow-1 {
	width: 280px;
	height: 280px;
	background: rgba(0, 255, 213, 0.18);
	top: 60px;
	left: -80px;
	animation: dr1055GlowMove1 10s ease-in-out infinite alternate;
}

.dr1055testimonials .testimonials-glow-2 {
	width: 320px;
	height: 320px;
	background: rgba(255, 211, 106, 0.14);
	right: -100px;
	bottom: 30px;
	animation: dr1055GlowMove2 14s ease-in-out infinite alternate;
}

/* =========================
   INNER CONTAINER
========================= */
.dr1055testimonials .section-container {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
}

/* =========================
   HEADER
========================= */
.dr1055testimonials .testimonial-header {
	max-width: 820px;
	margin: 0 auto 60px;
	text-align: center;
}

.dr1055testimonials .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: #082634;
	background: linear-gradient(135deg, #7ef9ff, #00ffd5);
	box-shadow: 0 10px 25px rgba(0, 255, 213, 0.18);
}

.dr1055testimonials .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;
}

.dr1055testimonials .testimonial-header p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.78);
	max-width: 720px;
}

/* =========================
   GRID
========================= */
.dr1055testimonials .testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

/* =========================
   CARD
========================= */
.dr1055testimonials .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: dr1055FadeUp 0.9s ease forwards;
}

.dr1055testimonials .testimonial:nth-child(1) {
	animation-delay: 0.12s;
}

.dr1055testimonials .testimonial:nth-child(2) {
	animation-delay: 0.28s;
}

.dr1055testimonials .testimonial:nth-child(3) {
	animation-delay: 0.44s;
}

/* Shine sweep */
.dr1055testimonials .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;
}

.dr1055testimonials .testimonial:hover::before {
	left: 160%;
}

/* Gradient border glow */
.dr1055testimonials .testimonial::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 28px;
	padding: 1px;
	background: linear-gradient(
		135deg,
		rgba(126, 249, 255, 0.28),
		rgba(0, 255, 213, 0.14),
		rgba(255, 211, 106, 0.18)
	);
	-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;
}

.dr1055testimonials .testimonial:hover {
	transform: translateY(-10px);
	box-shadow:
		0 28px 60px rgba(0, 0, 0, 0.28),
		0 0 30px rgba(0, 255, 213, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	border-color: rgba(0, 255, 213, 0.18);
}

/* =========================
   TOP AREA
========================= */
.dr1055testimonials .testimonial-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.dr1055testimonials .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: #2b1d00;
	background: linear-gradient(135deg, #ffd36a, #ffb347, #ffe29b);
	box-shadow:
		0 10px 22px rgba(255, 179, 71, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.dr1055testimonials .quote-icon {
	font-size: 64px;
	line-height: 1;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.10);
	transform: translateY(-4px);
	user-select: none;
}

/* =========================
   TEXT
========================= */
.dr1055testimonials .testimonial p {
	position: relative;
	z-index: 2;
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 1.95;
	color: rgba(255, 255, 255, 0.82);
	font-style: normal;
}

/* =========================
   FOOTER
========================= */
.dr1055testimonials .testimonial footer {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dr1055testimonials .client-avatar {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #082634;
	background: linear-gradient(135deg, #7ef9ff, #00ffd5);
	box-shadow:
		0 12px 24px rgba(0, 255, 213, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}

.dr1055testimonials .client-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dr1055testimonials .client-meta h4 {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.2px;
}

.dr1055testimonials .client-meta span {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.62);
}

/* =========================
   ANIMATIONS
========================= */
@keyframes dr1055FadeUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dr1055TestimonialsFloat {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	100% {
		transform: translate3d(0, -14px, 0) scale(1.03);
	}
}

@keyframes dr1055GlowMove1 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(24px, 18px) scale(1.08);
	}
}

@keyframes dr1055GlowMove2 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(-20px, -16px) scale(1.06);
	}
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
	.dr1055testimonials .testimonial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.dr1055testimonials {
		padding: 80px 16px;
	}

	.dr1055testimonials .testimonial-header {
		margin-bottom: 40px;
	}

	.dr1055testimonials .testimonial-header h2 {
		font-size: 30px;
	}

	.dr1055testimonials .testimonial-header p {
		font-size: 14px;
		line-height: 1.8;
	}

	.dr1055testimonials .testimonial-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.dr1055testimonials .testimonial {
		padding: 24px 18px 20px;
		border-radius: 22px;
	}

	.dr1055testimonials .testimonial::after {
		border-radius: 22px;
	}

	.dr1055testimonials .stars {
		font-size: 12px;
		padding: 7px 12px;
		letter-spacing: 1.5px;
	}

	.dr1055testimonials .quote-icon {
		font-size: 52px;
	}

	.dr1055testimonials .testimonial p {
		font-size: 14px;
		line-height: 1.85;
		margin-bottom: 20px;
	}

	.dr1055testimonials .client-avatar {
		width: 46px;
		height: 46px;
		border-radius: 14px;
		font-size: 13px;
	}

	.dr1055testimonials .client-meta h4 {
		font-size: 14px;
	}

	.dr1055testimonials .client-meta span {
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.dr1055testimonials {
		padding: 70px 12px;
	}

	.dr1055testimonials .testimonial-subtitle {
		font-size: 11px;
		padding: 7px 14px;
		margin-bottom: 14px;
	}

	.dr1055testimonials .testimonial-header h2 {
		font-size: 26px;
	}

	.dr1055testimonials .testimonial-header p {
		font-size: 13px;
	}

	.dr1055testimonials .testimonial {
		padding: 22px 16px 18px;
	}

	.dr1055testimonials .testimonial-top {
		margin-bottom: 14px;
	}

	.dr1055testimonials .stars {
		font-size: 11px;
		padding: 6px 10px;
	}

	.dr1055testimonials .quote-icon {
		font-size: 44px;
	}

	.dr1055testimonials .testimonial p {
		font-size: 13px;
		line-height: 1.8;
	}

	.dr1055testimonials .client-avatar {
		width: 42px;
		height: 42px;
		border-radius: 12px;
		font-size: 12px;
	}

	.dr1055testimonials .client-meta h4 {
		font-size: 13px;
	}

	.dr1055testimonials .client-meta span {
		font-size: 10px;
	}
}

/* =========================
   ACCESSIBILITY - REDUCE MOTION
========================= */
@media (prefers-reduced-motion: reduce) {
	.dr1055testimonials *,
	.dr1055testimonials *::before,
	.dr1055testimonials *::after {
		animation: none !important;
		transition: none !important;
	}
}