* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	margin-top: 0 !important;
}

a {
	outline: none !important;
}

.site-header {
	position: relative;
}

.featured_projects_list,
.featured_projects_grid {
	--auto-grid-min-size: 20rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill,
			minmax(var(--auto-grid-min-size), 1fr));
	gap: 25px;
}

.featured_projects_grid a {
	color: var(--ast-global-color-1);
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
	padding: 15px;
	background-color: #f9f9f9;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: all 0.3s ease-in-out;
}

.featured_projects_list_filter .featured_project {
	transition: box-shadow 0.3s ease-in-out;
}

.featured_projects_list figure,
.featured_projects_grid figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 66.67%;
}

.featured_projects_list figure img,
.featured_projects_grid figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured_projects_list blockquote,
.featured_projects_grid a blockquote {
	border: none;
	padding: 0;
	margin: 0;
	font-style: normal;
}

.featured_projects_list a h3,
.featured_projects_grid a h3 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.featured_projects_grid a p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.featured_projects_grid a:hover {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
		rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.featured_projects_list a {
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
}

.featured_projects_list blockquote {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: linear-gradient(0deg,
			rgba(0, 0, 0, 0.8421743697478992) 20%,
			rgba(0, 0, 0, 0.5368522408963585) 100%);
	transition: all 0.3s ease-in-out;
	opacity: 0;
	transform: translateY(50%);
}

.featured_projects_list a:hover blockquote {
	opacity: 1;
	transform: translateY(0%);
}

.featured_projects_list blockquote h3 {
	color: #fff;
}

.featured_projects_list a:hover {
	text-decoration: none;
}

.contact_info .contact_box .elementor-icon-list-items {
	justify-content: space-between;
	margin: 0 !important;
	gap: 0px;
}

.contact_info .contact_box .elementor-icon-list-items li,
.contact_info .contact_box .elementor-icon-list-items a {
	flex-direction: column;
	gap: 20px;
	text-decoration: none;
}

.contact_info .contact_box .elementor-icon-list-items li {
	width: 33.33%;
	margin: 0 !important;
	padding: 20px;
	border: solid #deef7f;
	border-width: 0px 1px;
	text-align: center;
}

.contact_info .contact_box .elementor-icon-list-text {
	max-width: 260px;
	margin: 0 auto;
}

.contact_info .contact_box .elementor-icon-list-items li:nth-child(2) {
	border: none;
}

.contact_info .contact_box .elementor-icon-list-items li:nth-child(1) .elementor-icon-list-text {
	max-width: 160px;
}

.contact_info .contact_box .elementor-icon-list-items a:hover .elementor-icon-list-text {
	color: var(--e-global-color-primary);
}

#ast-scroll-top {
	background-color: var(--e-global-color-primary) !important;
}

header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.4s ease-in-out;
}

header.site-header.sticky {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

header .custom-logo-link img {
	max-width: 60px;
	width: 60px;
}

header.site-header.sticky .site-logo-img img {
	max-width: 50px;
	width: 50px;
	position: unset;
}

@media (min-width: 1440px) {
	header .custom-logo-link img {
		max-width: clamp(5.3125rem, -16.25rem + 23.9583vw, 12.5rem);
		width: clamp(5.3125rem, -16.25rem + 23.9583vw, 12.5rem);
		position: absolute;
		top: 135%;
		transition: unset !important;
	}

	header.site-header .site-logo-img {
		position: relative;
		width: 60px;
		height: 105px;
		display: block;
	}

	header.site-header.sticky .site-logo-img img {
		max-width: 60px;
		width: 60px;
		position: unset;
	}
}

.site-above-footer-wrap :is(p, a, h4),
.site-below-footer-wrap .site-footer-below-section-1 p,
.site-below-footer-wrap .site-footer-below-section-2 a {
	color: #aeb1be !important;
}

footer .footer_gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

footer .footer_gallery a {
	width: 80px;
	height: 80px;
	display: block;
	position: relative;
	min-height: 80px;
}

footer .footer_gallery svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 2;
}

footer .footer_gallery a::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 149, 217, 0.6);
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 1;
}

footer .footer_gallery a:hover svg,
footer .footer_gallery a:hover::after {
	opacity: 1;
}

