/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */

input[type="button"] {
	outline: none !important;
	border: 0 !important;
	box-shadow: unset !important;
}

input[type="button"]::-moz-focus-inner {
	outline: none !important;
	border: 0 !important;
	box-shadow: unset !important;
}

/* Remove spinner arrows from number input */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="button"]:focus {
	outline: none !important;
	border: 0 !important;
	box-shadow: unset !important;
}

button:focus {
	outline: none !important;
	border: 0 !important;
	box-shadow: unset !important;
}

strong,
b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	outline: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a:hover {
	color: #cd3333;
}

a,
a:hover {
	text-decoration: none;
}

a,
a:focus {
	outline: 0;
}

i {
	font-size: 1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

p strong {
	font-weight: 600;
}

* {
	font-family: "Inter", sans-serif
}
body {
	font-family: 'Inter', sans-serif;
}


.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 98;
	background: #fff;
}

.lg-sub-html h4 {
	color: #fff !important;
}

.lg-sub-html p {
	color: #fff !important;
}

/*------------------------------------------*/
/*	   FAQ
/*------------------------------------------*/
.accordion-button:not(.collapsed) {
	color: #fff !important;
	background-color: #000000 !important;
}

.accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1) !important;
}

.accordion-item {
	border: 1px solid #000000 !important;
}

.accordion-body {
	background: #dfe6ec !important;
}

/*------------------------------------------*/
/*	   UL Font Awesome
/*------------------------------------------*/

.ullifontawesome ul,
.ullifontawesome li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ullifontawesome ul {
	margin: 2em 0;
}

.ullifontawesome li {
	margin-left: 1.5em;
}

.ullifontawesome li:before {
	content: '\f058';
	font-family: 'Font Awesome\ 5 Free';
	float: left;
	margin-left: -1.5em;
}

/*------------------------------------------*/
/*	    Paralax
/*------------------------------------------*/
.section-parallax {
	/* The image used */
	/*  background-image: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%), url('img_parallax.jpg'); */

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*------------------------------------------*/
/*	    Card 4
/*------------------------------------------*/
.block-cardku-4 {
	margin-top: 75px;
}

.block-cardku-4 .cardku-4-custom {
	position: relative;
	font-size: 1rem;
}

.block-cardku-4 .cardku-4-col {
	margin-bottom: 100px;
}

.block-cardku-4 .cardku-4-custom-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -60px;
	left: 35%;
}

.block-cardku-4 .cardku-4-custom:hover {
	border: none !important;
}

.block-cardku-4 .cardku-4-custom:hover .cardku-4-custom-icon {
	border: none !important;
}

/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/
.form-group {
	margin-bottom: 1.25em;
}

/* equal column */
@media(min-width:768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height>[class*="col-"] {
		display: flex;
		flex-direction: column;
	}
}

