/**
 * Stats / counters section — white & gold (Elementor cc19113).
 * Counter animation unchanged.
 */

.elementor-element-cc19113 {
	background: linear-gradient(180deg, #fffdfb 0%, #ffffff 55%, #faf8f4 100%) !important;
	font-family: "Cairo", sans-serif;
	direction: rtl;
	padding: clamp(4rem, 7vw, 5.5rem) 0 !important;
	position: relative;
}

.elementor-element-cc19113::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--etqan-color-accent, #c8a96e) 20%,
		var(--etqan-color-accent-light, #d4b97e) 50%,
		var(--etqan-color-accent, #c8a96e) 80%,
		transparent 100%
	);
	pointer-events: none;
}

.elementor-element-cc19113 > .elementor-container {
	max-width: min(1200px, 92%);
}

.elementor-element-cc19113 .elementor-column + .elementor-column .elementor-widget-wrap {
	border-inline-start: 1px solid rgba(200, 169, 110, 0.32);
}

.elementor-element-cc19113 .elementor-widget-wrap {
	text-align: center;
	padding: clamp(0.75rem, 2vw, 1.5rem) clamp(0.65rem, 1.5vw, 1.15rem);
}

.elementor-element-cc19113 .elementor-counter {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.elementor-element-cc19113 .elementor-counter-number-wrapper {
	color: var(--etqan-color-accent, #c8a96e) !important;
	font-family: "Cairo", sans-serif !important;
	font-size: clamp(2.1rem, 4.2vw, 2.85rem) !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	position: relative;
	padding-bottom: 16px;
	letter-spacing: -0.02em;
}

.elementor-element-cc19113 .elementor-counter-number,
.elementor-element-cc19113 .elementor-counter-number-prefix,
.elementor-element-cc19113 .elementor-counter-number-suffix {
	color: inherit !important;
}

.elementor-element-cc19113 .elementor-counter-number-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 52px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		var(--etqan-color-accent-light, #d4b97e),
		var(--etqan-color-accent, #c8a96e)
	);
}

.elementor-element-cc19113 .elementor-counter-title {
	color: var(--etqan-color-sage-dark, #354d26) !important;
	font-family: "Cairo", sans-serif !important;
	font-size: clamp(1.05rem, 1.8vw, 1.3rem) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

.elementor-element-cc19113 .elementor-widget-heading .elementor-heading-title {
	color: #666666 !important;
	font-family: "Cairo", sans-serif !important;
	font-size: clamp(0.9rem, 1.3vw, 1rem) !important;
	font-weight: 400 !important;
	line-height: 1.85 !important;
	max-width: 270px;
	margin: 0 auto !important;
}

@media (max-width: 1024px) {
	.elementor-element-cc19113 .elementor-column + .elementor-column .elementor-widget-wrap {
		border-inline-start: none;
	}

	.elementor-element-cc19113 .elementor-column:not(:last-child) .elementor-widget-wrap {
		border-bottom: 1px solid rgba(200, 169, 110, 0.28);
		padding-bottom: clamp(1.5rem, 4vw, 2rem);
		margin-bottom: 0.25rem;
	}
}

@media (max-width: 767px) {
	.elementor-element-cc19113 {
		padding: clamp(3rem, 8vw, 4rem) 0 !important;
	}

	.elementor-element-cc19113 .elementor-counter-number-wrapper {
		font-size: clamp(1.85rem, 8vw, 2.25rem) !important;
	}

	.elementor-element-cc19113 .elementor-widget-heading .elementor-heading-title {
		max-width: 320px;
	}
}
