/*** Control Tambahan Start ***/
body{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.nav-bar {
	position: fixed;    
	top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgb (41 41 41 / 70%);
    transition: background-color 0.3s ease-in-out;
}
.navbar.scrolled {
    background-color: black !important;
    transition: background-color 0.3s ease-in-out;
}

.navbar .nav-link {
    color: white !important;
	font-size: 20px;
}

.navbar-brand img {
    filter: brightness(100%); /* Logo tetap jelas */
}
.carousel-item picture img {
    transition: transform 0.5s ease-in-out;
}
.readmore-container {
    position: relative;
}
.carousel-item:hover picture img {
    transform: scale(1.1);
}
.faq-section {
	padding: 60px 0;
	background-color: #fff;
}
.faq-title {
	font-size: 36px;
	font-weight: bold;
}
.faq-description {
	font-size: 12px;
	color: #666;
	max-width: 600px;
}
.faq-container {
	background: #fff;
	border: 1px solid #ddd;
	/* border-radius: 10px; */
	padding: 20px;
}
.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	cursor: pointer;
}
.faq-item:last-child {
	border-bottom: none;
}
.faq-question {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq-question span {
	transition: transform 0.3s ease;
	font-size: 20px;
	color: #E9AD00;
}
.faq-answer {
	display: none;
	padding-top: 10px;
	color: #666;
}
.faq-item.active .faq-answer {
	display: block;
}
.faq-item.active .faq-question span {
	transform: rotate(180deg);
	color: black;
}
.pb-8 {
	padding-bottom: 8rem !important;
}

.text-utama {
	color:#EEC55B;
}

.text-kedua {
	color: var(--bs-secondary);
}

.text-kuning {
	color: #f2ab19;
}

.text-putih {
	color: white;
}

.text-hitam {
	color: black;
}

.bg-utama {
	background:#EEC55B;
}

.bg-kedua {
	background: var(--bs-secondary);
}

.bg-putih {
	background: white;
}

.bg-hitam {
	background: black;
}

.bg-abu {
	background: rgba(34, 34, 34, 0.06);
}

.fz-10 {
	font-size: 10px;
}

.fz-11 {
	font-size: 11px;
}

.fz-12 {
	font-size: 12px;
}

.fz-13 {
	font-size: 13px;
}

.fz-14 {
	font-size: 14px;
}

.fz-16 {
	font-size: 16px;
}

.fz-18 {
	font-size: 18px;
}

.fz-20 {
	font-size: 20px;
}

.limit-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.limit-text-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.img-logo {
	height: 80px;
}

.image-play {
	position: relative;
}

.image-play .icon-wrap {
	z-index: 6;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 100px;
	height: 65px;
	background: #ff0707d9;
	border-radius: 20%;
}

.image-play .icon-wrap > span {
	font-size: 40px;
	color: #fff;
	position: absolute;
	-webkit-transform: translate(-35%, -50%);
	-ms-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
	top: 50%;
	left: 50%;
}

.image-play .icon-wrap > i {
	font-size: 25px;
	color: #fff;
	position: absolute;
	-webkit-transform: translate(-35%, -50%);
	-ms-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
	top: 50%;
	left: 50%;
}

@media (max-width: 768px) {
	.img-logo {
		height: 50px;
	}

	.mfz-12 {
		font-size: 12px;
	}

	.mfz-16 {
		font-size: 16px;
	}
}

.border-utama {
	border: 1.5px solid#ffffff;
	border-radius: 30% !inportant;
}

.border-top-utama {
	border-top: 2px#EEC55B solid;
}

.border-bottom-utama {
	border-bottom: 2px#EEC55B solid;
}

.border-kiri {
	border-left: 2px var(--bs-secondary) solid;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .inner-title {
	font-size: 35px;
	font-weight: 700;
	margin: 30px 0;
}

@media (min-width: 991px) {
	.about .inner-title {
		max-width: 65%;
		/* margin: 0 0 80px 0; */
	}
}

.about .our-story {
	padding: 40px;
	/*border-left: 5px solid#EEC55B;*/
	border-radius: 20px;
	/*background-color: #e5e5e5;*/
	/* background-color: color-mix(in srgb, black, transparent 96%); */
	/* background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('../../../images/bg-welcome.png') center center no-repeat; */
	background-size: cover;
}

@media (min-width: 991px) {
	.about .our-story {
		padding-right: 20%;
	}
}

.about .our-story h4 {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: color-mix(in srgb,#EEC55B, transparent 50%);
}

.about .our-story h3 {
	font-size: 35px;
	font-style: italic;
	font-weight: 700;
	color: color-mix(in srgb,#EEC55B, transparent 20%);
}

@media (max-width: 768px) {
	.about .our-story h3 {
		font-size: 20px;
	}
}

.about .our-story p:last-child {
	margin-bottom: 0;
}

.about ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.about ul li {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

.about ul i {
	font-size: 1.25rem;
	margin-right: 0.5rem;
	line-height: 1.2;
	color: var(--bs-secondary);
}

.about .watch-video i {
	font-size: 2rem;
	transition: 0.3s;
	color: var(--bs-secondary);
}

.about .watch-video a {
	font-weight: 600;
	color: color-mix(in srgb,#EEC55B, transparent 20%);
	margin-left: 8px;
	transition: 0.3s;
}

.about .watch-video:hover a {
	color: var(--bs-secondary);
}

.about .about-img {
	min-height: 400px;
	position: relative;
}

@media (min-width: 992px) {
	.about .about-img {
		position: absolute;
		top: 0;
		right: 0;
		min-height: 600px;
	}
}

.about .about-img img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	border-radius: 15px;
}

@media (max-width: 768px) {
	.about .our-story {
		padding: 20px;
	}

	.about .about-img img {
		border-radius: 0px;
	}
}

/*** Events Start ***/
.event .tab-class .nav-item a.active {
	background:#EEC55B !important;
}

.event .event-img {
	border-radius: 8px;
	border: 1.5px solid#EEC55B;
}

.event .event-img .event-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(233, 173, 0, 0.7);
	transition: 0.5s;
	opacity: 0;
	z-index: 1;
}

.event .event-img:hover .event-overlay {
	opacity: 1;
}
/*** Events End ***/

/*** Keunggulan Start ***/
.shadow:hover {
	transform: translateY(-0.15rem);
	box-shadow: 0 0.25rem 0.75rem rgba(9, 89, 130, 0.15);
	background: #e5e5e5;
}

.keunggulan-item {
	position: relative;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.keunggulan-item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bs-secondary);
	transition: 0.5s;
	z-index: 1;
}

.keunggulan-item:hover::after {
	width: 100%;
	height: 100%;
}

.keunggulan-item:hover .keunggulan-content,
.keunggulan-item:hover .keunggulan-btn {
	position: relative;
	z-index: 2;
}

.keunggulan-item .keunggulan-content a,
.keunggulan-item .keunggulan-content p {
	transition: 0.5s;
}

.keunggulan-item:hover .keunggulan-content a:hover {
	color:#EEC55B;
}

.keunggulan-item:hover .keunggulan-content p {
	color:#EEC55B;
}

.keunggulan-item .keunggulan-btn {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:#EEC55B;
	transition: 0.5s;
}

.keunggulan-item .keunggulan-btn img {
	transition: 0.5s;
}

.keunggulan-item:hover .keunggulan-btn {
	background: var(--bs-secondary);
}

.keunggulan-item:hover .keunggulan-btn img {
	transform: rotate(360deg);
	color: var(--bs-secondary) !important;
}
/*** Keunggulan End ***/

/*** Galeri Start ***/
.galeri-item .galeri-btn {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	background: rgba(21, 5, 120, 0.5);
	border-radius: 4px;
	opacity: 0;
	transition: 0.5s;
}

.galeri-item:hover .galeri-btn {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 15px solid var(--bs-secondary);
}

.galeri-item i {
	opacity: 0;
	transition: 0.3s;
	transition-delay: 0.3s;
}

.galeri-item:hover i {
	opacity: 1;
}
/*** Galeri End ***/

/*** Blog Start ***/
.blog .blog-item {
	border-radius: 10px;
	transition: 0.5s;
}

.blog .blog-item:hover {
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.blog .blog-item:hover .blog-content {
	background: var(--bs-white);
}

.blog .blog-item .blog-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	overflow: hidden;
}

.blog .blog-item .blog-img img {
	transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
	transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: rgba(1, 95, 201, 0.2);
	transition: 0.5s;
	z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
	height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 10px;
	display: inline-flex;
	color: var(--bs-white);
	background:#EEC55B;
	z-index: 9;
}

.blog .blog-item .blog-content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #e5e5e5;
}

.blog .blog-item .blog-content a.btn {
	color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
	color:#EEC55B;
}
/*** Blog End ***/

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.blog .blog-details {
		padding: 20px;
	}
}

.blog .blog-details .post-img {
	/*margin: -30px -30px 20px -30px;*/
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 0 0;
	color:#EEC55B;
}

.blog .blog-details .content {
	margin-top: 20px;
}

.blog .blog-details .content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog .blog-details .content blockquote {
	overflow: hidden;
	background-color: rgba(34, 34, 34, 0.06);
	padding: 15px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog .blog-details .content blockquote p {
	color: var(--color-default);
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog .blog-details .content blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--bs-secondary);
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.blog .blog-details .content blockquote {
		padding: 10px;
	}
}

.blog .blog-details .meta-top {
	margin-top: 20px;
	color: #6c757d;
}

.blog .blog-details .meta-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.blog .blog-details .meta-top ul {
		font-size: 11px;
	}
}

