@charset "UTF-8";
/*
Theme Name: LMD Perkasa
Theme URI: https://lombokmedia.web.id/
Description: Tema WordPress dari LombokMedia
Author: Amrin Zulkarnain
Author URI: http://amrinz.wordpress.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lombokmedia
*/
html {
	--primary: #2a2f35;
	--secondary: #fbbe3f;
	--gray: #939393;

	--footer: var(--primary);
	--footer-bottom: #1c2126;

	--link: var(--primary);
	--linkhover: var(--secondary);
	--headerbg: var(--bs-white);
	--bodybgcolor: var(--bs-white);
	--bodyfontcolor: var(--primary);

	--font: "Montserrat", sans-serif;
}

body {
	overflow-x: hidden;
	background-color: var(--bodybgcolor);
	color: var(--bodyfontcolor);

	font-family: var(--font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}
a, .btn, .navbar-toggler {
	-webkit-transition: color 0.6s ease, background 0.6s ease;
	transition: color 0.6s ease, background 0.6s ease;
}
a, a:focus {
  color: var(--link);
  text-decoration: none;
}
a:hover {
	color: var(--linkhover);
	text-decoration: none;
}
a:focus {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-style: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 16px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
cite {
  font-style: italic;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
select,
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'],
.uneditable-input {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select,
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'] input[type='radio'],
input[type='checkbox'] {
  height: 46px;
}
textarea {
  resize: none;
  height: 150px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  max-width: 100%;
}
input,
input.input-text,
select,
textarea {
  border: 1px solid #f3f3f3 !important;
  background-color: #f3f3f3 !important;
  padding: 14px !important;
  color: var(--primary) !important;
  font-size: 14px !important;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 0;
  line-height: 15px;
  font-weight: 400 !important;
}

/* match height */
.match-height {
	display: flex;
	flex-wrap: wrap;
}

.match-height .col-match-height {
	display: flex;
	flex-direction: column;
}

/* Animation */
@keyframes slide-down{
	from{transform:translate3d(0,-100%,0)}
	to{transform:translate3d(0,0,0)}
}

/* Header */
.fixed-lg-top .lmd-navbar {
	background-color: rgba(0, 0, 0, 0);
}

.lmd-navbar-top {
	background-color: #f5f5f5;
}
.lmd-navbar-top, .lmd-navbar-top a {
	color: var(--gray);
}
.lmd-navbar-top .socmed {
	margin-bottom: 0;
}

.lmd-navbar-main {
	background-color: var(--headerbg);
}
.lmd-navbar-main.fixed-top {
	animation: slide-down 0.5s;
}

.navbar {
  padding: 0.5rem 0rem;
}
.navbar-brand img {
  max-width: 180px;
  height: auto;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0 0;
	color: var(--bs-black);
}
.navbar-toggler:hover, .navbar-toggler:focus {
	border: none;
	border-radius: 0;
	padding: 0 0;
	box-shadow: none;
	color: var(--secondary);
}

.navbar .navbar-nav .nav-link {
	color: var(--bs-black);
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .current-menu-item .nav-link, .fixed-lg-top .nav-link:hover, .fixed-lg-top .nav-link:focus, .fixed-lg-top .navbar .current-menu-item .nav-link, .fixed-lg-top .navbar-toggler:hover i, .fixed-lg-top .navbar-toggler:focus i  {
	color: var(--linkhover);
}

/* Dropdown */
.dropdown-menu {
	border: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.dropdown-menu .dropdown-item {
	color: var(--bs-black);
	font-size: 14px;
	padding: 10px 20px;
}
.dropdown-menu .dropdown-item:hover {
	background-color: var(--linkhover);
	color: var(--bs-black);
}
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--bs-white);
	color: var(--linkhover);
	text-decoration: none;
}


/* Mobile Menu - offcanvas Menu */
.offcanvas {
	--bs-offcanvas-padding-x: 40px;
  --bs-offcanvas-padding-y: 40px;
  --bs-offcanvas-color: #b8b8b8;
  --bs-offcanvas-bg: var(--primary);
}
.offcanvas-body a, .offcanvas-header .navbar-toggler {
	color: var(--bs-white);
}
.offcanvas-body a:hover, .offcanvas-body a:focus, .offcanvas-header .navbar-toggler:hover, .offcanvas-header .navbar-toggler:focus {
	color: var(--linkhover);
}

/* The navigation menu links */
.lmd-moblist {
	overflow: hidden;
	overflow-y: auto;
	margin-bottom: 30px;
}

.lmd-moblist ul, .lang-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lmd-moblist li {
  position: relative;
}

/* Hide submenus by default */
.lmd-moblist .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* Show when active */
.lmd-moblist li.active > .sub-menu {
  max-height: 500px; /* Enough height for most submenus */
  padding-left: 30px;
}

/* Style for links */
.lmd-moblist a {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
}

/* Indicate dropdown */
.lmd-moblist li.menu-item-has-children > a::after {
  content: '';
  font-family: 'fontawesome';
  float: right;
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.lmd-moblist li.active > a::after {
  transform: rotate(-180deg);
}

/* Polylang Menus */
.lmd-moblist .lang-item {
	display: none;
}

.lang-menu {
	padding-left: 0;
	margin-bottom: 40px;
}
.lang-menu li {
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
}


/* Full Page Search Overlay */
.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-overlay .search-form {
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
}

.search-overlay .search-form input {
    width: 100% !important;
    border: none !important;
    border-bottom: 3px solid #000 !important;
    font-size: 20px !important;
	line-height: 35px !important;
    padding: 15px 0 !important;
    background: transparent !important;
    outline: none !important;
	height: auto !important;
}

.search-overlay .search-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 32px;
	font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
}

.search-overlay .search-toggle {
    cursor: pointer;
}

/* no search */
.lmd-no-search .lmd-search-form, .page-404 .lmd-search-form {
  position: relative;
  display: flex;
  width: 60%;
  justify-content: center;
  margin: 0 auto;
}
.lmd-no-search .lmd-search-form .lmd-search-btn, .page-404 .lmd-search-form .lmd-search-btn {
  width: initial;
}


/* BreadCrumb */
.pbread {
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
}
.breadcrumb, .woocommerce-breadcrumb {
  background-color: transparent;
  padding: 0 0 0 0;
  border-radius: 0;
  font-size: 14px;
  color: #828282;
  margin-bottom: 0;
}

.breadcrumb li a {
	color: var(--link);
}
.breadcrumb li a:hover {
	color: var(--linkhover);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
} 


/***** WordPress *****/
.excerpt {
  transition: all 0.4s;
  overflow: hidden;
}

.excerpt-thumbnail, .post-thumbnail {
  position: relative;
}

.excerpt-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	word-wrap: break-word;
}
.excerpt-title a {
	text-decoration: none;
}

.excerpt-meta {
  font-size: 0.7rem;
  color: #828282;
  font-size: 12px;
}
.excerpt-meta a, .excerpt-meta span {
  color: #828282;
}

.excerpt-readmore .btn, .btn-comment {
	background: var(--link);
	color: var(--bs-white);
	font-size: 13px;
	text-transform: uppercase;
}
.excerpt-readmore .btn:hover, .excerpt-readmore .btn:focus, .btn-comment:hover, .btn-comment:focus  {
	background: var(--linkhover);
	color: var(--primary);
}

/*PostImage*/
.post-body img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}

.wp-caption {
  margin-bottom: 10px;
  max-width: 100% !important;
}

.wp-caption .wp-caption-text {
  font-size: 10px;
  margin: 10px;
  text-align: center;
}

/* WordPress Gallery */
.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;

	width: 33.33333333333333%;
	margin-bottom: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.gallery-caption {
  font-size: smaller;
}

/* Post Sharer */
.lmd-share a {
	color: #acacac;
	font-size: 16px;
	margin-right: 5px;
	text-decoration: none;
	width: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.lmd-share a:hover {
	color: var(--linkhover);
}
.lmd-share a span {
	display: none;
}

/* Sidebar - Widgets */
.widget {
  margin: 0 0 40px;
  padding: 0;
  position: relative;
}

.widget-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.fwidget .widget-title {
	color: var(--bs-white);
}

.widget ul, .widget ol,
.fwidget ul, .fwidget ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li, .widget ol li,
.fwidget ul li, .fwidget ol li {
	font-size: 14px;
	padding: 5px 0;
}

.widget.widget_recent_comments li a {
	font-weight: 600;
}

.widget_recent_entries li span {
	display: block;
	font-size: smaller;
}

/* Search Form */
.lmd-search-form {
	position: relative;
}
.lmd-search-form .lmd-search-input {
	margin-bottom: 10px;
	width: 100%;
}
.lmd-search-form .lmd-search-input:focus {
	border: 1px solid var(--secondary);
}
.lmd-search-form .lmd-search-btn {
	width: 100%;
	padding: 16px 30px;
	line-height: 1;
	color: var(--primary);
	text-align: left;
	text-shadow: none;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background: var(--secondary);
	border: none;
	border-radius: 0;
	filter: none;
	box-shadow: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	height: 46px;
	text-transform: uppercase;
}

/* Calendar */
table#wp-calendar {
  width: 100%;
}

table caption {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

table#wp-calendar td#prev {
  text-align: left;
  padding-left: 3px;
}

table#wp-calendar td#next {
  text-align: right;
  padding-right: 3px;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 5px;
  text-align: center;
  border: 1px solid var(--bs-gray-200);
}

/***** Comments *****/
.comments-title {
	font-size: 16px;
	font-weight: 700;
}

.comment-list {
  list-style-type: none;
}

.children {
  margin-top: 1em;
  list-style-type: none;
}

.comment-list li.comment {
  margin-bottom: 30px;
}

.comment-body,
.comment-meta,
.cancel-comment-reply {
  margin-bottom: 10px;
}
.avatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-metadata {
  font-size: smaller;
}

.comment-reply-link {
  padding: 5px 10px;
  background-color: var(--bs-dark);
  color: var(--bs-white) !important;
  font-size: 0.8em;
  border-radius: 0.25rem;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-reply-link:hover {
  background-color: var(--bs-gray);
}

.cancel-comment-reply {
	text-align: right;
	font-size: .9rem;
}
.cancel-comment-reply a, .comment-user-loggedin a {
	color: var(--bs-dark);
}

#commentform input,
#commentform textarea,
.widget select,
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--bs-white);
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-200);
  -moz-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#commentform textarea {
  height: calc(8em + 0.75rem + 2px);
}
#commentform input:focus,
#commentform textarea:focus,
.widget select:focus,
.form-control:focus {
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
  outline: 0;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
}

