
.widget-custom{
	margin-bottom:20px!important;
}

.bg-custom-styled {
	position: relative;
	overflow: hidden;
	background-color: #0b0b0e;
}

.bg-custom-styled::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	filter: blur(2px); 
	opacity: 0.4; 
	z-index: 0;
}

.bg-custom-styled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(11, 11, 14, 0.9) 0%, rgba(11, 11, 14, 0.7) 50%, rgba(11, 11, 14, 0.95) 100%);
	z-index: 0;
}

.bg-custom-styled > .container {
	position: relative;
	z-index: 2;
}

.alpha-product-section {
	padding: 160px 0 100px;
}

.hero-image {
	max-width: 100%;
	filter: drop-shadow(0 25px 45px rgba(0,0,0,0.8));
	transition: .3s ease;
}

/* Styling Thumbnail Image Gallery di Kartu Hero */
.thumb-gallery {
	display: flex;
	gap: 12px;
	margin-top: 50px;
}
.thumb-item {
	width: 85px;
	height: 65px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}
.thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumb-item:hover, .thumb-item.active-thumb {
	border-color: #701F19;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(112, 31, 25, 0.4);
}

.content-card, .spec-card {
	background: rgba(20, 20, 25, 0.85);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.7);
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px;
}

/* Styling Tab Navigasi Spesifikasi Pengganti Akordeon */
.spec-subtabs-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.spec-subtab-btn {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fae1e1;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	flex: 1 1 auto;
	text-align: center;
	white-space: nowrap;
}

.spec-subtab-btn:hover, .spec-subtab-btn.spec-active {
	background: #701F19;
	color: #ffffff;
	border-color: #701F19;
}

.spec-content-pane {
	display: none;
}

.spec-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 14px;
}
.spec-row:last-child {
	border-bottom: none;
}
.spec-row span {
	color: #fae1e1;
	max-width: 45%;
}
.spec-row strong {
	color: #f1f5f9;
	text-align: right;
	max-width: 55%;
}

.feature-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.feature-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	color: #fae1e1;
	font-size: 15px;
}
.feature-list li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #701F19;
	font-weight: 700;
}

.text-info {
	font-size:30px;
	padding-top:20px;
}			

.text-muted-custom , .text-info {
	color: #fdf1f0 !important;
}

@media(max-width: 991px) {
	.alpha-product-section {
		padding: 120px 0 60px;
	}
	.content-card, .spec-card {
		padding: 20px;
	}
	.thumb-gallery {
		justify-content: center;
	}
}

.affix.header {
	height:60px;
}
.affix.black-header .header-wrapper {
    background: #701F19;
	height: 60px;
}

.text-info{
	color: #fdf1f0 !important;
	padding-right:10px;
}

.page-tile {
	font-size: 60px;
}

.page-subtitle {
	font-size: 20px !important;
	font-weight: 300;
}

.page-badge{
	font-size: 16px !important;
	font-weight: 500;
	padding:10px;
	background-color: #6e6d6d !important;
}

.page-download .btn {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
	color: #ffffff !important;
}

.page-download .btn i {
	color: #ffffff !important;
}

.page-download .btn:hover {
	background-color: #bb2d3b !important;
	border-color: #b02a37 !important;
	color: #ffffff !important;
}

.detail-story{
	font-size: 15px !important;
	font-weight: 300;
	letter-spacing: 1px;				
}

/* TKDN BADGE
/* BADGE TKDN - Mengatur posisi menempel di sudut kanan bawah gambar */
.badge-tkdn {
	position: absolute;
	right: 5%;
	bottom: 5%;
	z-index: 10;
	filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.7));
}
/* Menggunakan CSS Grid agar SVG dan Teks bertumpuk sempurna di titik yang sama */
.star-badge-container {
	display: grid;
	place-items: center;
	position: relative;
	width: 140px;
	height: 140px;
}
/* Memaksa SVG dan konten teks menempati grid area 1 yang sama */
.star-badge-container svg,
.badge-content {
	grid-area: 1 / 1 / 2 / 2;
}
/* Mengatur SVG agar memenuhi area grid */
.star-bg {
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* Konten Teks di tengah bintang */
.badge-content {
	text-align: center;
	z-index: 2; 
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.badge-top {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.5px;
	margin-bottom: 1px;
	display: block;
}
.badge-bottom {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.5px;
	display: block;
}
@media screen and (max-width: 768px) {
	.star-badge-container {
		width: 110px;  
		height: 110px; 
	}
	.badge-top {
		font-size: 8px; 
		letter-spacing: 0.3px;
	}
	.badge-bottom {
		font-size: 14px; 
	}
	.badge-tkdn {
		right: 2%;
		bottom: 2%;
		filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.7));
	}
}
@media screen and (max-width: 768px) {			
	ul.dropdown-menu a {
		color: #ffffff !important;
	}
	.container-display{
		margin-top:-100px;
	}
}
@media screen and (max-width: 1024px) {
	/* Menyembunyikan menu lain di halaman produk khusus tampilan mobile */
	.hide-on-product-mobile {
		display: none !important;
	}
}	

@media (max-width: 991px) {
    #menu-utama {
        position: sticky;
        top: 0;
        z-index: 999; /* Memastikan menu berada di atas elemen konten lainnya saat di-scroll */	
    }
	.logo-container-2{
		height:80px;		
    }		
}