/*.blog .blog-details .meta-top ul li + li {*/
/*	padding-left: 10px;*/
/*}*/

.blog .blog-details .meta-top i {
	font-size: 12px;
	/*margin-right: 8px;*/
	line-height: 0;
}

.blog .blog-details .meta-top a {
	color: #6c757d;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
}

.blog .blog-details .meta-bottom {
	padding-top: 10px;
	border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
	color: #555555;
	display: inline;
}

.blog .blog-details .meta-bottom a {
	color: rgba(34, 34, 34, 0.8);
	transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
	color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
	display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
	display: inline-block;
}

.blog .blog-details .meta-bottom .tags li + li::before {
	padding-right: 6px;
	color: var(--color-default);
	content: ",";
}

.blog .blog-details .meta-bottom .share {
	font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
	padding-left: 5px;
}

.blog .post-author {
	padding: 20px;
	margin-top: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.blog .post-author img {
	max-width: 120px;
	margin-right: 20px;
}

.blog .post-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0px;
	padding: 0;
	color: var(--color-default);
}

.blog .post-author .social-links {
	margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
	color: rgba(34, 34, 34, 0.5);
	margin-right: 5px;
}

.blog .post-author p {
	font-style: italic;
	color: rgba(108, 117, 125, 0.8);
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: sticky;
	top: 70px;
}

