.hs679-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hs679-swiper {
	width: 100%;
	height: 100%;
}

.hs679-slide {
	position: relative;
	height: 75vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hs679-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	transition: transform 0.3s ease;
}

.hs679-ken-burns {
	animation: hs679KenBurns 20s ease infinite alternate;
}

@keyframes hs679KenBurns {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

.hs679-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hs679-content {
	position: relative;
	z-index: 3;
	max-width: 60%;
	padding: 40px;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.swiper-slide-active .hs679-content {
	opacity: 1;
	transform: translateY(0);
}

.hs679-align-left {
	margin-right: auto;
	margin-left: 5%;
	text-align: left;
}

.hs679-align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hs679-align-right {
	margin-left: auto;
	margin-right: 5%;
	text-align: right;
}

.hs679-heading {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px 0;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hs679-description {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 28px 0;
	color: #f0f0f0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hs679-btn {
	display: inline-block;
	padding: 14px 36px;
	border: 2px solid #ffffff;
	border-radius: 4px;
	color: #ffffff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.hs679-btn:hover {
	background-color: #ffffff;
	color: #333333;
}

.hs679-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.3s ease;
}

.hs679-arrow:hover {
	background: rgba(0, 0, 0, 0.6);
}

.hs679-arrow svg {
	stroke: currentColor;
}

.hs679-arrow-prev {
	left: 20px;
}

.hs679-arrow-next {
	right: 20px;
}

.hs679-pagination {
	position: absolute;
	bottom: 24px !important;
	z-index: 10;
	text-align: center;
}

.hs679-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 6px !important;
	transition: background 0.3s ease, transform 0.3s ease;
}

.hs679-pagination .swiper-pagination-bullet-active {
	background: #ffffff;
	transform: scale(1.2);
}

@media (max-width: 1024px) {
	.hs679-heading {
		font-size: 36px;
	}

	.hs679-description {
		font-size: 16px;
	}

	.hs679-content {
		max-width: 80%;
	}
}

@media (max-width: 767px) {
	.hs679-heading {
		font-size: 28px;
	}

	.hs679-description {
		font-size: 14px;
	}

	.hs679-content {
		max-width: 90%;
		padding: 20px;
	}

	.hs679-btn {
		padding: 12px 24px;
		font-size: 14px;
	}

	.hs679-arrow {
		width: 40px;
		height: 40px;
	}

	.hs679-arrow-prev {
		left: 10px;
	}

	.hs679-arrow-next {
		right: 10px;
	}
}
