.travel-swiper--steps .step-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.travel-swiper--steps .step-icon img {
	height: auto;
}

.travel-swiper--steps .step-title {
	font-size: var(--wp--preset--font-size--extra-medium);
	font-weight: 600;
	color: #444444;
	text-align: center;
	margin-bottom: 1.25rem;
}

.travel-swiper--steps .step-desc {
	color: #444444;
	margin-bottom: 1.25rem;
}

.travel-swiper--steps .step-image {
	position: relative;
}

.travel-swiper--steps .step-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.travel-swiper--steps .step-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #E78C85;
	color: #fff;
	border-radius: 50px;
	padding: 0.6rem 1.2rem;
	font-size: 0.9rem;
	text-decoration: none;
	transition: 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.travel-swiper--steps .step-button:hover {
	background: #c94c4c;
}

@media (min-width: 1024px) {
	.travel-swiper--steps .swiper {
		overflow: initial;
		transform: translateY(5rem);
        margin-bottom: 5rem;
	}

	.travel-swiper--steps .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.travel-swiper--steps .swiper-wrapper .swiper-slide:nth-child(3n + 2) {
		margin-top: 2rem;
	}

	.travel-swiper--steps .swiper-wrapper .swiper-slide:nth-child(3n + 3) {
		margin-top: 5rem;
	}

	.travel-swiper--steps .swiper-controls {
		display: none;
	}
}