.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	/* color:#EEC55B; */
}

.blog .sidebar .sidebar-item + .sidebar-item {
	margin-top: 40px;
}

.blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid rgba(34, 34, 34, 0.3);
	padding: 5px 10px;
	position: relative;
	border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
	border: 0;
	padding: 4px;
	border-radius: 50px;
	width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type="text"]:focus {
	outline: none;
}

.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 25px;
	margin: -1px;
	background: var(--color-primary);
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
	line-height: 0;
}

.blog .sidebar .search-form form button {
	background:#EEC55B;
}

.blog .sidebar .search-form form button i {
	line-height: 0;
}

.blog .sidebar .search-form form button:hover {
	background: var(--bs-secondary);
}

.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .categories ul li + li {
	padding-top: 10px;
}

.blog .sidebar .categories ul a {
	color:#EEC55B;
	transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
	color: var(--bs-secondary);
}

.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: rgba(34, 34, 34, 0.4);
	font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
	margin-top: 15px;
}

.blog .sidebar .recent-posts img {
	width: 80px;
	float: left;
}

.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
	color: black;
	transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
	color:#EEC55B;
}

.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
	margin-bottom: -10px;
}

.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .tags ul li {
	display: inline-block;
}

.blog .sidebar .tags ul a {
	color: #555555;
	font-size: 14px;
	padding: 6px 20px;
	margin: 0 6px 8px 0;
	border: 1px solid #d5d5d5;
	display: inline-block;
	transition: 0.3s;
	border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
	color: #fff;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: rgba(85, 85, 85, 0.8);
	font-size: 14px;
}

.blog .sidebar .thumb {
	width: 80px;
	height: 86px;
	margin-right: 20px;
	position: absolute;
	display: inline-block;
}
.blog .sidebar .thumb .full-image {
	width: 80px;
	height: 86px;
	display: inline-block;
	border-radius: 12px;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
	margin-top: 30px;
}

.blog .comments .comments-count {
	font-weight: bold;
}

.blog .comments .comment {
	margin-top: 30px;
	position: relative;
}

.blog .comments .comment .comment-img {
	margin-right: 14px;
}

.blog .comments .comment .comment-img img {
	width: 60px;
}

.blog .comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
}