/* thumbnail */
.thumbnail {
	border-width: 0;
	padding: 0;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.thumbnail .caption {
	padding: 5px 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.top-bar {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: linear-gradient(180deg, #000000 0%, #000000 100%);
	color: #fff;
}

.top-bar h2 {
	color: #fff;
}

.top-bar .contact-info {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	border: 0;
}

.top-bar .contact-info li {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: 15px
}

.top-bar .contact-info .circle {
	border-color: #fff;
}

.top-bar .contact-info i,
.top-bar .contact-info svg {
	color: #fff;
}

/*------------------------------------------*/
/*	        Menu Atas Kanan
/*------------------------------------------*/
.top-bar .menu-atas-kanan {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
}

.top-bar .menu-atas-kanan li {
	margin-left: 10px;
	display: inline-block;
}

.top-bar .menu-atas-kanan li a {
	color: #fff;
}

.top-bar .menu-atas-kanan li a:hover {
	color: #fff;
}

.btn-orange {
	color: #fff;
	background-color: #7F7F7F;
	border-color: #7F7F7F;
}

.form-orange {
	border-color: #7F7F7F !important;
	max-width: 74% !important;
}

/***** lang button *****/
.lang-button {
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}

.lang-button li {
	display: inline-block;
	margin-left: 5px;
}

.lang-button,
.frm-search {
	display: inline-block;
}

.lang-button {
	margin: 0 30px 0 0;
}

.lang-button li {
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}

.lang-button li:last-child:before {
	content: '|';
	margin: 0 7px;
}

.lang-button a {
	color: #333;
}

/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.navbar {
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
}

.navbar-default {
	background: #fff;
}

.navbar-brand {
	padding-top: 5px;
}

.navbar-brand>img {
	height: 30px;
}

@media(min-width:992px) {
	.blockstikyheader {
		position: fixed;
		top: 0;
		z-index: 1030;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		left: 0;
		right: 0;
		max-width: 1440px;
	}

	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.navbar-collapse {
		text-align: center;
	}

	.navbar-nav {
		display: inline-block;
		float: none;
	}

	.navbar-brand>img {
		max-height: 50px;
		height: auto;
		max-width: 100%;
	}

	.navbar-nav>li {
		display: inline-block;
		position: relative;
	}

	.navbar-nav>li>a {
		padding: 25px 0;
	}

	.navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		/* background: #fff; */
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		background-color: rgba(255, 255, 255, 0);
	}

	/* submenu */
	.navbar-nav li:hover>ul {
		display: block !important;
		animation: dropdownFadeIn .15s ease-out;
		-webkit-animation: dropdownFadeIn .15s ease-out;
	}

	@keyframes dropdownFadeIn {
		from { opacity: 0; transform: translateY(-6px); }
		to   { opacity: 1; transform: translateY(0); }
	}

	.navbar-nav ul {
		margin: 0;
		padding: 6px 0;
		width: auto;
		min-width: 180px;
		background: #fff;
		border: 1px solid #E4E4EE;
		border-radius: 8px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
		font-size: 14px;
	}

	.navbar-nav>li>.dropdown-menu {
		left: 0;
		right: auto;
		margin-top: 8px;
	}

	.navbar-nav>li>.dropdown-menu::before {
		content: '';
		position: absolute;
		top: -8px;
		left: 0;
		right: 0;
		height: 8px;
	}

	.navbar-nav>li>.dropdown-menu li {
		border-bottom: 1px solid #F0F0F6;
		position: relative;
		background: transparent;
	}

	.navbar-nav>li>.dropdown-menu li:last-child {
		border-bottom: 0;
	}

	.navbar-nav>li>.dropdown-menu li,
	.navbar-nav>li>.dropdown-menu li a {
		color: #2C2B35;
		font-weight: 400;
	}

	.navbar-nav>li>.dropdown-menu a {
		padding: 10px 18px;
		position: relative;
		display: block;
		transition: color 0.15s ease, background 0.15s ease;
	}

	.navbar-nav>li>.dropdown-menu a:hover,
	.navbar-nav>li>.dropdown-menu>.active>a,
	.navbar-nav>li>.dropdown-menu>.active>a:focus,
	.navbar-nav>li>.dropdown-menu>.active>a:hover {
		color: #0041CD !important;
		background: #F4F7FF;
	}

	.navbar-nav .dropdown-menu li {
		padding: 0;
	}

	/* sub submenu */
	.navbar-nav ul ul {
		left: 100%;
		top: 0px;
		border-top: 0;
	}

	/* 3rd level: dropdown-submenu - Desktop */
	.dropdown-submenu {
		position: relative;
	}

	.dropdown-submenu > .dropdown-submenu-menu {
		display: none;
		position: absolute;
		left: 100%;
		top: -8px;
		min-width: 200px;
		background: #fff;
		border: 1px solid #E4E4EE;
		border-radius: 8px;
		box-shadow: 0 8px 24px rgba(0,0,0,0.08);
		z-index: 1050;
		padding: 8px 0;
		margin-left: 6px;
	}

	/* Bridge gap between level 2 and level 3 to prevent hover miss */
	.dropdown-submenu > .dropdown-submenu-menu::before {
		content: '';
		position: absolute;
		right: 100%;
		top: 0;
		width: 10px;
		height: 100%;
	}

	.dropdown-submenu:hover > .dropdown-submenu-menu {
		display: block;
	}

	/* Level 2 item with arrow */
	.dropdown-submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 14px;
		padding: 10px 16px !important;
		color: #2C2B35;
		transition: all 0.2s ease;
	}

	.dropdown-submenu-toggle:hover {
		background-color: #F4F7FF;
		color: #0041CD;
	}

	/* Level 3 items */
	.dropdown-submenu-menu .dropdown-item {
		font-size: 13px;
		padding: 9px 16px;
		color: #2C2B35;
		transition: all 0.2s ease;
		padding-left: 24px;
		position: relative;
	}

	.dropdown-submenu-menu .dropdown-item:hover {
		background-color: #F4F7FF;
		color: #0041CD;
	}

	.submenu-arrow-icon {
		flex-shrink: 0;
		font-size: 1rem;
		line-height: 1;
		margin-left: 12px;
		color: #999;
		transition: transform 0.2s ease;
	}

	.dropdown-submenu:hover .submenu-arrow-icon {
		color: #0041CD;
	}

	.navbar-nav .dropdown-toggle::after {
		content: none !important;
	}
}

/*------------------------------------------*/
/*	    Kontent
/*------------------------------------------*/
.btn-biruku-kontent {
	background-color: #0075C4;
	color: #fff;
	padding: 15px 20px;
	border-radius: 5px !important;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.btn-biruku-kontent:hover {
	background-color: #dc3545;
	color: #fff;
}

a.btn-biruku-kontent {
	color: #fff !important;
}

.kotak-artikelku .card-title {
	color: #0075C4;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

.kotak-artikelku .published {
	color: #363636;
	font-size: 11px;
	margin-bottom: 20px;
}

.kotak-artikelku .card-text {
	color: #363636;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 30px;
}

.kotak-artikelku a {
	color: #0075C4;
	text-decoration: none;
}

.kotak-artikelku a:hover {
	color: #dc3545;
	text-decoration: none;
}

/*------------------------------------------*/
/*	    Sidebar
/*------------------------------------------*/
.sidebar-artikel-title-block {
	padding: 10px 25px 5px 25px;
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
	color: #fff;
}

.h2judulsidebar {
	color: #fff;
	font-size: 26px;
}

.sidebar-artikel {
	padding: 15px 25px 10px 25px;
}

.sidebar-artikel-time {
	color: #363636;
	font-size: 16px;
	font-weight: 500;
}

.sidebar-artikel-title {
	color: #0075C4;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.sidebar-artikel a {
	color: #0075C4;
	text-decoration: none;
}

.sidebar-artikel a:hover {
	color: #dc3545;
	text-decoration: none;
}

@media(max-width:991px) {
	.custom-top-bar {
		padding-left: 0px;
		padding-right: 0px;
	}

	.blockstikyheader {
		position: fixed;
		top: 0;
		z-index: 1030;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		left: 0;
		right: 0;
		max-width: 1440px;
	}

	.navbar-nav .dropdown-menu {
		background: #fff;
		border: 1px solid #E4E4EE;
		border-left: 3px solid #0041CD;
		border-radius: 0 8px 8px 0;
		padding: 6px 0;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
		color: #2C2B35;
		margin-left: 16px;
	}

	.navbar-nav .dropdown-menu a {
		color: #2C2B35;
		padding: 10px 18px 10px 20px;
	}

	.navbar-nav .dropdown-menu a:hover {
		color: #0041CD;
		background: #F4F7FF;
	}
}

@media(max-width:575px) {
	.custom-top-bar {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section {
	margin: 0;
}

section.margin0 {
	margin: 0;
}

.heading {
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}

.heading::before {
	content: '';
	height: 2px;
	width: 70px;
	position: absolute;
	right: 50%;
	margin-right: -35px;
	bottom: -10px;
	display: block;
	background: #ddd;
}

.heading.heading-light {
	color: #fff
}

.heading.heading-light::before {
	background: #fff
}

/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.section-service {
	/* background: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%) */
	;
	color: #fff;
	position: relative;

	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-wrapper {
	margin: 0 auto;
	padding: 3.75rem 0 70px;
}

.section-service .service-icon {
	border: 1px solid #ddd;
	color: #ddd;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	width: 84px;
	font-size: 32px;

	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
}

.section-service .service-icon,
.section-service h3,
.section-service p {
	border-color: #fff;
	color: #fff;
}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features .media-left {
	padding-top: 5px;
}

.section-features .media-body {
	padding-left: 15px;
}

.section-features .media-heading {
	margin-bottom: 15px;
}

/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item {
	margin-bottom: 30px;
}

.post-item .media {
	margin: 0;
}

.post-item .media-left {
	padding-right: 15px;
}

.post-date {
	text-align: center;
	margin-top: 30px;
}

.post-date .day {
	background-color: #6A667C;
	color: #fff;
	padding: 12px 0;
	width: 42px;
	display: block;
	font-size: 22px;

	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.post-date .month {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	background: #ddd;
	text-align: text-align;

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

h3.post-title {
	margin-top: 25px;
}

/*------------------------------------------*/
/*			Destination
/*------------------------------------------*/
.destination-item {
	margin-bottom: 20px;
	position: relative;
}

.destination-info {
	text-align: left;
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 10;
}

.destination-info h3 {
	margin: 0;
	font-weight: 600;
	color: #fff;
}

.destination-info h5 {
	margin: 0;
	padding: 9px 25px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	color: #0075C4;
	font-size: 16px;
	font-weight: 500;
}

/*------------------------------------------*/
/*			Package Tour
/*------------------------------------------*/
.package-item {
	background: #fff;
	margin-bottom: 30px;
}

.package-item figcaption {
	color: #fff;
	bottom: 15px;
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 10;
}

.package-title {
	background: #f94141;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	margin-bottom: 10px;
}

.package-title:hover {
	background: #FEC107;
	color: #fff;
}

.package-price {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	color: #FEC107;
}

.package-price .curency-symbol {
	color: #fff;
	font-size: 16px;
}

.package-duration {
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}

.package-star {
	color: #FEC107;
	font-size: 12px;
}

.package-star .disabled {
	color: #ddd;
}

.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: center;
}

.ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #f94141;
	background: linear-gradient(#f94141 0, #f94141 100%);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	position: absolute;
	top: 19px;
	left: -21px;
}

/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.section-testimonial {
	/* background: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%) */
	;
	color: #fff;
	position: relative;

	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-wrapper {
	margin: 0 auto;
	padding: 3.75rem 0 70px;
}

@media (min-width: 768px) {
	.testimonial-wrapper {
		width: 70%;
	}
}

.testimonial-wrapper p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	font-style: italic;
}

.testimonial-wrapper .owl-pagination {
	bottom: -55px
}

.testimonial-wrapper .owl-theme .owl-controls .owl-page.active span,
.testimonial-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span {
	border-color: #ddd;
	opacity: 1;
}

.testimonial-wrapper .owl-theme .owl-controls .owl-page span {
	border-color: #fff;
}

.square.testimonial-avatar {
	width: 120px;
	position: relative;
	overflow: hidden;
	margin: 20px auto 40px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.square.testimonial-avatar:after {
	border: 4px solid rgba(255, 255, 255, 0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/
.section-gallery li {
	display: inline-block;
	width: 20%;
	margin-bottom: -6px;
}

@media only screen and (max-width : 550px) {
	.section-gallery li {
		width: 100%;
	}
}

@media only screen and (max-width : 767px) and (min-width : 551px) {
	.section-gallery li {
		width: 50%;
	}
}

/*------------------------------------------*/
/*			Contact
/*------------------------------------------*/
.contact-wrapper {
	margin-bottom: 30px;
}

.contact-intro {
	text-align: center;
	margin-bottom: 60px
}

.contact-info {
	padding: 30px;
	text-align: center;
	border: 1px solid #7F7F7F;
	border-radius: 5px;
	margin-bottom: 30px;
}

.contact-info i {
	color: #ddd;
	font-size: 45px;
	margin: 0 0 15px;
}

.contact-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}

.contact-info p {
	margin: 0
}

@media (min-width: 768px) {
	.contact-intro {
		margin: 0 20% 60px
	}
}

@media(max-width:767px) {
	.contact-info {
		padding: 20px 10px;
	}

	.contact-info h5 {
		font-size: 16px;
		margin: 0;
	}

	.contact-info p {
		font-size: 11px;
	}
}

.section-map {}

#map-canvass {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 30px;
}

#map-canvass iframe,
#map-canvass object,
#map-canvass embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/
.client-carousel {
	padding: 0 30px;
	text-align: center;
}

.client-carousel .owl-stage-outer {
	overflow-x: hidden;
}

.client-carousel .owl-stage {
	display: flex;
}

.client-carousel img {
	width: unset !important;
	max-height: 50px;
	margin: auto;
}

.client-brand img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.client-brand:hover img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}

.section-client .owl-theme .owl-nav {
	font-size: 28px;
	position: initial;
	width: 100%;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: auto;
}

.section-client .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.section-client .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: #7F7F7F;
}

@media(max-width:767px) {
	.section-client .owl-theme .owl-nav .owl-prev {
		left: 0;
	}

	.section-client .owl-theme .owl-nav .owl-next {
		right: 0;
	}

	.gallery-carousel.owl-carousel .owl-nav button {
		position: absolute;
		top: auto;
		bottom: 0;
		margin: auto;
	}

	.gallery-carousel.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
}

/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav {
	margin: 30px 0;
	text-align: center;
}

.page-nav ul {
	margin: 0;
	padding: 0
}

.page-nav li {
	display: inline-block;
	border: none !important
}

.page-nav span,
.page-nav a {
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
	display: block;
}

.page-nav span {
	color: #999;
}

.page-nav .active a,
.page-nav .current {
	background: #01B5EA;
	border-color: #01B5EA;
	color: #fff
}

.page-nav .disabled span {
	background: #fafafa;
	border-color: #eee
}


/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
footer {
	background: #373446;
	color: #fff;
	font-size: 16px;
	position: relative;
}

footer img {
	max-width: 100%;
	height: auto;
}

.footer-section {
	padding: 3.75rem 0 50px;
}

footer h3 {
	color: #fff;
	margin-bottom: 30px;
}

footer p,
footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .form-control,
footer input[type="text"] {
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	color: #fff;
	margin-bottom: 15px;
}

footer textarea.form-control {
	height: 80px;
}

footer .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 12px;
}

footer .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 12px;
}

footer .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 12px;
}

footer .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 12px;
}

.nav-footer li a {
	text-transform: capitalize;
}

.connect-icon {
	width: 15px;
}

.copyright-section {
	padding: 15px 0;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #fff;
}

.copyright-section p {
	margin: 0;
	color: #fff;
}

.copyright-section a {
	color: #fff;
	text-decoration: none;
}

.copyright-section a:hover {
	color: #fff;
	text-decoration: none;
}

/*------------------------------------------*/
/*			Keunggulan
/*------------------------------------------*/
.block-dg-icon-card-gradient-2 {
	box-sizing: border-box;
	border-radius: 12px;
	position: relative;
	margin-bottom: 30px;
}

.block-dg-icon-card-gradient-2 .col-card-gradient-2 {
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
	color: #fff;
	font-size: 16px;
	border-radius: 12px;
	background-color: #7F7F7F;
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
}

.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -30px;
}

.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p span {
	margin-left: 8px;
}

.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p:nth-child(odd) {
	background: none;
	padding: 10px 15px 10px 50px;
}

.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p:nth-child(even) {
	background: rgb(255 255 255 / 15%);
	padding: 10px 15px 10px 50px;
}

/*------------------------------------------*/
/*			Produk
/*------------------------------------------*/
.cardku-wave-col .custom-shape-divider-bottom-wave-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 50px;
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 .shape-fill {
	fill: #7F7F7F;
}

.cardku-wave-col .card-title {
	color: #fff;
}

.cardku-wave-col .card-body {
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
	color: #fff;
}

.cardku-wave-col .btnproduk .btn-beli {
	background: #ff9800 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.cardku-wave-col .btnproduk .btn-beli:hover {
	background: #ff1100 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.cardku-wave-col .btnproduk .btn-tanya {
	background: #01c501 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.cardku-wave-col .btnproduk .btn-tanya:hover {
	background: #ff1100 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.cardku-wave-col .card-notify-year {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #ff6A667C4;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 50px;
	height: 50px;
	padding: 15px 0 0 0;
	z-index: 5;
}

.cardku-wave-col .card-notify-badge {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #f2d900;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
	color: #000;
	padding: 5px 10px;
	font-size: 16px;
	z-index: 5;
}

/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	height: 50px;
	width: 50px;
	z-index: 98;
}

.back-to-top i,
.back-to-top svg {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #556DE8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(85, 109, 232, 0.25);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.back-to-top i:hover,
.back-to-top svg:hover {
	background-color: #f0f2ff;
	box-shadow: 0 6px 16px rgba(85, 109, 232, 0.35);
	transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.back-to-top {
		bottom: 30px;
		right: 30px;
		height: 60px;
		width: 60px;
	}
	
	.back-to-top i,
	.back-to-top svg {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
}


/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated {
	display: block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}

.animated.title {
	animation-delay: 0.5s;
}

.animated.info {
	animation-delay: 1s;
}

.animated.button {
	animation-delay: 1.5s;
}


/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #6A667C;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container {
	position: relative;
}

.owl-container .owl-buttons [class*="owl-"] {
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 10;
}

.owl-container .owl-buttons .owl-prev {
	left: 0;
}

.owl-container .owl-buttons .owl-next {
	right: 0;
}

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}

