html,
body {
	overflow-x: hidden;
}

#about .container,
#faq-infografis .container,
#spmb-video-section .container-fluid {
	max-width: 1320px;
	overflow-x: hidden;
}

/* JANGAN hidden vertical */
#faq-infografis {
	overflow-x: hidden;
	overflow-y: visible;
}

/* ROW FAQ */
#faq-infografis .row {
	align-items: flex-start;
	overflow: visible;
}

/* FAQ CARD */
.spmb-faq-card {
	max-height: 900px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* VIDEO SECTION */
#spmb-video-section {
	position: relative;
	z-index: 2;
	clear: both;
	margin-top: 20px;
	background: #f8fafc;
}

/* VIDEO WRAPPER */
.spmb-video-slider-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* CONTACT */
.spmb-contact-card {
	position: relative;
	z-index: 3;
}

/* =========================================
        FAQ SECTION
    ========================================= */
.spmb-faq-section {
	background: #f8fafc;
}

/* HEADER */
.spmb-section-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;

	background: #eef4ff;
	color: #2563eb;

	padding: 8px 16px;

	border-radius: 50px;

	font-size: 14px;
	font-weight: 600;

	margin-bottom: 15px;
}

.spmb-section-title {
	font-size: 36px;
	font-weight: 800;
	color: #1e293b;

	margin-bottom: 10px;
}

.spmb-section-subtitle {
	color: #64748b;
	font-size: 16px;

	margin-bottom: 18px;
}

.spmb-divider {
	width: 80px;
	height: 4px;

	margin: auto;

	border-radius: 30px;

	background: linear-gradient(to right, #4f46e5, #0ea5e9);
}

/* CARD */
.spmb-faq-card,
.spmb-home-card {
	background: #fff;

	border-radius: 22px;

	padding: 25px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
	height: 100%;
}

.spmb-faq-card {
	max-height: 620px;
	overflow-y: auto;
}

.spmb-home-card {
	position: sticky;
	top: 20px;
}

.spmb-card-title {
	font-size: 22px;
	font-weight: 700;

	margin-bottom: 22px;

	color: #111827;

	display: flex;
	align-items: center;
	gap: 10px;
}

.spmb-card-title i {
	color: #4f46e5;
}

#faq-infografis .row {
	align-items: flex-start;
	overflow: hidden;
}

/* FAQ */
.spmb-accordion .accordion-item {
	border: 0;

	border-radius: 14px !important;

	overflow: hidden;

	margin-bottom: 14px;

	background: #fff;

	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
}

.spmb-accordion .accordion-button {
	background: #fff;

	font-weight: 600;

	color: #1e293b;

	padding: 18px 22px;

	box-shadow: none !important;

	display: flex;
	align-items: center;
}

.spmb-accordion .accordion-button:not(.collapsed) {
	background: #f8fbff;
	color: #2563eb;
}

.spmb-accordion .accordion-button::after {
	margin-left: auto !important;
	flex-shrink: 0;
}

.faq-text {
	flex: 1;
	padding-right: 15px;
}

.spmb-accordion .accordion-body {
	padding: 20px 22px;

	color: #64748b;

	line-height: 1.8;

	background: #fcfcfd;
}

/* =========================================
        INFOGRAFIS
    ========================================= */

.spmb-slider-wrapper {
	position: relative;

	width: 100%;

	overflow: hidden;

	border-radius: 20px;
}

.spmb-slide {
	display: none;
	animation: fadeEffect 0.5s ease;
}

.spmb-slide.active {
	display: block;
}

.spmb-infografis-item {
	position: relative;

	height: 520px;

	border-radius: 20px;

	overflow: hidden;

	background: #f1f5f9;
}

.spmb-infografis-img {
	width: 100%;
	height: 100%;

	object-fit: cover;

	display: block;
}