.blog .comments .comment h5 a {
	font-weight: bold;
	color: var(--color-default);
	transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
	color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
	padding-left: 10px;
	color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
	font-size: 20px;
}

.blog .comments .comment time {
	display: block;
	font-size: 14px;
	color: rgba(34, 34, 34, 0.8);
	margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
	padding-left: 40px;
}

.blog .comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.blog .comments .reply-form h4 {
	font-weight: bold;
	font-size: 22px;
}

.blog .comments .reply-form p {
	font-size: 14px;
}

.blog .comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .comments .reply-form input:focus {
	box-shadow: none;
	border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
	margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
	border-radius: 50px;
	padding: 14px 40px;
	border: 0;
	background-color: var(--bs-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
	background-color: rgba(248, 90, 64, 0.8);
}

/*** Blog End ***/

.p-cta {
	padding: 70px 60px;
}

@media (max-width: 768px) {
	.p-cta {
		padding: 60px 40px;
	}
}

.cta-container {
	background:#EEC55B;
	color: white;
	/* border-radius: 2rem; */
	position: relative;
	overflow: hidden;
}

.cta-container .bg-image {
	position: absolute;
	filter: grayscale(1);
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.cta-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 203, 37, 0.7) 0%, rgba(255, 203, 37, 0.7) 50%, rgba(205, 155, 15, 0.7) 100%);
}


.cta-container .content {
	position: relative;
	z-index: 2;
}

.cta-container h2 {
	font-weight: 600;
}

.cta-container p {
	font-size: 0.9rem;
}

/*** Control Tambahan End ***/

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity 0.5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	z-index: 99;
}

/*** Button Start ***/
.btn {
	font-weight: 600;
	transition: 0.5s;
}

.btn-square {
	width: 32px;
	height: 32px;
}

.btn-sm-square {
	width: 34px;
	height: 34px;
}

.btn-md-square {
	width: 44px;
	height: 44px;
}

.btn-lg-square {
	width: 56px;
	height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50%;
}

.btn.btn-primary {
	/* background:#EEC55B !important; */
	border: 1px solid#000;
	color: black !important;
	/* font-family: "Poppins", sans-serif; */
	font-weight: 400;
	transition: 0.5s;
	font-size: 12px;
}

.btn.btn.btn-primary:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
	background: black !important;
	color: white !important;
	border: 1px solid#EEC55B;
}

.btn.btn-outline-dark {
	background: transparent;
	border: 1.5px solid black;
	color: black;
	font-weight: 400;
	transition: 0.5s;
}

.btn.btn.btn-outline-dark:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
	background:#EEC55B !important;
	color: black !important;
	border: 1.5px solid#EEC55B;
}

.btn.btn-secondary {
	background: transparent;
	color: var(--bs-secondary);
	/* font-family: "Poppins", sans-serif; */
	font-weight: 400;
	border: none;
	transition: 0.5s;
}

.btn.btn-secondary:hover {
	color:#EEC55B !important;
}

/*** Section Title Start ***/
.section-title {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

.section-title .sub-style {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color:#EEC55B;
}

.section-title .sub-style::before {
	content: "";
	width: 100px;
	position: absolute;
	bottom: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-bottom: -6px;
	margin-left: -100px;
	border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
	content: "";
	width: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: -8px;
	margin-left: -50px;
	border: 1px solid#EEC55B !important;
}

.sub-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color:#EEC55B;
}

.sub-title::before {
	content: "";
	width: 100px;
	position: absolute;
	bottom: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-bottom: -8px;
	margin-right: -100px;
	border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
	content: "";
	width: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-top: -6px;
	margin-right: -50px;
	border: 1px solid#EEC55B !important;
}

/*** Topbar Start ***/
.fixed-top .container {
	transition: 0.5s;
	border-radius: 30px;
}

.topbar {
	padding: 2px 10px 2px 20px;
	background:#EEC55B !important;
}

.topbar a,
.topbar a i {
	transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
	color: var(--bs-secondary) !important;
}

@media (max-width: 768px) {
	.topbar {
		display: none;
	}
}
/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
	/* font-family: "Poppins", sans-serif; */
	position: relative;
	margin-right: 25px;
	padding: 35px 0;
	color: black !important;
	font-size: 15px;
	font-weight: 400;
	outline: none;
	transition: 0.5s;
	/*font-style: italic;*/
}

.sticky-top .navbar-light .navbar-nav .nav-link {
	padding: 20px 0;
	color: black;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color:#EEC55B !important;
}

