.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;
}
.fl-module-search form {
    margin-bottom: 0 !important;
}



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