.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
}
.wp-block-table td, .wp-block-table th {
    border-color: #ddd;
}
.white-image img {
	filter: brightness(0) invert(1);
}
.design-by, .design-by a {
	opacity: 0;
	cursor: default;
	margin: 0;
	padding: 0;
}
.fl-module-rich-text ul {
	padding: 0;
	margin: 0;
}
.fl-module-rich-text ul label {
	padding-left:0;
	margin-right: 5px;
}
.fl-module-rich-text ul li {
	display: block;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom: 7px;
}
.fl-module-rich-text ul li::before {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	top:0px;
	left:2px;
}

.velocity-heading .fl-heading .fl-heading-text {
	position: relative;
	border-bottom: 2px solid #eeeeee;
	display: block;
	padding-bottom: 10px;
}
.velocity-heading .fl-heading .fl-heading-text::after {
	content: '';
	border-bottom: 2px solid var(--primary);
	position: absolute;
	bottom: -2px;
	width: 30%;
	left: 0px;
}

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


.wp-block-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.13);
    padding: 10px;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px 2px rgba(0,0,0,0.05);
    transition: background 0.3s ease, transform 0.3s ease;
    border-radius: 5px;
}
.wp-block-file:hover {
  background: #ffffff;
  transform: scale(1.01);
}
.wp-block-file a {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #333;
  text-decoration: none;
}
.wp-block-file__button {
  background-color: var(--bs-primary);
  color: #ffffff !important;
  padding: 7px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-file__button:hover {
  background-color: var(--fl-global-dark);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}



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