.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
.fl-module-adv-testimonials .bx-wrapper {
    margin: 0 auto;
}
a {
	text-decoration: none !important
}
.white-image img {
	filter: brightness(0) invert(1);
}

.fl-module-fl-post-content h1 {
    font-size: 27px;
}
.fl-module-fl-post-content h2 {
    font-size: 25px;
}
.fl-module-fl-post-content h3 {
    font-size: 23px;
}
.fl-module-fl-post-content h4 {
    font-size: 21px;
}
.fl-module-fl-post-content h5 {
    font-size: 19px;
}
.fl-module-fl-post-content h6 {
    font-size: 17px;
}

.velocity-image-1x1 img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.velocity-image-4x3 img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

.wp-block-details {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-left: 3px solid var(--fl-global-secondary);
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.wp-block-details[open] {
  border-color: var(--fl-global-primary);
}

.wp-block-details summary {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: var(--fl-global-primary);
}

.wp-block-details p {
  margin-top: 1rem;
  line-height: 1.6;
  color: #333;
}
.fl-module-icon p {
    margin-bottom: 0 !important;
}

.wp-block-list {
	padding: 0;
	margin: 0;
}
.wp-block-list li {
    display: block;
    padding-bottom: 7px;
    padding-left: 26px;
    position: relative;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    margin-bottom: 7px;
}
.wp-block-list li::before {
    content: "\F270";
    font-family: "Bootstrap-Icons";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 17px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .hero-home {
        min-height: calc(100vh - 77px - 60px);
    }

    .hero-home > .fl-row-content-wrap {
        min-height: calc(100vh - 77px - 60px);
        display: flex;
        align-items: center;
    }

    .hero-home > .fl-row-content-wrap > .fl-row-content {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
	.fl-module-content-slider .fl-slide .fl-slide-content {
        padding: 0 !important;
    }
}

.vcp-bg-slideshow {
    position: fixed;
    z-index: 0;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: #1d2327;
    pointer-events: none;
}

/* Theme Velocity memakai #page sebagai pembungkus seluruh halaman. */
body:has(.vcp-bg-slideshow) {
    background: transparent !important;
}

body:has(.vcp-bg-slideshow) #page,
body:has(.vcp-bg-slideshow) .site,
body:has(.vcp-bg-slideshow) .justg-top-content,
body:has(.vcp-bg-slideshow) #wrapper-content {
    background: transparent !important;
}

body:has(.vcp-bg-slideshow) #page {
    position: relative;
    isolation: isolate;
}

body:has(.vcp-bg-slideshow) #page > :not(.vcp-bg-slideshow) {
    position: relative;
    z-index: 1;
}

.vcp-bg-slideshow__track,
.vcp-bg-slideshow__slide {
    position: absolute;
    inset: 0;
}

.vcp-bg-slideshow__slide {
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 1s ease, transform 6s ease;
    pointer-events: none;
}

.vcp-bg-slideshow__slide.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .vcp-bg-slideshow__slide {
        transform: none;
        transition: none;
    }
}
