
.cards-slider {
	display: flex;
	gap: 30px;
	margin-top: 60px;
}

.cards-slider a {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cards-slider img {
	border-radius: 12px;
	margin-bottom: 5px;
	flex: 0 0 100%;
	height: 220px;
	object-fit: cover;
}

.cards-slider h3 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	transition: .4s;
	flex: 0 0 80%;
}

.cards-slider a:hover h3 {
	color: var(--1)
}

.process-tabs-section {
	position: relative;
}

.steps {
	width: 1000px;
	max-width: 100%;
	margin: 60px auto 0;
}

.steps-head {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 100%;
	width: 700px;
	margin: 0 auto 32px;
}

.step-head {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 0;
	text-align: left;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.55);
	transition: color 0.25s ease, opacity 0.25s ease;
	background: none;
	border-radius: 12px;
	padding: 20px 20px 25px 20px;
	opacity: .4;
	text-align: center;
	overflow: hidden;
}

.step-head:hover {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

.step-head.is-active {
	color: #fff;
	opacity: 1;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: #ffffff0d;
}

.step-head-label {
	font-size: 18px;
	font-weight: 500;
}

.step-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0);
	overflow: hidden;
}

.step-progress-bar {
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 999px;
	background: #c9a227;
	will-change: width;
}

.steps-content {
	position: relative;
	min-height: 150px;
}

.step-content {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.35s ease, transform 0.35s ease;
	pointer-events: none;
	position: absolute;
	inset: 0;
}

.step-content.is-active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	position: relative;
}

.step-head:not(.is-active) .step-progress-bar {
	display: none;
}

.step-content h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: center;
}

.step-content p {
	margin: 0;
	color: #aaa;
	font-size: 16px;
	text-align: center;
	line-height: 1.7;
}

.business-types {
	display: flex;
	margin-top: 40px;
}

.business-types .col {
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: #ffffff0d;
	border-radius: 12px 0 0 12px;
	padding: 30px 60px;
	flex: 0 0 50%;
}

.business-types .col:last-child {
	border-radius: 0 12px 12px 0;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: rgba(255,255,255,.1);
}

.business-types .col h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
	text-align: center;
}

.business-types .col p {
	font-size: 16px;
	color: #aaa;
	line-height: 1.7;
	margin: 0 0 30px;
	text-align: center;
}

.business-types .col .btn {
	margin: 0 auto;
	display: table;
}

.cards {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

.cards .card {
	flex: 0 0 25%;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: #ffffff0d;
	border-radius: 12px;
	text-align: center;
}

.cards .card a {
	padding: 30px;
	display: block;
	text-decoration: none;
}

.cards .card svg {
	fill: var(--1);
	width: 40px;
	height: 40px;
}

.cards .card h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.cards .card p {
	color: #aaa;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 0;
}

.cards ~ span {
	color: #aaa;
	display: block;
	text-align: center;
	font-size: 14px;
}

.cards ~ a {
	display: table;
	margin: 10px auto 0;
}

.archive-servizi .hero .container,
.contact-page .hero .container {
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1)
}

.contact-page .standard-section,
.archive-servizi .standard-section {
	padding-top: 0;
}

.archive-servizi .cards-slider {
	flex-wrap: wrap;
	justify-content: center;
}

.archive-servizi .cards-slider .card-slider {
	flex: 0 0 calc(25% - 30px);
}

.contact-page .contacts {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.contact-page .contacts > a {
	padding: 30px;
	display: block;
	text-decoration: none;
	flex: 0 0 calc(33.33% - 30px);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: #ffffff0d;
	border-radius: 12px;
	text-align: center;
	
}

.contact-page .contacts > a .title {
	display: block;
	color: #aaa;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-page .contacts > a .value {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: .4s;
}

.contact-page .contacts > a:hover .value {
	color: var(--1)
}

@media screen and (max-width: 991px) {	
	.process-tabs-section h2 {
		text-align: center;
	}
	
	.steps {
		margin-top: 40px;
	}
	
	.step-head {
		padding: 15px 15px 20px;
	}
	
	.business-types {
		flex-wrap: wrap;
	}
	
	.business-types .col {
		flex: 0 0 100%;
		border-radius: 12px 12px 0 0;
	}
	
	.business-types .col:last-child {
		border-radius: 0 0 12px 12px;
	}
	
	.step-head-label {
		font-size: 16px;
	}
	
	.cards.owl-carousel .owl-stage-outer,
	.cards-slider.owl-carousel .owl-stage-outer {
		margin-right: -20px;
	}
	
	.cards .owl-stage,
	.cards-slider .owl-stage{
		padding-left: 0 !important;
	}
	
	.archive-servizi .hero .container,
	.contact-page .hero .container {
		text-align: left;
	}
	
	.contact-page .contacts > a {
		flex: 0 0 100%;
	}
}