/* Hero Carousel Styles with Custom 01, 02, 03 Bullet Pagination */

.hero-carousel-container-b81a64dd {
	position: relative;
	width: 100%;
	height: 85vh;
	min-height: 550px;
	overflow: hidden;
}

.hero-carousel-container-b81a64dd .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.hero-carousel-zoom-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: transform 6s ease-out;
}

.hero-carousel-zoom-bg.hero-zoom-active {
	transform: scale(1.08);
}

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

.hero-carousel-content-b81a64dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	color: #ffffff;
	max-width: 900px;
	padding: 0 20px;
	width: 100%;
}

.hero-carousel-title-b81a64dd {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-carousel-desc-b81a64dd {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.hero-carousel-btn-b81a64dd {
	display: inline-block;
	background: #0073aa;
	color: #ffffff;
	padding: 12px 30px;
	border-radius: 4px;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease;
	border: none;
}

.hero-carousel-btn-b81a64dd:hover {
	background: #005177;
	color: #ffffff;
	transform: translateY(-2px);
}

/* Swiper Controls overrides */
.hero-carousel-container-b81a64dd .swiper-button-next,
.hero-carousel-container-b81a64dd .swiper-button-prev {
	color: #ffffff;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.hero-carousel-container-b81a64dd .swiper-button-next:hover,
.hero-carousel-container-b81a64dd .swiper-button-prev:hover {
	opacity: 1;
}

/* Pagination custom styled as 01, 02, 03 */
.hero-carousel-container-b81a64dd .swiper-pagination {
	bottom: 30px !important;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.hero-carousel-container-b81a64dd .swiper-pagination-bullet {
	background: transparent !important;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
	width: auto;
	height: auto;
	padding-bottom: 5px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.1rem;
	font-weight: 600;
	transition: color 0.3s, border-color 0.3s;
	opacity: 1;
}

.hero-carousel-container-b81a64dd .swiper-pagination-bullet-active {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