.owl-buttons .owl-prev {
	left: 0;
}

.owl-buttons .owl-next {
	right: 0;
}

/* ======================================
Form 
========================================*/

/* btn */
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-default {
	background: #01B5EA;
	border-color: #01B5EA;
	color: #fff;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background-color: #009FCC;
	border-color: #009FCC;
	color: #fff;
}

/* input */
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.form-control:focus {
	box-shadow: none;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.control-group select,
.control-group textarea,
.control-group input[type="text"],
.control-group input[type="password"],
.control-group input[type="datetime"],
.control-group input[type="datetime-local"],
.control-group input[type="date"],
.control-group input[type="month"],
.control-group input[type="time"],
.control-group input[type="week"],
.control-group input[type="number"],
.control-group input[type="email"],
.control-group input[type="url"],
.control-group input[type="search"],
.control-group input[type="tel"],
.control-group input[type="color"] {
	background: none repeat scroll 0 0 #FFFFFF;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}

.checkbox label,
.radio label {
	padding-left: 0;
	padding-right: 20px;
}

.checkbox-inline,
.radio-inline {
	padding-left: 0;
}

.checkbox input[type=checkbox],
.radio input[type=radio],
.checkbox-inline input[type=checkbox],
.radio-inline input[type=radio] {
	opacity: 0;
}

input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}

input[type=checkbox]:disabled+.lbl,
input[type=radio]:disabled+.lbl {
	color: #bbb;
	cursor: not-allowed
}

input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after {
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}

input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {
	font-family: fontAwesome;
	content: "\a0";
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
	height: 16px;
	line-height: 14px;
	width: 16px;
	text-align: center;
}

input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
	content: '\f00c';
	background-color: #fff;
	border-color: #adb8c0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}

input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
	content: "";
	border-radius: 8px;
}

input[type=radio]:checked+.lbl::after {
	background: #00b6e3;
	border-radius: 8px;
	bottom: -10px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}

input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
	background-color: #DDD !important;
	border-color: #CCC !important;
	box-shadow: none !important;
	color: #BBB
}

input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {
	color: #00b6e3;
}

input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
	border-color: #ffc107
}

.checkbox,
.radio {
	margin-bottom: 15px;
}

.btn-spinner {
	font-size: 18px;
	border: 1px solid #ddd;
}


/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide {
	opacity: 0
}

.iconleft {
	margin-right: 5px
}

.iconright {
	margin-left: 5px
}

.no-border {
	border: none
}

.no-shadow {
	box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.list-item {
	margin-bottom: 30px;
}

.icon-sm {
	width: 25px;
}

.icon-lg {
	width: 60px;
	font-size: 48px;
}

/* sparator */
.sparator {
	background: #333;
	height: 1px;
}

/* typo */
.lowercse {
	text-transform: lowercse !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

/* color */
.white {
	color: #ffffff !important
}

.red {
	color: #cd3333 !important
}

.orange {
	color: #FF9800 !important
}

.deep-orange {
	color: #f46e39 !important
}

.purple {
	color: #c032bb !important
}

.green {
	color: #37c770 !important
}

.lime {
	color: #CDDC39 !important
}

.lime-dark {
	color: #827717 !important
}

.blue {
	color: #4993e6 !important
}

.amber {
	color: #FFC107 !important
}

.pink {
	color: #e91e63 !important
}


@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}


.dropdown-menu {
	border: none !important;
}

/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
@media(min-width:768px) {

	.navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		/* color: #7F7F7F !important; */
	}

	.navbar-nav>li:hover>a,
	.navbar-nav>li>a:hover,
	.navbar-nav>.active>a,
	.navbar-nav>.active>a:focus,
	.navbar-nav>.active>a:hover {
		color: #7F7F7F;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #7F7F7F;
	}

	.navbar-nav ul {
		border-color: #7F7F7F;
	}
}

/*------------------------------------------*/
/*	                Section
/*------------------------------------------*/
.heading::before {
	background: #7F7F7F;
}

/*------------------------------------------*/
/*	                Blog
/*------------------------------------------*/
.post-date .month {
	background: #7F7F7F;
}

/*------------------------------------------*/
/*	          Page Navigation
/*------------------------------------------*/
.page-nav .active a,
.page-nav .current {
	background: #7F7F7F;
	border-color: #7F7F7F;
}

/*------------------------------------------*/
/*	          Owl carousel
/*------------------------------------------*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	border-color: #7F7F7F;
}

.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover {
	color: #7F7F7F;
}

/*------------------------------------------*/
/*	          Gallery
/*------------------------------------------*/
.nav-album .active a {
	background: #7F7F7F;
	border-color: #7F7F7F;
}

/*------------------------------------------*/
/*	          Contact
/*------------------------------------------*/
.contact-info i,
.contact-info .svg-inline--fa {
	color: #7F7F7F;
}

/*------------------------------------------*/
/*	          features
/*------------------------------------------*/
.section-features .fa,
.section-features .svg-inline--fa {
	color: #7F7F7F;
}

/*------------------------------------------*/
/*	          Form
/*------------------------------------------*/
.btn-view:hover {
	background: #7F7F7F;
	border-color: #7F7F7F;
}

input[type=radio]:checked+.lbl::after {
	background: #7F7F7F;
}

input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {
	color: #7F7F7F;
}

.btn-default {
	background: #7F7F7F;
	border-color: #7F7F7F;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background-color: #b71c1c;
	border-color: #b71c1c;
}

/* OWL-CAROUSEL */
#owl-slider {
	padding-top: 0;
	overflow: visible !important;
}

#beranda {
	height: auto;
	background-color: #f8f9fa;
}

@media(max-width:767px) {
	#beranda {
		height: auto;
	}
}

#owlslider {
	position: static;
}

#owl-slider {
	max-height: none;
}

#owl-slider .owl-video-wrapper {
	height: 100vh !important;
	min-height: 100vh;
	max-height: 100vh;
}

#owl-slider h2 {
	font-weight: 800;
}

#owl-slider .owl-stage-outer,
#owl-slider .owl-stage {
	padding: 0 !important;
	height: 100vh !important;
}

#owl-slider .item {
	position: relative;
	height: 100vh !important;
	min-height: 100vh;
	max-height: 100vh;
	width: 100%;
	overflow: visible;
}

#owl-slider .item-video {
	position: relative;
	height: 100vh !important;
	min-height: 100vh;
	max-height: 100vh;
	width: 100%;
	overflow: visible !important;
}

#owl-slider .tescrot iframe {
	position: relative;
	height: 100vh !important;
	min-height: 100vh;
	max-height: 100vh;
	width: 100%;
	overflow: visible !important;
}

#owl-slider .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
	pointer-events: none;
}

#owl-slider .item.item-video::before {
	display: none;
}

#owl-slider .item .gambar,
#owl-slider .item-video .gambar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	overflow: visible !important;
	z-index: 1;
}

#owl-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.owl-video-wrapper {
	width: 100%;
	height: 100vh !important;
	min-height: 100vh;
	max-height: 100vh;
}

/* Video embed wrapper */
.item-video .video-embed-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: visible !important;
}

.item-video .video-embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
	top: 50%;
}

.owl-prev {
	left: 20px;
}

.owl-next {
	right: 20px;
}

.owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

#owl-slider .item .item-caption {
	/* top: 20%; */
	left: 5%;
	right: 20%;
	bottom: 20%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;

}

#owl-slider .item .item-caption a,
#owl-slider .item-video .item-caption a {
	color: #F86C07;
}

#owl-slider .carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
	padding: 40px 20px;
	bottom: auto !important;
	right: auto;
	z-index: 3;
	margin-top: 50px;
	transition: none !important;
	animation: none !important;
}

#owl-slider .carousel-caption * {
	transition: none !important;
	animation: none !important;
	animation-delay: 0s !important;
	animation-duration: 0s !important;
}

/* =========================
   Default (Desktop > 967px)
========================= */
#owl-slider .carousel-caption .slider-judul span {
    display: block;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 44px;
    width: 100%;
	font-weight: 700;
    text-align: center;
	margin-top: 20px;
	line-height: 1.3;
	transition: none !important;
	animation: none !important;
}

#owl-slider .carousel-caption .slider-keterangan span {
	display: block;
	color: #F9F9F9;
	font-size: 18px;
	font-weight: normal;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 490px;
	text-align: center;
	line-height: 1.7;
	transition: none !important;
	animation: none !important;
}


/* =========================
   Tablet (≤ 967px)
========================= */
@media (max-width: 967px) {
	#owl-slider .owl-stage-outer,
	#owl-slider .owl-stage {
		height: 100vh !important;
	}

	#owl-slider .item,
	#owl-slider .item-video {
		height: 100vh !important;
		min-height: 100vh;
		max-height: 100vh;
	}

	.owl-video-wrapper {
		height: 100vh !important;
		min-height: 100vh;
		max-height: 100vh;
	}

	#owl-slider .carousel-caption {
		padding: 30px 20px;
		max-width: 100%;
	}

	#owl-slider .carousel-caption .slider-judul span {
		font-size: 28px;
		width: 100%;
		margin-bottom: 20px;
	}

	#owl-slider .carousel-caption .slider-keterangan span {
		font-size: 14px;
		width: 100%;
		margin-bottom: 25px;
	}

	#owl-slider .carousel-caption a,
	#owl-slider .btn-slider {
		font-size: 13px;
		padding: 11px 30px;
	}
}


/* =========================
   Mobile (≤ 767px)
========================= */
@media (max-width: 767px) {
	#owl-slider .owl-stage-outer,
	#owl-slider .owl-stage {
		height: 60vh !important;
	}

	#owl-slider .item,
	#owl-slider .item-video {
		height: 60vh !important;
		min-height: 60vh;
		max-height: 60vh;
	}

	.owl-video-wrapper {
		height: 60vh !important;
		min-height: 60vh;
		max-height: 60vh;
	}

	.item-video .video-embed-wrapper iframe {
		width: 100%;
		height: 100%;
	}

	#owl-slider .carousel-caption {
		padding: 20px 15px;
	}

	#owl-slider .carousel-caption .slider-judul span {
		font-size: 22px;
		width: 100%;
		margin-bottom: 15px;
	}

	#owl-slider .carousel-caption .slider-keterangan span {
		font-size: 13px;
		width: 100%;
		margin-bottom: 20px;
	}

	#owl-slider .carousel-caption a,
	#owl-slider .btn-slider {
		font-size: 12px;
		padding: 10px 25px;
	}
}