footer .footer_gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-nav-wrap .menu-link {
	line-height: 1.6em;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-nav-wrap .menu-link:hover {
	color: var(--e-global-color-primary);
}

.site-primary-footer-wrap .ast-builder-footer-grid-columns {
	justify-content: space-between;
	display: flex;
}

.site-primary-footer-wrap .site-footer-primary-section-2 {
	width: fit-content;
}

.site-primary-footer-wrap .footer-social-inner-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.site-primary-footer-wrap .footer-social-inner-wrap a svg {
	fill: #aeb1be;
	transition: all 0.4s ease-in-out;
}

.site-primary-footer-wrap .footer-social-inner-wrap a:hover svg {
	fill: var(--e-global-color-primary) !important;
}

.site-below-footer-wrap .ast-builder-footer-grid-columns {
	display: flex;
	flex-direction: column;
}

.site-below-footer-wrap .site-footer-section {
	margin: 0 auto;
	text-align: center;
}

.site-below-footer-wrap .site-footer-below-section-2 .wp-block-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.site-below-footer-wrap .site-footer-below-section-2 .wp-block-list li {
	display: flex;
	gap: 6px;
}

.site-below-footer-wrap .site-footer-below-section-2 .wp-block-list li:not(:last-child)::after {
	content: "";
	display: block;
	width: 2px;
	background-color: #aeb1be;
}

footer .site-below-footer-wrap {
	padding: 0;
}

.site-below-footer-wrap .site-footer-below-section-2 .wp-block-list a:hover,
.site-above-footer-wrap a:hover {
	color: #ffffff !important;
}

.site-below-footer-wrap {
	padding-top: 50px !important;
	border-top: 1px solid #aeb1be;
}

header .ast-builder-grid-row-container,
footer .ast-builder-footer-grid-columns {
	padding: 0 15px !important;
}

.menu-toggle {
	outline: none !important;
	border: none !important;
	padding: 0 !important;
}

.banner-section .banner-slider {
	inset: 0;
	width: 100%;
}

.banner-section .banner-slider::after {
	position: absolute;
	inset: 0;
	content: "";
	background: #00000045;
	z-index: 0;
	pointer-events: none;
}

.banner-section .banner-slider *:is(div) {
	height: 100%;
	width: 100%;
}

.banner-section .banner-slider .slick-slide {
	width: 100%;
	height: 100%;
}

.banner-section .banner-slider img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

.slick-dots {
	display: flex;
	width: fit-content;
	margin: 0 !important;
	padding-left: 0 !important;
	gap: 15px;
	bottom: 30px;
	right: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.slick-dots li {
	height: fit-content;
	margin: 0;
	width: fit-content;
	background-color: transparent;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 30px;
	background-color: #aeb1be;
	transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
	background-color: #ffffff;
	width: 20px;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 2px solid transparent;
	background-color: #ffffff;
}

.slick-dots li button:before {
	display: none;
}

p a {
	color: inherit;
	text-decoration: underline;
}

p a:hover {
	color: var(--e-global-color-primary);
	text-decoration: none;
}

fieldset {
	padding: 0;
	width: 100%;
	border: none;
	border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	all: unset;
	width: 100%;
	padding: 8px;
	border: 1px solid #c7c7c7 !important;
	border-radius: 0;
	margin-bottom: 0;
	display: flex;
	min-width: 0;
	box-sizing: border-box !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

:is(input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	textarea):focus {
	outline: 1px solid var(--e-global-color-astglobalcolor7) !important;
}

:is(input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	textarea)::placeholder {
	font: 300 16px / 24px var(--e-global-typography-primary-font-family);
	color: #c7c7c7;
}

label {
	font: 300 15px / 24px var(--e-global-typography-primary-font-family);
	color: var(--black);
}

textarea {
	height: 150px;
}

.formContainer {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.formContainer p {
	margin-bottom: 0 !important;
}

.formContainer fieldset.col-2 {
	width: calc(50% - 10px);
	flex: 1 1 auto;
	min-width: 230px;
}

.formContainer fieldset.col-3 {
	width: calc(32% - 6.66px);
	flex: 1 1 auto;
	min-width: 230px;
}

.formContainer fieldset.col-full {
	width: 100%;
	flex: 1 1 auto;
	min-width: 230px;
}

.radio-btns p {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.radio-btns p br {
	display: none;
}

.radio-btns .wpcf7-form-control-wrap {
	width: calc(100% - 90px);
}

.radio-btns p>label {
	width: 80px;
}

.radio-btns .wpcf7-radio {
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.radio-btns .wpcf7-radio label {
	cursor: pointer;
}

.checkbox-btns .wpcf7-list-item,
.radio-btns .wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

.checkbox-btns .wpcf7-list-item-label {
	font-weight: 300;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-spinner {
	margin-bottom: -7px;
}

.contact-on a {
	text-decoration: none;
	color: #0095d9;
}

.contact-on svg path {
	fill: #fff;
}

.contact-on a:hover {
	color: #00608d;
}

.single-page-body {
	width: 100%;
}

.ast-container:has(.single-page-body) {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-page-body .single-container {
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.single-featured-project-banner {
	min-height: 620px;
	padding: 250px 0 80px;
	display: flex;
	align-items: center;
	background: center / cover no-repeat var(--bg-img), #00000061;
	background-blend-mode: overlay;
}

.single-featured-project-banner h1 {
	color: #ffffff;
	font-weight: 600;
	font-size: 58px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	max-width: 992px;
}

.single-featured-project {
	padding: 80px 0;
}

.single-featured-project .wp-block-gallery {
	padding: 40px 0;
}

.single-featured-project .wp-block-gallery:last-child {
	padding: 40px 0 0;
}

.single-featured-project .featured-project-details .wp-block-gallery {
	--auto-grid-min-size: 20rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
	gap: 22px;
}

.single-featured-project .featured-project-details .wp-block-gallery .wp-block-image {
	width: 100% !important;
}

.single-featured-project :is(h1, h2, h3, h4, h5, h6):not(:last-child) {
	margin-bottom: 30px;
}

.single-featured-project :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
	margin-top: 30px;
}

.single-featured-project :is(p, li):not(:last-child) {
	margin-bottom: 15px;
}

.site_map_block ul {
	padding-left: 0;
	--auto-grid-min-size: 17rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill,
			minmax(var(--auto-grid-min-size), 1fr));
	gap: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
	margin: 0;
}

.site_map_block ul+h3 {
	margin-top: 40px;
}

.site_map_block li {
	margin-bottom: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.site_map_block li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ff000000;
	transform: rotate(45deg);
	border: solid #000;
	border-width: 2px 2px 0 0;
}

.site_map_block a {
	width: 50%;
	flex: 1 1 auto;
	text-decoration: none !important;
	font-size: 18px;
	line-height: 1.1;
	color: #000;
}

.site_map_block a:hover {
	color: var(--ast-global-color-7);
}

.ast-icon.icon-arrow svg {
	width: 12px;
	height: 12px;
}

.ast-builder-menu-1 .menu-item>.menu-link {
	font-weight: 600;
	font-family: var(--e-global-typography-10179c8-font-family), Sans-serif;
}

.video_grid {
	--auto-grid-min-size: 20rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill,
			minmax(var(--auto-grid-min-size), 1fr));
	gap: 25px;
}

.video_grid a.video_grid_item {
	text-decoration: none;
	position: relative;
	outline: none;
}

.video_grid a.video_grid_item figure {
	width: 100%;
	height: 100%;
}

.video_grid a.video_grid_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_grid a.video_grid_item::before {
	content: "";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: linear-gradient(0deg,
			rgb(0 0 0 / 28%) 20%,
			rgba(0, 0, 0, 0.5368522408963585) 100%);
}

.video_grid a.video_grid_item h4 {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #ffffff;
}

.video_modal {
	position: fixed;
	inset: 0;
	background: linear-gradient(0deg,
			rgb(0 0 0 / 28%) 20%,
			rgba(0, 0, 0, 0.5368522408963585) 100%);
	z-index: 99999;
}

.video_modal .modal_wapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	width: calc(100% - 30px);
	background-color: #ffffff;
	padding: 20px;
}

.video_modal a.close_modal {
	display: block;
	margin: -6px 0 10px auto;
	width: fit-content;
}

.video_modal iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-gallery.has-nested-images .wp-block-image {
	position: relative
}

.wp-block-gallery.has-nested-images .wp-block-image .zoom-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	background: #00000045;
	pointer-events: none;
}

.wp-block-gallery.has-nested-images .wp-block-image:hover .zoom-icon {
	opacity: 1;
}

.aanbouw_houtskelet_grid .elementor-widget-image a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 66.67%;
}

.aanbouw_houtskelet_grid img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.dialog-message.dialog-lightbox-message .elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: none;
}

.glightbox-clean .gclose {
	padding: 10px;
}

.testimonials-slider {
	flex-wrap: wrap !important;
}

.testimonials-slider h3 a {
	text-decoration: none !important;
}

.testimonials-slider .slick-list {
	width: 100%;
}

.testimonials-slider .slick-dots {
	position: unset;
	margin: 0 auto 5px !important;
	transform: unset;
}

.testimonials-slider .slick-dots li {
	background-color: #e8e9ee;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	transform: scale3d(0.56, 0.56, 0.56);
	transition: all 0.4s ease-in-out;
}

.testimonials-slider .slick-dots li:is(.slick-active, :hover) {
	background-color: #0095D9;
	transform: scale3d(1, 1, 1);
}

.testimonials-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	background: transparent;
}

.single-featured-project .project-description .wp-block-gallery figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	cursor: pointer;
	padding-bottom: 26.67%;
}