.navbar-light .navbar-brand img {
	max-height: 60px;
	transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
	max-height: 40px;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	/* font-family: "Font Awesome 5 Free"; */
	font-weight: 600;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border-top: 2px solid#EEC55B;
		border-radius: 0 0 10px 10px;
		transition: 0.5s;
		opacity: 0;
	}
}

.dropdown .dropdown-menu a:hover {
	background:#EEC55B;
	color: var(--bs-secondary);
	/*padding: 5px 0 5px 7px;*/
}

.navbar .nav-item:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	background: var(--bs-light) !important;
	transition: 0.5s;
	opacity: 1;
}

@media (max-width: 991.98px) {
	.sticky-top {
		/*position: relative;*/
		/* background: var(--bs-white); */
	}

	.navbar.navbar-expand-lg .navbar-toggler {
		padding: 10px 20px;
		/*border: 1px solid#EEC55B !important;*/
		color:#EEC55B;
	}

	.navbar-light .navbar-collapse {
		margin-top: 15px;
		border-top: 2px solid#EEC55B;
	}

	.navbar-light .navbar-nav .nav-link,
	.sticky-top .navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
		margin-left: 0;
		color: black !important;
	}

	.navbar-light .navbar-brand img {
		max-height: 40px;
	}
}

@media (min-width: 991.98px) {
	.sticky-top .navbar-light {
		background: var(--bs-light) !important;
	}

	/*** Top and Bottom borders go out ***/
	.navbar-light .navbar-nav .nav-link:after,
	.navbar-light .navbar-nav .nav-link::before {
		position: absolute;
		content: "";
		top: 30px;
		bottom: 30px;
		left: 0px;
		width: 100%;
		height: 2px;
		background:#EEC55B;
		opacity: 0;
		transition: all 0.5s;
	}

	.navbar-light .navbar-nav .nav-link:before {
		bottom: auto;
	}

	.navbar-light .navbar-nav .nav-link:after {
		top: auto;
	}

	.navbar-light .navbar-nav .nav-link:hover:before,
	.navbar-light .navbar-nav .nav-link.active:before {
		top: 20px;
		opacity: 0;
	}

	.navbar-light .navbar-nav .nav-link:hover::after,
	.navbar-light .navbar-nav .nav-link.active::after {
		bottom: 20px;
		opacity: 1;
	}
}

#searchModal .modal-content {
	background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	background: linear-gradient(rgba(9, 89, 130, 0.9), rgba(9, 89, 130, 0.8)), url(../img/breadcrumb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-size: cover;
	padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
	width: 50px;
	height: 50px;
	margin-left: -60px;
	border-radius: 50%;
	background-size: 60% 60%;
	transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
	margin-left: 0;
	margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
	padding-bottom: 0;
	transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
	width: 8px;
	height: 8px;
	border: 8px solid#EEC55B;
	border-radius: 50%;
	margin-right: 30px;
	transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
	width: 8px;
	height: 8px;
	border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
	position: relative;
	min-height: 100vh
}

.carousel-header .carousel-inner .carousel-item img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.carousel-header .carousel-inner .carousel-item img {
		position: relative;
	}

	.carousel-header .carousel-inner {
		height: 100vh;
	}

	.carousel-header .carousel .carousel-indicators li,
	.carousel-header .carousel .carousel-indicators li,
	.carousel-header .carousel .carousel-indicators li {
		width: 5px;
		height: 5px;
		border: 3px solid#EEC55B;
		border-radius: 50%;
		margin-right: 30px;
		transition: 0.5s;
	}

	.carousel-header .carousel .carousel-indicators li.active {
		width: 5px;
		height: 5px;
		border: 3px solid var(--bs-secondary);
	}
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	background-size: cover;
}

/* Gaya dasar navbar */
.navbar {
    
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
}

/* Gaya dasar untuk link menu */
.navbar .nav-link {
    color: #fff; /* Warna teks */
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* Hover efek untuk menu */
.navbar .nav-link:hover {
    color: #ffcb25; /* Warna hover */
}

/* Efek khusus untuk menu aktif */
.navbar .nav-link.active {
    color: #ffcb25 !important; /* Warna teks yang aktif */
    font-weight: bold;
}

/* Garis bawah animasi untuk menu aktif */
/*.navbar .nav-link.active::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*    left: 50%;*/
/*    width: 60%;*/
/*    height: 3px;*/
/*    background: #ffcb25; */
/*    transition: all 0.3s ease-in-out;*/
/*    transform: translateX(-50%);*/
/*    border-radius: 2px;*/
/*}*/

/* Efek underline animasi saat hover */
.navbar .nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: #ffcb25;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    border-radius: 2px;
}