#owl-slider .btn-slider {
	background: #FF9F63;
	border: none;
	box-shadow: 0 4px 15px rgba(255, 159, 99, 0.25);
	text-shadow: none;
	color: #fff;
	border-radius: 28px;
	padding: 12px 35px;
	font-size: 20px !important;
	font-weight: 500;
	transition: all 0.3s ease;
}

#owl-slider .btn-slider:hover {
	background: #ff8c45;
	color: #fff !important;
	text-shadow: none;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(255, 159, 99, 0.35);
}

/* Button styling untuk carousel caption link */
#owl-slider .carousel-caption a {
	display: inline-block;
	background: #FF9F63;
	border: none;
	box-shadow: 0 4px 15px rgba(255, 159, 99, 0.25);
	text-shadow: none;
	color: #fff !important;
	border-radius: 28px;
	padding: 12px 35px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
}

#owl-slider .carousel-caption a:hover {
	background: #ff8c45;
	color: #F9F9F9 !important;
	text-shadow: none;
	box-shadow: 0 6px 20px rgba(255, 159, 99, 0.35);
}

#owl-slider .item .item-caption .learn-more,
#owl-slider .item-video .item-caption .learn-more {
	height: 38px;
	width: 144px;
	/* background-color: #F86C07; */
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 20px;
	/* font-weight: bold; */
	line-height: 14px;
	/* padding: 12px 27px; */
}

#owl-slider .owl-nav {
	display: none !important;
}

#owl-slider .owl-nav .owl-next,
#owl-slider .owl-nav .owl-prev {
	display: none !important;
}

#owl-slider .owl-nav .owl-next:hover,
#owl-slider .owl-nav .owl-prev:hover {
	color: #D81A27;
	background: transparent;
}

#owl-slider .owl-nav .owl-next {
	margin-right: 0;
}

#owl-slider .owl-nav .owl-prev {
	margin-left: 0;
}

#owl-slider .owl-nav .svg-inline--fa {
	color: #FFF;
	opacity: 0.6;
}

#owl-slider .owl-nav:hover .svg-inline--fa {
	opacity: 1;
}

/* #owl-slider .owl-dots{bottom:120px;} */
#owl-slider .owl-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 40px;
	padding-bottom: 20px;
	z-index: 10;
}

#owl-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(85, 109, 232, 0.3);
	border: 2px solid rgba(85, 109, 232, 0.4);
	margin: 5px 6px;
	display: block;
	transition: all 0.3s ease;
}

#owl-slider .owl-dots .owl-dot.active span {
	background: #0041CD;
	border-color: #0041CD;
	box-shadow: 0 0 0 3px rgba(20, 56, 237, 0.2);
	transform: scale(1.2);
}

#owl-slider .carousel-caption {
	bottom: 140px;
}

@media(min-width:768px) {
	#owl-slider .carousel-caption h2 {
		/* min-height:90px;width:85%; */
	}
}

@media(max-width:767px) {

	#owl-slider .owl-nav .owl-next,
	#owl-slider .owl-nav .owl-prev {
		display: none;
	}
}

#owl-slider .owl-theme .owl-dots .owl-dot {
	/* display:block; */
}

#owl-slider .carousel-caption h2 a .svg-inline--fa {
	color: #00971b;
}

/*------------------------------------------*/
/*			Team
/*------------------------------------------*/
.team-carousel {
	padding: 0 30px;
	text-align: center;
}

.team-carousel .owl-stage-outer {
	overflow-x: visible !important;
}

.team-carousel .owl-stage {
	display: flex;
}

.section-client .owl-theme .owl-nav {
	font-size: 28px;
	position: initial;
	width: 100%;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: auto;
}

.section-client .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.section-client .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media(max-width:767px) {
	.section-client .owl-theme .owl-nav .owl-prev {
		left: 5px;
	}

	.section-client .owl-theme .owl-nav .owl-next {
		right: 5px;
	}
}

.logobawahfooter {
	max-width: 100%;
	height: auto;
	max-height: 100px;
}

.nav-footer .dropdown-menu.show {
	display: block;
}

.nav-footer .dropdown-menu {
	border: none !important;
}

