/* Tagutech MUST Facts */

.elementor-widget-tagutech-must-facts .tmf {
	--tmf-columns: 3;
	--tmf-gap-x: 0px;
	--tmf-gap-y: 0px;
	--tmf-divider-color: rgba(212, 175, 55, 0.55);
	--tmf-divider-width: 1px;
	--tmf-divider-style: solid;
	--tmf-section-bg: #0b1f4d;
	--tmf-item-padding-y: 36px;
	--tmf-item-padding-x: 28px;
	width: 100%;
	padding: 72px 40px;
	background-color: var(--tmf-section-bg);
	box-sizing: border-box;
	color: #ffffff;
}

.elementor-widget-tagutech-must-facts .tmf *,
.elementor-widget-tagutech-must-facts .tmf *::before,
.elementor-widget-tagutech-must-facts .tmf *::after {
	box-sizing: border-box;
}

.elementor-widget-tagutech-must-facts .tmf__header {
	max-width: 820px;
	margin: 0 auto 48px;
	text-align: center;
}

.elementor-widget-tagutech-must-facts .tmf__title {
	margin: 0 0 18px;
	color: #ffffff;
	font-family: "Segoe UI", Candara, Calibri, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
}

.elementor-widget-tagutech-must-facts .tmf__description {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Segoe UI", Candara, Calibri, sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.7;
}

.elementor-widget-tagutech-must-facts .tmf__grid {
	display: grid;
	grid-template-columns: repeat(var(--tmf-columns), minmax(0, 1fr));
	column-gap: var(--tmf-gap-x);
	row-gap: var(--tmf-gap-y);
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.elementor-widget-tagutech-must-facts .tmf__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: var(--tmf-item-padding-y) var(--tmf-item-padding-x);
	text-align: center;
}

/*
 * Dividers via grid gap — works for any column count on desktop/tablet/mobile.
 * Gap shows the divider color; items paint the section background over it.
 */
.elementor-widget-tagutech-must-facts .tmf--dividers .tmf__grid {
	column-gap: var(--tmf-divider-width);
	row-gap: var(--tmf-divider-width);
	background-color: var(--tmf-divider-color);
}

.elementor-widget-tagutech-must-facts .tmf--dividers .tmf__item {
	background-color: var(--tmf-section-bg);
	border: 0;
}

.elementor-widget-tagutech-must-facts .tmf__stat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 10px;
}

.elementor-widget-tagutech-must-facts .tmf__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
}

.elementor-widget-tagutech-must-facts .tmf__icon i,
.elementor-widget-tagutech-must-facts .tmf__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-tagutech-must-facts .tmf__value {
	margin: 0;
	color: #ffffff;
	font-family: "Segoe UI", Candara, Calibri, sans-serif;
	font-size: clamp(2rem, 3.2vw, 2.75rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.elementor-widget-tagutech-must-facts .tmf__label {
	margin: 0;
	color: #d4af37;
	font-family: "Segoe UI", Candara, Calibri, sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
}

.elementor-widget-tagutech-must-facts .tmf--icon-top .tmf__stat {
	flex-direction: column;
	gap: 10px;
}

.elementor-widget-tagutech-must-facts .tmf--icon-right .tmf__stat {
	flex-direction: row-reverse;
}

.elementor-widget-tagutech-must-facts .tmf--align-left .tmf__item,
.elementor-widget-tagutech-must-facts .tmf--align-left .tmf__stat {
	align-items: flex-start;
	text-align: left;
	justify-content: flex-start;
}

.elementor-widget-tagutech-must-facts .tmf--align-right .tmf__item,
.elementor-widget-tagutech-must-facts .tmf--align-right .tmf__stat {
	align-items: flex-end;
	text-align: right;
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.elementor-widget-tagutech-must-facts .tmf {
		padding: 56px 28px;
	}

	.elementor-widget-tagutech-must-facts .tmf__header {
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-tagutech-must-facts .tmf {
		padding: 44px 18px;
	}

	.elementor-widget-tagutech-must-facts .tmf__item {
		padding: 28px 16px;
	}
}
