.service-boxes-grid-09a3720c {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr); /* Fallback */
}

.service-box-item-09a3720c {
	background: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box-item-09a3720c:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-box-icon-09a3720c {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #0073aa;
}

.service-box-icon-09a3720c svg {
	width: 40px;
	height: 40px;
	fill: #0073aa;
}

.service-box-title-09a3720c {
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
}

.service-box-desc-09a3720c {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
}