.navbar .nav-link:hover::after {
    width: 60%;
}

/* Responsive navbar untuk tampilan mobile */
@media (max-width: 768px) {
    /* .navbar {
        padding: 10px;
    } */

    .navbar .nav-link {
        display: block;
        text-align: start;
        padding: 12px;
    }

    /*.navbar .nav-link.active::after {*/
    /*    width: 100%;*/
    /*}*/
}

@media (max-width: 768px) {
	/* .carousel-header {
        height: 0px !important;
    } */

	.carousel-header .carousel-control-prev .carousel-control-prev-icon,
	.carousel-header .carousel-control-next .carousel-control-next-icon {
		margin-top: 0px;
		width: 25px;
		height: 25px;
	}

	.carousel-header .carousel-control-prev .carousel-control-prev-icon {
		margin-left: 0px;
	}

	.carousel-header .carousel-control-next .carousel-control-next-icon {
		margin-right: 0px;
	}

	.carousel-header .carousel .carousel-indicators {
		padding: 0;
	}
}
    /* Efek zoom-in saat muncul */
	@keyframes zoomIn {
		0% {
			opacity: 0;
			transform: scale(0.5);
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	/* Styling untuk card layanan */
	.service-item {
		background: #f5f3ee/* Warna latar belakang default */
		border-radius: 15px;
		padding: 30px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		text-align: start;
		transition: all 0.4s ease-in-out;
		overflow: hidden;
		position: relative;
		opacity: 0;
		animation: zoomIn 0.8s ease-out forwards;
	}
	
	/* Efek delay agar muncul satu per satu */
	.service-item:nth-child(1) { animation-delay: 0.3s; }
	.service-item:nth-child(2) { animation-delay: 0.6s; }
	.service-item:nth-child(3) { animation-delay: 0.9s; }
	.service-item:nth-child(4) { animation-delay: 1.2s; }
	
	/* Hover efek */
	.service-item:hover {
		background: #ffffff; /* Background putih saat di-hover */
		transform: translateY(-10px);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	}
	
	/* Efek pada ikon */
	.service-item .icon img {
		width: 80px;
		transition: transform 0.5s ease;
	}
	
	.service-item:hover .icon img {
		transform: rotate(10deg) scale(1.1);
	}
	
	/* Efek hover pada teks */
	.service-item h5,
	.service-item .text-hitam {
		transition: color 0.3s ease-in-out;
	}
	
	.service-item:hover h5 {
		color: #000000; /* Warna kuning saat hover */
	}
	
	.service-item:hover .text-hitam {
		color: #444; /* Warna teks lebih gelap saat hover */
	}
/*** Carousel Hero Header End ***/

/*** Counter Facts Start ***/
.counter-facts {
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.counter-facts .counter {
	position: relative;
	text-align: center;
	width: 200px;
	min-height: 215px;
	padding: 10px 15px;
	margin: 0 auto;
	border-radius: 100px;
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
	background: var(--bs-white);
}

.counter-facts .counter:before {
	content: "";
	position: absolute;
	height: 105px;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 10px 10px 0 0;
	background-color:#EEC55B;
}
.counter-facts .counter .counter-icon {
	position: relative;
	width: 120px;
	height: 100px;
	margin: 0 auto 10px;
	border-radius: 10px 10px 0 0;
	transform: translateY(-20px);
	font-size: 50px;
	line-height: 90px;
	color: var(--bs-secondary);
	background: rgba(1, 143, 252, 0.5);
	clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 90px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px 10px 0 0;
	background: rgba(9, 89, 130, 0.5);
	z-index: -1;
	clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
	transform: rotate(360deg);
	transition: all 0.3s ease;
}
.counter-facts .counter h3 {
	color:#EEC55B;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
	font-size: 30px;
	font-weight: 700;
	display: block;
	color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
	.counter-facts .counter {
		margin-bottom: 40px;
	}
}
/*** Counter Facts End ***/

/*** service Start ***/
.services .service-item {
	background-color: #f5f3ee;
	box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	transition: all ease-in-out 0.3s;
	border-radius: 15px;
	/* border-bottom: 5px solid#EEC55B; */
	height: 100%;
}

.services .service-item .icon {
	/* color:#EEC55B; */
	/* background:#EEC55B; */
	margin: 0;
	width: 64px;
	height: 64px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 28px;
	transition: ease-in-out 0.3s;
}
.service-item:hover {
    background: #ffffff !important; /* Background putih saat di-hover */
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.services .service-item h3 {
	font-weight: 700;
	margin: 10px 0 15px 0;
	font-size: 22px;
	transition: ease-in-out 0.3s;
}

.services .service-item p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

@media (min-width: 1365px) {
	.services .service-item:hover {
		transform: translateY(-10px);
		border-color:#EEC55B;
	}

	.services .service-item:hover h3 {
		color:#EEC55B;
	}
}

/* .service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background:#EEC55B;
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
} */
/*** Service End ***/

/*** Features Start ***/
.features .feature-item {
	position: relative;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.features .feature-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	background: rgba(9, 89, 130, 0.1);
	z-index: -1;
	transition: 0.5s;
}

.features .feature-item:hover::after {
	height: 100%;
}

.features .feature-item .feature-icon {
	width: 120px;
	height: 120px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--bs-light);
	transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
	border-radius: 50%;
	background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
	transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
	color: var(--bs-secondary) !important;
	transform: rotate(360deg);
	transition: all 0.5s ease;
}
/*** Features End ***/

/*** Country Start ***/
.country .country-item {
	position: relative;
}

.country .country-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgba(9, 89, 130, 0.7);
	border-radius: 10px;
	transition: 0.5s;
	z-index: 1;
}

.country .country-item:hover::after {
	height: 100%;
}

.country .country-item .country-flag {
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
	z-index: 2;
}

.country .country-item .country-flag img {
	border: 5px solid var(--bs-white);
	transition: 0.5s;
}

.country .country-item:hover .country-flag img {
	border: 5px solid var(--bs-white);
	transform: rotate(360deg);
	transition: all 0.5s ease;
}

.country .country-item .country-name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	opacity: 0;
	z-index: 3;
}

.country .country-item:hover .country-name {
	opacity: 1;
}

.country .country-item img {
	transition: 0.5s;
}

.country .country-item:hover img {
	transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
	transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
	color: var(--bs-secondary) !important;
}
/*** Country End ***/

/*** Testimonial Start ***/
.scroll {
	display: block;
	height: 170px;
	overflow: auto;
	margin-bottom: 10px;
}

.testimonial .testimonial-item {
	position: relative;
	margin-bottom: 30px;
	padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	bottom: 0;
	left: 0;
	border-radius: 0 0 10px 10px;
	background: #e5e5e5;
	z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
	display: flex;
	justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 5px solid var(--bs-light);
	border-style: double;
	background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
	padding: 25px 0;
	text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
	display: flex;
	justify-content: space-between;
}

.testimonial .testimonial-item .testimonial-quote-left {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 20px;
	left: 25px;
	border-radius: 60px;
	color:#EEC55B;
	background: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial .testimonial-item .testimonial-quote-right {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: -30px;
	right: 25px;
	margin-top: -5px;
	border-radius: 60px;
	color:#EEC55B;
	background: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
	margin-top: 58px;
	margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
	position: absolute;
	top: -58px;
	left: 0;
	background:#EEC55B;
	color: var(--bs-white);
	padding: 5px 30px;
	border-radius: 30px;
	transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
	background: var(--bs-secondary);
	color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
	position: absolute;
	top: -58px;
	right: 0;
	background:#EEC55B;
	color: var(--bs-white);
	padding: 5px 30px;
	border-radius: 30px;
	transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
	background: var(--bs-secondary);
	color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
	display: flex;
	justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin: 20px 10px 0 10px;
	background:#EEC55B;
	transition: 0.5s;
}
.testimonial-carousel .testimonial-item:hover {
	transform: none;
}

.testimonial-carousel .owl-dots .owl-dot.active {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: var(--bs-secondary);
	transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
	position: relative;
	margin-top: 50%;
	margin-left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
	background:#EEC55B;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* background: var(--bs-white); */
	transition: 0.5s;
}

/*** Testimonial End ***/

/*** training Start ***/
.training .training-item .training-inner {
	position: relative;
}

.training .training-item .training-inner .training-title-name {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	padding: 20px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: end;
	text-align: center;
	transition: 0.5s;
}

.training .training-item {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
	background: rgba(9, 89, 130, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
	opacity: 0;
}

.training .training-item .training-inner img {
	transition: 0.5s;
}

.training .training-item:hover .training-inner img {
	transform: scale(1.3);
}

.training .training-item .training-content {
	position: absolute;
	width: 100%;
	bottom: -100%;
	left: 0;
	transition: 0.5s;
}

.training .training-item:hover .training-content {
	bottom: 0;
}
/*** training End ***/

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
	/* background: color-mix(in srgb,#EEC55B, transparent 96%); */
	background: linear-gradient(rgba(233, 173, 0, 0.3), rgba(233, 173, 0, 0.4)), url("../../../images/jaring.png") center top no-repeat;
	background-size: cover;
	padding: 30px;
	border: 1.5px solid black;
	border-radius: 15px;
	height: 100%;
}

.contact .info-item i {
	font-size: 38px;
	line-height: 0;
	color: #000000;
}

.contact .info-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 10px 0;
	color: black;
}
.custom-btn {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .nav-bar {
        /* position: relative !important; */
        display: flex;
        justify-content: space-between; /* Membuat elemen tersebar ke kanan dan kiri */
        align-items: center;
        padding: 10px 15px; /* Memberikan padding agar lebih rapi */
    }
	.bg{
		background: black;
	}

    .nav-bar .nav-menu {
        display: flex;
        gap: 10px; /* Jarak antar menu */
    }
	
    .navbar-brand {
        margin-left: 0 !important; /* Pastikan logo tetap di kiri */
    }
    .navbar-toggler {
        margin-right: 0 !important; /* Pastikan menu tetap di kanan */
    }


}
.contact .info-item p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
	color: black;
}

