.ngo-tabs-container-386b922a {
	--ngo-primary: #D97E1E;
	--ngo-text: #111827;
	--ngo-desc: #596172;
	--ngo-border: #ECEAE5;
	--ngo-bg: #FBFBF9;
	font-family: inherit;
	background: var(--ngo-bg);
	padding: 40px;
	border-radius: 24px;
	box-sizing: border-box;
}

.ngo-tab-input-386b922a {
	display: none;
}

.ngo-tabs-layout-386b922a {
	display: flex;
	gap: 40px;
}

.ngo-tabs-nav-386b922a {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 320px;
	flex-shrink: 0;
}

.ngo-tab-label-386b922a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 24px;
	background: #FFFFFF;
	border: 1px solid var(--ngo-border);
	border-radius: 99px;
	color: var(--ngo-text);
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
}

.ngo-tab-label-386b922a svg {
	width: 20px;
	height: 20px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.ngo-tab-input-386b922a:nth-of-type(1):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(1),
.ngo-tab-input-386b922a:nth-of-type(2):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(2),
.ngo-tab-input-386b922a:nth-of-type(3):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(3),
.ngo-tab-input-386b922a:nth-of-type(4):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(4),
.ngo-tab-input-386b922a:nth-of-type(5):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(5) {
	background: var(--ngo-primary);
	color: #FFFFFF;
	border-color: var(--ngo-primary);
	box-shadow: 0 8px 20px rgba(217, 126, 30, 0.2);
}

.ngo-tab-input-386b922a:nth-of-type(1):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(1) svg,
.ngo-tab-input-386b922a:nth-of-type(2):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(2) svg,
.ngo-tab-input-386b922a:nth-of-type(3):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(3) svg,
.ngo-tab-input-386b922a:nth-of-type(4):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(4) svg,
.ngo-tab-input-386b922a:nth-of-type(5):checked ~ .ngo-tabs-layout-386b922a .ngo-tab-label-386b922a:nth-of-type(5) svg {
	opacity: 1;
}

.ngo-tabs-panels-386b922a {
	position: relative;
	flex-grow: 1;
	min-height: 400px;
}

.ngo-tab-panel-386b922a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s;
	z-index: 1;
}

.ngo-tab-input-386b922a:nth-of-type(1):checked ~ .ngo-tabs-layout-386b922a .ngo-panel-0,
.ngo-tab-input-386b922a:nth-of-type(2):checked ~ .ngo-tabs-layout-386b922a .ngo-panel-1,
.ngo-tab-input-386b922a:nth-of-type(3):checked ~ .ngo-tabs-layout-386b922a .ngo-panel-2,
.ngo-tab-input-386b922a:nth-of-type(4):checked ~ .ngo-tabs-layout-386b922a .ngo-panel-3,
.ngo-tab-input-386b922a:nth-of-type(5):checked ~ .ngo-tabs-layout-386b922a .ngo-panel-4 {
	opacity: 1;
	visibility: visible;
	position: relative;
	z-index: 2;
}

.ngo-panel-image-wrap-386b922a {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	overflow: hidden;
}

.ngo-panel-img-386b922a {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ngo-watermark-386b922a {
	position: absolute;
	top: 16px;
	right: 32px;
	font-size: 80px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1;
}

.ngo-panel-card-386b922a {
	position: relative;
	background: #FFFFFF;
	margin: -50px 32px 0 32px;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid var(--ngo-border);
}

.ngo-card-tag-386b922a {
	font-size: 12px;
	font-weight: 700;
	color: var(--ngo-primary);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.ngo-card-title-386b922a {
	font-size: 20px;
	font-weight: 700;
	color: var(--ngo-text);
	margin: 0 0 12px 0;
}

.ngo-card-desc-386b922a {
	font-size: 13.5px;
	color: var(--ngo-desc);
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 900px) {
	.ngo-tabs-layout-386b922a {
		flex-direction: column;
	}
	.ngo-tabs-nav-386b922a {
		width: 100%;
	}
}
