.hvv-hero-slider-block {
	max-width: 1800px;
	margin: 0 auto 50px auto;
	padding: 15px 20px;
	position: relative;
}

.hvv-hero-swiper {
	padding-bottom: 60px; /* Space for pagination */
}

.hvv-hero-slide-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 88px;
	padding: 20px 80px;
}

.hvv-hero-content {
	
}

.hvv-hero-title {
  color: #393737;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 40px;
}

.hvv-hero-subtitle {
  color: #393737;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 70px;
}

.hvv-hero-btn {
  color: #FFF!important;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  border-radius: 26px;
  background: #E03639;
  display: flex;
  width: 463px;
  height: 71px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: none;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hvv-hero-btn:hover {
	background: #d32f2f;
	color: #fff !important;
}

.hvv-hero-image {
	max-width: 915px;
}

.hvv-hero-image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
}

/* Swiper Navigation */
.hvv-hero-swiper .swiper-button-prev,
.hvv-hero-swiper .swiper-button-next {
	width: 60px;
	height: 60px;
	color: #ADAAAA;
	transition: color 0.3s ease;
}

.hvv-hero-swiper .swiper-button-prev::after,
.hvv-hero-swiper .swiper-button-next::after {
	display: none; /* Hide Swiper default arrows */
}

.hvv-hero-swiper .swiper-button-next svg {
	transform: scaleX(-1); /* Point right */
}

.hvv-hero-swiper .swiper-button-prev:hover,
.hvv-hero-swiper .swiper-button-next:hover {
	color: #BD0707;
}

/* Swiper Pagination */
.hvv-hero-swiper .swiper-pagination {
	left: auto !important;
	right: 80px !important;
	width: calc(50% - 80px) !important;
	max-width: 700px !important;
	text-align: center;
	bottom: 15px !important;
}

.hvv-hero-swiper .swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	border-radius: 26px;
	background: #ccc;
	opacity: 1;
	margin: 0 8px !important;
	transition: background 0.3s ease;
}

.hvv-hero-swiper .swiper-pagination-bullet-active {
	background: #E03639;
}

@media screen and (max-width: 991px) {
	.hvv-hero-swiper .swiper-pagination {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		bottom: 15px !important;
	}

	.hvv-hero-slide-inner {
		flex-direction: column-reverse;
		padding: 0 20px;
		text-align: center;
	}
	.hvv-hero-title {
		font-size: 32px;
	}
	.hvv-hero-subtitle {
		font-size: 18px;
	}
}