.single-featured-project .featured-project-details .wp-block-gallery .wp-block-image {
	padding-bottom: 72.67%;
}

.single-featured-project .project-description .wp-block-gallery figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured_projects_filter {
	margin-bottom: 30px;
}

.featured_projects_filter .filter-btn {
	margin: 0 10px;
	padding: 8px 16px;
	background-color: transparent;
	border: 1px solid #333 !important;
	color: #333;
	border: none;
	cursor: pointer;
	margin-bottom: 8px;
	transition: all 0.4s ease-in-out;
}

.featured_projects_filter .filter-btn.active,
.featured_projects_filter .filter-btn:hover {
	background-color: #555;
	color: #fff;
}

.featured_projects_list_filter {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	height: unset !important;
}

.featured_projects_list_filter .featured_project {
	width: calc(33.33% - 30px);
	box-sizing: border-box;
	position: unset !important;
	transform: unset !important;
}

.featured_projects_list_filter a h3 {
	font-size: 18px;
	font-weight: 500;
	min-height: 60px;
}

.glightbox-clean .gdesc-inner {
	display: none;
}

.gslide-media.gslide-image {
	padding: 15px;
	background: #ffffff;
	border-radius: 4px;
}

.single-featured_project {
	width: 100%;
}

.single-featured_project .details_page_gallery .gallery-item a {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
	display: block;
}