.nav-footer .dropdown-menu {
	position: static;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 10px;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background: linear-gradient(180deg, #000000 0%, #000000 100%);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;
}

.text-justify {
	text-align: justify;
}

.block-videofoto1 img {
	width: 100%;
	transition: all .2s ease-in-out;
	object-fit: cover;
	height: 200px;
}

.block-videofoto1:hover img {
	transform: scale(1.1);
}

.block-videofoto2 img {
	width: 100%;
	transition: all .2s ease-in-out;
	object-fit: cover;
	height: 200px;
}

.block-videofoto2:hover img {
	transform: scale(1.1);
}

.gradienku {
	position: relative;
	background: linear-gradient(180deg, #000000 0%, #000000 100%);
	overflow: hidden;
}

.imagegradienku {
	opacity: 0.5;
	display: block;
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.middlegradienku {
	opacity: 1;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
}

.textgradienku {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.block-videofoto1 {
		padding: 0px 15px 0px 15px !important;
	}

	.block-videofoto2 {
		padding: 0px 15px 0px 15px !important;
	}
}

.card-title {
	text-transform: capitalize;
}

/*------------------------------------------*/
/*			Kategori
/*------------------------------------------*/
ul.kategori {
	margin-bottom: 25px;
}

ul.kategori li {
	display: inline-block;
	margin: 0 5px;
}

ul.kategori li a {
	border: 1px solid #000000;
	color: #000000;
	padding: 5px 10px;
	border-radius: 5px;
}

ul.kategori li a.active,
ul.kategori li a:hover {
	background: #000000;
	color: #fff;
}

/*------------------------------------------*/
/*			New Footer
/*------------------------------------------*/
.footer-new {
	background-color: #373446;
	color: #ffffff;
	padding: 40px 0 0;
}

.footer-new .footer-content {
	padding-bottom: 30px;
}

.footer-new .footer-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #F6F5FA;
}

.footer-new .footer-description {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #F6F5FA;
	max-width: 90%;
}

.footer-new .footer-social {
	display: flex;
	gap: 15px;
}

.footer-new .social-icon {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-new .social-icon:hover {
	background-color: #ffffff;
	color: #373446;
}

.footer-new .footer-subtitle {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #F6F5FA;
}

.footer-new .footer-product-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-new .footer-product-list li {
	margin-bottom: 10px;
}

.footer-new .footer-product-list a {
	color: #F6F5FA;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}

.footer-new .footer-product-list a:hover {
	color: #e0e0e0;
	text-decoration: underline;
}

.footer-new .footer-bottom {
	background-color: #373446;
	padding: 15px 0;
}

.footer-new .footer-copyright {
	margin: 0;
	font-size: 13px;
	color: #ffffff;
}

@media (max-width: 767px) {
	.footer-new .col-md-4 {
		margin-top: 30px;
	}

	.footer-new .footer-description {
		max-width: 100%;
	}

	.footer-new .footer-copyright {
		text-align: center;
	}
}

/*------------------------------------------*/
/*			New Contact Section
/*------------------------------------------*/
.section-contact-new {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.contact-header {
	margin-bottom: 50px;
}

.heading-contact-new {
	font-size: 40px;
	font-weight: 800;
	color: #373446;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.heading-contact-new::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 154px;
	height: 6px;
	background-color: #556DE8;
	border-radius: 2px;
}

.subtitle-contact {
	font-size: 16px;
	color: #373446;
	margin-top: 25px;
}

.contact-wrapper-new {
	margin-top: 40px;
}

.contact-info-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100%;
}

.contact-info-card {
	background-color: #ffffff;
	padding: 18px;
	border-radius: 8px;
	display: flex;
	flex: 1;
	gap: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

/* Alamat card - larger */
.contact-info-card:first-child {
	flex: 1.5;
	padding: 22px;
}

.contact-info-card:first-child .contact-info-icon {
	width: 56px;
	height: 56px;
}

.contact-info-card:first-child .contact-info-content h5 {
	font-size: 17px;
}

.contact-info-card:first-child .contact-info-content p {
	font-size: 15px;
	font-weight: 500;
}

/* Phone & Email cards - same text size as Alamat */
.contact-info-card:nth-child(2),
.contact-info-card:nth-child(3) {
	flex: 0.75;
	padding: 16px;
}

.contact-info-card:nth-child(2) .contact-info-icon,
.contact-info-card:nth-child(3) .contact-info-icon {
	width: 56px;
	height: 56px;
}

.contact-info-card:nth-child(2) .contact-info-content h5,
.contact-info-card:nth-child(3) .contact-info-content h5 {
	font-size: 17px;
}

.contact-info-card:nth-child(2) .contact-info-content p,
.contact-info-card:nth-child(3) .contact-info-content p {
	font-size: 15px;
}

.contact-info-card:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.contact-info-icon {
	width: 55px;
	height: 55px;
	background-color: rgba(230, 230, 231, 1);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contact-info-icon-detail{
	width: 32px;
	height: 32px;
}

.contact-info-content h5 {
	font-size: 16px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 8px;
	margin-top: 0;
}

.contact-info-content p {
	font-size: 16px;
	color: #7a8a99;
	margin: 0;
	line-height: 1.5;
}

.contact-form-wrapper {
	background-color: #ffffff;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.title-input {
	font-size: 20px;
	color: #373446;
	font-weight: 600;
	padding: 10px 0px;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-form .form-group {
	margin-bottom: 0;
}

.contact-form .form-control {
	border: 1px solid #e0e6f0;
	padding: 6px 15px;
	font-size: 16px;
	border-radius: 6px;
	transition: all 0.3s ease;
	background-color: #ffffff;
}

.contact-form .form-control::placeholder {
	color: #a0aab8;
}

.contact-form .form-control:focus {
	border-color: #556DE8;
	background-color: #ffffff;
	box-shadow: 0 0 0 3px rgba(91, 110, 255, 0.1);
}

.contact-form textarea.form-control {
	resize: vertical;
	min-height: 150px;
	font-family: inherit;
}

.bottom-contact-section {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
	margin-left: 0;
	width: 100%;
	flex-wrap: wrap;
}

.bottom-contact-section img {
	max-width: 140px;
	height: auto;
	/* border: 1px solid #e0e0e0; */
	padding: 5px;
	border-radius: 4px;
	flex-shrink: 0;
}

.bottom-contact-section .form-group {
	flex: 1;
	min-width: 150px;
	margin: 0;
}

.bottom-contact-section .btn-submit {
	margin-top: 0;
}

.btn-submit {
	background-color: #556DE8;
	color: #ffffff;
	border: none;
	padding: 12px 20px;
	font-size: 15px;
	max-width: 150px;
	font-weight: 400;
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.btn-submit:hover {
	color: #ffffff;
	background-color: rgb(49, 72, 243);
	/* box-shadow: 0 4px 15px rgba(91, 110, 255, 0.3); */
}

.btn-submit:active {
	transform: translateY(1px);
}

@media (max-width: 991px) {
	.contact-form-wrapper {
		margin-top: 30px;
	}

	.heading-contact-new {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.section-contact-new {
		padding: 40px 0;
	}

	.contact-header {
		margin-bottom: 35px;
	}

	.heading-contact-new {
		font-size: 24px;
	}

	.contact-form-wrapper {
		padding: 25px;
	}

	.btn-submit {
		width: 100%;
		margin-top: 10px;
	}
}

/*------------------------------------------*/
/*			NOREG
/*------------------------------------------*/

.section-noreg {
	padding: 30px 0;
	background-color: #F6F5FA;
}

.noreg-header {
	margin-bottom: 50px;
}

.heading-noreg {
	font-size: 40px;
	font-weight: 800;
	color: #373446;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.heading-noreg::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 154px;
	height: 6px;
	background-color: #556DE8;
	border-radius: 2px;
}

.subtitle-noreg {
	font-size: 15px;
	color: #373446;
	margin-top: 25px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}




.noreg-col {
	margin-bottom: 20px;
}

.noreg-gue {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
}

.noreg-gue > .noreg-card {
	flex: 0 0 calc(50% - 8px);
	max-width: calc(50% - 8px);
}

.noreg-gue > .noreg-card-center {
	flex: 0 0 calc(50% - 8px);
	max-width: calc(50% - 8px);
}

@media (max-width: 575px) {
	.noreg-gue > .noreg-card,
	.noreg-gue > .noreg-card-center {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.noreg-kota {
		font-size: 16px;
	}

	.noreg-kode-badge {
		font-size: 14px;
	}
}

.noreg-card {
	background-color: #fff;
	border-radius: 8px;
	padding: 16px 20px;
	border: 1px solid #E4E4EE;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
}

.noreg-card:hover {
	border-color: #B0B8D8;
}


.noreg-kota {
	font-size: 20px;
	font-weight: 600;
	color: #2C2B35;
	margin: 0 0 6px 0;
	line-height: 1.4;
}

.noreg-kode-badge {
	display: block;
	font-size: 16px;
	color: #373446;
	margin: 0;
}

@media (max-width: 767px) {
	.section-noreg {
		padding: 30px 0;
	}


	.heading-noreg {
		font-size: 26px;
	}

	.noreg-card {
		padding: 14px 16px;
		gap: 12px;
		height: 100%;
		box-sizing: border-box;
	}

	.noreg-kota {
		font-size: 18px;
	}

	.noreg-kode-badge {
		font-size: 14px;
	}


}

/*------------------------------------------*/
/*			Cabang Kami
/*------------------------------------------*/
.section-cabang {
	padding: 60px 0;
	background-color: #F6F5FA;
}

.cabang-header {
	margin-bottom: 50px;
}

.heading-cabang {
	font-size: 40px;
	font-weight: 800;
	color: #373446;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.heading-cabang::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 154px;
	height: 6px;
	background-color: #556DE8;
	border-radius: 2px;
}

.subtitle-cabang {
	font-size: 15px;
	color: #373446;
	margin-top: 25px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.cabang-grid {
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
}

.cabang-grid > .cabang-col {
	padding-left: 10px;
	padding-right: 10px;
}

.cabang-col {
	margin-bottom: 20px;
}

.cabang-card {
	background-color: #F9F9F9;
	border-radius: 10px;
	padding: 30px;
	height: 100%;
	transition: all 0.3s ease;
}

.cabang-card:hover {
	box-shadow: 0 8px 25px rgba(29, 15, 115, 0.05);
	transform: translateY(-4px);
}

.cabang-kota {
	font-size: 20px;
	font-weight: 700;
	color: #373446;
	margin-bottom: 12px;
	margin-top: 0;
}

.cabang-alamat {
	font-size: 16px;
	color: #6A667C;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 767px) {
	.section-cabang {
		padding: 40px 0;
	}

	.heading-cabang {
		font-size: 26px;
	}

	.cabang-card {
		padding: 20px;
	}
}

/*------------------------------------------*/
/*			Sertifikasi
/*------------------------------------------*/
.section-sertifikat {
	padding: 30px 0;
	background-color: #F6F5FA;
}

.sertifikat-header {
	margin-bottom: 50px;
	text-align: center;
}

.heading-sertifikat {
	font-size: 40px;
	font-weight: 800;
	color: #373446;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.heading-sertifikat::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 154px;
	height: 6px;
	background-color: #556DE8;
	border-radius: 2px;
}

.subtitle-sertifikat {
	font-size: 15px;
	color: #373446;
	margin-top: 25px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.sertifikat-gue {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.sertifikat-card {
	background: transparent;
	border-radius: 12px;
	padding: 32px;
}



.sertifikat-card-title {
	font-size: 20px;
	font-weight: 700;
	color: #373446;
	margin: 0 0 28px 0;
	padding-bottom: 14px;
	border-bottom: 3px solid #556DE8;
	letter-spacing: -0.3px;
}

.sertifikat-card-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.sertifikat-card-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1.5px solid #E4E4EE;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}

.sertifikat-card-item:hover {
	border-color: #556DE8;
	box-shadow: 0 12px 28px rgba(85, 109, 232, 0.1);
	transform: translateY(-4px);
}

.sert-img-wrap {
	width: 100%;
	height: 380px;
	/* background: #F9F9F9; */
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.noreg-card-item-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.sertifikat-card-item-label {
	padding: 12px 14px;
	font-size: 18px;
	font-weight: 600;
	color: #373446;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 1;
	border-top: 1px solid #F0F0F5;
}

@media (max-width: 1024px) {
	.sertifikat-card-items {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.section-sertifikat {
		padding: 30px 0;
	}

	.heading-sertifikat {
		font-size: 26px;
	}

	.sertifikat-card {
		padding: 24px;
	}

	.sertifikat-card-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.sertifikat-card-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}

	.sert-img-wrap {
		height: 370px;
	}
}

@media (max-width: 479px) {
	.sertifikat-card {
		padding: 16px;
	}

	.sertifikat-card-items {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sert-img-wrap {
		height: 350px;
	}
}

/*------------------------------------------*/
/*			Laporan
/*------------------------------------------*/
.section-laporan {
	padding: 30px 0;
	background-color: #F6F5FA;
}

.laporan-header {
	margin-bottom: 50px;
	text-align: center;
}

.heading-laporan {
	font-size: 40px;
	font-weight: 800;
	color: #373446;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.heading-laporan::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 154px;
	height: 6px;
	background-color: #556DE8;
	border-radius: 2px;
}

.subtitle-laporan {
	font-size: 15px;
	color: #373446;
	margin-top: 25px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.laporan-gue {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.laporan-card {
	background: transparent;
	border-radius: 12px;
	padding: 32px;
	/* border: 1px solid #E4E4EE; */
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
	/* transition: box-shadow 0.3s ease; */
}



.laporan-card-title {
	font-size: 20px;
	font-weight: 700;
	color: #373446;
	margin: 0 0 28px 0;
	padding-bottom: 14px;
	border-bottom: 3px solid #556DE8;
	letter-spacing: -0.3px;
}

.laporan-card-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.laporan-card-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1.5px solid #E4E4EE;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}

.laporan-card-item:hover {
	border-color: #556DE8;
	box-shadow: 0 12px 28px rgba(85, 109, 232, 0.1);
	transform: translateY(-4px);
}

.laporan-img-wrap {
	width: 100%;
	height: 380px;
	/* background: #F9F9F9; */
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.laporan-item-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.laporan-card-item-label {
	padding: 12px 14px;
	font-size: 18px;
	font-weight: 600;
	color: #373446;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 1;
	border-top: 1px solid #F0F0F5;
}

@media (max-width: 1024px) {
	.laporan-card-items {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.section-laporan {
		padding: 30px 0;
	}

	.heading-laporan {
		font-size: 26px;
	}

	.laporan-card {
		padding: 24px;
	}

	.laporan-card-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.laporan-card-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}

	.laporan-img-wrap {
		height: 370px;
	}
}

@media (max-width: 479px) {
	.laporan-card {
		padding: 16px;
	}

	.laporan-card-items {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.laporan-img-wrap {
		height: 350px;
	}
}

/*------------------------------------------*/
/*			Fasilitas & Kualitas
/*------------------------------------------*/
.section-fasilitas {
	padding: 3.75rem 0;
	background-color: #0041CD;
}

.fasilitas-header {
	margin-bottom: 50px;
}

.heading-fasilitas {
	font-size: 40px;
	font-weight: 800;
	color: #F9F9F9;
	margin-bottom: 18px;
	position: relative;
	display: inline-block;
}

.heading-fasilitas::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 154px;
	height: 6px;
	background-color: #7b9fff;
	border-radius: 2px;
}

.subtitle-fasilitas {
	font-size: 16px;
	color: #F9F9F9;
	margin-top: 28px;
	max-width: 900px;
	opacity: 0.95;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
}

.fasilitas-grid {
	margin-top: 10px;
}

.fasilitas-col {
	margin-bottom: 24px;
}

.fasilitas-grid-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.fasilitas-card {
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 380px;
	min-height: 370px;
	/* max-width: 280px; */
}

.fasilitas-card:hover {
	transform: translateY(-8px);
	cursor: pointer;
	/* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
}

.fasilitas-img-wrap {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #f5f5f5;
}

.fasilitas-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

/* .fasilitas-card:hover .fasilitas-img {
	transform: scale(1.05);
} */

.fasilitas-body {
	padding: 20px 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.fasilitas-judul {
	font-size: 20px;
	font-weight: 600;
	color: #373446;
	margin-bottom: 12px;
	margin-top: 0;
	line-height: 1.3;
}

.fasilitas-deskripsi {
	font-size: 16px;
	color: #6A667C;
	line-height: 1.5;
	margin: 0;
	flex: 1;
	max-height:200px;
}

@media (max-width: 991px) {
	.heading-fasilitas {
		font-size: 32px;
	}

	.fasilitas-img-wrap {
		height: 250px;
	}

	.fasilitas-card {
		width: 240px;
		max-width: 240px;
	}
}

@media (max-width: 767px) {
	.section-fasilitas {
		padding: 40px 15px;
	}

	.fasilitas-header {
		margin-bottom: 35px;
	}

	.heading-fasilitas {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.heading-fasilitas::after {
		bottom: -15px;
		width: 100px;
		height: 4px;
	}

	.subtitle-fasilitas {
		font-size: 14px;
		margin-top: 20px;
		padding: 0 15px;
	}

	.fasilitas-grid-container {
		gap: 24px;
		padding: 0 10px;
	}

	.fasilitas-card {
		width: calc(50% - 8px);
		max-width: calc(50% - 8px);
		height: auto;
		min-height: 300px;
	}

	.fasilitas-img-wrap {
		height: 250px;
	}

	.fasilitas-body {
		padding: 15px 12px;
	}

	.fasilitas-judul {
		font-size: 15px;
		margin-bottom: 8px;
	}

	.fasilitas-deskripsi {
		font-size: 13px;
		line-height: 1.4;
	}

	/* Proses Kualitas - Mobile */
	.proses-kualitas-wrapper {
		padding: 25px 15px;
		margin-top: 35px;
		border-radius: 12px;
	}

	.proses-header {
		margin-bottom: 25px;
	}

	.proses-title {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.proses-subtitle {
		font-size: 13px;
		padding: 0 10px;
	}

	.proses-steps {
		gap: 20px;
	}

	.proses-step {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 8px;
		margin-bottom: 0;
	}

	.proses-number {
		width: 50px;
		height: 50px;
		font-size: 22px;
		margin: 0 auto 10px;
	}

	.proses-name {
		font-size: 13px;
		margin-bottom: 6px;
		line-height: 1.3;
	}

	.proses-desc {
		font-size: 11px;
		line-height: 1.4;
	}
}

@media (max-width: 480px) {
	.section-fasilitas {
		padding: 30px 10px;
	}

	.fasilitas-header {
		margin-bottom: 25px;
	}

	.heading-fasilitas {
		font-size: 20px;
	}

	.subtitle-fasilitas {
		font-size: 13px;
	}

	.fasilitas-grid-container {
		gap: 24px;
		padding: 0 5px;
	}

	.fasilitas-card {
		width: 100%;
		max-width: 100%;
		min-height: 300px;
	}

	.fasilitas-img-wrap {
		height: 250px;
	}

	.fasilitas-body {
		padding: 15px;
	}

	.fasilitas-judul {
		font-size: 16px;
	}

	.fasilitas-deskripsi {
		font-size: 13px;
	}

	.proses-kualitas-wrapper {
		padding: 20px 12px;
		margin-top: 25px;
	}

	.proses-title {
		font-size: 16px;
	}

	.proses-subtitle {
		font-size: 12px;
	}
	
	.proses-steps {
		gap: 20px;

	}

	.proses-step {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 5px;
	}

	.proses-number {
		width: 55px;
		height: 55px;
		font-size: 24px;
	}

	.proses-name {
		font-size: 14px;
	}

	.proses-desc {
		font-size: 12px;
	}
}

/*------------------------------------------*/
/*			Proses Kualitas Kami
/*------------------------------------------*/
.proses-kualitas-wrapper {
	background-color: #f0f2ff;
	border-radius: 16px;
	padding: 20px 0px;
	margin-top: 50px;
}

.proses-header {
	margin-bottom: 35px;
}

.proses-title {
	font-size: 20px;
	font-weight: 700;
	color: #373446;
	margin-bottom: 8px;
	margin-top: 0;
}

.proses-subtitle {
	font-size: 16px;
	color: #6A667C;
	margin: 0;
}

.proses-steps {
	gap: 0px;
}

.proses-step {
	text-align: center;
	padding: 16px 20px;
	position: relative;
}

.proses-number {
	width: 60px;
	height: 60px;
	background-color: #556DE8;
	border-radius: 50%;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}

.proses-name {
	font-size: 15px;
	font-weight: 700;
	color: #373446;
	margin-bottom: 8px;
	margin-top: 0;
}

.proses-desc {
	font-size: 13px;
	color: #6A667C;
	margin: 0;
	line-height: 1.5;
}

/*------------------------------------------*/
/*			Destinasi Ekspor
/*------------------------------------------*/
.section-destinasi {
	position: relative;
	padding: 0; 
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
	overflow: hidden;
	padding: 50px 20px;
	/* aspect-ratio: 1919 / 735; */
}

.section-destinasi>.container,
.section-destinasi>.destinasi-map-bg~.container {
	width: 100%;
	object-fit: contain;
}

.destinasi-map-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	/* pointer-events: none; */
}

.destinasi-container {
	position: relative;
	z-index: 1;
}

.destinasi-header {
	margin-bottom: 45px;
}

.heading-destinasi {
	font-size: 40px;
	font-weight: 800;
	color: #373446;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.heading-destinasi::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 156px;
	height: 6px;
	background-color: #556DE8;
	border-radius: 2px;
}

.subtitle-destinasi {
	font-size: 15px;
	color: #373446;
	margin-top: 22px;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
}


/* Tio */
.container-stats {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
	z-index: 99;
	max-width: 850px;
	margin: 0 auto 30px;
	position: relative;
}

.stats-card {
	background-color: #FFF;
	border: 1.5px solid #D1D5FF;
	padding: 15px 15px;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(10, 5, 153, 0.1);
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	text-align: start;
	transition: all 0.3s ease;
	position: relative;
}

.stats-card:hover {
	transform: translateY(-3px);
	border-color: #556DE8;
	box-shadow: 0 8px 25px rgba(85, 109, 232, 0.15);
}

.stats-card:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-image: linear-gradient(to right, #D1D5FF 50%, transparent 50%);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	z-index: 1;
}

.stats-icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.stats-title {
	font-size: 38px;
	font-weight: 800;
	color: #0041CD;
	margin-bottom: 0px !important;
}

.stats-text {
	font-size: 16px;
	color: #6A667C;
	margin: 0;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.container-stats {
		flex-direction: column;
		gap: 15px;
	}
	
	.stats-card:not(:last-child)::after {
		display: none;
	}
	
	.stats-title {
		font-size: 28px;
	}
	
	.stats-text {
		font-size: 13px;
		min-height: auto;
	}
}
/* End */

.destinasi-stats {
	margin-bottom: 30px;
	row-gap: 0;
	column-gap: 0;
	position: relative;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.destinasi-stat-col {
	margin-bottom: 0;
	padding: 0 10px;
	position: relative;
	flex: 1;
	max-width: 33.333%;
}

.destinasi-stat-col:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-image: linear-gradient(to right, #D1D5FF 50%, transparent 50%);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	z-index: 1;
}

.destinasi-stat-card {
	background: #ffffff;
	border: 1.5px solid #D1D5FF;
	border-radius: 8px;
	padding: 24px 20px;
	text-align: center;
	transition: all 0.3s ease;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.destinasi-stat-card:hover {
	box-shadow: 0 8px 25px rgba(91, 110, 255, 0.15);
	transform: translateY(-3px);
	border-color: #556DE8;
}

.destinasi-stat-icon {
	font-size: 32px;
	color: #0041CD;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
}

.destinasi-stat-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.destinasi-stat-number {
	font-size: 36px;
	font-weight: 800;
	color: #0041CD;
	line-height: 1.1;
	margin-bottom: 8px;
}

.destinasi-stat-label {
	font-size: 14px;
	color: #6A667C;
	line-height: 1.4;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.destinasi-bars {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.destinasi-bar-item {
	background: rgba(246, 245, 250, 1);
	border: 0.6px solid #556DE8;
	border-radius: 5px;
	padding: 8px 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 200px;
	box-shadow: 0 5px 10px rgba(10, 5, 153, 0.115);
	/* box-shadow: rgba(10, 5, 153, 0.15); */
}

.destinasi-bar-label {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 200px;
	flex-shrink: 0;
}

.destinasi-flag {
	color: #373446;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin-right: 16px;
}

.destinasi-flag-icon {
	color: #556DE8;
	font-size: 16px;
	width: 24px;
	text-align: center;
}

.destinasi-country {
	font-size: 16px;
	font-weight: 600;
	color: #373446;
}

.destinasi-bar-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	flex: 1;
	position: relative;
}

	.destinasi-bar-track {
		flex: 1;
		max-width: calc(100% - 50px);
		height: 6px;
		background: #e0e4ff;
		border-radius: 99px;
		overflow: visible;
		position: relative;
	}

.destinasi-bar-fill {
	height: 100%;
	background: #556DE8;
	border-radius: 99px;
	transition: width 1s ease;
	overflow: hidden;
}

.destinasi-bar-pct {
	font-size: 13px;
	font-weight: 700;
	color: #556DE8;
	min-width: 36px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(calc(100% + 10px), -50%);
}

@media (max-width: 767px) {
	.section-destinasi {
		aspect-ratio: auto;
		padding: 45px 0;
	}

	.destinasi-map-bg{
		background-size: cover;
		background-position: center;
	}

	.heading-destinasi {
		font-size: 28px;
	}

	.destinasi-stat-col {
		margin-bottom: 15px;
	}

	.destinasi-stat-col:not(:last-child)::after {
		display: none;
	}

	.destinasi-stat-number {
		font-size: 28px;
	}

	.destinasi-stat-label {
		font-size: 13px;
	}

	.destinasi-bar-label {
		min-width: 110px;
	}

	.destinasi-bar-item {
		flex-direction: row;
		gap: 8px;
	}

	.destinasi-bar-wrapper {
		flex: 1;
		flex-direction: row;
		padding: 0;
	}
}

/*------------------------------------------*/
/*			Produk Kami (New)
/*------------------------------------------*/
.section-produk-new {
	padding: 3.75rem 0 60px;
	background-color: #0041CD;
	overflow: hidden;
}

.produk-header {
	margin-bottom: 45px;
}

.heading-produk {
	font-size: 40px;
	font-weight: 700;
	color: #F9F9F9;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.heading-produk::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 156px;
	height: 6px;
	background-color: #556DE8;
	border-radius: 2px;
}

.subtitle-produk {
	font-size: 16px;
	color: #F9F9F9;
	opacity: 0.9;
	margin-top: 25px;
	font-weight: lighter;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
}

.produk-grid {
	margin-bottom: 40px;
}

.produk-col {
	margin-bottom: 24px;
}

.produk-card {
	background: #F6F5FA;
	border-radius: 14px;
	overflow: hidden;
	height: 800px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.produk-card:hover {
	transform: translateY(-10px);
	transition: all 0.3s ease;
	cursor: pointer;
	/* box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2); */
}

.produk-card-header {
	background-color: #0A9396;
	padding: 18px 24px 14px;
	min-height: 92px;
}

.produk-nama {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 4px;
	line-height: 1.4;
}

.produk-latin {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
	margin: 0;
	min-height: 18px;
	line-height: 1.4;
}

.produk-img-wrap {
	width: 100%;
	overflow: hidden;
	background: #F6F5FA;
}

.produk-img {
	width: 100%;
	max-height: 320px;
	padding: 0px 30px;
	margin: 30px 0px;
	border-radius: 24px;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

/* .produk-card:hover .produk-img {
	transform: scale(1.05);
} */

.produk-body {
	padding: 22px 30px;
	background: #F6F5FA;
}

.produk-deskripsi p{
	font-size: 16px;
	color: #373446;
	line-height: 1.65;
	margin-bottom: 18px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	min-width: 0;
}

.produk-spek-title {
	font-size: 16px;
	color: #2c9e7a;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.produk-spek-title i {
	color: #2c9e7a;
	margin-right: 5px;
}

.produk-spek-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.produk-spek-list li {
	font-size: 13px;
	color: #555;
	display: flex;
	align-items: center;
	gap: 8px;
}

.produk-spek-list li i {
	color: #f0a500;
	font-size: 13px;
	flex-shrink: 0;
}

.produk-cta {
	margin-top: 10px;
}

.btn-produk-spek {
	background-color: #556DE8;
	color: #ffffff;
	padding: 12px 40px;
	border-radius: 50px;
	font-size: 15px;
	letter-spacing: normal;
	font-weight: 300;
	transition: all 0.3s ease;
	margin-top: 16px;
}

.btn-produk-spek:hover {
	transition: all 0.3 ease;
	background-color: #2c4ef6;
	color: #ffffff;
}

/* .btn-produk-spek:hover {
	background-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.7);
} */

@media (max-width: 991px) {
	.section-produk-new {
		padding: 45px 20px;
	}

	.produk-slider-wrap {
		gap: 15px;
	}

	.produk-slide-item {
		padding: 10px;
	}

	.produk-card {
		height: auto;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	}

	.produk-img-wrap {
		height: 280px;
	}

	.produk-body {
		padding: 20px;
	}

	.heading-produk {
		font-size: 32px;
	}

	.produk-nama {
		font-size: 18px;
	}

	.produk-deskripsi p {
		font-size: 14px;
	}

	.btn-produk-spek {
		padding: 12px 24px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.section-produk-new {
		padding: 30px 16px;
		background: #F9F9F9;
		margin-top: -70px;
	}

	.produk-header {
		margin-bottom: 24px;
	}

	.heading-produk {
		font-size: 22px;
		font-weight: 800;
		margin-bottom: 20px;
		letter-spacing: -0.5px;
		color: #373446 !important;
		position: relative;
		display: inline-block;
	}

	.heading-produk::after {
		content: '';
		position: absolute;
		bottom: -12px;
		left: 50%;
		transform: translateX(-50%);
		width: 60px;
		height: 4px;
		background-color: #556DE8;
		border-radius: 2px;
	}

	.subtitle-produk {
		font-size: 13px;
		margin-top: 8px;
		font-weight: 400;
		opacity: 0.85;
		color: #6A667C !important;
		margin-bottom: 16px;
	}

	.produk-slider-wrap {
		gap: 0;
		margin: 0;
		align-items: stretch;
		flex-direction: column;
	}

	.produk-nav {
		display: none !important;
	}

	.produk-slider-viewport {
		width: 100%;
		overflow: hidden;
		flex: 1;
		margin-bottom: 12px;
	}

	.produk-slider-track {
		display: flex;
		transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.produk-slide-item {
		flex-shrink: 0;
		width: 100%;
		padding: 0;
	}

	.produk-card {
		display: flex;
		flex-direction: column;
		background: #F6F5FA;
		border-radius: 16px;
		overflow: hidden;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
		transition: box-shadow 0.3s ease;
	}

	.produk-card:active {
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	}

	.produk-img-wrap {
		width: 100%;
		height: 280px;
		overflow: hidden;
		background: #F6F5FA;
		flex-shrink: 0;
	}

	.produk-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		padding: 0px 16px;
		margin: 16px 0px;
	}

	.produk-card-header {
		background: #0A9396;
		padding: 18px 18px 12px;
		min-height: auto;
	}

	.produk-nama {
		font-size: 20px;
		font-weight: 800;
		color: #ffffff;
		margin: 0 0 4px;
		line-height: 1.2;
		letter-spacing: -0.3px;
	}

	.produk-latin {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.8);
		font-style: italic;
		margin: 0;
		min-height: auto;
		line-height: 1.3;
		font-weight: 400;
	}

	.produk-body {
		padding: 16px;
		background: #F6F5FA;
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 10px;
		overflow-y: auto;
	}

	.produk-deskripsi p{
		font-size: 12px;
		color: #373446;
		line-height: 1.5;
		margin: 0;
		font-weight: 400;
	}

	.produk-spek-title {
		font-size: 13px;
		color: #0A9396;
		margin: -32px 0 8px 0;
		display: flex;
		align-items: center;
		gap: 6px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}

	.produk-spek-title svg {
		width: 16px;
		height: 16px;
		flex-shrink: 0;
	}

	.produk-spek-list {
		gap: 6px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.produk-spek-list li {
		font-size: 12px;
		color: #666;
		gap: 6px;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: flex-start;
		line-height: 1.4;
	}

	.produk-spek-list svg {
		width: 13px !important;
		height: 13px !important;
		flex-shrink: 0;
		margin-top: 1px;
	}

	.produk-cta {
		margin-top: 8px;
		padding: 0;
		background: none;
		border-top: none;
		flex-shrink: 0;
	}

	.btn-produk-spek {
		background: #556DE8;
		color: #ffffff;
		padding: 14px 24px;
		border-radius: 1000px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.3px;
		transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		margin-top: 0;
		border: none;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 48px;
		cursor: pointer;
		/* box-shadow: 0 4px 12px rgba(85, 109, 232, 0.25); */
	}

	.btn-produk-spek:active {
		transform: scale(0.98);
		box-shadow: 0 2px 6px rgba(85, 109, 232, 0.15);
	}

	.produk-dots {
		display: flex !important;
		justify-content: center;
		gap: 8px;
		padding: 0 16px 8px;
	}

	.produk-dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: rgba(85, 109, 232, 0.25);
		border: 1.5px solid rgba(85, 109, 232, 0.4);
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.produk-dot.active {
		background: #556DE8;
		border-color: #556DE8;
		transform: scale(1.25);
		box-shadow: 0 0 8px rgba(85, 109, 232, 0.4);
	}
}

/* Small phone: max 480px */
@media (max-width: 480px) {
	.section-produk-new {
		padding: 24px 10px;
		margin-top: -50px;
	}

	.heading-produk {
		font-size: 20px;
	}

	.produk-img-wrap {
		height: 200px;
	}

	.produk-img {
		padding: 0 10px;
		margin: 10px 0;
		max-height: 200px;
	}

	.produk-card-header {
		padding: 14px 14px 10px;
		min-height: auto;
	}

	.produk-nama {
		font-size: 17px;
	}

	.produk-latin {
		font-size: 11px;
	}

	.produk-body {
		padding: 12px;
		gap: 8px;
	}

	.produk-deskripsi p {
		font-size: 12px;
	}

	.produk-spek-title {
		font-size: 12px;
	}

	.produk-spek-list li {
		font-size: 11px;
	}

	.btn-produk-spek {
		font-size: 13px;
		height: 44px;
		padding: 12px 16px;
	}
}

/*------------------------------------------*/
/*			Produk Slider (Custom)
/*------------------------------------------*/
.produk-slider-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.produk-slider-viewport {
	overflow: hidden;
	flex: 1;
	min-width: 0;
}

.produk-slider-track {
	display: flex;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

.produk-slide-item {
	flex-shrink: 0;
	padding: 10px 12px 20px;
	box-sizing: border-box;
}

.produk-nav {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
	z-index: 2;
}

.produk-nav:hover {
	background: rgba(255, 255, 255, 0.35);
}

.produk-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.produk-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: background 0.3s ease;
	display: inline-block;
}

.produk-dot.active {
	background: #ffffff;
}

/* ===== Tentang Kami (New) ===== */
.section-tentangkami-new {
	
	background: #F9F9F9;
}

.heading-tentangkami {
	font-size: 40px;
	font-weight: 800;
	color: #373446;
	line-height: 100%;
	text-align: center;
	margin-bottom: 8px;
	padding-top: 32px;
}

.heading-tentangkami::after {
	content: '';
	display: block;
	bottom: -20px;
	width: 154px;
	height: 6px;
	background: #556DE8;
	border-radius: 2px;
	margin: 1rem auto 0;
}

.teo {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 40px;
}

.tentangkami-img-wrap {
	border-radius: 12px;
	width: 546px;
	height: 100%;
	margin-left: auto;
}

.tentangkami-img {
	width: 400px;
	height: 500px;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: 5px 10px 35px 0px rgba(10, 5, 153, 0.15);
}

.tentangkami-subtitle {
	font-size: 24px;
	font-weight: 600;
	color: #556DE8;
	margin-bottom: 14px;
}

.tentangkami-desc {
	font-size: 1rem;
	text-align: justify;
	color: #6A667C;
	line-height: 1.7;
	margin-bottom: 8px;
}

.tentangkami-mv-col {
	background-color: #F6F5FA;
	/* background-color: #00c472; */
	padding: 16px;
	border-radius: 8px;
	align-self: flex-start;
}

.tentangkami-mv-title {
	font-size: 24px;
	font-weight: 600;
	color: #556DE8;
	margin-bottom: 10px;
}

.tentangkami-misi-list ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0;
}

.tentangkami-misi-list li {
	font-size: 0.9rem;
	color: #6A667C;
	margin-bottom: 8px;
	line-height: 1.6;
	display: list-item;
}

.tentangkami-visi-text {
	font-size: 0.9rem;
	color: #6A667C;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 768px) {

	.teo {
		flex-direction: column;
		justify-content: start;

		gap: 24px;
	}
	.section-tentangkami-new {
		padding: 50px 0;
		/* background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); */
		position: relative;
		overflow: hidden;
	}

	.section-tentangkami-new::before {
		content: '';
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
		background-size: 30px 30px;
		opacity: 0.3;
		animation: patternMove 30s linear infinite;
	}

	.section-tentangkami-new::after {
		content: '';
		position: absolute;
		top: 20px;
		right: -100px;
		width: 300px;
		height: 300px;
		background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent);
		border-radius: 50%;
		pointer-events: none;
	}

	@keyframes patternMove {
		0% { transform: translate(0, 0); }
		100% { transform: translate(30px, 30px); }
	}

	.heading-tentangkami {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: -3px;
		font-weight: 900;
		color: #373446;
		position: relative;
		/* margin-top: -32px; */
		z-index: 2;
	}

	.heading-tentangkami::after {
		width: 140px;
		height: 6px;
		margin: 20px auto 0;
		background: #556DE8;
		box-shadow: 0 4px 10px rgba(255, 255, 255, 0.4);
		border-radius: 3px;
	}

	.tentangkami-img-wrap {
		width: 100% !important;
		height: auto !important;
		max-width: 100%;
		margin: 0 auto 35px;
		padding: 0 15px;
		position: relative;
		z-index: 2;
	}

	.tentangkami-img-wrap::before {
		content: '';
		position: absolute;
		top: -10px;
		left: 25px;
		right: 25px;
		bottom: -10px;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
		border-radius: 20px;
		z-index: -1;
		filter: blur(15px);
	}

	.tentangkami-img {
		width: 100% !important;
		height: auto !important;
		max-height: 400px;
		object-fit: cover;
		box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
		border-radius: 20px;
		transition: transform 0.4s ease, box-shadow 0.4s ease;
	}

	.tentangkami-img:hover {
		transform: scale(1.02);
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	}

	.tentangkami-content-right {
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-top: 0 !important;
		position: relative;
		z-index: 2;
	}

	.tentangkami-subtitle {
		font-size: 24px;
		text-align: center;
		margin: 20px 0px;
		font-weight: 800;
		color: #556DE8;
		position: relative;
		padding-bottom: 15px;
	}


	.tentangkami-desc {
		text-align: justify;
		font-size: 14px;
		padding: 25px;
		line-height: 1.75;
		margin: 0 15px 28px 15px;
		background:transparent;
		backdrop-filter: blur(10px);
		border-radius: 16px;
		position: relative;
		overflow: hidden;
	}

	/* Wrapper row untuk Misi/Visi cards */
	.tentangkami-content-right > .row {
		margin: 0 !important;
		padding: 0 15px;
		row-gap: 18px !important;
		column-gap: 0 !important;
	}

	.tentangkami-mv-col {
		margin: 0 !important;
		padding: 25px;
		border-radius: 16px;
		background: #F6F5FA;
		backdrop-filter: blur(10px);
		transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		position: relative;
		overflow: hidden;
	}

	.tentangkami-mv-col::before {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		/* background: linear-gradient(135deg, #667eea, #764ba2); */
		z-index: -1;
		opacity: 0;
		transition: opacity 0.4s ease;
		border-radius: 16px;
	}



	.tentangkami-mv-col:hover::before {
		opacity: 1;
	}

	.tentangkami-mv-col:last-child {
		margin-bottom: 0;
	}

	.tentangkami-mv-title {
		font-size: 20px;
		margin-bottom: 14px;
		font-weight: 800;
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		display: flex;
		align-items: center;
		gap: 12px;
	}



	.tentangkami-mv-title::after {
		content: '✓';
		position: absolute;
		left: 12px;
		color: #ffffff;
		font-size: 20px;
		font-weight: 900;
	}

	.tentangkami-misi-text,
	.tentangkami-visi-text {
		font-size: 14px;
		line-height: 1.7;
		color: #6A667C;
		padding-left: 52px;
	}
}

@media (max-width: 480px) {
	.section-tentangkami-new {
		padding: 40px 0;
	}

	.heading-tentangkami {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.heading-tentangkami::after {
		width: 100px;
		height: 5px;
		margin: 16px auto 0;
	}

	.tentangkami-img-wrap {
		margin-bottom: 28px;
		padding: 0 10px;
	}

	.tentangkami-img-wrap::before {
		left: 20px;
		right: 20px;
	}

	.tentangkami-img {
		max-height: 320px;
		border-radius: 18px;
		/* border: 3px solid rgba(255, 255, 255, 0.1); */
	}

	.tentangkami-content-right {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.tentangkami-subtitle {
		font-size: 20px;
		margin-bottom: 16px;
		padding-bottom: 12px;
	}

	

	.tentangkami-desc {
		font-size: 13px;
		margin: 0 10px 22px 10px;
		padding: 0px;
	}

	/* Wrapper row untuk Misi/Visi cards - mobile */
	.tentangkami-content-right > .row {
		padding: 0 10px;
		row-gap: 15px !important;
	}

	.tentangkami-mv-col {
		margin: 0 !important;
		padding: 20px;
	}

	.tentangkami-mv-title {
		font-size: 18px;
		margin-bottom: 12px;
		gap: 10px;
	}

	.tentangkami-mv-title::before {
		width: 36px;
		height: 36px;
	}

	.tentangkami-mv-title::after {
		left: 11px;
		font-size: 18px;
	}

	.tentangkami-misi-text,
	.tentangkami-visi-text {
		font-size: 13px;
		padding-left: 0px;
	}
}

/*------------------------------------------*/
/*			Slider
/*------------------------------------------*/
.slider-image.portrait {
	display: none;
}

.slider-image.landscape {
	display: block;
}

/*------------------------------------------*/
/*			Mobile Optimizations (< 576px)
/*------------------------------------------*/

@media (max-width: 575px) {
	/* Cabang Section */
	.cabang-col {
		margin-bottom: 15px;
	}

	.cabang-grid {
		max-width: 100%;
	}

	.heading-cabang {
		font-size: 22px;
	}

	.heading-cabang::after,
	.heading-contact-new::after,
	.heading-produk::after,
	.heading-destinasi::after {
		width: 100px;
	}

	/* Contact Form */
	.contact-wrapper-new {
		margin-top: 30px;
	}

	.contact-info-card {
		padding: 12px;
		gap: 10px;
	}

	/* Alamat card - larger on mobile */
	.contact-info-card:first-child {
		padding: 15px;
	}

	.contact-info-card:first-child .contact-info-icon {
		width: 48px;
		height: 48px;
	}

	.contact-info-card:first-child .contact-info-content h5 {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.contact-info-card:first-child .contact-info-content p {
		font-size: 14px;
		font-weight: 500;
	}

	/* Phone & Email cards - same text size as Alamat on mobile */
	.contact-info-card:nth-child(2),
	.contact-info-card:nth-child(3) {
		padding: 10px;
	}

	.contact-info-card:nth-child(2) .contact-info-icon,
	.contact-info-card:nth-child(3) .contact-info-icon {
		width: 48px;
		height: 48px;
	}

	.contact-info-card:nth-child(2) .contact-info-content h5,
	.contact-info-card:nth-child(3) .contact-info-content h5 {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.contact-info-card:nth-child(2) .contact-info-content p,
	.contact-info-card:nth-child(3) .contact-info-content p {
		font-size: 14px;
	}

	.contact-info-icon {
		width: 40px;
		height: 40px;
	}

	.contact-info-icon-detail {
		width: 24px;
		height: 24px;
	}

	.contact-info-content h5 {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.contact-info-content p {
		font-size: 12px;
	}

	.contact-form-wrapper {
		padding: 18px;
		margin-top: 20px;
	}

	.title-input {
		font-size: 17px;
		padding: 8px 0;
	}

	.contact-form .form-control {
		padding: 16px 12px;
		font-size: 14px;
	}

	.contact-form textarea.form-control {
		min-height: 120px;
	}

	.bottom-contact-section {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-left: 0;
		width: 100%;
		flex-wrap: wrap;
	}

	.bottom-contact-section img {
		flex: 0 0 calc(50% - 6px);
		max-width: 100%;
		height: auto;
		max-height: 60px;
	}

	.bottom-contact-section .form-group {
		flex: 0 0 calc(50% - 6px);
		min-width: auto;
		margin: 0;
	}

	.bottom-contact-section .btn-submit {
		flex: 0 0 100%;
		margin-top: 10px;
		height: 56px;
	}

	.btn-submit {
		max-width: 100%;
		padding: 10px 15px;
		font-size: 14px;
	}

	/* Destinasi/Export Section */
	.section-destinasi {
		padding: 30px 15px;
	}

	.destinasi-header {
		margin-bottom: 30px;
	}

	.heading-destinasi {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.heading-destinasi::after {
		bottom: -15px;
		width: 100px;
	}

	.subtitle-destinasi {
		font-size: 13px;
		margin-top: 20px;
	}

	.stats-icon {
		width: 28px;
		height: 28px;
		margin-bottom: 8px;
	}

	.stats-title {
		font-size: 24px;
		margin-bottom: 0;
	}

	.stats-text {
		font-size: 12px;
		min-height: auto;
		margin-top: 4px;
	}

	.container-stats {
		gap: 12px;
		margin-bottom: 25px;
	}

	.stats-card {
		padding: 12px 12px;
		text-align: center;
		align-items: center;
	}

	.destinasi-bars {
		max-width: 100%;
		gap: 12px;
		margin-top: 20px;
	}

	.destinasi-bar-item {
		padding: 10px 12px;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.destinasi-bar-label {
		min-width: auto;
		width: 100%;
		margin-bottom: 8px;
	}

	.destinasi-flag {
		margin-right: 8px;
		font-size: 13px;
	}

	.destinasi-country {
		font-size: 13px;
	}

	.destinasi-bar-wrapper {
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		gap: 0;
	}

	.destinasi-bar-track {
		flex: 1;
		width: 100%;
		height: 12px;
		background: #e0e4ff;
		border-radius: 1000px;
		overflow: visible;
		position: relative;
	}

	.destinasi-bar-fill {
		height: 100%;
		background: #556DE8;
		border-radius: 1000px;
		position: relative;
		overflow: hidden;
	}

	.destinasi-bar-pct {
		font-size: 8px;
		text-align: center;
		min-width: auto;
		font-weight: 700;
		color: #ffffff;
		position: absolute;
		/* right: 5px; */
		top: 50%;
		/* transform: translateY(-90%); */
		background: #556DE8;
		padding: 1px 8px;
		border-radius: 1000px;
		z-index: 10;
	}

	.destinasi-bar-item {
		flex-direction: column;
		align-items: stretch;
	}

	/* Tentang Kami */
	.heading-tentangkami {
		font-size: 20px;
	}

	.tentangkami-subtitle {
		font-size: 16px;
	}

	.tentangkami-desc {
		font-size: 13px;
	}

	.tentangkami-mv-title {
		font-size: 16px;
	}

	.tentangkami-misi-list li,
	.tentangkami-visi-text {
		font-size: 13px;
	}

	.tentangkami-mv-col {
		padding: 12px;
		margin-bottom: 12px;
	}

	/* General Sections */
	.section-cabang,
	.section-fasilitas,
	.section-produk-new,
	.section-tentangkami-new,
	.section-contact-new,
	.section-destinasi {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.container {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.heading-cabang,
	.heading-fasilitas,
	.heading-produk,
	.heading-contact-new,
	.heading-destinasi,
	.heading-tentangkami {
		margin-bottom: 12px;
	}

	.subtitle-cabang,
	.subtitle-produk,
	.subtitle-fasilitas,
	.subtitle-contact,
	.subtitledestinasi,
	.subtitle-tentangkami {
		font-size: 13px;
		margin-top: 24px;
	}
}