.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;
}

.wp-embed-responsive .wp-block-embed .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}

.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;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.fl-module-heading.heading-theme .fl-heading {
  border-bottom: .15rem solid var(--fl-global-secondary);
}

.fl-module-heading.heading-theme .fl-heading-text {
  border-bottom: .2rem solid var(--fl-global-secondary);
  padding-bottom: .25rem;
  margin-bottom: 0;
  display: inline-block;
}

.velocity-bg-primary {
  background-color: var(--fl-global-primary) !important;
}

.velocity-bg-secondary {
  background-color: var(--fl-global-secondary) !important;
}

header .fl-module-photo img {
  width: 100% !important;
  height: auto !important;
}

.fl-module-photo .fl-photo-content {
  width: 100%;
}

.velocity-recent-posts,
.slick-recent-posts {
  margin: 20px 0;
}

.slick-item {
  padding: 5px;
}

.slick-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.slick-card .featured-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.slick-card:hover .featured-img {
  transform: scale(1.1);
}

.slick-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 15px;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.slick-card:hover .overlay {
  opacity: 1;
}

.slick-card .post-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.slick-card .post-date {
  font-size: 0.85rem;
  margin: 5px 0 0;
  color: #333;
}




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

@media (min-width: 768px) {
  body:not(.fl-builder-edit) .header-sticky {
    transition: background 0.3s ease, top 0.3s ease, box-shadow 0.3s ease;
  }

  body:not(.fl-builder-edit) .header-sticky-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    max-width: 100%;
    z-index: 1030;
    animation: hilang .5s;
  }

  .admin-bar:not(.fl-builder-edit) .header-sticky-scrolled {
    top: 32px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}
