.shyam-trust-stats,
.shyam-trust-stats * {
	box-sizing: border-box;
}

.shyam-trust-stats {
	width: 100%;
	padding: 38px 36px 42px;
	background: #fffdf9;
	color: #171a20;
	font-family: inherit;
	overflow: hidden;
}

.shyam-trust-stats__container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.shyam-trust-stats__badge-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 24px;
}

.shyam-trust-stats__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 100%;
	padding: 7px 18px;
	border: 1px solid #8fc7a8;
	border-radius: 999px;
	background: #fff;
	color: #176d43;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: .025em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.shyam-trust-stats__badge:hover,
.shyam-trust-stats__badge:focus-visible {
	color: #176d43;
	text-decoration: none;
}

.shyam-trust-stats__badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #f47a16;
	font-size: 13px;
}

.shyam-trust-stats__badge-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.shyam-trust-stats__items {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
	width: 100%;
}

.shyam-trust-stats__card {
	--shyam-stat-icon: #09834d;
	--shyam-stat-icon-bg: #f0f8ee;
	--shyam-stat-value: #0b8048;
	--shyam-stat-label: #171a20;
	--shyam-stat-description: #4a4d52;
	display: block;
	min-width: 0;
	min-height: 190px;
	border: 1px solid #eee5da;
	border-radius: 18px;
	background: #fff;
	color: inherit;
	box-shadow: 0 10px 28px rgba(70, 54, 30, .08);
	text-decoration: none;
	overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.shyam-trust-stats__card:hover {
	border-color: rgba(9, 131, 77, .26);
	box-shadow: 0 15px 34px rgba(70, 54, 30, .12);
	text-decoration: none;
	transform: translateY(-4px);
}

.shyam-trust-stats__card:focus-visible {
	outline: 2px solid rgba(9, 131, 77, .42);
	outline-offset: 3px;
}

.shyam-trust-stats__card-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 18px;
	height: 100%;
	padding: 26px 22px;
	text-align: left;
}

.shyam-trust-stats__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 68px;
	width: 68px;
	height: 68px;
	border: 1px solid rgba(9, 131, 77, .05);
	border-radius: 50%;
	background: var(--shyam-stat-icon-bg);
	color: var(--shyam-stat-icon);
	overflow: hidden;
}

.shyam-trust-stats__icon i {
	font-size: 34px;
}

.shyam-trust-stats__icon svg {
	display: block;
	width: 34px;
	height: 34px;
	fill: currentColor;
}

.shyam-trust-stats__icon img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.shyam-trust-stats__copy {
	min-width: 0;
	flex: 1 1 auto;
}

.shyam-trust-stats__value {
	margin: 0 0 3px;
	color: var(--shyam-stat-value);
	font: inherit;
	font-size: 34px;
	font-weight: 750;
	line-height: 1.05;
	letter-spacing: -.025em;
	word-break: break-word;
}

.shyam-trust-stats__label {
	margin: 0 0 14px;
	padding: 0;
	color: var(--shyam-stat-label);
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	word-break: break-word;
}

.shyam-trust-stats__description {
	color: var(--shyam-stat-description);
	font: inherit;
	font-size: 14px;
	line-height: 1.55;
	word-break: break-word;
}

@media (max-width: 1024px) {
	.shyam-trust-stats {
		padding: 30px 24px 34px;
	}

	.shyam-trust-stats__items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.shyam-trust-stats__card {
		min-height: 180px;
	}
}

@media (max-width: 767px) {
	.shyam-trust-stats {
		padding: 24px 16px 28px;
	}

	.shyam-trust-stats__badge {
		width: auto;
		font-size: 11px;
		line-height: 1.3;
	}

	.shyam-trust-stats__items {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.shyam-trust-stats__card {
		min-height: 0;
	}

	.shyam-trust-stats__card-inner {
		gap: 15px;
		padding: 22px 20px;
	}

	.shyam-trust-stats__value {
		font-size: 30px;
	}
}

@media (max-width: 390px) {
	.shyam-trust-stats__card-inner {
		align-items: center;
	}

	.shyam-trust-stats__icon {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
	}

	.shyam-trust-stats__icon i {
		font-size: 29px;
	}

	.shyam-trust-stats__icon svg,
	.shyam-trust-stats__icon img {
		width: 29px;
		height: 29px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shyam-trust-stats__card {
		transition: none;
	}
}
