/**
 * Testimonial widget — Elementor overrides.
 */
.elementor-widget-testimonial {
	--beep-orange: #F97316;
	--beep-navy: #1E1B4B;
	--beep-muted: #6B7280;
	--beep-light: #F9FAFB;
	--beep-border: #E5E7EB;
	--beep-grad: linear-gradient(135deg, #F97316 0%, #EF4444 100%);
}

/* Layout 1 — author photo */
.elementor-widget-testimonial .beep-testi-author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--beep-orange);
	flex-shrink: 0;
	max-width: none;
}

/* Layout 2 — section heading */
.elementor-widget-testimonial .beep-port-testi .text-center .beep-section-sub {
	display: block;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.elementor-widget-testimonial .beep-port-testi .text-center .beep-section-title {
	text-align: center;
}

.elementor-widget-testimonial .beep-port-testi .text-center .beep-section-label {
	display: inline-block;
}

/* Layout 2 — slider row */
.elementor-widget-testimonial .beep-pt-outer {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.elementor-widget-testimonial .beep-pt-wrap {
	flex: 1;
	min-width: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.elementor-widget-testimonial .beep-port-testi-swiper {
	width: 100%;
	overflow: hidden !important;
}

.elementor-widget-testimonial .beep-port-testi-swiper .swiper-wrapper {
	align-items: stretch;
}

.elementor-widget-testimonial .beep-port-testi-swiper .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.elementor-widget-testimonial .beep-tstrip-card {
	height: 100%;
	background: var(--beep-light);
	border-radius: 16px;
	padding: 32px;
	border: 1px solid var(--beep-border);
	position: relative;
}

.elementor-widget-testimonial .beep-tstrip-card::before {
	content: '\201C';
	font-size: 80px;
	line-height: 0.6;
	color: var(--beep-orange);
	opacity: 0.25;
	position: absolute;
	top: 24px;
	left: 24px;
	font-family: Georgia, serif;
}

.elementor-widget-testimonial .beep-tstrip-stars {
	color: #f59e0b;
	font-size: 13px;
	margin-bottom: 14px;
}

.elementor-widget-testimonial .beep-tstrip-card p {
	font-size: 14px;
	color: var(--beep-muted);
	line-height: 1.7;
	margin-bottom: 20px;
	font-style: italic;
}

.elementor-widget-testimonial .beep-tstrip-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.elementor-widget-testimonial .beep-tstrip-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--beep-grad);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	flex-shrink: 0;
}

.elementor-widget-testimonial .beep-tstrip-author strong {
	display: block;
	font-size: 14px;
	color: var(--beep-navy);
	font-weight: 700;
}

.elementor-widget-testimonial .beep-tstrip-author span {
	display: block;
	font-size: 12px;
	color: var(--beep-muted);
}

.elementor-widget-testimonial .beep-pt-arrow {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--beep-border);
	color: var(--beep-navy);
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.elementor-widget-testimonial .beep-port-testi-pagination {
	position: static !important;
	display: flex !important;
	justify-content: center;
	gap: 6px;
	margin-top: 4px;
}

.elementor-widget-testimonial .beep-port-testi-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: var(--beep-muted);
	opacity: 0.4;
}

.elementor-widget-testimonial .beep-port-testi-pagination .swiper-pagination-bullet-active {
	background: var(--beep-orange);
	opacity: 1;
	width: 24px;
}

.elementor-widget-testimonial .beep-testi-hide-arrows .beep-testi-arrow,
.elementor-widget-testimonial .beep-testi-hide-arrows .beep-pt-arrow {
	display: none !important;
}

.elementor-widget-testimonial .beep-testi-hide-pagination .beep-testi-pagination,
.elementor-widget-testimonial .beep-testi-hide-pagination .beep-port-testi-pagination {
	display: none !important;
}

/* Icons */
.elementor-widget-testimonial .beep-quote-icon svg.e-font-icon-svg,
.elementor-widget-testimonial .beep-testi-arrow svg.e-font-icon-svg,
.elementor-widget-testimonial .beep-pt-arrow svg.e-font-icon-svg,
.elementor-widget-testimonial .beep-tstrip-stars svg.e-font-icon-svg {
	fill: currentColor;
}

.elementor-widget-testimonial {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.elementor-widget-testimonial .beep-testimonials,
.elementor-widget-testimonial .beep-port-testi {
	width: 100%;
}

.elementor-widget-testimonial .beep-testi-swiper .swiper-slide,
.elementor-widget-testimonial .beep-port-testi-swiper .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

@media (max-width: 991.98px) {
	.elementor-widget-testimonial .beep-testimonials,
	.elementor-widget-testimonial .beep-port-testi {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.elementor-widget-testimonial .beep-testi-outer,
	.elementor-widget-testimonial .beep-pt-outer {
		margin-top: 36px;
	}
}

@media (max-width: 767.98px) {
	.elementor-widget-testimonial .beep-testimonials > .container,
	.elementor-widget-testimonial .beep-port-testi > .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.elementor-widget-testimonial .beep-testi-outer {
		flex-direction: column;
		align-items: stretch;
		margin-top: 28px;
		gap: 14px;
		max-width: 100%;
	}

	.elementor-widget-testimonial .beep-testi-swiper-wrap,
	.elementor-widget-testimonial .beep-pt-wrap {
		width: 100%;
		order: 1;
		gap: 14px;
	}

	.elementor-widget-testimonial .beep-testi-arrow,
	.elementor-widget-testimonial .beep-pt-arrow {
		display: none !important;
	}

	.elementor-widget-testimonial .beep-testi-card {
		padding: 28px 20px 24px;
	}

	.elementor-widget-testimonial .beep-quote-icon {
		font-size: 26px;
		margin-bottom: 14px;
	}

	.elementor-widget-testimonial .beep-testi-card p {
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 20px;
	}

	.elementor-widget-testimonial .beep-testi-author img {
		width: 42px;
		height: 42px;
	}

	.elementor-widget-testimonial .beep-testi-author strong {
		font-size: 14px;
	}

	.elementor-widget-testimonial .beep-testi-author span {
		font-size: 12px;
	}

	.elementor-widget-testimonial .beep-port-testi .text-center .beep-section-sub {
		font-size: 15px;
		line-height: 1.65;
		margin-bottom: 28px;
	}

	.elementor-widget-testimonial .beep-pt-outer {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.elementor-widget-testimonial .beep-tstrip-card {
		padding: 24px 20px;
	}

	.elementor-widget-testimonial .beep-tstrip-card::before {
		font-size: 56px;
		top: 16px;
		left: 16px;
	}

	.elementor-widget-testimonial .beep-tstrip-card p {
		font-size: 13.5px;
	}
}

@media (max-width: 575.98px) {
	.elementor-widget-testimonial .beep-testimonials,
	.elementor-widget-testimonial .beep-port-testi {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.elementor-widget-testimonial .beep-testi-card {
		padding: 24px 16px 20px;
	}

	.elementor-widget-testimonial .beep-testi-card p {
		font-size: 14px;
	}
}