.single-featured_project .details_page_gallery .gallery-item .svg-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000052;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.single-featured_project .details_page_gallery .gallery-item a:hover .svg-overlay {
	opacity: 1;
}

.single-featured_project .details_page_gallery .gallery-item img {
	object-fit: cover;
	position: absolute;
	inset: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* Single New Projects */
.single-project.single-new_projects,
.single-project.single-new-project,
.single-project.single-renovation {
	width: 100%;
}

.single-project.single-new-project .container,
.single-project.single-renovation .container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.single-renovations,
.single-project.single-new-project,
.gslide-media.gslide-image {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.hero-section {
	margin-top: 100px;
	position: relative;
	min-height: 65vh;
	background: center / cover no-repeat var(--hero-background-image);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 40px 20px;
}

.hero-title {
	font-size: 52px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.5px;
	margin-bottom: 24px;
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-description {
	font-size: 20px;
	line-height: 1.4;
	max-width: 850px;
	margin: 0 auto;
	color: #ffffff;
	opacity: 0.95;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* =========================
	   META INFORMATION SECTION
	========================= */
.meta-section {
	background: #2D3742;
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
}

.meta-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.meta-tag {
	display: inline-flex;
	align-items: center;
	background: #0095D9;
	color: #ffffff;
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.meta-location {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.meta-location-icon {
	width: 20px;
	height: 20px;
	color: #0095D9;
	flex-shrink: 0;
}

.meta-location-icon svg {
	width: 100%;
	height: 100%;
}

/* =========================
	   INTRO / DESCRIPTION SECTION
	========================= */
.intro-section {
	padding: 80px 0;
	background: #ffffff;
}

.intro-content {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}

.intro-content p {
	margin-bottom: 24px;
}

.intro-content p:last-child {
	margin-bottom: 0;
}

/* =========================
	   TROEVEN SECTION
	========================= */
.troeven-section {
	background: #ffffff;
	padding: 0 0 80px;
}

.troeven-section h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 60px;
	color: #1e1e1e;
	letter-spacing: -0.5px;
}

.troeven-wrapper {
	display: flex;
	justify-content: center;
}

.troeven-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	max-width: 900px;
	width: 100%;
}

.troeven-list ul {
	list-style: none;
	padding: 0;
	display: contents;
}

.troeven-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.troeven-item:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.troeven-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-top: 2px;
	color: #0095D9;
}

.troeven-icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.troeven-item span:last-child {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	font-weight: 400;
}

/* =========================
	   BEFORE & AFTER SECTION
	========================= */
.before-after-section {
	padding: 80px 0;
	background: #F2F5F7;
}

.before-after-section h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
	color: #1e1e1e;
	letter-spacing: -0.5px;
}

/* Before/After Slider Styles */
.ba-slider-container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	user-select: none;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.ba-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: unset !important;
}

.ba-slider img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
	user-select: none;
}

