.bs-swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bs-slide {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
	padding: 40px 8%;
}

/* Video Background Styles */
.bs-bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
	object-fit: cover;
}

.bs-slide[style*="justify-content: right"] .bs-content-box {
	margin-left: auto;
	margin-right: 0;
}

.bs-slide[style*="justify-content: center"] .bs-content-box {
	margin: 0 auto;
}

.bs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.bs-content-box {
	position: relative;
	z-index: 2;
	max-width: 600px;
}

/* Original Classes Restored */
.bs-title {
	font-size: 3rem;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.bs-text {
	font-size: 1.125rem;
	margin-bottom: 25px;
	line-height: 1.6;
}

.bs-button {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	gap: 10px;
}

.bs-button:hover {
	opacity: 0.9;
}

.bs-button i, .bs-button svg {
	width: 1em;
	height: 1em;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
	background: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 18px;
}

/* Mobile responsive background option */
@media (max-width: 767px) {
	.bs-slide.has-mobile-bg {
		background-image: var(--mobile-bg) !important;
	}
}