/* Pagination */
.navigation {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navigation:after {
  content: "";
  display: table;
  clear: both;
}

.prev-posts, .next-posts {
	border: 1px solid #eeeeee;
}
.prevnext-navigation a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.page-item {
  margin: 0 0;
}

.page-link {
  font-weight: 700;
  box-shadow: none;
  color: var(--link);
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
}
.page-link:focus {
  color: var(--bs-white);
  box-shadow: none;
}

.page-item.active .page-link {
  color: var(--link);
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
}
.page-link:hover {
  color: var(--bs-dark);
  background-color: var(--bs-gray-300);
  border-color: var(--bs-gray-300);
}

/* Footer */
.lmd-footer {
	background-color: var(--footer);
}
.lmd-footer-bottom {
	background-color: var(--footer-bottom);
}
.lmd-footer a, .lmd-footer-bottom a {
	color: var(--bs-white);
}
.lmd-footer a:hover, .lmd-footer-bottom a:hover {
	color: var(--linkhover);
}

ul.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu li:first-child {
	margin-left: 0;
}

.lmd-backtop {
	--bhw: 50px;
	width: var(--bhw);
	height: var(--bhw);
	font-size: 12px;
	position: fixed;
	bottom: 1em;
	right: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--linkhover);
	color: var(--link);
	z-index: 99999;
}
.lmd-backtop:hover {
	background-color: var(--link);
	color: var(--bs-white);
}
.lmd-backtop span {
	font-weight: 600;
}