.ba-after {
	position: relative;
	width: 100%;
	display: block;
}

.ba-after img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	display: block;
}

.ba-before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.ba-before img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
	max-width: none;
}

.ba-label {
	position: absolute;
	bottom: 24px;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	pointer-events: none;
	z-index: 2;
}

.ba-label-before {
	left: 24px;
}

.ba-label-after {
	right: 24px;
}

.ba-handle {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	cursor: ew-resize;
	z-index: 3;
	transform: translateX(-50%);
	display: flex;
	align-items: end;
	justify-content: center;
}

.ba-handle-line {
	position: absolute;
	width: 5px;
	height: 100%;
	background: #ffffff;
}

.ba-handle-circle {
	width: 36px;
	height: 40px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
	margin-bottom: 20px;
}

.ba-handle-circle.left-handle {
	border-radius: 4px 0 0 4px;
}

.ba-handle-circle.right-handle {
	border-radius: 0 4px 4px 0;
}

.ba-handle-circle svg {
	width: 26px;
	height: 26px;
	color: #1e1e1e;
}

/* =========================
	   TESTIMONIAL SECTION
	========================= */
.testimonial-section {
	background: #ffffff;
	padding: 100px 0;
}

.testimonial-section .container {
	max-width: 922px !important;
}

.testimonial-heading {
	margin-bottom: 40px;
	text-align: left;
}

.testimonial-title {
	font-size: 42px;
	font-weight: 600;
	margin: 0 0 14px;
	color: #1e1e1e;
	letter-spacing: -0.5px;
}

.testimonial-subtitle {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #666;
}

.testimonial-swiper-wrapper,
.testimonial-static {
	position: relative;
}

.testimonial-swiper {
	padding: 40px 60px 60px;
}

.testimonial-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #f1f7ff;
	padding: 2.5rem 2.5rem 2.5rem 5rem;
	max-width: 721px;
	margin: 0 auto;
}

.testimonial-quote-icon {
	position: absolute;
	top: -45px;
	left: -45px;
	z-index: 1;
	color: #0095D9;
}

.testimonial-quote-icon svg {
	width: 100px;
	height: 100px;
}

.testimonial-content {
	color: #333333;
	padding: 0;
	margin: 0;
	border: none;
	font-style: normal;
	position: relative;
	z-index: 2;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.3rem;
}