.contact .php-email-form {
	background: color-mix(in srgb,#EEC55B, transparent 96%);
	padding: 30px;
	height: 100%;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea {
	font-size: 14px;
	padding: 10px 15px;
	box-shadow: none;
	border-radius: 0;
	color: var(--default-color);
	background-color: color-mix(in srgb, var(--background-color), transparent 50%);
	border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus {
	border-color: var(--accent-color);
}

.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form textarea::placeholder {
	color: color-mix(in srgb,#EEC55B, transparent 70%);
}

.contact .php-email-form button[type="submit"] {
	background: var(--accent-color);
	color: var(--contrast-color);
	border: 0;
	padding: 10px 30px;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*** Office Start ***/
.contact .office .office-item {
	border-radius: 10px;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
	border: 1.5px solid;
	background: var(--bs-light);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
}

.contact .office .office-item:hover {
	box-shadow: 20px 20px 20px rgba(233, 173, 0, 0.3);
}

.contact .office .office-item .office-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.contact .office .office-item .office-img img {
	transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
	transform: scale(1.1);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
	transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
	color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
	color:#EEC55B !important;
}
/*** Office End ***/

/*** Contact Start ***/
.contact-add-item {
	border: 2px#EEC55B solid;
	border-radius: 10px;
}

.contact .contact-img {
	position: relative;
}

.contact .contact-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 1;
	animation-name: image-efects;
	animation-duration: 10s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	transition: 0.5s;
}

@keyframes image-efects {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}

	25% {
		border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
	}

	50% {
		border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
	}

	75% {
		border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
	}

	100% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
}

.contact .contact-img .contact-img-inner {
	position: relative;
	z-index: 9;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
	background:#EEC55B;
}

.footer .footer-item a {
	line-height: 30px;
	color: var(--bs-white);
	transition: 0.5s;
}

.footer .footer-item a:hover {
	/*letter-spacing: 2px;*/
	text-shadow: 1px 1px 5px black;
	color:#EEC55B;
}

.footer .footer-item p {
	line-height: 30px;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: black !important;
}
/*** copyright end ***/

.contact-btn {
	position: fixed;
	bottom: 24px;
	left: 24px;
	z-index: 999;
	display: flex;
	gap: 10px;
}

.button-33 {
	background-color: #39b54a;
	border-radius: 30px;
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-33:hover {
	box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset, rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px, rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px, rgba(57, 181, 74, 0.25) 0 16px 32px;
	transform: scale(1.05) rotate(-1deg);
	color: white;
}

.underline-3 {
	position: relative;
	z-index: 1;
}

.underline-3.style-3:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23E9AD00' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}

.underline-3:after {
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	left: 50%;
	bottom: -0.1em;
	width: 110%;
	height: 0.3em;
	transform: translateX(-50%);
}