/*** Plugins ***/
/* Widget AIO Posts */
.lmd-aio-post {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lmd-aio-item {
	margin: 0 0 10px;
}
.lmd-aio-item .excerpt-title, .lmd-aio-item .excerpt-title a {
	font-size: 14px;
}


/*** Miscelaneous ***/
.clip-1, .clip-2, .clip-3, .clip-4, .clip-5 {
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.clip-1 {
  -webkit-line-clamp: 1;
}
.clip-2 {
  -webkit-line-clamp: 2;
}
.clip-3 {
  -webkit-line-clamp: 3;
}
.clip-4 {
  -webkit-line-clamp: 4;
}
.clip-5 {
  -webkit-line-clamp: 5;
}

.fs-7 {
	font-size: .9rem !important;
}
.fs-8 {
	font-size: .8rem !important;
}
.fs-9 {
	font-size: .7rem !important;
}

.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

.fc-gray {
	color: var(--gray);
}

.post-tags a {
	background: var(--link);
	color: var(--bs-white);
	padding: 3px 12px;
	display: inline-block;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	text-transform: uppercase;
}
.post-tags a:hover {
	background: var(--linkhover);
	color: var(--link);
}

.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: #f4f4f4;
  color: #2a2f35;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
  vertical-align: middle;
}

/*** Archives - Page - Single Post - Custom Post ***/
.divider-with-border {
	height: 1px;
	width: 45px;
	background: var(--secondary);
	display: table;
}

.pbg {
	background-color: #f5f5f5;
}
.pbg .container {	
	min-height: 133px;
}
.pbg-title {
  color: var(--primary);
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
}

.pbg-with-image {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
.pbg-with-image:after {
	content: ""; /* Required for pseudo-elements to render */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1; /* Puts the overlay behind the text but in front of the background-image */
}
.pbg-with-image .container {    
    position: relative; /* Ensures text stays on top of the overlay */
    min-height: 293px;
}
.pbg-with-image .pbg-title {
	color: #ffffff;
	padding: 100px 0;
}

.single-post-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	word-wrap: break-word;
}

.post-meta, .post-meta a, .lmd-footer, .lmd-footer-bottom, .fwidget .socmed a, .widget-address a {
	color: #8d8d8d;
}
.post-meta a:hover, .lmd-footer a:hover, .lmd-footer-bottom a:hover, .fwidget .socmed a:hover, .lmd-navbar-top a:hover, .addiconx {
	color: var(--linkhover);
}

.embed-responsive-item, .post-body iframe {
	width: 100%;
	height: 250px;
}


/*** TPL Homepage ***/
.about-pages .about-image {
    position: relative;
    overflow: hidden; /* Penting agar tombol yang "sembunyi" di bawah tidak kelihatan */
}

/* Membuat Overlay Hitam Transparan */
.about-pages .about-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Hitam transparan */
    opacity: 0; /* Sembunyi saat normal */
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* Mengatur posisi Tombol "Read More" di tengah */
.about-pages .about-image .btn-send-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%); /* Geser ke bawah (100%) agar sembunyi */
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    white-space: nowrap;
}