.testimonial-content p {
	margin: 0;
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.testimonial-content p:last-child {
	margin-bottom: 0;
}

/* Swiper Navigation */
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
	color: #006B7D;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.testimonial-swiper .swiper-button-next:hover,
.testimonial-swiper .swiper-button-prev:hover {
	background: #006B7D;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 107, 125, 0.3);
}

.testimonial-swiper .swiper-button-next::after,
.testimonial-swiper .swiper-button-prev::after {
	font-size: 20px;
	font-weight: 700;
}

.testimonial-swiper .swiper-pagination {
	bottom: 0;
}

.testimonial-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #006B7D;
	opacity: 0.3;
	transition: all 0.3s ease;
}

.testimonial-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #006B7D;
	transform: scale(1.2);
}

.testimonial-author {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.testimonial-author-image {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 3px solid #f0f0f0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-author-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.testimonial-author-name {
	font-size: 18px;
	font-weight: 600;
	color: #1e1e1e;
	font-style: normal;
	margin: 0;
}

.testimonial-author-title {
	font-size: 14px;
	color: #666;
	margin-top: 4px;
}

/* =========================
	   GALLERY SECTION
	========================= */
.project-gallery-section {
	padding: 20px 0 100px;
	background: #ffffff;
}

.project-gallery-section .container {
	position: relative;
	z-index: 11;
}

.project-gallery-section .container::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #ffffff;
	z-index: 10;
	left: calc(-100% + 15px);
}

.project-gallery-section h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 60px;
	color: #1e1e1e;
	letter-spacing: -0.5px;
}

.project-gallery-slider {
	position: relative;
}

.project-gallery-swiper {
	padding-bottom: 90px !important;
	overflow: unset !important;
}

.project-gallery-swiper .swiper-slide {
	overflow: hidden;
}

.project-gallery-link {
	display: block;
	position: relative;
}

.project-gallery-link img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 7 / 4;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: transform 0.35s ease;
	max-height: 440px;
}

.project-gallery-link:hover img {
	transform: scale(1.04);
}

.project-gallery-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	gap: 14px;
	z-index: 5;
}

.project-gallery-button-prev,
.project-gallery-button-next {
	width: 56px;
	height: 56px;
	background: #eef2f1;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.project-gallery-button-prev::before,
.project-gallery-button-next::before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-right: 2px solid #1e1e1e;
	border-bottom: 2px solid #1e1e1e;
	transform: rotate(135deg);
	margin-left: 0;
	margin-right: -6px;
}

.project-gallery-button-next::before {
	transform: rotate(-45deg);
	margin-left: -6px;
	margin-right: 0;
}

/* =========================
	   FEATURE CONTENT SECTION
	========================= */
.project-feature-section {
	padding: 0 0 80px;
	background: #ffffff;
}

.project-feature-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: 60px;
	align-items: center;
}

.project-feature-media {
	overflow: hidden;
}

.project-feature-media img {
	display: block;
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	object-position: center;
}

.project-feature-tag {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #9fb2b6;
	margin-bottom: 12px;
}

.project-feature-title {
	font-size: 32px;
	font-weight: 700;
	color: #0d3b43;
	margin: 0 0 22px 0;
}

.project-feature-text {
	font-size: 16px;
	line-height: 1.4;
	color: #5c6b6e;
	max-width: 520px;
}

.project-feature-text p {
	margin: 0 0 18px 0;
}

.project-feature-text p:last-child {
	margin-bottom: 0;
}

/* =========================
	   VIDEO SECTION
	========================= */
.video-section {
	padding: 80px 0;
	background: #f9f9f9;
}

.video-section h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
	color: #1e1e1e;
	letter-spacing: -0.5px;
}

.video-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-container video,
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Custom Video Player with Play Button Overlay */
.video-player-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background: #000;
	cursor: pointer;
}

.video-player-wrapper .custom-video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-player-wrapper .custom-video-player:not([controls]) {
	cursor: pointer;
}

.video-play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
	transition: opacity 0.3s ease, background 0.3s ease;
	z-index: 2;
	pointer-events: auto;
}

.video-player-wrapper.playing .video-play-overlay {
	opacity: 0;
	pointer-events: none;
}

.video-play-button {
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;	
	background: #4CAF50;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer !important;
	transition: transform 0.2s ease, background 0.2s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 3;
	position: relative;
	pointer-events: auto !important;
	outline: none;
}

.video-play-button:hover {
	transform: scale(1.1);
	background: #45a049;
}

.video-play-button:active {
	transform: scale(0.95);
}

