.comments-area input[type=email], .comments-area input[type=text], .comments-area input[type=url], .comments-area textarea, .form-control, .widget_archive select, .widget_categories select, .widget_search .wp-block-search__button-outside .wp-block-search__input, .wp-block-search__input, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    padding: 12px 20px !important;
    border-radius: 5px !important;
    font-size: 15px !important;
}
.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;
}
.velocity-iframe iframe {
    border-radius: 10px !important;
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cfcfcf !important;
  opacity: 1;
  margin-left: 7px;
  margin-right: 7px;
}

.carousel-indicators .active {
  background-color: #000 !important; /* warna dot aktif */
}


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

.color-primary {
    color: var(--bs-primary) !important;
}

.fl-module-callout .fl-callout-text ul {
    padding-left: 0;
    text-align: left;
}
.fl-module-callout .fl-callout-text ul li {
    padding-left: 23px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(0,0,0,0.15);
    margin-bottom: 7px;
}
.fl-module-callout .fl-callout-text ul li:before {
    font-family: "bootstrap-icons";
    font-weight: 900;
    content: "\F270";
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--bs-primary);
}

.fl-module-callout .fl-callout-has-photo.fl-callout-photo-above-title .fl-callout-title {
    margin: 20px auto 10px !important;
}

.wpcf7 {
    max-width: 1100px !important;
}
.wpcf7 .wpcf7-form p {
    margin-bottom: 0 !important;
}
.wpcf7 input[type=submit] {
    width: auto !important;
    background-color: var(--bs-warning) !important;
    color: #000000 !important;
    font-weight: bold !important;
    border: 0;
}

.velocity-list .fl-module > ul {
    padding: 0;
    position: relative;
}
.velocity-list .fl-module > ul > li {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.07);
    padding: 8px 15px;
    margin-bottom: 15px;
}


/* Price Box Modul Custom CSS */
.velocity-modul-price-list {
  max-width: 100%;
}

.velocity-modul-price-item {
  margin-bottom: 14px;
}

.velocity-modul-price-row {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.velocity-modul-price-title{
  white-space: normal;
  flex: 1 1 auto;
  min-width: 0;
}

.velocity-modul-price-dots {
  flex: 1;
  border-bottom: 1px dotted #999;
  margin: 0 10px;
  transform: translateY(-3px);
}

.velocity-modul-price-value {
  white-space: nowrap;
  font-weight: 600;
}

.velocity-modul-price-desc {
  margin-top: 4px;
  font-size: 14px;
  color: #666;
}

/* RESPONSIVE: mobile -> harga turun ke bawah judul */
@media (max-width: 576px) {
  .velocity-modul-price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .velocity-modul-price-dots {
    display: none;
  }

  .velocity-modul-price-title {
    white-space: normal;
    margin-bottom: 4px;
  }

  .velocity-modul-price-value {
    margin-left: 0;
  }
}




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