/* ============================================================
 * Honlax Hero Slider — legacy owl-carousel banner styles
 * (reproduced from the online-courier-services theme)
 * ============================================================ */

.hlx-hero-carousel.banner-main-section {
	position: relative;
	min-height: 700px;
}

.hlx-hero-carousel .slide-bg {
	position: relative;
	min-height: 700px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.hlx-hero-carousel .hlx-hero-bgimg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hlx-hero-carousel .hlx-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(26, 80, 161, 0.6); /* overlay in brand secondary #1a50a1 */
	display: block;
	pointer-events: none;
}

.hlx-hero-carousel .slider-box {
	min-height: 700px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 6%;
	box-sizing: border-box;
}

.hlx-hero-carousel .banner-contentt {
	flex: 0 0 42%;
	max-width: 42%;
}

.hlx-hero-carousel .banner-position {
	flex: 1;
}

.hlx-hero-carousel p.banner-extra-head {
	display: inline-block;
	margin: 0 0 14px;
	padding: 5px 10px !important;
	background: #EA1826;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1.4;
}

.hlx-hero-carousel .banner-heading {
	margin: 0 0 16px;
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.3;
	font-family: 'IM Fell Double Pica SC', 'Noto Serif TC', 'PingFang TC', Georgia, serif;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hlx-hero-carousel .banner-heading mark {
	background: none;
	color: #70D0F0;
}

.hlx-hero-carousel .banner-para {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.7;
	font-family: 'Inter', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
}

.hlx-hero-carousel .banner-btn a.hlx-hero-btn {
	display: inline-block;
	background: #102039;
	color: #fff;
	padding: 6px 24px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Inter', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
	text-decoration: none;
	border-radius: 0;
	transition: background .2s ease;
}

.hlx-hero-carousel .banner-btn a.hlx-hero-btn:hover {
	background: #EA1826;
	color: #fff;
}

.hlx-hero-carousel .banner-btn a.hlx-hero-btn i {
	margin-left: 8px;
}

/* Owl dots — numbered 01/02/03, bottom-right (legacy style) */
.hlx-hero-carousel .owl-dots {
	position: absolute;
	bottom: 5%;
	right: 10%;
	display: flex;
	z-index: 3;
}

.hlx-hero-carousel button.owl-dot {
	background: #FFFFFF75;
	color: #fff;
	border: none;
	padding: 0;
	margin: 10px;
	border-radius: 24px;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.hlx-hero-carousel button.owl-dot.active {
	background: #fff !important;
	color: #000 !important;
	font-size: 16px;
	font-weight: 800;
}

/* Responsive */
@media (max-width: 900px) {
	.hlx-hero-carousel.banner-main-section,
	.hlx-hero-carousel .slide-bg,
	.hlx-hero-carousel .slider-box {
		min-height: 520px;
	}
	.hlx-hero-carousel .banner-contentt {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.hlx-hero-carousel .banner-heading {
		font-size: 30px;
	}
	.hlx-hero-carousel .owl-dots {
		right: 4%;
		bottom: 4%;
	}
	.hlx-hero-carousel button.owl-dot {
		height: 40px;
		width: 40px;
		margin: 6px;
		font-size: 12px;
	}
}
