.shift-welcome-inner {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: flex-start;
}

/* ---------- Content ---------- */
.shift-welcome-content {
	max-width: 480px;
}

.shift-welcome-heading {
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	margin: 0 0 20px;
	background: linear-gradient(107deg, #1C124F 25.58%, #32208C 87.62%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 2px;
}

.shift-welcome-text {
	color: var(--Midnight-Navy, #0C0821);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
}

.shift-welcome-text p {
	margin: 0 0 1em;
}

.shift-welcome-gallery-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
	display: none !important;
}

.shift-welcome-text p:last-child {
	margin-bottom: 0;
}

/* ---------- Gallery / Swiper ---------- */
.shift-welcome-gallery {
	position: relative;
	max-width: 814px;
}

.shift-welcome-gallery-swiper {
	overflow: visible;
}

.shift-welcome-gallery-swiper .swiper-slide {
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.shift-welcome-gallery-swiper .swiper-slide {
	border-radius: 32px 8px 8px 8px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.shift-welcome-gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: blur(4px);
	transition: filter 0.3s ease;
}

.swiper-slide-active .shift-welcome-gallery-image {
	filter: blur(0);
}

.shift-welcome-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	color: #241e46;
	transition: background 0.2s ease;
}

.shift-welcome-gallery-nav:hover {
	background: #f2f2f2;
}

.shift-welcome-gallery-prev {
	left: -20px;
}

.shift-welcome-gallery-next {
	right: -20px;
}

.shift-welcome-gallery-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 16px;
}

.shift-welcome-gallery-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c9d3c6;
	opacity: 1;
}

.shift-welcome-gallery-pagination .swiper-pagination-bullet-active {
	background: #241e46;
}
.shift-happens-content .container-custom{
	max-width: 1440px;
	padding: 0px 50px;
}

@media ( max-width: 782px ) {
	.shift-welcome-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.shift-welcome-content {
		max-width: 100%;
	}

	.shift-welcome-gallery-prev {
		left: 8px;
	}

	.shift-welcome-gallery-next {
		right: 8px;
	}
}
