.employee-portal-core-values {
	position: relative;
	padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 3rem);
	color: #f8fbff;
	overflow: visible;
}

.employee-portal-core-values__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: visible;
}

.employee-portal-core-values__circles {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.employee-portal-core-values__circles .circle {
	position: absolute;
	border-radius: 50%;
	filter: blur(200px);
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.employee-portal-core-values__circles .green {
	top: 35%;
	left: 30%;
	width: clamp(400px, 40vw, 600px);
	height: clamp(400px, 40vw, 600px);
	background: #e1261c;
	background: #007953;
}

.employee-portal-core-values__circles .blue {
	top: 50%;
	left: 70%;
	width: clamp(350px, 35vw, 550px);
	height: clamp(350px, 35vw, 550px);
	background: #003c71;
}

.employee-portal-core-values__circles .red {
	top: 90%;
	left: 25%;
	width: clamp(300px, 30vw, 450px);
	height: clamp(300px, 30vw, 450px);
	background: #007953;
}

.employee-portal-core-values__heading {
	position: relative;
	z-index: 1;
	font-weight: 700;
	margin: 3rem auto 5rem;
	font-size: clamp(2.25rem, 5vw, 3.5rem);
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
}

.employee-portal-core-values__grid {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	min-width: 83.125rem;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	justify-content: center;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}

.employee-portal-core-values__item {
	position: relative;
	width: 300px;
	min-width: 300px;
	padding: 3.75rem 2rem;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 40px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	margin-right: 12px;
}

.employee-portal-core-values__item:last-child {
	margin-right: 0;
}

.employee-portal-core-values__title {
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1rem;
	color: #ffffff;
}

.employee-portal-core-values__content {
	font-size: clamp(0.95rem, 2vw, 1.0625rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

@media (max-width: 1284px) {
	.employee-portal-core-values {
		padding-left: 0;
		padding-right: 0;
	}
	.employee-portal-core-values__grid {
		min-width: auto;
		padding: 12px;
		width: auto;
		left: unset;
		transform: unset;
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.employee-portal-core-values__heading {
		font-size: 2.5rem;
		margin: 1rem;
		margin-bottom: 3rem;
	}
	.employee-portal-core-values {
		padding: 5rem 0;
		padding-top: 3rem;
	}
}
