:root {
	--va-primary: #20486C;
	--va-green: #99CC33;
	--va-light: #ffffff;
	--va-dark: #1a1a1a;
	--tc-o: #FF6867;
	--tc-b: #03A5EE;
}

body {
	color: #4B4B4B;
}

.va-section {
	display: block;
	padding: 30px 0;
	scroll-margin-top: 80px;
	overflow: clip;
	margin-top: 3rem;
}

.bg-va-hero {
	width: 100%;
	height: 861px;
	background: url(images/bg-hero.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: -1;
}

.section-header {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.section-header .hp {
	max-width: 300px;
}

.section-header h1 {
	color: var(--va-primary);
}


.section-about .card {
	z-index: 1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.section-about .effect {
	position: relative;
	display: inline-block;
}

.section-about .effect::after {
	content: '';
	position: absolute;
	top: 44%;
	left: 20%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background-color: var(--va-green);
	box-shadow: 0 0 60px 60px var(--va-green);
	opacity: 0.2;
}

.section-about .va-card-header {
	background-color: var(--va-primary);
	color: #ffffff;
}

.tc-o {
	color: var(--tc-o);
}

.tc-b {
	color: var(--tc-b);
}

.tc-bd {
	color: #1363C6;
}

.tc-bk {
	color: #000000;
}

.section-function {
	position: relative;
}

.section-function.fc:after {
	content: '';
	background-image: url(images/v282_214.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 5%;
	top: 58%;
	width: 270px;
	height: 215px;
	z-index: -1;
}

.section-function.fc2:after {
	content: '';
	background-image: url(images/v282_214.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 5%;
	top: 20%;
	width: 270px;
	height: 215px;
	z-index: 0;
	transform: rotate(0deg) scaleX(-1);
}

.section-function h1 {
	font-weight: bold !important;
}

.section-function .title {
	color: var(--va-primary);
}

.section-function .effect {
	position: relative;
	display: inline-block;
}

.section-function .effect::after {
	content: '';
	position: absolute;
	top: 310px;
	left: 18%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--tc-o);
	box-shadow: 0 0 60px 60px var(--tc-o);
	opacity: 0.2;
}

.section-function .effect2::after {
	content: '';
	position: absolute;
	top: 310px;
	left: 18%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--tc-o);
	box-shadow: 0 0 60px 60px var(--tc-o);
	opacity: 0.2;
}


@media (max-width: 992px) {
	.section-function {
		text-align: center;
	}

	.section-function:after {
		left: 2%;
		top: 60%;
		width: 180px;
		height: 144px;
		max-width: 30vw;
	}

	.section-function .effect::after {
		top: 170px;
		left: 15%;
		box-shadow: 0 0 40px 40px var(--tc-o);
	}

	.section-function .effect2::after {
		top: 170px;
		left: 15%;
		box-shadow: 0 0 40px 40px var(--tc-o);
	}
}

@media (max-width: 576px) {}

.section-visi {
	position: relative;
}

.section-visi .arrow:after {
	content: '';
	background-image: url(images/v249_119.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 35%;
	top: 5%;
	width: 250px;
	height: 265px;
	z-index: 1;
	transform: rotate(270deg) scaleX(-1);
}

.section-function .arrow:after {
	content: '';
	background-image: url(images/v249_202.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 0;
	width: 250px;
	height: 85px;
	z-index: 1;
	transform: rotate(198deg);
}

.section-arch .arrow:after {
	content: '';
	background-image: url(images/v241_136.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 22%;
	width: 330px;
	height: 350px;
	transform: rotate(40deg);
}

.section-visi h1 {
	font-weight: bold !important;
}

.section-visi .title {
	color: var(--va-primary);
}

.section-visi .effect {
	position: relative;
	display: inline-block;
}

.section-visi .effect::after {
	content: '';
	position: absolute;
	top: 310px;
	left: 100px;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: var(--tc-b);
	box-shadow: 0 0 60px 60px var(--tc-b);
	opacity: 0.2;
}

.section-visi .card {
	border: none;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

@media (max-width: 1536px) {
	.section-visi .arrow:after {
		left: 30%;
		top: 20%;
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 1199px) {
	.section-visi .arrow:after {
		left: 30%;
		top: 20%;
		width: 200px;
		height: 200px;
	}

	.section-function .arrow:after {
		left: 50%;
		top: 10%;
		width: 250px;
		height: 85px;
	}

	.section-arch .arrow:after {
		left: 0%;
		width: 330px;
		height: 350px;
	}
}

@media (max-width: 991px) {
	.arrow {
		justify-content: center;
	}

	.section-visi .arrow:after,
	.section-function .arrow:after,
	.section-arch .arrow:after {
		display: none;
	}

	.journey .br-last::after,
	.journey .br-first::after {
		border: none !important;
	}

	.section-function.fc2:after {
		display: none;
	}
}

.custom-numbered-list {
	counter-reset: list-item;
	list-style: none;
	padding-left: 0;
}

.custom-numbered-list li {
	counter-increment: list-item;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}

.custom-numbered-list li::before {
	content: counter(list-item) ". ";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: var(--va-primary, #007bff);
	min-width: 30px;
	text-align: right;
}

.section-benefit .bg-fitur {
	background: linear-gradient(135deg, #EBEBEB, var(--va-primary));
	border-radius: 25px;
}

.section-benefit .card {
	position: relative;
	border-radius: 1.2rem;
}

.section-benefit .card .feature-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	background: var(--va-green);
	color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	transition: all 0.3s ease;
	flex-shrink: 0;
	transform: translateX(-50%);
}

.section-benefit .card .card-body {
	align-items: center;
	color: var(--va-primary);
	border-radius: 35px;
}


.section-benefit img {
	max-height: 350px;
}

.section-benefit h4 {
	color: var(--va-primary);
}


.section-type {}

.section-type .title {
	color: var(--va-primary);
}

.section-type .card,
.section-type .card-header {
	border: none;
	z-index: 1;
}

.section-type .card-header {
	background: linear-gradient(to right, #ffffffde 0%, var(--va-green) 100%);
	border-radius: 15px;
}

.section-type .effect {
	position: relative;
	display: inline-block;
}

.section-type .effect::after {
	content: '';
	position: absolute;
	top: 14%;
	left: 70%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 50%;
	height: 20%;
	border-radius: 50%;
	background-color: var(--va-primary);
	box-shadow: 0 0 60px 60px var(--va-primary);
	opacity: 0.2;
}

.section-type .card-body p {
	margin-right: 3rem;
	margin-left: 3rem;
}

.section-nomor {}

.section-nomor .title {
	color: var(--va-primary);
}

.section-nomor .card,
.section-nomor .card-header {
	border: none;
	z-index: 1;
}

.section-nomor .card-header {
	background: transparent;
	border-radius: 15px;
}

.section-nomor .effect {
	position: relative;
	display: inline-block;
}

.section-nomor .effect::after {
	content: '';
	position: absolute;
	top: 24%;
	left: 40%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 50%;
	height: 20%;
	border-radius: 50%;
	background-color: var(--va-green);
	box-shadow: 0 0 60px 60px var(--va-green);
	opacity: 0.2;
}

.section-nomor .effect2 {
	position: relative;
	display: inline-block;
}

.section-nomor .effect2::after {
	content: '';
	position: absolute;
	top: 24%;
	left: 90%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 20%;
	height: 20%;
	border-radius: 50%;
	background-color: var(--va-green);
	box-shadow: 0 0 60px 60px var(--va-green);
	opacity: 0.2;
}

.section-nomor .box {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffffde;
}

.section-nomor .box.box-effect {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
	border-radius: 10px;
}

.section-nomor .box .green {
	color: var(--va-green);
}

.section-nomor .box .blue {
	color: var(--va-primary);
}

.section-arch {}

.section-arch .green {
	color: var(--va-green);
}

.section-arch .blue {
	color: var(--va-primary);
}

.section-under-type .blue {
	color: var(--va-primary);
}


.section-under-type .card,
.section-under-type .card-header {
	background: #E8F8FF;
	border: none;
	z-index: 1;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.section-under-type .card-header .blue {
	background: var(--va-primary);
	border-radius: 15px;
	color: #f9f9f9;
	display: inline-block;
	padding: .375rem 3.75rem;
}

.section-under-type .card-header .green {
	background: var(--va-green);
	border-radius: 15px;
	color: #f9f9f9;
	display: inline-block;
	padding: .375rem 3.75rem;
}

.transfer-flow-container {
	max-width: 600px;
	border-radius: 8px;
}

.numbered-list-flow {
	counter-reset: flow-step;
	list-style: none;
	padding: 0;
}

.numbered-list-flow li {
	margin-bottom: 15px;
	padding-left: 50px;
	position: relative;
	line-height: 1.6;
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 6px;
	text-align: left;
	padding-left: 50px;
}

.numbered-list-flow li::before {
	counter-increment: flow-step;
	content: counter(flow-step);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}

.numbered-list-flow.blue li {
	border-left: 4px solid var(--va-primary);
}

.numbered-list-flow.blue li::before {
	background-color: var(--va-primary);
}

.numbered-list-flow.green li {
	border-left: 4px solid var(--va-green);
}

.numbered-list-flow.green li::before {
	background-color: var(--va-green);
}


.va-timeline-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
}

.va-timeline-title {
	text-align: center;
	color: #003366;
	margin-bottom: 40px;
	font-size: 2em;
}

.va-timeline {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	position: relative;
}

.va-timeline::before {
	content: '';
	position: absolute;
	top: 82px;
	bottom: 82px;
	left: 50%;
	width: 2px;
	background: var(--va-primary);
	transform: translateX(-50%);
	width: 3px;
}

.va-timeline-item {
	display: flex;
	position: relative;
	padding: 20px 0;
}

.va-timeline-item::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 50%;
	background: var(--va-primary);
	z-index: 1;
	height: 3px;
}

.va-timeline-item:nth-child(odd)::after {
	right: 50%;
	width: 20%;
	margin-right: 22px;
}

.va-timeline-item:nth-child(even)::after {
	left: 50%;
	width: 20%;
	margin-left: 22px;
}

.va-timeline-item:nth-child(odd) {
	padding-right: 55%;
	justify-content: flex-start;
}

.va-timeline-item:nth-child(even) {
	padding-left: 55%;
	justify-content: flex-end;
}

.va-timeline-content {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
}

.va-box-blue {
	background-color: var(--va-primary);
	color: white;
}

.va-box-green {
	background-color: #7BB701;
	color: white;
}

.va-timeline-content h2 {
	margin-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.va-timeline-content p,
.va-timeline-content ol {
	margin: 5px 0;
	font-size: 0.9em;
}

.va-timeline-content ol {
	padding-left: 20px;
}

.va-timeline-step {
	width: 40px;
	height: 40px;
	background: var(--va-primary);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	border: 3px solid #fff;
}

/* Note tambahan */
.va-timeline-note {
	position: absolute;
	width: 30%;
	font-size: 0.8em;
	padding: 5px;
	background: #f0f0f0;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	z-index: 4;
}

.va-timeline-item:nth-child(2) .va-timeline-note {
	position: absolute;
	top: 100%;
	right: 15%;
	left: auto;
}

.va-timeline-item:nth-child(odd) .va-timeline-note {
	left: 105%;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* Mobile */
@media (max-width: 768px) {
	.va-timeline::before {
		left: 30px;
		transform: translateX(0);
	}

	.va-timeline-item {
		justify-content: flex-start;
		padding-left: 80px;
		padding-right: 0;
	}

	.va-timeline-item:nth-child(odd),
	.va-timeline-item:nth-child(even) {
		padding-left: 80px;
		padding-right: 0;
	}

	.va-timeline-content {
		width: 100%;
	}

	.va-timeline-step {
		left: 30px;
		transform: translate(-50%, -50%);
	}

	.va-timeline-item::after {
		content: none;
	}

	.va-timeline-note {
		position: relative;
		width: 60%;
		margin-top: 10px;
		left: 15% !important;
		right: auto !important;
		top: 90% !important;
		transform: none !important;
		text-align: left;
		margin-left: -5px;
	}


	.va-timeline-item::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		height: 2px;
		width: 50%;
		background: var(--va-primary);
		z-index: 1;
		height: 3px;
	}

	.va-timeline-item:nth-child(odd)::after {
		right: 40%;
		width: 50%;
		margin-right: 22px;
	}

	.va-timeline-item:nth-child(even)::after {
		left: 0%;
		width: 50%;
		margin-left: 22px;
	}

}

.va-list {
	list-style: none;
	padding-left: 0;
}

.va-list li {
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
	line-height: 1.5;
	font-weight: 400;
}

.va-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: var(--va-primary);
	border-radius: 50%;
}

.va-list.top li::before {
	top: 13px !important;
}

.g-6,
.gy-6 {
	--bs-gutter-y: 4rem;
}

.bg-flowchart {
	padding: 30px;
	border-radius: 25px;
	background: linear-gradient(179deg, #ffffff, #E1E1E1);
}

.tc-1 {
	color: #FF6867;
}

.tc-2 {
	color: #AD85DC;
}

.tc-3 {
	color: #19D56E;
}

.tc-4 {
	color: #03A5EE;
}

.tc-5 {
	color: #EE0303;
}

.tc-6 {
	color: #FF821C;
}

.tc-7 {
	color: #0072FF;
}

.tc-8 {
	color: #1363C6;
}

.tc-9 {
	color: #7030A0;
}

.journey {
	width: 100%;
	margin: auto;
}

.journey .box {
	position: relative;
	border-top: 2px dashed;
	border-color: #1E1E1E !important;
	margin: 0;
	padding: 30px;
}

.journey .box:nth-child(even) {
	border-right: 2px dashed;
	padding-right: 0;
}

.journey .box:nth-child(odd) {
	border-left: 2px dashed;
	padding-left: 0;
}

.journey .box:first-child {
	border-top: 0;
	border: none;
}

.journey .img-journey {
	position: absolute;
	max-width: 200px;
	top: -28px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.journey .card {
	position: relative;
	border: none;
	background-color: transparent;
}

.journey .br-last {
	border-right: none !important;
	border-bottom: none !important;
	border-top: none !important;
	position: relative;
}

.journey .br-last::after {
	content: '';
	width: 90%;
	position: absolute;
	top: -3px;
	left: 0;
	border-bottom: 2px dashed;
	z-index: 0;
}

.journey .br-first {
	border-bottom: none !important;
	border-top: none !important;
	position: relative;
}

.journey .br-first::after {
	content: '';
	width: 80%;
	position: absolute;
	top: -3px;
	right: 0;
	border-bottom: 2px dashed;
	z-index: 0;
}

/* Responsive Styles untuk Mobile/Tablet */
@media (max-width: 991px) {
	.journey .journey {
		width: 95%;
	}

	.journey .box {
		border-top: none;
		border-left: 2px dashed !important;
		border-right: none !important;
		padding: 20px 0 20px 30px !important;
	}

	.journey .box:first-child {
		border-left: none !important;
	}

	.journey .box .row {
		margin: 0 !important;
	}

	.journey .box .col-lg-4 {
		margin-bottom: 60px;
	}

	.journey .box .col-lg-4:last-child {
		margin-bottom: 0;
	}

	.journey .img-journey {
		max-width: 150px;
		left: 45px;
		top: -21px;
		transform: translate(-50%, 0);
	}

	.journey .card {
		border: 1px solid rgba(0, 0, 0, 0.175) !important;
	}

	.journey .card-body {
		padding-top: 15px;
	}

	.journey .card h4 {
		font-size: 1.2rem;
	}

	.journey .card ul {
		font-size: 0.9rem;
	}
}

@media (max-width: 576px) {
	.journey {
		width: 100%;
		padding: 0 10px;
	}

	.journey .box {
		padding: 15px 0 15px 20px !important;
	}

	.journey .box .col-lg-4 {
		margin-bottom: 50px;
	}

	.journey .img-journey {
		max-width: 120px;
		left: 30px;
		top: -17px;
	}

	.journey .card {
		margin-left: 10px;
		border: 1px solid rgba(0, 0, 0, 0.175) !important;
	}

	.journey .card-body {
		padding: 15px;
	}

	.journey .card h4 {
		font-size: 1.1rem;
		margin-top: 10px !important;
	}

	.journey .card ul {
		font-size: 0.85rem;
		padding-left: 15px;
	}

	.journey .card li {
		margin-bottom: 8px;
	}
}