/* Efek Hover */
.about-pages .about-image:hover::after {
    opacity: 1; /* Overlay muncul */
}

.about-image:hover .btn-send-outline {
    opacity: 1; /* Tombol muncul */
    transform: translate(-50%, -50%); /* Slide up ke tengah sempurna */
}

/* Portfolios */
/* Container pembungkus carousel */
.owl-carousel {
    position: relative;
    /*padding: 0 50px;*//* Memberi ruang untuk panah di kiri-kanan */
}

/* Memposisikan Nav secara umum */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important; /* Warna background panah */
    color: #fff !important; /* Warna panah */
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    font-size: 24px !important;
    line-height: 40px;
    transition: all 0.3s ease;
}

/* Panah Kiri */
.owl-nav .owl-prev {
    left: 0;
}

/* Panah Kanan */
.owl-nav .owl-next {
    right: 0;
}

/* Hover effect */
.owl-nav button:hover {
    background: #your-primary-color !important; /* Ganti dengan warna brand Anda */
    color: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--secondary);
}

/* visimisifokus */
.counters {
	position: relative;
	background-repeat: repeat;
}

/* testimonials */
.testimonials, .visi-misi-fokus {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
.testimonials:after, .visi-misi-fokus:after {
	content: ""; /* Required for pseudo-elements to render */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1; /* Puts the overlay behind the text but in front of the background-image */
}

/* Home Sliders */
.page-template-tpl-homepage .hslider  {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.page-template-tpl-homepage .static-image {
    position: relative;
    z-index: 1; /* Establishes a stacking context */
    width: 100%;
    height: 100vh;
}

.page-template-tpl-homepage .static-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; /* Take it out of flow */
    z-index: 1; /* Base layer */
}

.page-template-tpl-homepage .static-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    pointer-events: none;
}