.video-play-button svg {
	width: 32px;
	height: 32px;
	color: #fff;
}

.video-player-wrapper.playing .video-play-button {
	display: none;
}

@media (max-width: 768px) {
	.video-play-button {
		width: 64px;
		height: 64px;
	}

	.video-play-button svg {
		width: 24px;
		height: 24px;
		margin-left: 3px;
	}
}

/* Single New Projects */

@media (min-width: 1440px) {
	.hero-section {
		margin-top: 50px;
	}
}

@media (min-width: 769px) {
	.gslide-image img {
		max-height: 88vh !important;
		max-width: 100%;
	}
}

.before_after_gallery .elementor-widget-image .elementor-widget-container .before_after_gallery_img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.featured_projects_list_filter .featured_project {
		width: calc(50% - 30px);
	}
}

@media (max-width: 768px) {
	.featured_projects_list_filter .featured_project {
		position: unset !important;
		width: 100%;
		margin-bottom: 0px;
		transform: unset !important;
	}

	.featured_projects_list_filter {
		--auto-grid-min-size: 20rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
		gap: 20px;
		height: fit-content !important;
	}

	.featured_projects_list_filter a h3 {
		min-height: fit-content;
	}
}

@media (min-width: 1160px) {
	#ast-mobile-header {
		display: none;
	}
}

@media (max-width: 1160px) {

	body.ast-main-header-nav-open {
		overflow: hidden;
	}

	#ast-desktop-header {
		display: none;
	}

	#ast-mobile-header {
		display: block;
	}

	header .ast-builder-grid-row {
		padding: 0 15px !important;
	}

	.ast-builder-menu-mobile {
		height: 100vh;
		max-height: calc(100vh - 170px);
		overflow: auto;
	}

	.ast-builder-menu-mobile .menu-item a {
		color: var(--ast-global-color-2) !important;
		line-height: 1.5;
	}

	.ast-builder-menu-mobile .menu-item a:hover {
		color: var(--ast-global-color-7) !important;
	}

	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
		display: flex;
		position: sticky;
		bottom: 0;
		padding: 10px;
		left: 0;
		background-color: #fff;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.ast-header-social-1-wrap {
		margin: 0 !important;
	}
}

@media (min-width: 922px) {
	header .ast-builder-grid-row-container {
		padding: 0 25px !important;
	}
}

@media (max-width: 1024px) {
	.single-featured-project-banner h1 {
		font-size: 40px;
	}

	.single-featured-project-banner {
		min-height: 320px;
		padding: 184px 0 60px;
	}

	.single-featured-project {
		padding: 60px 0;
	}

	.single-featured-project :is(p, li):not(:last-child) {
		margin-bottom: 8px;
	}

	.single-featured-project .wp-block-gallery:last-child {
		padding: 25px 0 0;
	}
}

@media (max-width: 922px) {
	.ast-builder-menu-mobile {
		max-height: calc(100vh - 97px);
		overflow: auto;
	}

	footer p:last-child {
		margin-bottom: 0;
	}

	.footer-widget-area.footer-widget-area-inner {
		text-align: left !important;
	}

	footer .ast-builder-grid-row-3-equal .ast-builder-grid-row {
		grid-template-columns: repeat(2, 1fr) !important;
		row-gap: 60px;
	}

	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
		display: flex;
		justify-content: flex-start;
		gap: 15px;
	}

	#astra-footer-menu .menu-item>a {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.site-primary-footer-wrap .ast-builder-footer-grid-columns {
		align-items: center !important;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
	}

	footer .ast-builder-grid-row-3-equal .ast-builder-grid-row {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.site-below-footer-wrap .site-footer-below-section-2 .wp-block-list {
		flex-direction: column;
		gap: 0;
	}

	.site-below-footer-wrap .site-footer-below-section-2 .wp-block-list li:not(:last-child)::after {
		display: none;
	}

	.site-below-footer-wrap {
		padding-top: 30px !important;
	}

	.single-featured-project {
		padding: 40px 0;
	}

	.single-featured-project-banner h1 {
		font-size: 34px;
	}

	.aanbouw_houtskelet_grid .elementor-widget-image a {
		min-height: clamp(12.5rem, 1.3143rem + 55.9284vw, 28.125rem);
	}
}

