.jobnetic-features-86d856fe {
	text-align: center;
	padding: 80px 20px;
	background-color: #112236; /* Default dark blue background */
}
.jf-header-86d856fe {
	margin-bottom: 60px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.jf-title-86d856fe {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}
.jf-subtitle-86d856fe {
	color: #a0aec0;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}
.jf-grid-86d856fe {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}
.jf-item-86d856fe {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.jf-icon-wrap-86d856fe {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.05); /* subtle white bg */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	color: #60a5fa; /* light blue */
	font-size: 32px;
}
.jf-icon-wrap-86d856fe svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}
.jf-item-title-86d856fe {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.3;
}
.jf-item-desc-86d856fe {
	color: #a0aec0;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 991px) {
	.jf-grid-86d856fe {
		grid-template-columns: repeat(2, 1fr);
	}
	.jf-title-86d856fe {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.jf-grid-86d856fe {
		grid-template-columns: 1fr;
	}
	.jf-header-86d856fe {
		margin-bottom: 40px;
	}
}