.portfolios {
	position: relative;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	overflow: hidden;
}
.portfolios:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
	pointer-events: none;
}

.portfolios .excerpt-portfolio-simple-tall .excerpt-thumbnail {
	width: 100%;
	height: 550px;
}
.portfolios .excerpt-portfolio-simple-tall .excerpt-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}


/* Video Background */
/* Ensure the wrapper covers the area */
.videopages {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 410px;
}

/* Ensure the iframe fills the container perfectly */
#bg-video iframe, #bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

/* Ensure content is visible above the fixed video */
.videocontent, .videopage {
  position: relative;
  z-index: 1;
}

.videopage-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: auto;
}

/* TPL Contact */
.contact-details .fa {
	color: var(--secondary);
}

/* Penawaran */
.penawaran-form label {
	font-weight: bold;
}

/* Corporate Value */
.value-icon {
	--vi: 70px;	
	width: var(--vi);
	height: var(--vi);
	font-size: calc(var(--vi) / 2.5);
	background-color: var(--secondary);
	color: var(--bs-white);
}

/* 1. Define the "Push" Animation */
@keyframes icon-push {
  0% { transform: scale(1); }
  30% { transform: scale(0.7); } /* Shrinks down */
  100% { transform: scale(1); }  /* Scales back to original size */
}
.value-icon, .vm-icon {
  transition: transform 0.3s ease-out;
  display: inline; /* Ensures centering stays perfect during scale */
}
.corporate-value:hover .value-icon  {
  animation: icon-push 0.4s ease-in-out;
  background-color: gray;
}
.vmbox:hover .vm-icon i  {
  animation: icon-push 0.4s ease-in-out;
}


/* Legalitas */
.izbox, .visimisifokus {
	background-repeat: repeat;
	height: 100%;
}


/* About Us */
.tpl-about .pbg, .tpl-about .pbg-with-image {
	min-height: 450px;
	z-index: -1;
}

.pages-container {
	margin-top: -150px;
	z-index: 1;
}