.spmb-infografis-overlay {
	position: absolute;
	inset: 0;

	display: flex;
	align-items: flex-end;

	padding: 24px;

	background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.spmb-infografis-content h5 {
	color: #fff;

	font-size: 22px;
	font-weight: 700;

	line-height: 1.4;

	margin-bottom: 0;
}

.spmb-infografis-badge {
	display: inline-block;

	padding: 6px 14px;

	border-radius: 30px;

	background: rgba(255, 255, 255, 0.18);

	color: #fff;

	font-size: 13px;

	margin-bottom: 12px;

	backdrop-filter: blur(10px);
}

/* BUTTON */
.spmb-slide-btn {
	position: absolute;

	top: 50%;
	transform: translateY(-50%);

	width: 42px;
	height: 42px;

	border: 0;
	border-radius: 50%;

	background: rgba(15, 23, 42, 0.55);

	color: #fff;

	z-index: 10;

	transition: 0.3s ease;
}

.spmb-slide-btn:hover {
	background: #2563eb;
}

.spmb-slide-btn.prev {
	left: 14px;
}

.spmb-slide-btn.next {
	right: 14px;
}

/* =========================================
        HERO
    ========================================= */

/* .spmb-hero-section {
        padding: 10px 0 0px;
    } */

.spmb-hero-card {
	background: #fff;

	border-radius: 24px;

	padding: 45px 35px;

	position: relative;

	overflow: hidden;

	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.spmb-hero-card::before {
	content: "";

	position: absolute;

	top: -120px;
	right: -120px;

	width: 260px;
	height: 260px;

	background: rgba(13, 110, 253, 0.05);

	border-radius: 50%;
}

.spmb-hero-card::after {
	content: "";

	position: absolute;

	bottom: -100px;
	left: -100px;

	width: 220px;
	height: 220px;

	background: rgba(111, 66, 193, 0.05);

	border-radius: 50%;
}

.spmb-logo-wrap {
	width: 110px;
	height: 110px;

	margin: auto;

	border-radius: 50%;

	background: #fff;

	padding: 10px;

	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.spmb-logo {
	width: 100%;
	height: 100%;

	object-fit: contain;
}

.spmb-title {
	font-size: 34px;
	font-weight: 800;

	line-height: 1.3;

	color: #1f2937;

	margin-bottom: 10px;

	text-transform: uppercase;
}

.spmb-subtitle {
	font-size: 18px;

	color: #6b7280;

	margin-bottom: 18px;
}

/* SEARCH */
.spmb-search-card {
	background: #fff;

	border-radius: 18px;

	padding: 22px;

	border: 1px solid #edf0f7;

	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.spmb-search-header {
	text-align: center;

	font-weight: 700;

	margin-bottom: 18px;

	color: #111827;

	font-size: 17px;
}

.spmb-search-header i {
	color: #0d6efd;
	margin-right: 6px;
}

.spmb-search-card .input-group {
	border: 1px solid #dbe3f0;

	border-radius: 14px;

	overflow: hidden;
}

.spmb-search-card .form-control {
	height: 52px;
	font-size: 15px;
}

.spmb-btn-search {
	background: linear-gradient(to right, #f59e0b, #fbbf24);

	color: #fff;

	border: 0;

	padding: 0 22px;

	font-weight: 600;

	transition: 0.3s ease;
}

.spmb-btn-search:hover {
	background: linear-gradient(to right, #e48b00, #f59e0b);
	color: #fff;
}

.spmb-btn-daftar {
	background: linear-gradient(to right, #4f46e5, #6366f1);

	color: #fff;

	border: 0;

	padding: 14px 28px;

	border-radius: 14px;

	font-size: 16px;
	font-weight: 600;

	box-shadow: 0 6px 18px rgba(79, 70, 229, 0.25);

	transition: 0.3s ease;
}

.spmb-btn-daftar:hover {
	transform: translateY(-2px);

	color: #fff;

	box-shadow: 0 10px 24px rgba(79, 70, 229, 0.3);
}

/* =========================================
        CONTACT
    ========================================= */

.spmb-contact-card {
	position: relative;

	overflow: hidden;

	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 24px;

	width: 100%;
	max-width: 100%;

	padding: 30px;

	border-radius: 24px;

	background: linear-gradient(135deg, #25d366, #128c7e);

	color: #fff;

	box-shadow: 0 10px 30px rgba(18, 140, 126, 0.18);
}

.spmb-contact-card::before {
	content: "";

	position: absolute;

	width: 220px;
	height: 220px;

	background: rgba(255, 255, 255, 0.08);

	border-radius: 50%;

	top: -80px;
	right: -80px;
}

.spmb-contact-icon {
	width: 78px;
	height: 78px;

	min-width: 78px;

	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(255, 255, 255, 0.14);

	font-size: 36px;

	position: relative;
	z-index: 2;
}

.spmb-contact-content {
	flex: 1;

	position: relative;
	z-index: 2;

	min-width: 0;
}

.spmb-contact-badge {
	display: inline-block;

	padding: 6px 14px;

	border-radius: 30px;

	background: rgba(255, 255, 255, 0.15);

	font-size: 13px;

	margin-bottom: 12px;
}

.spmb-contact-content h4 {
	font-size: 28px;
	font-weight: 800;

	margin-bottom: 10px;
}

.spmb-contact-content p {
	margin-bottom: 0;

	font-size: 15px;

	line-height: 1.7;

	color: rgba(255, 255, 255, 0.92);
}

.spmb-btn-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	gap: 10px;

	padding: 14px 24px;

	border-radius: 14px;

	background: #fff;

	color: #128c7e;

	text-decoration: none;

	font-weight: 700;

	transition: 0.3s ease;

	position: relative;
	z-index: 2;

	white-space: nowrap;
}

.spmb-btn-wa:hover {
	transform: translateY(-2px);

	background: #f8f9fa;

	color: #128c7e;
}

/* =========================================
        VIDEO
    ========================================= */

#spmb-video-section {
	background: #f8fafc;
}

.spmb-video-slider-wrap {
	position: relative;

	width: 100%;

	overflow: hidden;

	padding: 0 60px;
}

.spmb-video-slider {
	display: flex;

	gap: 20px;

	transition: transform 0.4s ease;
}

.spmb-video-item {
	min-width: calc(33.333% - 14px);

	flex-shrink: 0;
}

.spmb-video-card {
	background: #fff;

	padding: 12px;

	border-radius: 20px;

	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);

	overflow: hidden;
}

.spmb-video-card iframe {
	width: 100%;
	height: 220px;

	border: 0;

	border-radius: 14px;

	display: block;
}

/* NAVIGATION */
.spmb-video-nav {
	position: absolute;

	top: 50%;
	transform: translateY(-50%);

	width: 46px;
	height: 46px;

	border: 0;
	border-radius: 50%;

	background: rgba(15, 23, 42, 0.75);

	color: #fff;

	z-index: 20;

	transition: 0.3s;
}

.spmb-video-nav:hover {
	background: #2563eb;
}

.spmb-video-nav.prev {
	left: 5px;
}

.spmb-video-nav.next {
	right: 5px;
}

/* =========================================
        ANIMATION
    ========================================= */

@keyframes fadeEffect {
	from {
		opacity: 0;
		transform: scale(1.01);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	animation: fadeIn 0.5s ease-in-out;
}

/* =========================================
        HASIL PENCARIAN
    ========================================= */

#hasil-pencarian .card {
	border-radius: 16px;

	background: rgba(255, 255, 255, 0.95);

	transition: all 0.3s ease;
}

#hasil-pencarian .card:hover {
	transform: translateY(-4px);

	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* =========================================
        TABLET
    ========================================= */

@media (max-width: 992px) {
	.spmb-video-item {
		min-width: calc(50% - 10px);
	}

	.spmb-contact-card {
		flex-direction: column;
		text-align: center;
	}
}

/* =========================================
        MOBILE
    ========================================= */

@media (max-width: 768px) {
	.spmb-hero-card {
		padding: 30px 20px;
		border-radius: 18px;
	}

	.spmb-logo-wrap {
		width: 90px;
		height: 90px;
	}

	.spmb-title {
		font-size: 24px;
	}

	.spmb-subtitle {
		font-size: 15px;
	}

	.spmb-search-card {
		padding: 18px;
	}

	.spmb-search-card .form-control {
		height: 48px;
		font-size: 14px;
	}

	.spmb-btn-search {
		padding: 0 16px;
		font-size: 14px;
	}

	.spmb-btn-daftar {
		width: 100%;
		font-size: 15px;
	}

	.spmb-infografis-item {
		height: 360px;
	}

	.spmb-infografis-content h5 {
		font-size: 17px;
	}

	.spmb-video-slider-wrap {
		padding: 0 10px;
	}

	.spmb-video-item {
		min-width: 100%;
	}

	.spmb-video-card iframe {
		height: 220px;
	}

	.spmb-video-nav {
		width: 38px;
		height: 38px;
	}

	.spmb-contact-card {
		padding: 24px 20px;
	}

	.spmb-contact-content h4 {
		font-size: 22px;
	}

	.spmb-contact-content p {
		font-size: 14px;
	}

	.spmb-btn-wa {
		width: 100%;
	}
}

.spmb-comingsoon {
	position: relative;
	overflow: hidden;
	padding: 60px 20px 70px;
	background: #f8fafc;
	border-radius: 24px;
}

.spmb-title {
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 35px;
	color: #111827;
}

.countdown-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 35px;
}

.count-item {
	text-align: center;
}

.count-box {
	width: 110px;
	height: 110px;
	background: #dbeafe;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	font-weight: 800;
	color: #111827;
	box-shadow: 0 10px 25px rgba(59, 130, 246, 0.08);
}

.count-item span {
	display: block;
	margin-top: 14px;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
}

.count-separator {
	font-size: 42px;
	font-weight: 800;
	color: #111827;
	margin-top: -25px;
}

.spmb-desc {
	max-width: 700px;
	margin: auto;
	font-size: 20px;
	line-height: 1.8;
	color: #6b7280;
}

.spmb-btn-home {
	margin-top: 30px;
	padding: 12px 28px;
	border-radius: 50px;
	background: linear-gradient(90deg, #2563eb, #3b82f6);
	border: none;
	color: #fff;
	font-weight: 600;
}

.spmb-btn-home:hover {
	color: #fff;
	opacity: 0.9;
}

/* ornament kiri */
.spmb-bg-left {
	position: absolute;
	left: -120px;
	top: -20px;
	width: 350px;
	height: 350px;
	background-image: url("../../../../../backend/img/tunggu.png");
	background-size: contain;
	opacity: 0.18;
	pointer-events: none;
}

/* ornament kanan */
.spmb-bg-right {
	position: absolute;
	right: -100px;
	bottom: -30px;
	width: 420px;
	height: 420px;
	background-image: url("../../../../../backend/img/konek.png");
	background-size: contain;
	opacity: 0.18;
	pointer-events: none;
}

/* mobile */
@media (max-width: 768px) {
	.spmb-comingsoon {
		padding: 40px 15px 50px;
	}

	.spmb-title {
		font-size: 32px;
	}

	.count-box {
		width: 78px;
		height: 78px;
		font-size: 32px;
		border-radius: 18px;
	}

	.count-item span {
		font-size: 16px;
	}

	.count-separator {
		font-size: 28px;
		margin-top: -18px;
	}

	.spmb-desc {
		font-size: 16px;
		line-height: 1.7;
	}

	.spmb-bg-left,
	.spmb-bg-right {
		opacity: 0.08;
	}
}

/* tabel */
/* Gaya untuk Tabel Kuota */
.kuota-table {
	border-collapse: collapse;
	width: 100%;
}

.kuota-table thead th {
	background-color: #0a58ca;
	/* background: linear-gradient(135deg, #0d6efd, #0a58ca); */
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding: 12px;
	border: 1px solid #dbe4ff;
	text-transform: uppercase;
}

.kuota-table tbody td {
	vertical-align: middle;
	font-size: 14px;
	padding: 10px;
}

.kuota-table tbody tr:hover {
	background: #f5f9ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #0d6efd !important;
	color: #fff !important;
	border-radius: 6px;
	border: none !important;
}

.dataTables_wrapper .dataTables_filter input {
	border-radius: 8px;
	border: 1px solid #ced4da;
	padding: 5px 10px;
}

.dataTables_wrapper .dataTables_length select {
	border-radius: 8px !important;
	border: 1px solid #ced4da !important;

	padding: 4px 28px 4px 8px !important;

	width: auto !important;
	min-width: 60px !important;

	box-shadow: none !important;

	background-position: right 8px center !important;
	background-size: 12px !important;
}

.kuota-box {
	text-align: center;
	line-height: 1.2;
}

.kuota-angka {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-bottom: 3px;
}

.kuota-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.kuota-daftar {
	font-size: 15px;
	font-weight: 600;
	color: #495057;
}

.kuota-badge {
	font-size: 11px;
	padding: 4px 7px;
	border-radius: 30px;
}

.kuota-progress-wrapper {
	min-width: 130px;
}

.kuota-progress {
	height: 8px !important;
	border-radius: 20px;
	background: #e9ecef;
	overflow: hidden;
}

.kuota-progress .progress-bar {
	border-radius: 20px;
}

.kuota-table tbody td {
	vertical-align: middle;
}
