.banner-qbb.is-full-height {
    height: calc(100vh - 0px) !important;
    min-height: calc(100vh - 0px) !important;
}
.banner-qbb .section-content{
    height: 100%;
}
.banner-qbb .row-head-cannone{
    position: relative;
    z-index: 9999;
}
.slider-container {
	width: 100%;
	max-width: 1680px;
	height: calc(100% - 170px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    margin: 0 auto;
}

.integrated-orbit-showcase {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
}

/* ==========================================================================
	LỚP BACKGROUND DECOR (Z-INDEX = 0)
   ========================================================================== */
.main-bg-decor-layer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.decor-group {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
}

.decor-img {
	position: absolute;
	pointer-events: none;
	object-fit: contain;
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.08));
	will-change: transform, opacity;
    width: 100%;
    height: 100%;
}


/* ==========================================================================
	KHỐI BÊN TRÁI: TITLE, DESC, BUTTON
   ========================================================================== */
.product-info-wrapper {
	position: absolute;
	left: 40px;
	top: 35%;
	transform: translateY(-50%);
	z-index: 15;
	max-width: 360px;
	pointer-events: auto;
}

.orbit-indicator {
	font-size: 1.1rem;
	font-weight: 600;
	color: #e3a127;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.orbit-indicator #currentIndex {
	font-size: 1.4rem;
	font-weight: 700;
	color: #2b2b5f;
}

.integrated-orbit-showcase .product-title {
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.2;
	color: #2b2b5f;
	margin-bottom: 16px;
	letter-spacing: -0.5px;
}

.integrated-orbit-showcase .product-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #666666;
	margin-bottom: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.integrated-orbit-showcase .action-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.integrated-orbit-showcase .btn-dark {
	transition: background-color 0.3s ease, transform 0.3s ease;
	will-change: transform, opacity; 
}

.integrated-orbit-showcase .btn-more:hover {
	background-color: #1e1e45;
	transform: translateY(-2px);
}

.integrated-orbit-showcase .btn-line {
	display: inline-block;
	width: 20px;
	height: 3px;
	background-color: #ffffff;
}


.orbit-nav-btns {
	display: flex;
	align-items: center;
	gap: 10px;
    position: relative;
    margin-top: 250px;
}

.integrated-orbit-showcase .nav-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #e3a127;
	background: #ffffff;
	color: #2b2b5f;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 0px;
}

.integrated-orbit-showcase .nav-btn:hover {
	background: #e3a127;
	color: #ffffff;
	transform: scale(1.05);
}

/* ==========================================================================
	ORBIT ITEMS CONTAINER & ARC
   ========================================================================== */
.orbit-items-container {
	position: absolute;
	top: -18%;
	right: 5%;
	width: 1150px;
	height: 680px;
	display: flex;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}


.orbit-card {
	pointer-events: auto;
}

.orbit-items-container::before {
	content: '';
	position: absolute;
	right: 110px;
    top: 83%;
	transform: translateY(-50%);
	width: 580px;
	height: 580px;
	border: 2px solid #e3a127;
	border-radius: 50%;
	clip-path: inset(0 0 0 77%);
	pointer-events: none;
	z-index: 1;
}

.orbit-card {
	position: absolute;
	width: 575px;
	height: 575px;
	border-radius: 50%;
	cursor: pointer;
	left: 0;
	top: 0;
	will-change: transform, opacity;
	clip-path: circle(50% at 50% 50%);
	pointer-events: auto;
}
.integrated-orbit-showcase .card-inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border: 6px solid #ffffff;
	transition: box-shadow 0.3s ease;
}
.integrated-orbit-showcase .card-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	pointer-events: none;
}




.orbit-card.active {
	clip-path: none;
}




.orbit-card.active .card-inner {
	padding: 4px;
	border: 3px solid #ffffff;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}


@media (min-width: 2560px) {
	.banner-qbb.is-full-height {
        height: calc(100vh - 170px) !important;
        min-height: calc(100vh - 170px) !important;
    }
    .banner-qbb .section-content{
        height: 100%;
    }
    .product-info-wrapper {
        top: 25%;
    }

}

@media (min-width: 1024px) and (max-width: 1439px) {
    .banner-qbb.is-full-height {
        height: calc(100vh + 170px) !important;
        min-height: calc(100vh + 170px) !important;
    }
}

/* ==========================================================================
	MOBILE RESPONSIVE (MAX-WIDTH: 768PX)
   ========================================================================== */
@media (max-width: 768px) {
    .banner-qbb.is-full-height {
        height: calc(100vh + 100px) !important;
        min-height: calc(100vh + 100px) !important;
    }

	.slider-container {
		height: auto;
		min-height: calc(100vh + 0px);
		padding: 0px 0px;
	}

	.integrated-orbit-showcase {
		flex-direction: column-reverse;
		justify-content: center;
		padding: 0 20px;
		gap: 20px;
        margin-top: -100px;
	}

	/* Khối Content ở dưới */
	.product-info-wrapper {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		max-width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}

	.integrated-orbit-showcase .product-title {
		font-size: 2rem;
	}

	.integrated-orbit-showcase .action-row {
		flex-direction: column-reverse;
		gap: 15px;
		width: 100%;
	}

	.integrated-orbit-showcase .btn-more {
		width: 100%;
		justify-content: center;
	}

	/* Khối Orbit Slide ở trên */
	.orbit-items-container {
		position: relative;
		right: auto;
		width: 100%;
		max-width: 360px;
		height: 320px;
		margin: 0 auto;
        top: 0px;
	}

	.orbit-items-container::before {
		content: none;
	}

    .orbit-card{
        width: 350px;
        height: 350px;
    }
    .main-bg-decor-layer{
        height: 700px;
    }
    .orbit-nav-btns {
        margin-top: 25px;
    }
	
}