.page-overlay {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
.page-overlay.po-1 {
	margin-top: 0;
}
.page-overlay-content {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

/* Buttons */
.btn-trans {
	background-color: transparent;
	color: var(--secondary);
}
.btn-trans:hover, .btn-trans:focus {
	color: var(--bs-white);
}

.btn-send {
	background-color: var(--secondary) !important;
	color: var(--primary) !important;
	border-radius: 0;
}
.btn-send:hover, .btn-send:focus {
	background-color: var(--primary) !important;
	color: var(--bs-white) !important;
}

@keyframes arrow-nudge {
    0% { transform: translateX(0); }
    50% { transform: translateX(10px); } /* The "Push" */
    100% { transform: translateX(0); }   /* The "Return" */
}

.btn-send .fa-arrow-right, .btn-trans .fa-arrow-right, .btn-send-reverse .fa-arrow-right {
    display: inline-block;
    transition: transform 0.2s ease;
}
.btn-send:hover .fa-arrow-right, .btn-trans:hover .fa-arrow-right, .btn-send-reverse:hover .fa-arrow-right {
    animation: arrow-nudge 0.4s ease-in-out;
}

.btn-send-outline {
	color: var(--secondary);
	border: 2px solid var(--secondary);
	pointer-events: auto;
}
.btn-send-outline:hover, .btn-send-outline:focus {
	background-color: var(--secondary);
	border: 2px solid var(--secondary);
	color: var(--link);
}

.btn-send-reverse {
	background-color: var(--primary) !important;
	color: var(--bs-white) !important;
	border-radius: 0;
}
.btn-send-reverse:hover, .btn-send-reverse:focus {
	background-color: var(--secondary) !important;
	color: var(--primary) !important;
}

/* CTA */
.cta {
	background-color: var(--footer-bottom);
}
.srvcta, .ctaa {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/* services portfolio simple */
.excerpt-service-simple, .excerpt-portfolio-simple, .excerpt-portfolio-simple-alt, .excerpt-portfolio-simple-tall {
	position: relative;
	overflow: hidden;
}
.excerpt-service-simple .excerpt-content {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

/* Overlay Transparan (Hanya Fading) */
.excerpt-portfolio-simple .excerpt-content, .excerpt-portfolio-simple-alt .excerpt-content, .excerpt-portfolio-simple-tall .excerpt-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.3); 
	color: var(--bs-white);

	pointer-events: none;
}

/* Merapikan link kategori agar tetap putih */
.prtcat a {
    color: var(--bs-white);
    text-transform: uppercase;
    font-size: 12px;
	pointer-events: auto;
}

/* Portfolio Archive */
.excerpt-portfolio-simple-alt:hover .excerpt-thumbnail img, .excerpt-portfolio-simple-tall:hover .excerpt-thumbnail img {
	transform: scale(1.1);
	transition: transform 0.6s ease-in-out;
}

/* Portfolio Filters */
.portfolio-filters ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio-filters a {
	display: inline-block;
	background-color: var(--primary);
	color: #b8b8b8;
	cursor: pointer;
	padding: 15px 25px;
}
.portfolio-filters a.view-all:hover, .portfolio-filters a:hover, .portfolio-filters a.active {
  color: #2a2f35;
  text-decoration: none;
  background: #fbbe3f;
}

/* Service */
.carousel-nav {
	--cn: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
.carousel-nav a {
	width: var(--cn);
	height: var(--cn);
	font-size: calc( var(--cn) / 3 );
	border: 2px solid var(--bs-gray-500);
	color: var(--bs-gray-500);

	pointer-events: auto;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel-nav a:hover {
	color: var(--secondary);
	border-color: var(--secondary);
}

.testimonials .carousel-nav {
	top: 100%;
	transform: translateY(0);
}


/* Container Indicators */
.carousel-indicators.custom-outside-dots {
    position: absolute;
    bottom: 0; /* Menempel di bagian bawah container yang sudah diberi padding */
    margin-bottom: 0;
}

/* Mengubah bentuk menjadi bulat */
.carousel-indicators.custom-outside-dots [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc !important; /* Warna titik tidak aktif */
    border: none;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

/* Warna saat aktif */
.carousel-indicators.custom-outside-dots .active {
    background-color: var(--secondary)  !important; /* Warna titik aktif */
    transform: scale(1.2);
}

.fc-primary {
	color: var(--primary);
}
.bgc-primary {
	background-color: var(--primary);
}
.fc-secondary {
	color: var(--secondary);
}
.bgc-secondary {
	background-color: var(--secondary);
}
.bgc-light {
	background-color: #f7f7f7;
}


/* AIO Widgets - download */
.aio-download-wrapper {
  border: 4px solid var(--secondary);
  padding: 13px;
  margin-bottom: 10px;
}
.aio-download-icon {
  color: var(--secondary);
  float: left;
}
.aio-download-icon i {
  margin-right: 12px;
  font-size: 30px;
}
.aio-download-details {
  display: table;
}
.aio-download-title {
  font-size: 14px;
  line-height: 17px;
  color: var(--primary);
}
.aio-download-subtitle {
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}

/* AIO Widgets - contact */
.aio-contact-wrapper {
	background-color: var(--secondary);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.aio-contact-wrapper:hover, .aio-contact-wrapper:focus {
	background-color: var(--bs-white);
}
.aio-contact-desc {
	color: var(--primary);
}

.btn-aio-contact {
	background-color: var(--primary);
	color: var(--bs-white);
}
.btn-aio-contact:hover, .btn-aio-contact:focus, .offcanvas-body .btn-aio-contact:hover, .offcanvas-body .btn-aio-contact:focus {
	background-color: var(--secondary);
	color: var(--bs-white);
}

/* In mobile menu bgc-dark */
.mobwidget .aio-contact-wrapper {
	background-color: #1d2025;
}
.mobwidget .aio-contact-wrapper:hover, .mobwidget .aio-contact-wrapper:focus {
	background-color: #1d2025;
}

.mobwidget .aio-contact-desc {
	color: var(--bs-white);
}
.mobwidget .aio-contact-desc .aio-desc-text {
	display: none;
}

/* AIO Widgets - workhour */
.aio-icon {
	color: var(--primary);
}

/* FAQ */
.accordion-button {
  align-items: start;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-black);
  background-color: var(--bs-white);
  font-weight: 400;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: initial;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::before {
	content: "[-]";
	padding-right: 15px;
}
.accordion-button.collapsed::before {
	content: "[+]";
	padding-right: 15px;
	font-weight: 700;
}

.accordion-button::after {
  display: none;
}

/***** Media Queries *****/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.fixed-sm-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.clip-sm-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-sm-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-sm-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-sm-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-sm-5 {
	  -webkit-line-clamp: 5;
	}

	.embed-responsive-item, .post-body iframe {
		height: 350px;
	}

	/* archive portfolio/service */
	.archive-portfolio .post-item, .archive-portfolio .post-item .excerpt-thumbnail, .archive-service .post-item, .archive-service .post-item .excerpt-thumbnail {
		height: 250px;
	}
	.archive-portfolio .post-item .excerpt-thumbnail img, .archive-service .post-item .excerpt-thumbnail img {
		object-fit: cover;
	}

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.fixed-md-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.clip-md-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-md-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-md-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-md-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-md-5 {
	  -webkit-line-clamp: 5;
	}

	.navbar-brand img {
	  max-width: 200px;
	  height: auto;
	}

	.search-overlay .search-form input {
		font-size: 30px;
	}

	.embed-responsive-item, .post-body iframe {
		height: 400px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.fixed-lg-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}

	.owl-theme .owl-dots .owl-dot span {
	  width: 15px;
	  height: 15px;
	}

  /* Navbar Auto Dropdown  */
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
	
	.gallery-columns-2 .gallery-item {
	  width: 50%;
	}
	.gallery-columns-3 .gallery-item {
	  width: 33.33333333333333%;
	}
	.gallery-columns-4 .gallery-item {
	  width: 25%;
	}
	.gallery-columns-5 .gallery-item {
	  width: 20%;
	}
	.gallery-columns-6 .gallery-item {
	  width: 16.66666666666667%;
	}
	.gallery-columns-7 .gallery-item {
	  width: 14.28571428571429%;
	}
	.gallery-columns-8 .gallery-item {
	  width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
	  width: 11.11111111111111%;
	}

	.embed-responsive-item, .post-body iframe {
		height: 450px;
	}

	.clip-lg-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-lg-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-lg-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-lg-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-lg-5 {
	  -webkit-line-clamp: 5;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.fixed-xl-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}

	.onScroll .fixed-lg-top .lmd-navbar-main {
		background-color: var(--headerbg);
	}

	.lmd-navbar-main .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lmd-navbar-main.fixed-top .container {
		padding-top: initial;
		padding-bottom: initial;
	}

	.fixed-lg-top .navbar .navbar-nav .nav-link {
		color: #b8b8b8;
	}
	.fixed-lg-top .navbar-toggler i {
		color: var(--bs-white);
	}

	/* Overlay Transparan (Hanya Fading) */
	.excerpt-portfolio-simple .excerpt-content {		
		/* Warna awal: Sangat terang/transparan */
		background-color: rgba(0, 0, 0, 0);
		color: var(--bs-white);
		
		/* Animasi halus untuk background */
		transition: background-color .7s ease;
		
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 2rem;
	}

	/* Efek Hover untuk Background Overlay */
	.excerpt-portfolio-simple:hover .excerpt-content {
		/* Warna saat di-hover: Agak gelap */
		background-color: rgba(0, 0, 0, 0.3); 
	}

	/* Animasi Teks (Slide dari Kiri) */
	.excerpt-portfolio-simple .excerpt-content > * {
		/* Kondisi Awal Teks */
		transform: translateX(-30px); /* Geser sedikit ke kiri saja agar tidak terlalu jauh */
		opacity: 0;
		
		/* Animasi halus untuk teks */
		transition: transform 0.4s ease, opacity 0.4s ease;
	}

	/* Saat Artikel di-hover, Teks muncul */
	.excerpt-portfolio-simple:hover .excerpt-content > * {
		transform: translateX(0);
		opacity: 1;
	}

	/* Opsional: Memberi jeda (delay) antara kategori dan judul agar lebih dinamis */
	.excerpt-portfolio-simple:hover .excerpt-title {
		transition-delay: 0.1s;
	}

	.testimonials .carousel-nav {
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-in-out; /* Agar munculnya halus */
	}

	/* 2. Tampilkan navigasi saat kontainer di-hover */
	.testimonials:hover .carousel-nav {
		opacity: 1;
		visibility: visible;
	}
}