@media (max-width: 640px) {
	.contact_info .contact_box .elementor-icon-list-items {
		flex-direction: column;
		align-items: center;
	}

	.contact_info .contact_box .elementor-icon-list-items li {
		width: 100%;
		max-width: 300px;
		border-width: 0px;
	}

	.contact_info .contact_box .elementor-icon-list-items li:nth-child(2) {
		border: solid #deef7f;
		border-width: 1px 0px;
	}
}

@media (max-width: 544px) {
	.single-featured_project.ast-separate-container #content .ast-container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* =========================
	   SINGLE PROJECT (RESPONSIVE)
	========================= */
@media (max-width: 1024px) {
	.hero-section {
		min-height: 480px;
	}

	.hero-title {
		font-size: 40px;
	}

	.hero-description {
		font-size: 18px;
	}

	.troeven-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.before-after-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.project-gallery-link img {
		max-height: 360px;
	}

	.testimonial-quote-icon svg {
		width: 60px;
		height: 60px;
	}

	.testimonial-card {
		padding: 2rem;
	}

	.testimonial-quote-icon {
		top: -25px;
		left: -30px;
	}

	.project-feature-section {
		padding: 0 0 80px;
	}

	.project-feature-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.project-feature-media img {
		height: auto;
		max-height: 520px;
	}
}

@media (max-width: 922px) {
	.single-project.single-renovation .container {
		max-width: 100%;
	}

	.meta-container {
		justify-content: flex-start;
	}

	.troeven-list {
		grid-template-columns: 1fr;
	}

	.project-gallery-button-prev,
	.project-gallery-button-next {
		width: 48px;
		height: 48px;
	}

	.project-gallery-swiper {
		padding-bottom: 70px !important;
	}

	.video-wrapper {
		max-width: 100%;
	}

	.testimonial-static {
		margin: 0 20px;
	}
}

@media (max-width: 768px) {
	.hero-section {
		min-height: 380px;
	}

	.hero-content {
		padding: 30px 15px;
	}

	.hero-title {
		font-size: 32px;
	}

	.hero-description {
		font-size: 16px;
	}

	.meta-section {
		padding: 20px 0;
	}

	.meta-container {
		gap: 14px;
	}

	.meta-tag {
		padding: 8px 16px;
		font-size: 14px;
	}

	.meta-location {
		padding: 8px 14px;
		font-size: 14px;
	}

	.troeven-section {
		padding: 0 0 60px;
	}

	.intro-section,
	.before-after-section,
	.testimonial-section,
	.project-gallery-section,
	.video-section {
		padding: 60px 0;
	}

	.project-gallery-section {
		padding: 0 0 60px;
	}

	.troeven-section h2,
	.before-after-section h2,
	.project-gallery-section h2,
	.video-section h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.testimonial-card {
		padding: 40px 24px;
	}

	.testimonial-quote-icon {
		top: -22px;
		left: -22px;
	}

	.project-gallery-link img {
		max-height: 320px;
	}

	.testimonial-content {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}

	.project-gallery-swiper {
		overflow: hidden !important;
	}

	.project-gallery-section h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.troeven-list {
		gap: 14px;
	}

	.ba-handle-circle {
		width: 30px;
		height: 30px;
	}

	.ba-handle-circle svg {
		width: 22px;
		height: 22px;
	}

	.ba-handle-line {
		width: 3px;
	}

	.ba-label-before {
		left: 18px;
	}

	.ba-label-after {
		right: 18px;
	}

	.ba-label {
		bottom: 16px;
		font-size: 18px;
	}

	.intro-content {
		font-size: 16px;
		line-height: 1.6;
	}

	.project-feature-section {
		padding: 0 0 60px;
	}
}

@media (max-width: 544px) {
	.hero-title {
		font-size: 28px;
	}

	.project-gallery-nav {
		gap: 10px;
	}

	.project-gallery-button-prev,
	.project-gallery-button-next {
		width: 44px;
		height: 44px;
	}

	.project-gallery-button-prev::before,
	.project-gallery-button-next::before {
		width: 14px;
		height: 14px;
	}
}