:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-primary: #67A733;
    --color-dark: #3E3E3E;
    --color-gray: #707070;
    --color-overlay: rgb(0 0 0 / 48%);
    --color-border-muted: rgb(255 255 255 / 20%);
    --font-body: "helvetica-neue-lt-pro";
    --font-display: "neue-haas-grotesk-display";
    --font-heading: "gill-sans-nova";
    --font-alt: "helvetica-lt-pro";
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
}

a:focus-visible,
a:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

#fullpage {
    position: relative;
}

#fullpage .section {
    position: relative;
    height: 100%;
}

#fullpage .section .fp-overflow {
    height: 100%;
}

#fullpage .section.fp-auto-height {
    height: auto !important;
    min-height: auto !important;
}

/* #fullpage .section.fp-auto-height .fp-table,
#fullpage .section.fp-auto-height .fp-tableCell {
    height: auto !important;
} */

#fullpage .section.fp-auto-height.about-strip-section {
    padding-top: 72px;
    padding-bottom: 97px;
}

#fullpage .section.fp-auto-height.footer-section {
    padding-top: 0;
    padding-bottom: 0;
}

#fullpage section.section.parallax-section.diensten-banner.parallax-banner {
    justify-content: flex-start;
    padding: 0 0 46px;
}

#fullpage section.section.parallax-section.diensten-banner.parallax-banner .diensten-breadcrumb {
    padding-top: 46px;
}

#fullpage section.section.parallax-section.diensten-banner.parallax-banner .container {
    max-width: 1663px;
}

#fullpage .diensten-banner {
    position: relative;
}

#fullpage .diensten-banner .diensten-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-black);
}

#fullpage .diensten-banner .container,
#fullpage .diensten-banner .scroll-bottom-button,
#fullpage .diensten-banner .diensten-banner-badge {
    position: relative;
    z-index: 1;
}

#fullpage .diensten-banner .scroll-bottom-button {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 3;
}

.fp-auto-height .container {
    max-width: 1597px !important;
}

.fp-auto-height .about-cta-text {
    max-width: 726px;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-white);
    font-weight: 500;
}

.fp-section {
    position: relative;
}

.fp-slide {
    display: flex;
    align-items: center;
}

.fp-watermark {
    opacity: 0;
}

.parallax-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-black);
}

.parallax-section .container {
    max-width: 1633px;
}

.parallax-content {
    background-color: var(--color-overlay);
    border-radius: 30px;
    max-width: 634px;
    padding: 80px 100px;
}

.parallax-content h2 {
    font-size: 46px;
    line-height: 53px;
    font-weight: bold;
    font-family: var(--font-heading);
    color: var(--color-white);
    margin-bottom: 30px;
}

.parallax-content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: var(--color-white);
    margin: 0;
    letter-spacing: 1px;
}

.parallax-content .btn {
    margin-top: 30px;
}

.footer-section {
    justify-content: flex-end;
    background-color: var(--color-black);
}

.footer-section .footer {
    width: 100%;
    /* max-width: 1300px; */
    max-width: 1590px;
    margin: 0 auto;
}

.btn {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.6px;
    border-radius: 20px;
    padding: 20px;
    color: var(--color-white);
}

.btn.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-black);
    z-index: 1000;
}

.header .navbar {
    padding: 9px 0;
    position: relative;
}

.header .navbar .container {
    max-width: 1665px;
}

.header .navbar-brand {
    margin-left: 40px;
    display: flex;
    width: 263px;
    height: 132px;
}

.header .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-collapse {
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-container {
    padding-right: 294px;
}

.nav-container .navbar-nav {
    justify-content: flex-end;
}

.nav-container .navbar-nav.top-menu {
    gap: 45px;
}

.nav-container .navbar-nav.main-menu {
    margin-top: 76px;
    gap: 53px;
}

/* Navigation: all labels in uppercase */
.header .navbar .nav-link,
.header .navbar .dropdown-item {
    text-transform: uppercase;
}

.top-menu .nav-item .nav-link:focus-visible,
.top-menu .nav-item .nav-link:focus,
.main-menu .nav-item .nav-link:focus-visible,
.main-menu .nav-item .nav-link:focus,
.main-menu .nav-item.dropdown .dropdown-item:focus-visible,
.main-menu .nav-item.dropdown .dropdown-item:focus {
    outline: none !important;
    border: none !important;
    color: var(--color-primary);
    box-shadow: none !important;
}

/* Active/current menu items (first block: with focus styles above) */
.main-menu .nav-item.current-menu-item>.nav-link,
.main-menu .nav-item.current-menu-item>.dropdown-item,
.main-menu .nav-item.current-menu-ancestor>.nav-link,
/* .main-menu .nav-item.dropdown.current-menu-item .dropdown-item, */
.main-menu .nav-item:has(.active) .nav-link,
.main-menu .nav-item .nav-link.active,
.main-menu .nav-item .dropdown-item.active {
    color: var(--color-primary) !important;
}

.top-menu .nav-item .nav-link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-white);
    padding: 0;
}

.top-menu .nav-item.dropdown .nav-link {
    color: var(--color-primary);
    font-weight: bold;
}

.top-menu .nav-item.dropdown .nav-link:after {
    display: none;
}

.top-menu .nav-item.dropdown .dropdown-menu {
    background-color: var(--color-primary);
    border: none;
    min-width: 50px;
    border-radius: 0;
    top: 80%;
}

.top-menu .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: var(--color-white);
    background-color: transparent;
}

.main-menu .nav-item .nav-link {
    color: var(--color-white);
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    padding: 0;
}

/* Active/current: top-level link, dropdown parent when on a child page, and submenu link */
.main-menu .nav-item.current-menu-item>.nav-link,
.main-menu .nav-item.current-menu-item>.dropdown-item,
.main-menu .nav-item.current-menu-ancestor>.nav-link,
.main-menu .nav-item:has(.active) .nav-link,
.main-menu .nav-item .nav-link.active,
.main-menu .nav-item .dropdown-item.active {
    color: var(--color-primary) !important;
}

.main-menu .nav-item.dropdown .nav-link:after {
    display: none;
}

.main-menu .nav-item.dropdown .dropdown-menu {
    background-color: var(--color-dark);
    border-radius: 0px 0px 20px 20px;
    padding: 20px 20px;
}

.main-menu .nav-item.dropdown .dropdown-item {
    font-size: 16px;
    line-height: 34px;
    color: var(--color-white);
    font-weight: 400;
    background-color: transparent;
}

.main-menu .nav-item.dropdown .dropdown-item:before {
    content: ">";
    margin-right: 8px;
}

.main-menu .nav-item.dropdown .dropdown-item:hover {
    color: var(--color-primary);
}

/* Main menu: parent link is clickable; dropdown on hover (desktop); arrow toggles on mobile */
.main-menu .nav-item.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    margin: -15px 0;
}

.main-menu .nav-item.dropdown>.nav-link {
    margin-right: 4px;
}

.main-menu .nav-item.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 200px;
}

/* Desktop: show dropdown on hover; also when opened by arrow click (Bootstrap .show) */
@media (min-width: 1200px) {

    .main-menu .nav-item.dropdown:hover .dropdown-menu,
    .main-menu .nav-item.dropdown.show .dropdown-menu {
        display: block !important;
    }
}

/* Arrow button: chevron down; click opens dropdown on all viewports */
.main-menu .nav-item.dropdown .dropdown-toggle-arrow {
    display: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
}

.main-menu .nav-item.dropdown .dropdown-toggle-arrow:hover,
.main-menu .nav-item.dropdown .dropdown-toggle-arrow:focus {
    color: var(--color-primary);
    outline: none;
}

.main-menu .nav-item.dropdown .dropdown-toggle-arrow .arrow-icon {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid currentColor;
    transition: transform 0.2s ease;
    color: #fff;
}

.main-menu .nav-item.dropdown .dropdown-toggle-arrow[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}

/* Mobile: only arrow click opens dropdown (no hover); ensure dropdown shows when .show */
.main-menu .nav-item.dropdown.show .dropdown-menu {
    display: block !important;
}

/* Top menu: dropdown on hover (desktop) */
@media (min-width: 1200px) {
    .top-menu .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .top-menu .nav-item.dropdown .dropdown-menu {
        display: none;
    }
}

.cta-container {
    background-color: var(--color-white);
    max-width: 248px;
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
    padding: 37px 22px 18px;
    position: absolute;
    right: 0;
    top: -28px;
}

.cta-container h4 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 23px;
    font-family: var(--font-display);
}

.cta-container p {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 19px;
    font-family: var(--font-display);
    letter-spacing: 1px;
}

.cta-container .btn {
    width: 100%;
}

.content-on-right {
    margin-left: auto;
}

.services-section .container {
    max-width: 1300px;
}

.services-header {
    max-width: 313px;
}

.services-header h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 53px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 46px;
}

.services-header p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 40px;
}

.services-header a.btn.btn-primary {
    color: var(--color-white);
}

.services-header a.btn.btn-primary:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

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

.services-list .service-item {
    width: calc(33.33% - 47px);
    border: 1px solid var(--color-black);
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 180px;
    gap: 30px;
}

.services-list .service-item img {
    display: block;
    height: 50px;
    max-width: 70px;
}

.services-list .service-item h3 {
    line-height: 22px;
    font-family: var(--font-alt);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-white);
    margin: 0;
    width: 100%;
}

.services-list .service-item {
    border-color: var(--color-primary);
}

.about-section .container {
    max-width: 1300px;
}

.about-section .about-images {
    border-radius: 30px;
    overflow: hidden;
}

.about-header {
    max-width: 472px;
}

.about-header h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 53px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 46px;
}

.about-header p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 40px;
}

.about-header .about-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.about-header .about-link .btn {
    width: 213px;
}

.about-images img {
    max-width: 100%;
}

.about-hero-section {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 246px !important;
}

.about-hero-section .fp-overflow {
    width: 100%;
    height: 100%;
}

.about-hero-section .container {
    max-width: 1665px !important;
}

.about-hero-section .parallax-content {
    padding: 88px 100px 65px;
}

.about-intro-section,
.about-face-section,
.about-why-section {
    background-color: var(--color-black);
}

.about-intro-section .container {
    max-width: 1593px !important;
}

.about-face-section .container {
    max-width: 1664px !important;
}

.about-intro-section .about-intro-content-wrap-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-intro-section .about-intro-content-wrap {
    width: 42%;
    padding: 69px 0 0 45px;
}

.about-intro-section .about-intro-image-wrap {
    width: 49.5%;
}

.about-intro-section .about-intro-image-wrap img {
    aspect-ratio: 44 / 39;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.about-face-section .about-face-image-wrap {
    width: 41.2%;
}

.about-face-section img.about-face-image {
    aspect-ratio: 28 / 30;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.about-face-section .about-face-content-wrap {
    width: 50%;
}

.about-why-section .about-why-content-wrap {
    width: 50%;
}

.about-why-section .about-why-image-wrap {
    width: 48.7%;
}

.about-why-content {
    max-width: 100%;
}

.about-face-heading,
.about-intro-heading,
.about-why-heading {
    font-family: var(--font-heading);
    font-size: 34px;
    line-height: 46px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 39px;
}

.about-face-text,
.about-why-text,
.about-intro-text {
    max-width: 695px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white);
    letter-spacing: 1px;
}

.about-why-text {
    max-width: 730px;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-white);
}

.about-face-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-white);
}

.about-why-text li {
    line-height: 34px;
}

.about-face-text i,
.about-face-text em,
.about-why-text i,
.about-why-text em,
.about-intro-text i,
.about-intro-text em {
    font-style: italic;
    font-weight: 400;
    color: var(--color-primary);
}

.about-face-text b,
.about-face-text strong em,
.about-face-text strong i,
.about-face-text strong,
.about-why-text b,
.about-why-text strong em,
.about-why-text strong i,
.about-why-text strong,
.about-intro-text b,
.about-intro-text strong em,
.about-intro-text strong i,
.about-intro-text strong {
    font-weight: bold;
}

.about-intro-text p,
.about-face-text p,
.about-why-text p {
    margin-bottom: 29px;
}

.about-why-text ul {
    margin: 0 0 36px;
    padding: 0 0 0 17px;
}

.about-why-text ul li {
    padding: 0 0 0 10%;
}

.about-face-text h3,
.about-why-text h3 {
    font-family: var(--font-heading);
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 35px;
    color: var(--color-primary);
}

.about-face-text a,
.about-why-text a {
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: var(--color-primary);
    text-decoration: underline;
    letter-spacing: 0px;
}

.about-face-text a.btn.btn-primary,
.about-why-text a.btn.btn-primary {
    color: var(--color-white);
    text-decoration: none;
}

.about-face-text a.btn.btn-primary:hover,
.about-why-text a.btn.btn-primary:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-primary);
}

.about-intro-image img,
.about-why-image,
.about-face-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.about-why-list {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-white);
    margin-top: 24px;
}

.about-why-list ul {
    margin: 0 0 0 1.2em;
    padding: 0;
    list-style: disc;
}

.about-why-list li {
    margin-bottom: 0.5em;
}

.about-why-image-wrap {
    border-radius: 20px;
    overflow: hidden;
}

.about-why-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.about-cta-section {
    background-color: var(--color-black);
}

.about-cta-no-fullpage {
    padding: 80px 0;
    min-height: auto;
}

.about-cta-heading {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 48px;
}

.about-cta-text p {
    margin-bottom: 24px;
}

.about-cta-text p:last-child {
    margin-bottom: 0;
}

.about-cta-btn {
    display: inline-block;
}

.about-strip-section {
    background-color: var(--color-primary);
    padding: 40px 15px;
}

.about-strip-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    text-align: center;
    width: 100%;
}

.fp-auto-height.about-strip-section .container {
    max-width: 1597px !important;
}

.about-strip-text {
    font-family: var(--font-heading);
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--color-white);
    text-decoration: none;
    max-width: 1025px;
    margin: 0 auto;
}

.about-strip-link {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--color-primary);
    background-color: var(--color-white);
    border: 2px solid var(--color-primary);
    border-radius: 20px;
    padding: 20px 28px;
    text-decoration: none;
    letter-spacing: 0.6px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    margin: 0 auto;
}

.about-strip-link:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-white);
}

.testimonials-section {
    background-color: var(--color-black);
}

.testimonials-section .container {
    max-width: 1300px;
}

.testimonials-header {
    text-align: left;
    margin-bottom: 94px;
    max-width: 810px;
}

.testimonials-header h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 53px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 20px;
}

.testimonials-header p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-white);
    margin: 0;
}

.testimonials-slider-container {
    position: relative;
    padding: 0 60px;
}

.testimonials-slider-container .slick-arrow:before {
    display: none;
}

.testimonials-slider-container .slick-prev,
.testimonials-slider-container .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 10px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.testimonials-slider-container .slick-prev {
    left: -40px;
}

.testimonials-slider-container .slick-next {
    right: -40px;
}

.testimonials-slider-container .slick-prev img,
.testimonials-slider-container .slick-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonials-slider-container .slick-prev:hover,
.testimonials-slider-container .slick-next:hover {
    opacity: 0.7;
}

.testimonials-slider-container .slick-prev:focus,
.testimonials-slider-container .slick-next:focus {
    outline: none;
}

.testimonials-slider {
    margin: 0 -15px;
}

.testimonials-slider .slick-slide {
    padding: 0 24px;
}

.testimonials-slider-item {
    height: 100%;
    min-height: 300px;
    text-align: center;
    display: flex !important;
    flex-direction: column;
}

.testimonials-slider-item .testimonials-slider-item-header {
    min-height: 56px;
    margin-bottom: 33px;
}

.testimonials-slider-item h3 {
    font-family: var(--font-alt);
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.testimonials-slider-item h4 {
    font-family: var(--font-alt);
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 0;
}

.testimonials-slider-item p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 40px;
    font-style: italic;
    text-align: left;
}

.testimonials-slider-item a {
    font-family: var(--font-alt);
    color: var(--color-primary);
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.testimonials-slider-item a:hover {
    text-decoration: underline;
}

.companies-section .container {
    max-width: 1300px;
}

.companies-header h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 53px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 20px;
}

.companies-header p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-white);
    margin: 0;
}

.companies-list {
    margin-top: 153px;
    --auto-grid-min-size: 205px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    gap: 10px;
}

.companies-list .company-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.companies-list .company-item img {
    width: 80%;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: brightness(10);
}

.footer {
    background-color: var(--color-black);
    padding: 40px 0 100px;
}

.footer .container {
    max-width: 1648px !important;
}

.footer-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-top .footer-logo {
    width: 55%;
}

.footer-top .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-contact {
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    text-decoration: none;
    color: var(--color-white);
    margin-left: 35px;
    gap: 10px;
    width: 28%;
    flex: 1 1 auto;
}

.footer-contact img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.footer-middle {
    position: relative;
    display: flex;
    margin-top: 58px;
    padding: 0;
    gap: 24px;
    justify-content: space-between;
    max-width: 750px;
    align-items: center;
}

.footer-middle-item-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.footer-linkedin,
.footer-vincotte-icon-wrap {
    height: 47px;
    width: 47px;
    display: inline-block;
}

.footer-linkedin img,
.footer-vincotte-icon-wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer-middle-item p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: var(--color-white);
    text-decoration: none;
    display: block;
    margin-bottom: 0;
}

.footer-middle-item span,
.footer-middle-item a {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: var(--color-white);
    text-decoration: none;
    display: block;
    margin-bottom: 0;
}

.footer-bottom {
    border-top: 1px solid var(--color-gray);
    margin-top: 21px;
    padding-top: 17px;
    padding-left: 8px;
    max-width: 750px;
}

.footer-bottom span {
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: var(--color-white);
}

.footer-menu-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 57px;
    gap: clamp(20px, 6vw, 120px);
}

.footer-menu-item {
    width: 32.5%;
}

.footer-menu-item h3 {
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 20px;
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-menu-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-item ul li+li {
    margin-top: 15px;
}

.footer-menu-item ul li a {
    font-family: var(--font-alt);
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: var(--color-white);
    text-decoration: none;
    letter-spacing: 1px;
    word-break: break-all;
}

.scroll-bottom-button {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.scroll-bottom-button span {
    font-size: 15px;
    line-height: 20px;
    color: var(--color-white);
    background-color: var(--color-black);
    border-radius: 12px;
    padding: 3px 17px;
}

.single-cpt-page {
    background-color: var(--color-black);
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
}

.single-cpt-hero {
    position: relative;
    background-color: var(--color-black);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    display: flex;
    align-items: center;
    margin: -140px -15px 0;
    padding: 180px 15px 60px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}

.single-cpt-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 85%) 100%);
    pointer-events: none;
}

.single-cpt-hero .container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
}

.single-cpt-back {
    display: inline-block;
    font-family: var(--font-alt);
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-primary);
    text-decoration: none;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.single-cpt-back:hover {
    color: var(--color-white);
}

.single-cpt-title {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 1.15;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 0 12px;
}

.single-cpt-subtitle,
.single-cpt-meta {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-white);
    margin: 0;
    opacity: 0.95;
}

.single-cpt-meta.single-cpt-date {
    margin-top: 4px;
}

.single-cpt-meta.single-cpt-categories a {
    color: var(--color-primary);
    text-decoration: none;
}

.single-cpt-meta.single-cpt-categories a:hover {
    color: var(--color-white);
}

.single-cpt-content {
    padding-top: 50px;
}

.single-cpt-content .container {
    max-width: 1300px;
}

.single-cpt-body {
    max-width: 800px;
}

.single-cpt-editor,
.single-cpt-specs-content {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-white);
}

.single-cpt-editor p,
.single-cpt-specs-content p {
    margin-bottom: 1em;
}

.single-cpt-editor a,
.single-cpt-specs-content a {
    color: var(--color-primary);
    text-decoration: none;
}

.single-cpt-editor a:hover,
.single-cpt-specs-content a:hover {
    text-decoration: underline;
}

.single-cpt-block-title {
    font-family: var(--font-heading);
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--color-white);
    margin: 40px 0 20px;
}

.single-cpt-features-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.single-cpt-features-list li {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-white);
    margin-bottom: 12px;
    padding-left: 0;
}

.single-cpt-features-list li strong {
    color: var(--color-primary);
    margin-right: 6px;
}

.single-cpt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.single-cpt-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-dark);
}

.single-cpt-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.single-cpt-cta {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.single-cpt-cta .btn-outline-light {
    border: 2px solid var(--color-white);
    color: var(--color-white);
    background: transparent;
}

.single-cpt-cta .btn-outline-light:hover {
    background: var(--color-white);
    color: var(--color-black);
    border-color: var(--color-white);
}

.contact-page-section {
    padding: 90px 0 120px;
    background-color: var(--color-black);
    overflow: hidden;
}

.contact-page-section .container {
    max-width: 1570px;
}

.contact-page-inner.contact-page-has-sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-page-inner.contact-page-has-sidebar .contact-page-left {
    width: 50%;
}

.contact-page-inner.contact-page-has-sidebar .contact-page-right {
    width: 39.3%;
    position: relative;
}

.contact-page-inner.contact-page-has-sidebar .contact-page-right::after {
    content: '';
    position: absolute;
    top: -100px;
    bottom: -100px;
    left: 0;
    width: 100vw;
    height: calc(100% + 220px);
    background-color: var(--color-primary);
    z-index: 0;
}

.contact-page-inner.contact-page-has-sidebar .contact-page-right-inner {
    position: relative;
    z-index: 1;
    padding: 27px 0 0 87px;
}

.contact-page-banner {
    width: 100%;
    height: 62.3vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-black);
    margin-top: 118px;
}

.contact-page-hero {
    margin-bottom: 60px;
}

.contact-page-title {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 62px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 0 45px;
    letter-spacing: -1.2px;
}

.contact-page-intro {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white);
    margin: 0 0;
    max-width: 765px;
}

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

.contact-page-intro a,
.contact-page-intro p a {
    color: var(--color-primary);
    text-decoration: none !important;
}

.contact-page-intro a:hover,
.contact-page-intro p a:hover {
    text-decoration: underline !important;
}

.contact-page-intro p b,
.contact-page-intro p strong {
    font-weight: bold;
}

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

.contact-page-24-7 {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: var(--color-primary);
    margin: 0;
}

.contact-page-sidebar-title {
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 52px;
}

.contact-page-info {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 25px;
    color: var(--color-white);
}

.contact-page-info-line {
    margin: 0 0 0;
}

.contact-page-info-line a {
    font-weight: bold;
    color: var(--color-white);
    text-decoration: none;
}

.contact-page-info-line a:hover {
    text-decoration: underline;
}

.contact-page-info-line:last-child {
    margin-bottom: 0;
}

.contact-page-address {
    margin: 25px 0;
    max-width: 215px;
    white-space: pre-line;
}

.contact-page-map {
    margin-top: 237px;
    border-radius: 30px;
    overflow: hidden;
    background: var(--color-dark);
}

.contact-page-map iframe {
    display: block;
    width: 100%;
    height: 529px;
    min-height: 300px;
}

.contact-page-form-section {
    margin-top: 115px;
}

.contact-page-form-title {
    font-family: var(--font-heading);
    font-size: 34px;
    line-height: 46px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 0 45px;
    letter-spacing: -1px;
}

.contact-page-form.contact-form-fallback {
    max-width: 900px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    margin-bottom: 20px;
}

.contact-form-row-full {
    grid-template-columns: 1fr;
}

.contact-form-field br {
    display: none;
}

.contact-form-field label {
    display: block;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white);
    margin-bottom: 8px;
    padding-left: 40px;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-white);
    background-color: var(--color-dark);
    border: 1px solid var(--color-gray);
    border-radius: 12px;
    padding: 14px 18px;
    transition: border-color 0.2s ease;
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
    color: rgb(255 255 255 / 50%);
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
    outline: none;
    border-color: var(--color-primary);
}

.contact-form-field textarea {
    height: 160px;
    resize: vertical;
}

.contact-form-privacy {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-white);
    margin: 0 0 30px;
    flex-direction: row-reverse;
    justify-content: flex-end !important;
    position: relative;
}

.contact-form-privacy .wpcf7-form-control-wrap {
    position: unset !important;
}

.contact-form-privacy input[type="checkbox"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    display: flex !important;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.contact-form-privacy br {
    display: none;
}

.contact-form-privacy a {
    color: var(--color-primary);
    text-decoration: none;
}

.contact-form-privacy a:hover {
    text-decoration: underline;
}

.contact-form-privacy label {
    margin-bottom: 0 !important;
}

.contact-form-privacy-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-form-privacy-icon::after {
    flex-shrink: 0;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: var(--color-primary);
    border-radius: 50%;
    opacity: 0;
}

.contact-form-privacy:has(input[type="checkbox"]:checked) .contact-form-privacy-icon::after {
    opacity: 1;
}

.contact-form-privacy .wpcf7-list-item {
    max-width: 445px;
    margin: 0;
}

.contact-form-privacy .wpcf7-list-item-label {
    font-size: 13px;
    line-height: 15px;
    display: block;
}

.contact-form-submit-wrap {
    text-align: left;
    padding-top: 15px;
}

.contact-form-submit-wrap .btn {
    margin: 0 !important;
    padding: 20px 30px 19px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 20px;
    width: 100%;
    max-width: 214px;
}

.contact-form-submit-wrap .btn:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

.contact-page-form-wrap .wpcf7-form-control-wrap,
.contact-page-form-wrap .wpforms-field-container {
    display: block;
}

.contact-page-form-wrap input[type="text"],
.contact-page-form-wrap input[type="email"],
.contact-page-form-wrap input[type="tel"],
.contact-page-form-wrap textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white) !important;
    background-color: var(--color-dark);
    border: 1px solid var(--color-gray);
    border-radius: 20px;
    padding: 34px 20px !important;
}

.contact-page-form-wrap input[type="text"]:placeholder,
.contact-page-form-wrap input[type="email"]:placeholder,
.contact-page-form-wrap input[type="tel"]:placeholder,
.contact-page-form-wrap textarea::placeholder {
    color: var(--color-white) !important;
}

.contact-page-form-wrap .wpcf7-form p {
    margin-bottom: 0;
}

.contact-page-form-wrap .wpcf7-form p label {
    margin-bottom: 0;
}

.contact-page-form-wrap .wpforms-field {
    margin-bottom: 24px;
}

.contact-page-form-wrap .wpcf7-form p label,
.contact-page-form-wrap .wpforms-field-label {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white);
    margin-bottom: 8px;
    display: block;
}

.contact-page-form-wrap .wpcf7-submit,
.contact-page-form-wrap .wpforms-submit-container button {
    margin-top: 10px;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-response-output {
    color: var(--color-white);
    text-align: center;
}

.wpcf7-form br {
    display: none !important;
}

.offerte-section {
    padding: 85px 0 177px;
    background-color: var(--color-black);
}

.offerte-section .container {
    max-width: 1590px;
}

.offerte-inner {
    max-width: 100%;
    margin: 0;
}

.offerte-title {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 62px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 0 45px;
}

.offerte-intro {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white);
    margin: 0 0 34px;
    max-width: 520px;
}

.offerte-form.contact-form-fallback {
    margin-top: 0;
}

.offerte-form-wrap {
    margin-top: 0;
}

.offerte-form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 0 0 !important;
}

.offerte-form-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.offerte-form-row-inline {
    display: grid;
    grid-template-columns: 138px 1fr;
    gap: 19px;
}

.offerte-form-wrap .wpcf7-form p {
    margin-bottom: 0;
}

.offerte-form-wrap .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 0;
}

.offerte-form-footer {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
}

.offerte-form-wrap .wpcf7-form p label {
    display: block;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white);
    margin-bottom: 8px;
    font-weight: normal;
    padding-left: 11px;
}

.offerte-form-wrap input[type="text"],
.offerte-form-wrap input[type="email"],
.offerte-form-wrap input[type="tel"],
.offerte-form-wrap select,
.offerte-form-wrap textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white) !important;
    background-color: #525252;
    border: 1px solid #525252;
    border-radius: 20px;
    padding: 16px 35px !important;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    height: auto;
}

.offerte-form-wrap input[type="text"]:focus,
.offerte-form-wrap input[type="email"]:focus,
.offerte-form-wrap input[type="tel"]:focus,
.offerte-form-wrap select:focus,
.offerte-form-wrap textarea:focus {
    outline: none;
    border-color: var(--color-primary);
}

.offerte-form-wrap input[type="text"]::placeholder,
.offerte-form-wrap input[type="email"]::placeholder,
.offerte-form-wrap input[type="tel"]::placeholder,
.offerte-form-wrap textarea::placeholder {
    color: rgb(255 255 255 / 50%) !important;
}

.offerte-form-wrap select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FFFFFF' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px !important;
    cursor: pointer;
}

.offerte-form-wrap textarea {
    height: 278px;
    resize: vertical;
    min-height: 278px;
}

.offerte-form-wrap .wpcf7-submit {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 20px;
    padding: 19px 40px !important;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: auto;
    min-width: 291px;
    margin: 32px 0 0 !important;
}

.offerte-form-wrap .wpcf7-submit:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

.offerte-form-wrap .contact-form-privacy>p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-white);
    margin: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 400px;
}

.offerte-form-wrap .contact-form-privacy p label {
    padding-left: 0 !important;
}

.offerte-form-wrap .contact-form-privacy input[type="checkbox"] {
    display: none;
}

.offerte-form-wrap .contact-form-privacy-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid var(--color-primary);
    margin-top: 2px;
}

.offerte-form-wrap .contact-form-privacy-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: var(--color-primary);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.offerte-form-wrap .contact-form-privacy:has(input[type="checkbox"]:checked) .contact-form-privacy-icon::after {
    opacity: 1;
}

.offerte-form-wrap .contact-form-privacy a {
    color: var(--color-primary);
    text-decoration: none;
}

.offerte-form-wrap .contact-form-privacy a:hover {
    text-decoration: underline;
}

.diensten-banner .diensten-banner-content {
    padding: 56px 64px;
    width: fit-content;
    max-width: 620px;
    background-color: rgb(0 0 0 / 40%);
    border-radius: 30px;
    min-height: 287px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projecten-banner .diensten-banner-content {
    max-width: 662px;
    margin-top: 100px;
    padding: 64px 67px 63px;
    min-height: fit-content !important;
}

.diensten-banner .diensten-banner-content h1 {
    font: bold 46px/62px var(--font-heading);
    color: var(--color-white);
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
    max-width: 420px;
}

.diensten-banner .diensten-banner-content h1:last-child {
    margin-bottom: 0;
}

.projecten-banner .diensten-banner-content h1 {
    font: bold 46px / 56px var(--font-heading);
    color: var(--color-white);
    margin: 0 0 20px 0;
    letter-spacing: -1.8px;
    max-width: 500px;
}

.projecten-banner .diensten-banner-content .diensten-banner-cpt-label {
    display: block;
    font-family: var(--font-body);
    font-size: 34px;
    line-height: 41px;
    font-weight: 600;
    letter-spacing: -2.2px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.diensten-banner .diensten-banner-content .diensten-banner-subtitle {
    font: 500 16px/27px var(--font-body);
    color: var(--color-white);
    margin: 0 0 0;
    max-width: 460px;
}

.projecten-banner .diensten-banner-content .diensten-banner-address {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 500 24px/29px var(--font-body);
}

.projecten-banner .diensten-banner-content .diensten-banner-address-icon {
    flex-shrink: 0;
    color: var(--color-primary);
    width: 22px;
    height: 22px;
}

.diensten-banner .diensten-banner-content .diensten-banner-subtitle p:last-child {
    margin-bottom: 0;
}

.diensten-banner .diensten-breadcrumb {
    padding-bottom: 26px;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.diensten-banner .diensten-breadcrumb,
.diensten-banner .diensten-breadcrumb-link {
    color: var(--color-white);
    font-size: 16px;
    line-height: 18px;
    font-family: var(--font-alt);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.diensten-banner .diensten-breadcrumb-link:hover {
    color: var(--color-primary);
}

.diensten-banner .diensten-breadcrumb-current {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--color-white);
    font-weight: 500;
}

.diensten-banner .diensten-breadcrumb-sep {
    margin: 0 6px;
    opacity: 0.8;
}

.diensten-banner .container {
    position: relative;
    z-index: 2;
}

.diensten-banner-badge {
    position: absolute !important;
    bottom: 40px;
    right: 140px;
    z-index: 3;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diensten-banner-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.diensten-banner-badge.diensten-badge-fallback {
    flex-direction: column;
    gap: 2px;
    padding: 18px;
}

.diensten-badge-number {
    font-family: var(--font-heading);
    font-size: 52px;
    line-height: 1;
    font-weight: bold;
    color: var(--color-black);
}

.diensten-badge-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-black);
    letter-spacing: 0.5px;
}

.diensten-banner-features {
    margin: 30px 0;
}

.diensten-banner-feature-item {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white);
    margin-bottom: 12px;
}

.diensten-banner-feature-item:last-child {
    margin-bottom: 0;
}

.diensten-banner-feature-item strong {
    color: var(--color-primary);
    font-weight: bold;
    margin-right: 8px;
}

.diensten-landing-page {
    background-color: var(--color-black);
}

.diensten-landing-banner {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -140px;
    padding-top: 140px;
}

.diensten-landing-banner .container {
    position: relative;
    z-index: 2;
    max-width: 1633px;
    padding: 80px 15px;
}

.diensten-landing-banner .parallax-content {
    background-color: var(--color-overlay);
    border-radius: 30px;
    max-width: 634px;
    padding: 80px 100px;
    position: relative;
    z-index: 1;
}

.diensten-landing-banner .parallax-content h1 {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 53px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 0 30px;
}

.diensten-landing-banner .parallax-content-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: var(--color-white);
}

.diensten-landing-banner .parallax-content-text p {
    margin-bottom: 1em;
}

.diensten-landing-banner .parallax-content-text p:last-child {
    margin-bottom: 0;
}

.diensten-landing-services {
    padding: 100px 0;
    background-color: var(--color-black);
}

.diensten-landing-services .container {
    max-width: 1300px;
}

.diensten-landing-section {
    padding: 100px 0;
    background-color: var(--color-black);
}

.diensten-landing-section .container {
    max-width: 1300px;
}

.projecten-archive-section {
    background-color: var(--color-black);
}

.projecten-archive-section .container {
    max-width: 1569px;
}

.projecten-archive-section .projecten-header-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.projecten-archive-section .projecten-header {
    width: clamp(17.5rem, 16.0754rem + 2.9718vw, 18.75rem);
}

.projecten-archive-section .projecten-filter-section {
    padding: 10px 0 0;
    width: calc(100% - clamp(18.75rem, 5.4301rem + 27.786vw, 30.4375rem));
}

.projecten-header h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 53px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 34px;
}

.projecten-description {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-white);
}

.projecten-description p {
    margin: 0;
}

.projecten-filter-section {
    margin-bottom: 40px;
}

.projecten-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6px 12px;
    width: fit-content;
    gap: 10px;
}

.projecten-filter-title {
    font-family: var(--font-alt);
    font-size: 18px;
    line-height: 20px;
    color: var(--color-white);
    font-weight: 600;
}

.projecten-filter-toggle {
    color: var(--color-primary);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.projecten-filter-toggle.active {
    transform: rotate(180deg);
}

.projecten-filter-separator {
    width: 100%;
    height: 1px;
    background-color: var(--color-primary);
    margin-bottom: 28px;
}

.projecten-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 950px;
}

.projecten-filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: fit-content;
    padding: 0;
}

.projecten-filter-item:hover,
.projecten-filter-item:focus,
.projecten-filter-item:focus-visible,
.projecten-filter-item.active {
    background-color: transparent !important;
}

.projecten-filter-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projecten-filter-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.projecten-filter-icon-fallback {
    display: block;
    font-family: var(--font-heading);
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: var(--color-primary);
}

.projecten-filter-label {
    font-family: var(--font-alt);
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
    text-align: left;
}

.projecten-filter-item.active .projecten-filter-label {
    color: var(--color-primary);
}

.projecten-projects-container {
    margin-top: 30px;
}

.projecten-no-results-message {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-white);
    margin: 24px 0;
    padding: 0;
    text-align: center;
}

/* Verhuur archive — static design, no scroll animations */
.verhuur-archive-static {
    background-color: var(--color-black);
    min-height: 100vh;
}

.verhuur-archive-inner {
    padding-bottom: 0;
}

.verhuur-archive-section {
    background-color: var(--color-black);
    padding: 258px 0 140px;
}

.verhuur-archive-container {
    max-width: 1690px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header: title left, phone right */
.verhuur-archive-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1520px;
    margin: 0 auto;
    padding-bottom: 54px;
}

.verhuur-archive-title {
    font-family: var(--font-heading);
    font-size: 46px;
    line-height: 56px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0;
}

.verhuur-archive-phone a.verhuur-phone-number {
    color: inherit;
    text-decoration: none;
}

.verhuur-archive-phone a.verhuur-phone-number:hover {
    color: var(--color-primary);
}

.verhuur-archive-phone {
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    text-decoration: none;
    color: var(--color-white);
    gap: 17px;
    width: fit-content;
}

.verhuur-archive-phone a {
    font-size: 34px;
    line-height: 41px;
    font-weight: bold;
}

.verhuur-phone-icon {
    display: flex;
    width: 56.84px;
    height: 46.49px;
    object-fit: contain;
}

.verhuur-phone-icon svg {
    width: 100%;
    height: 100%;
}

/* Filter pills */
.verhuur-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16.5px;
    margin-bottom: 33px;
    padding-top: 42px;
    border-top: 1px solid #707070;
}

.verhuur-filter-pill {
    font-family: var(--font-alt);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: var(--color-white);
    background-color: transparent !important;
    border: 3px solid rgba(255, 255, 255, 0.4);
    padding: 14px 34px;
    border-radius: 999px;
}

.verhuur-filter-pill:hover,
.verhuur-filter-pill.active {
    border-color: var(--color-primary) !important;
}

/* Blue info banner */
.verhuur-banner {
    background-color: #0072B6;
    color: var(--color-white);
    padding: 10px 24px;
    border-radius: 30px;
    margin-bottom: 50px;
}

.verhuur-banner p {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
    font-family: var(--font-alt);
    letter-spacing: 1px;
}

/* Product grid */
.verhuur-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.verhuur-product-grid:has(.verhuur-no-results) {
    grid-template-columns: 1fr;
}

.verhuur-no-results {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: var(--color-white);
    text-align: center;
    margin: 0;
}

.verhuur-card {
    background-color: #2F2F2F;
    padding: 53px 30px 40px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.verhuur-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16/10;
}

.verhuur-card-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    aspect-ratio: 1/1;
    max-height: 233px;
}

.verhuur-card-image-placeholder {
    width: 100%;
    height: 100%;
    background: #525252;
    aspect-ratio: 1/1;
    max-height: 233px;
    max-width: 233px;
}

.verhuur-card-body {
    display: flex;
    flex-direction: column;
    padding: 31px 0 0;
    flex: 1 1 auto;
}

.verhuur-card-price-container {
    margin-top: auto;
}

.verhuur-card-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 0 44px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.81px;
    min-height: 50px;
}

.verhuur-card-sub {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.65);
    display: block;
    margin-top: 7px;
}

.verhuur-card-specs {
    margin: 0 0 57px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.verhuur-card-specs>div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.verhuur-card-specs dt {
    color: var(--color-white);
    font-weight: normal;
    margin: 0;
}

.verhuur-card-specs dd {
    color: var(--color-white);
    margin: 0;
    text-align: right;
}

.verhuur-card-price {
    background-color: #0072B6;
    color: var(--color-white);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
    font-family: var(--font-alt);
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.verhuur-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.verhuur-btn {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: var(--color-white);
    border: none;
    border-radius: 30px;
    padding: 18px 40px 20px;
    cursor: pointer;
    text-align: center;
}

.verhuur-btn-price {
    background-color: #1a5f7a;
}

.verhuur-btn-quote {
    background-color: var(--color-primary);
    text-decoration: none;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.verhuur-btn:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

.verhuur-pagination-wrap {
    margin-top: 32px;
    margin-bottom: 24px;
}

.verhuur-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.verhuur-pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.verhuur-pagination-list li {
    margin: 0;
    padding: 0;
}

.verhuur-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-white);
    background-color: #2F2F2F;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
}

.verhuur-page-link:hover {
    background-color: #3d3d3d;
    border-color: var(--color-primary);
    color: var(--color-white);
}

.verhuur-page-link.verhuur-page-current {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#verhuur-grid-wrap.verhuur-loading,
.verhuur-pagination-wrap.verhuur-loading {
    opacity: 0.6;
    pointer-events: none;
}

.verhuur-archive-footer {
    background-color: var(--color-black);
}

.projecten-swiper {
    overflow: hidden;
    margin-bottom: 48px;
}

.projecten-swiper .swiper-slide {
    height: auto;
}

.projecten-swiper .projecten-project-card {
    height: 100%;
    min-height: 180px;
}

.projecten-swiper-pagination {
    margin-top: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.projecten-swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #727272;
    opacity: 1;
    transition: all 0.3s ease;
}

.projecten-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.projecten-projects-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.projecten-project-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background-color: #2F2F2F;
    border: 3px solid transparent;
    border-radius: 30px;
    padding: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.projecten-project-card:hover {
    border-color: var(--color-primary);
}

.projecten-project-card.hidden {
    display: none;
}

.projecten-project-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projecten-project-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.projecten-project-sector-icon {
    position: absolute;
    bottom: 15px;
    right: 17px;
    width: 27px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projecten-project-sector-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.projecten-project-sector-icon-fallback {
    font-family: var(--font-heading);
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: var(--color-primary);
}

.projecten-pagination-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.projecten-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-gray);
    cursor: pointer;
    transition: all 0.3s ease;
}

.projecten-dot.active {
    background-color: var(--color-primary);
    width: 24px;
    border-radius: 4px;
}

.Projecten-button-container {
    display: flex;
    justify-content: center;
}

.Projecten-button-container .btn-primary {
    padding: 20px 50px 19px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

section.dienst-section--two-column {
    background-color: var(--color-black);
}

section.dienst-section--two-column .fp-overflow {
    display: flex;
    align-items: center;
}

section.dienst-section--two-column .container {
    max-width: 1570px !important;
}

section.dienst-section--two-column .dienst-section-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.dienst-section--two-column .dienst-section-text {
    width: 42%;
    padding: 71px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.projecten-section--two-column .dienst-section-text {
    justify-content: center;
}

section.projecten-section--two-column .dienst-section-logo {
    width: 100%;
    max-width: 362px;
    margin-bottom: 67px;
}

.dienst-section-title {
    font: bold 34px/46px var(--font-heading);
    color: var(--color-white);
    margin: 0 0 40px;
    /* margin: 0 0 76px; */
}

.dienst-section-content {
    font: 400 16px / 22px var(--font-body);
    color: var(--color-white);
    margin: 0 0 70px;
    max-width: 640px;
    letter-spacing: 0.4px;
}

.dienst-section-content ul {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}

.dienst-section-content ul li {
    padding-left: 5%;
}

section.projecten-section--two-column .dienst-section-content {
    max-width: 610px;
}

.dienst-section-content:last-child {
    margin-bottom: 0;
}

.dienst-section-inline-cta {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.6px;
    border-radius: 20px;
    padding: 20px;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--bs-btn-hover-color);
    text-decoration: none;
}

.dienst-section-inline-cta--tel {
    font-family: var(--font-heading);
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
}

.dienst-section-inline-cta:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

.dienst-section-inline-cta--tel:hover {
    color: var(--color-primary);
    background-color: transparent;
}

.dienst-section-inline-cta-tel-icon {
    width: 72.23px;
    height: 59.08px;
    flex-shrink: 0;
    vertical-align: middle;
}

section.projecten-section--two-column.dienst-section--image-left .dienst-section-image-wrap {
    width: 43.6%;
}

section.projecten-section--two-column.dienst-section--image-left .dienst-section-text {
    width: 50%;
    justify-content: flex-start;
    padding: 120px 0 70px;
}

section.projecten-section--two-column.dienst-section--image-left .dienst-section-text .dienst-section-content {
    max-width: 659px;
}

/* CTA Bar (dienst single) – green banner with inverse CTA button */
section.dienst-cta-bar {
    padding: 0 !important;
    background-color: var(--color-primary);
}

section.dienst-cta-bar .container.dienst-cta-bar-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 70px;
    padding-bottom: 80px;
    max-width: 1597px;
    text-align: center;
}

section.dienst-cta-bar .dienst-cta-title {
    text-align: center;
    max-width: 1024px;
}

section.dienst-cta-bar .dienst-cta-title h2 {
    font: bold 46px/62px var(--font-heading);
    color: var(--color-white);
    max-width: 100%;
    margin-bottom: 12px;
}

section.dienst-cta-bar .dienst-cta-title h3 {
    font: bold 28px/37px var(--font-heading);
    color: var(--color-white);
    max-width: 100%;
    margin-bottom: 12px;
}

section.dienst-cta-bar .dienst-cta-link {
    display: inline-block;
    font: bold 20px/24px var(--font-heading);
    color: var(--color-primary);
    background-color: var(--color-white);
    border: 2px solid var(--color-primary);
    border-radius: 20px;
    padding: 20px 28px;
    text-decoration: none;
    letter-spacing: 0.6px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

section.dienst-cta-bar .dienst-cta-link:hover,
section.dienst-cta-bar .dienst-cta-link:focus {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-white);
}

.dienst-section-list {
    margin: 0 0 70px;
    padding: 0 0 0 20px;
    color: var(--color-white);
    font: 400 16px / 32px var(--font-body);
    width: 100%;
}

.dienst-section-list li {
    padding-left: 5%;
}

.btn.dienst-section-btn {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
    border-radius: 20px;
    color: var(--color-white);
    padding: 20px 50px 19px;
    margin-top: auto;
}

.btn.dienst-section-btn:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

section.dienst-section--two-column .dienst-section-image-wrap {
    width: 52.55%;
}

section.dienst-section--two-column .dienst-section-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 65vh;
    border-radius: 30px;
}

/* Text + two images layout: images left, text right, dark theme, blockquote accent */
section.dienst-section--text-two-images {
    background-color: var(--color-black);
    /* padding-top: 96px !important;
    padding-bottom: 96px !important; */
}

section.dienst-section--text-two-images .container {
    max-width: 1570px !important;
}

section.dienst-section--text-two-images .dienst-section-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.dienst-section--text-two-images .dienst-section-inner:has(a.btn.dienst-section-btn) {
    flex-direction: row-reverse;
}

/* Images column (left): two stacked images */
section.dienst-section--text-two-images .dienst-section-two-images {
    order: 1;
    flex: 0 1 52.55%;
    display: flex;
    flex-direction: column;
    gap: 33px;
}

section.dienst-section--text-two-images .dienst-section-text {
    order: 2;
    flex: 0 1 40.5%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.dienst-section--text-two-images .dienst-section-text .btn.dienst-section-btn {
    margin-top: auto;
    align-items: unset;
}

section.dienst-section--text-two-images .dienst-section-title {
    margin-bottom: 40px;
    max-width: 500px;
}

section.dienst-section--text-two-images .dienst-section-content {
    margin-bottom: 0;
}

section.dienst-section--text-two-images .dienst-section-content p {
    margin: 0 0 20px;
}

section.dienst-section--text-two-images .dienst-section-content ul {
    list-style: none;
    margin: 28px 0;
    padding: 0;
}

section.dienst-section--text-two-images .dienst-section-content ul li {
    position: relative;
    padding-left: 8%;
    margin-bottom: 5px;
}

section.dienst-section--text-two-images .dienst-section-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-white);
}

.dienst-section-content blockquote {
    margin: 26px 0 0;
    padding: 0 0 0 24px;
    border-left: 4px solid var(--color-primary);
    color: var(--color-white);
    font: 600 16px/27px var(--font-body);
}

.dienst-section-content blockquote p {
    margin: 0;
}

section.dienst-section--text-two-images .dienst-section-image-wrap {
    border-radius: 30px;
    overflow: hidden;
    height: 30vh;
}

section.dienst-section--text-two-images .dienst-section-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pt-0 {
    padding-top: 0 !important;
}

@media (max-width: 1024px) {
    section.dienst-section--text-two-images .dienst-section-inner {
        flex-direction: column;
    }

    section.dienst-section--text-two-images .dienst-section-two-images,
    section.dienst-section--text-two-images .dienst-section-text {
        order: unset;
        flex: 1 1 100%;
    }

    section.dienst-section--text-two-images .dienst-section-two-images {
        max-width: 100%;
    }
}

/* Gallery column layout: 3x3 grid left, text right, dark theme */
section.dienst-section--gallery-column {
    background-color: var(--color-black);
    /* padding-top: 96px !important;
    padding-bottom: 96px !important; */
}

section.dienst-section--gallery-column .container {
    max-width: 1570px !important;
}

section.dienst-section--gallery-column .dienst-section-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 113px;
}

section.dienst-section--gallery-column .dienst-section-gallery {
    flex: 0 1 54%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

section.dienst-section--gallery-column .dienst-section-gallery-item {
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1;
    max-height: 213px;
    width: 100%;
}

section.dienst-section--gallery-column .dienst-section-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.dienst-section--gallery-column .dienst-section-text {
    flex: 0 1 40%;
    padding-top: 40px;
}

section.dienst-section--gallery-column .dienst-section-title {
    margin-bottom: 44px;
}

section.dienst-section--gallery-column .dienst-section-content {
    margin-bottom: 0;
    color: var(--color-white);
    max-width: 530px;
}

section.dienst-section--gallery-column .dienst-section-content p {
    margin: 0 0 20px;
}

section.dienst-section--gallery-column .dienst-section-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    section.dienst-section--gallery-column .dienst-section-inner {
        flex-direction: column;
    }

    section.dienst-section--gallery-column .dienst-section-gallery {
        flex: 1 1 100%;
        max-width: 100%;
    }

    section.dienst-section--gallery-column .dienst-section-text {
        flex: 1 1 100%;
    }
}

/* Full-width image: bg image + green overlay + white text + blue bottom strip */
section.dienst-section--full-width-image {
    position: relative;
    min-height: 55vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.dienst-section--full-width-image .dienst-section-full-overlay {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background: rgb(103 167 51 / 70%);
    padding: 44px 0;
}

section.dienst-section--full-width-image .dienst-section-full-overlay .container {
    flex: 1;
    display: flex;
    align-items: flex-end;
    max-width: 1617px;
}

section.dienst-section--full-width-image .dienst-section-overlay-text {
    margin: 0;
    font: bold 46px/51px var(--font-heading);
    color: var(--color-white);
}

section.dienst-section--full-width-image .dienst-section-full-overlay-strip {
    display: block;
    height: 8px;
    width: 100%;
    background-color: #004578;
    flex-shrink: 0;
}

.main.jobs-archive-page,
main.job-single {
    padding-top: 150px;
    background: var(--color-black);
    color: var(--color-white);
}

.job-breadcrumb-section {
    padding: 30px 0 62px;
}

.job-breadcrumb-section .container {
    max-width: 1666px;
}

.job-breadcrumb-section .job-breadcrumb {
    color: var(--color-white);
    font: 400 16px/27px var(--font-body);
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.job-breadcrumb-section .job-breadcrumb .job-breadcrumb-link {
    font-weight: 600;
    color: var(--color-white);
    text-decoration: none;
}

.job-breadcrumb-section .job-breadcrumb .job-breadcrumb-current {
    text-decoration: underline;
}

.job-breadcrumb-section .job-breadcrumb-link:hover {
    color: var(--color-primary);
}

.job-hero {
    padding: 62px 0 100px;
}

.job-hero .container {
    max-width: 1568px;
}

.job-hero .job-hero-inner-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job-hero .job-hero-content-wrap {
    width: 45%;
}

.job-hero .job-hero-apply-wrap {
    width: 47%;
    padding-right: 130px;
    padding-top: 10px;
}

.job-hero .job-title {
    font: bold 46px/62px var(--font-body);
    margin-bottom: 64px;
    letter-spacing: 1px;
}

.job-hero .job-content {
    max-width: 620px;
    font: 400 16px/22px var(--font-body);
    color: var(--color-white);
}

.job-hero .job-content a {
    color: var(--color-primary);
    text-decoration: underline;
    transition: all 0.3s ease;
}

.job-hero .job-content a:hover {
    color: var(--color-white);
    text-decoration: none;
}

.job-hero .job-content h3 {
    font: bold 20px/23px var(--font-body);
    margin-bottom: 28px;
    color: var(--color-primary);
    margin-top: 54px;
}

.job-hero .job-content h3:first-child {
    margin-top: 0;
}

.job-hero .job-hero-apply-wrap .job-hero-apply-box .job-hero-apply-title {
    font: 400 26px/31px var(--font-body);
    margin-bottom: 33px;
    color: var(--color-white);
}

.job-hero .job-hero-apply-wrap .job-hero-apply-box {
    max-width: 291px;
    margin-left: auto;
}

.job-hero .job-hero-apply-wrap .job-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    aspect-ratio: 29 / 33;
}

.job-apply-form .job-application-form .contact-form-row {
    margin-bottom: 18px;
}

.job-apply-form .job-application-form .contact-form-field p {
    margin: 0;
}

.job-apply-form .job-application-form .contact-form-field label {
    display: block;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--color-dark);
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}

.job-apply-form .job-application-form .contact-form-field p>label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.job-apply-form .job-application-form .contact-form-field .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-top: 0;
}

.job-apply-form .job-application-form .contact-form-field input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    z-index: 2;
}

.job-apply-form .job-application-form .contact-form-field .job-file-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 20px;
    background-color: #f0f0f0;
    color: #3c3c3c;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    pointer-events: none;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.job-apply-form .job-application-form .contact-form-field .job-file-name {
    display: none;
    font-family: var(--font-body);
    font-size: 13px;
    color: #d0d0d0;
    margin-top: 6px;
    word-break: break-all;
}

.job-apply-form .job-application-form .contact-form-field.has-file .job-file-name {
    display: block;
}

.job-apply-form .job-application-form .contact-form-submit-wrap {
    margin-top: 47px;
    margin-bottom: 0;
    padding: 0;
}

.job-apply-form .job-application-form .contact-form-submit-wrap p {
    margin: 0;
}

.job-apply-form .job-application-form .contact-form-submit-wrap input[type="submit"],
.job-apply-form .job-application-form .contact-form-submit-wrap .wpcf7-submit {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 14px 24px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    background-color: #0072b6;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    max-width: 100%;
    letter-spacing: 0.04em;
}

.job-apply-form .job-application-form .contact-form-submit-wrap input[type="submit"]:hover,
.job-apply-form .job-application-form .contact-form-submit-wrap .wpcf7-submit:hover {
    background-color: #004578;
}

.job-apply-form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
}

.job-apply-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 4px;
}

.job-apply-form .job-application-form {
    margin-bottom: 0;
}

.job-hero-apply-wrap .job-hero-image-wrap {
    margin-top: 162px;
}

section.jobs-archive-section {
    padding: 69px 0 100px;
}

.jobs-archive-section .container.jobs-archive-container {
    max-width: 1615px;
}

.jobs-archive-header-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jobs-archive-header-text {
    width: 40%;
    padding-top: 84px;
    padding-left: 18px;
}

.jobs-archive-header-text .jobs-archive-page-title {
    font: bold 46px/62px var(--font-heading);
    margin-bottom: 16px;
}

.jobs-archive-header-text .jobs-archive-title {
    font: 400 46px/54px var(--font-heading);
    margin-bottom: 52px;
}

.jobs-archive-header-text .jobs-archive-intro {
    font: 400 16px/22px var(--font-body);
}

.jobs-archive-header-text .jobs-list-wrap {
    margin-top: 83px;
    max-width: 291px;
}

.jobs-archive-header-text .jobs-list-wrap .jobs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.jobs-archive-header-text .jobs-list-wrap .jobs-list .jobs-list-item {
    font: bold 16px/20px var(--font-body);
    color: var(--color-white);
    text-decoration: none;
    padding: 20px 32px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #0072B6;
    text-transform: capitalize;
}

.jobs-archive-header-text .jobs-list-wrap .jobs-list .jobs-list-item:hover {
    background: #004578;
}

.jobs-archive-hero-image {
    width: 44%;
}

.jobs-archive-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner--badge-logos {
    z-index: 3;
    width: 100%;
    margin-top: 40px;
}

.banner-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-logos img {
    width: 110px;
    height: 55px;
    object-fit: contain;
    background: #fff;
    padding: 2px 5px;
    border-radius: 14px;
}

.banner--badge-logos .diensten-banner-badge {
    position: unset !important;
}

@media (max-width: 768px) {
    section.dienst-section--full-width-image {
        min-height: 45vh;
    }

    section.dienst-section--full-width-image .dienst-section-overlay-text {
        font-size: 20px;
    }

    .dienst-section-content ul {
        margin: 0 0 26px;
        padding: 0 0 0 16px;
    }

    .dienst-section-content ul li {
        padding-left: 4%;
    }

    .banner-logos img {
        width: 94px;
        height: 40px;
    }

    .banner--badge-logos {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .footer-logo img {
        max-height: 9.635vw;
    }
}

@media (max-width: 1200px) {
    .about-intro-section .about-intro-content-wrap {
        padding: 0;
        width: 48%;
    }

    .about-face-section .about-face-content-wrap {
        width: 56%;
    }

    .about-face-heading,
    .about-intro-heading,
    .about-why-heading,
    .about-face-text h3,
    .about-why-text h3 {
        margin-bottom: 20px;
    }

    .about-face-heading,
    .about-intro-heading,
    .about-why-heading {
        font-size: 30px;
        line-height: 1.2;
    }

    .about-why-text ul li {
        padding: 0 0 0 5%;
    }

    .about-cta-heading {
        font-size: 34px;
        margin-bottom: 28px;
    }

    #fullpage .section.fp-auto-height {
        padding: 100px 0;
    }

    #fullpage .section.fp-auto-height.about-strip-section {
        padding: 80px 0;
    }

    .about-strip-text {
        font-size: 30px;
    }

    .about-strip-inner {
        gap: 20px;
    }

    .about-strip-link {
        font-size: 18px;
        padding: 16px 24px;
    }

    .contact-page-inner.contact-page-has-sidebar .contact-page-right-inner {
        padding: 15px 0 0 22px;
    }

    .contact-page-map {
        margin-top: 100px;
    }

    .contact-page-form-section {
        margin-top: 60px;
    }

    .contact-page-title {
        font-size: 42px;
        line-height: 58px;
        margin: 0 0 30px;
        letter-spacing: -0.2px;
    }

    .contact-page-form-wrap input[type="text"],
    .contact-page-form-wrap input[type="email"],
    .contact-page-form-wrap input[type="tel"],
    .contact-page-form-wrap textarea {
        padding: 25px 15px !important;
    }

    .offerte-form-wrap input[type="text"],
    .offerte-form-wrap input[type="email"],
    .offerte-form-wrap input[type="tel"],
    .offerte-form-wrap select,
    .offerte-form-wrap textarea {
        padding: 14px 25px !important;
    }

    .contact-page-inner.contact-page-has-sidebar .contact-page-left {
        width: 56%;
    }

    .contact-page-section {
        padding: 80px 0;
    }

    .contact-page-sidebar-title {
        margin-bottom: 32px;
    }

    .contact-page-banner {
        margin-top: 86px;
    }

    .offerte-form-grid {
        gap: 18px;
    }

    .offerte-form-wrap textarea {
        height: 266px;
        resize: vertical;
        min-height: 266px;
    }

    .offerte-form-wrap .wpcf7-submit {
        margin: 15px 0 0 !important;
        padding: 17px 40px !important;
    }

    .verhuur-archive-section {
        padding: 160px 0 100px;
    }

    .verhuur-archive-container {
        padding: 0 20px;
    }

    .verhuur-archive-header {
        padding-bottom: 40px;
    }

    .verhuur-archive-phone a,
    .verhuur-archive-phone .verhuur-phone-number {
        font-size: 28px;
        line-height: 34px;
    }

    .verhuur-filters {
        gap: 12px;
        margin-bottom: 28px;
        padding-top: 32px;
    }

    .verhuur-filter-pill {
        padding: 12px 28px;
        font-size: 15px;
    }

    .verhuur-banner {
        padding: 12px 20px;
        margin-bottom: 40px;
    }

    .verhuur-product-grid {
        gap: 14px;
    }

    .verhuur-card {
        padding: 40px 24px 32px;
        border-radius: 24px;
    }

    .verhuur-card-title {
        font-size: 17px;
        margin-bottom: 32px;
        min-height: auto;
    }

    .verhuur-card-specs {
        margin-bottom: 44px;
        gap: 10px;
        font-size: 13px;
    }

    .verhuur-card-price {
        padding: 8px 20px;
        font-size: 15px;
        margin-bottom: 28px;
    }

    .verhuur-btn {
        padding: 16px 32px 18px;
        font-size: 15px;
    }

    .job-hero {
        padding: 30px 0 80px;
    }

    .job-hero .job-hero-apply-wrap {
        padding-right: 0;
    }

    .job-breadcrumb-section {
        padding: 20px 0 30px;
    }

    .job-hero .job-title {
        font: bold 38px / 54px var(--font-body);
        margin-bottom: 32px;
    }

    .job-hero-apply-wrap .job-hero-image-wrap {
        margin-top: 90px;
    }

    .job-hero .job-content h3 {
        font: bold 18px / 20px var(--font-body);
        margin-bottom: 20px;
        margin-top: 32px;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse {
        background-color: var(--color-black);
        height: calc(100vh - 118px);
        padding: 0 15px 40px;
        position: fixed;
        overflow: auto;
        width: 100%;
        top: 118px;
        left: 0;
        z-index: 1;
    }

    .header .navbar-brand {
        width: 200px;
        height: 100px;
        margin-left: 20px;
    }

    .navbar-brand img {
        max-height: 100px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .nav-container {
        padding: 40px 0;
    }

    .nav-container .navbar-nav {
        flex-direction: row;
        justify-content: flex-start;
    }

    .nav-container .navbar-nav.main-menu {
        border-top: 1px solid var(--color-border-muted);
        margin-top: 40px;
        padding-top: 40px;
    }

    .main-menu .nav-item.dropdown {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .main-menu .nav-item.dropdown>.nav-link {
        margin-right: 0;
    }

    .main-menu .nav-item.dropdown .dropdown-toggle-arrow {
        width: 28px;
        height: 28px;
    }

    .main-menu .nav-item.dropdown .dropdown-menu {
        position: static;
        width: 100%;
        display: none;
        box-shadow: none;
        border: none;
        padding-left: 12px;
    }

    .main-menu .nav-item.dropdown .dropdown-menu.show {
        display: block !important;
    }

    .main-menu .nav-item.dropdown .dropdown-toggle-arrow[aria-expanded="true"] .arrow-icon {
        transform: rotate(180deg) translateY(0);
    }

    .cta-container {
        border-radius: 20px;
        max-width: 100%;
        position: unset;
        width: 100%;
        padding: 20px;
    }

    .cta-container h4 {
        margin-bottom: 10px;
    }

    .cta-container .btn {
        max-width: 160px;
        margin-top: 20px;
    }

    .btn {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cta-container p {
        margin: 0;
    }

    .parallax-content {
        padding: 40px;
    }

    .parallax-content h2 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .about-hero-section {
        padding-top: 140px !important;
    }

    .about-hero-section .parallax-content {
        padding: 56px 50px 48px;
    }

    #fullpage .section {
        padding-top: 140px;
    }

    .services-list {
        gap: 20px;
    }

    .services-list .service-item {
        height: 180px;
        padding: 0 20px;
        width: calc(33.33% - 13.3px);
    }

    .services-list .service-item h3 {
        font-size: 16px;
        line-height: 1.2;
    }

    .about-header .about-link .btn {
        width: auto;
    }

    .about-header .about-link img {
        max-width: 100px;
    }

    .testimonials-header {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .testimonials-slider .slick-slide {
        padding: 0 16px;
    }

    .testimonials-slider-item {
        text-align: left;
    }

    .testimonials-slider-container .slick-prev {
        left: -30px;
    }

    .testimonials-slider-container .slick-next {
        right: -30px;
    }

    .companies-list {
        margin-top: 60px;
    }

    .companies-list .company-item img {
        max-width: 160px;
    }

    .footer-logo img {
        max-height: 80px;
    }

    .footer-linkedin,
    .footer-vincotte-icon-wrap {
        height: 32px;
        width: 32px;
    }

    .footer-contact img {
        max-width: 40px;
    }

    .footer-contact {
        font-size: 24px;
    }

    .footer-middle {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .footer-middle-item span,
    .footer-middle-item a {
        font-size: 16px;
        line-height: 1.4;
    }

    .footer-linkedin {
        transform: translateY(0px);
        top: auto;
        bottom: 0;
    }

    .footer-bottom span {
        font-size: 16px;
        line-height: 1.4;
    }

    .footer-linkedin,
    .footer-vincotte-icon-wrap {
        height: 28px;
        width: 28px;
    }

    .footer-menu-container {
        padding-top: 20px;
        gap: 20px;
    }

    .footer-menu-item {
        width: 46%;
    }

    .footer-menu-item ul li+li {
        margin-top: 15px;
    }

    .footer-menu-item ul li a {
        font-size: 16px;
        line-height: 1;
        word-break: break-all;
    }

    .projecten-projects-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .projecten-swiper {
        margin-bottom: 42px;
    }

    .projecten-swiper-pagination {
        margin-top: 42px;
    }

    .projecten-swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .verhuur-archive-section {
        padding: 140px 0 80px;
    }

    .verhuur-archive-container {
        padding: 0 18px;
    }

    .verhuur-archive-header {
        padding-bottom: 32px;
    }

    .verhuur-archive-phone a,
    .verhuur-archive-phone .verhuur-phone-number {
        font-size: 24px;
        line-height: 30px;
    }

    .verhuur-phone-icon {
        width: 44px;
        height: 36px;
    }

    .verhuur-filters {
        gap: 10px;
        margin-bottom: 24px;
        padding-top: 28px;
    }

    .verhuur-filter-pill {
        padding: 10px 22px;
        font-size: 14px;
    }

    .verhuur-banner {
        padding: 10px 18px;
        margin-bottom: 32px;
    }

    .verhuur-banner p {
        font-size: 14px;
        line-height: 1.4;
    }

    .verhuur-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .verhuur-card {
        padding: 32px 20px 28px;
        border-radius: 20px;
    }

    .verhuur-card-body {
        padding-top: 24px;
    }

    .verhuur-card-title {
        font-size: 16px;
        margin-bottom: 24px;
        line-height: 1.35;
    }

    .verhuur-card-sub {
        font-size: 15px;
        margin-top: 4px;
    }

    .verhuur-card-specs {
        margin-bottom: 32px;
        gap: 8px;
    }

    .verhuur-card-specs>div {
        font-size: 13px;
    }

    .verhuur-card-price {
        padding: 8px 16px;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .verhuur-btn {
        padding: 14px 28px 16px;
        font-size: 14px;
    }

    .verhuur-pagination-wrap {
        margin-top: 28px;
        margin-bottom: 20px;
    }

    .verhuur-page-link {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .verhuur-archive-title {
        font-size: 38px;
        line-height: 1.2;
    }

    .main-menu .nav-item.dropdown .dropdown-toggle-arrow {
        display: flex;
    }

    .nav-container .navbar-nav.main-menu {
        flex-direction: column;
    }

    main.job-single {
        padding-top: 120px;
    }

    .job-hero .job-hero-apply-wrap .job-hero-apply-box .job-hero-apply-title {
        font: 400 22px / 24px var(--font-body);
        margin-bottom: 22px;
    }

    .job-apply-form .job-application-form .contact-form-submit-wrap {
        margin-top: 34px;
    }

    .main.jobs-archive-page,
    main.job-single {
        padding-top: 118px;
    }

    section.jobs-archive-section {
        padding: 40px 0 60px;
    }

    .jobs-archive-header-text {
        width: 50%;
        padding-top: 40px;
        padding-left: 10px;
    }

    .jobs-archive-header-text .jobs-archive-page-title {
        font: bold 34px / 48px var(--font-heading);
        margin-bottom: 12px;
    }

    .jobs-archive-header-text .jobs-archive-title {
        font: 400 38px / 48px var(--font-heading);
        margin-bottom: 32px;
    }

    .jobs-archive-header-text .jobs-list-wrap {
        margin-top: 48px;
    }
}

@media (max-width: 991px) {
    .header .navbar-brand {
        width: 160px;
        height: 80px;
        margin-left: 15px;
    }

    .parallax-content h2 {
        font-size: 38px;
    }

    .services-section .col-md-4,
    .services-section .col-md-8 {
        width: 100%;
    }

    .services-header {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .services-header h2 {
        font-size: 38px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .services-header p {
        margin-bottom: 20px;
    }

    .services-list .service-item {
        width: calc(33.33% - 14px);
        height: 120px;
        gap: 16px;
    }

    .services-list .service-item img {
        max-height: 40px;
        max-width: 40px;
    }

    .about-header h2 {
        font-size: 38px;
        line-height: 1;
        margin-bottom: 20px;
    }

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

    .testimonials-slider-item h4 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .testimonials-slider-item h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .testimonials-slider-item p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .testimonials-header h2 {
        font-size: 38px;
        line-height: 1;
    }

    .companies-header h2 {
        font-size: 38px;
        line-height: 1;
    }

    .companies-list {
        gap: 20px;
        justify-content: flex-start;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-contact {
        margin: 20px 0 0;
    }

    #fullpage .section.fp-auto-height {
        padding: 80px 0;
    }

    #fullpage .section.fp-auto-height.about-strip-section {
        padding: 60px 0;
    }

    .about-intro-heading,
    .about-face-heading,
    .about-why-heading {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .about-cta-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about-strip-inner {
        gap: 10px;
    }

    .about-face-text h3,
    .about-why-text h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .about-cta-text p {
        margin-bottom: 16px;
    }

    .about-face-text,
    .about-why-text,
    .about-intro-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .about-strip-link {
        padding: 14px 20px;
        font-size: 16px;
    }

    .about-strip-text {
        font-size: 18px;
    }

    .about-intro-text p,
    .about-face-text p,
    .about-why-text p {
        margin-bottom: 16px;
    }

    .about-hero-section {
        padding-top: 180px !important;
        align-items: center;
    }

    .about-hero-section .parallax-content {
        padding: 56px 50px 48px;
        max-width: 630px;
    }

    .about-hero-section .fp-overflow {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
    }

    .about-intro-section .about-intro-content-wrap-row,
    .about-face-section .about-intro-content-wrap-row,
    .about-why-section .about-intro-content-wrap-row {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }

    .about-intro-section .about-intro-content-wrap,
    .about-intro-section .about-intro-image-wrap,
    .about-face-section .about-face-image-wrap,
    .about-face-section .about-face-content-wrap,
    .about-why-section .about-why-content-wrap,
    .about-why-section .about-why-image-wrap {
        width: 100%;
        max-width: 100%;
    }

    .about-intro-section .about-intro-content-wrap {
        padding: 0;
    }

    .about-intro-section .about-intro-image-wrap,
    .about-face-section .about-face-image-wrap,
    .about-why-section .about-why-image-wrap {
        order: 0;
    }

    .about-face-section .about-intro-content-wrap-row .about-face-image-wrap {
        order: -1;
    }

    .about-cta-section.about-cta-no-fullpage {
        padding: 56px 0;
    }

    .fp-auto-height .about-cta-text {
        max-width: 100%;
    }

    .about-intro-section .container,
    .about-face-section .container,
    .about-why-section .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-intro-section .about-intro-image-wrap img,
    .about-face-section .about-face-image-wrap img,
    .about-why-section .about-why-image-wrap img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .about-face-section .about-face-image-wrap img {
        object-position: top;
    }

    .contact-page-inner {
        grid-template-columns: 1fr;
    }

    .contact-page-map iframe {
        height: 350px;
    }

    .contact-page-banner {
        margin-top: 66px;
    }

    .offerte-form-grid {
        grid-template-columns: 1fr 1fr;
    }

    .offerte-form-column {
        gap: 10px;
    }

    .contact-form-privacy {
        margin: 0 0 18px;
    }

    .offerte-form-column-right {
        grid-column: span 2;
        grid-row: auto;
    }

    .offerte-form-submit-wrap {
        margin-left: 0;
        width: fit-content;
    }

    .offerte-form-submit-wrap .wpcf7-submit {
        width: 100%;
    }

    .offerte-title {
        font-size: 38px;
        line-height: 48px;
        margin: 0 0 24px;
    }

    .offerte-section {
        padding: 60px 0 100px;
    }

    .offerte-form-wrap textarea {
        height: 220px;
        min-height: 220px;
    }

    .diensten-landing-banner {
        min-height: 60vh;
    }

    .diensten-landing-banner .container {
        padding: 60px 15px;
    }

    .diensten-landing-banner .parallax-content {
        padding: 60px 60px;
    }

    .diensten-landing-banner .parallax-content h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .diensten-landing-services,
    .diensten-landing-section {
        padding: 60px 0;
    }

    .diensten-banner-badge {
        width: 120px;
        height: 120px;
        bottom: 40px;
        right: 40px;
        padding: 15px;
    }

    .diensten-badge-number {
        font-size: 42px;
    }

    .diensten-badge-text {
        font-size: 14px;
    }

    .projecten-header h2 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .projecten-filter-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .projecten-projects-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .projecten-filter-label {
        font-size: 12px;
    }

    .projecten-swiper {
        margin-bottom: 36px;
    }

    .projecten-swiper-pagination {
        margin-top: 36px;
    }

    .projecten-swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .verhuur-archive-section {
        padding: 120px 0 60px;
    }

    .verhuur-archive-container {
        padding: 0 16px;
    }

    .verhuur-archive-header {
        padding-bottom: 28px;
        gap: 12px;
    }

    .verhuur-archive-phone a,
    .verhuur-archive-phone .verhuur-phone-number {
        font-size: 20px;
        line-height: 26px;
    }

    .verhuur-phone-icon {
        width: 36px;
        height: 30px;
    }

    .verhuur-filters {
        gap: 8px;
        margin-bottom: 20px;
        padding-top: 24px;
        border-top-width: 1px;
    }

    .verhuur-filter-pill {
        padding: 8px 18px;
        font-size: 13px;
        border-width: 2px;
    }

    .verhuur-banner {
        padding: 10px 16px;
        margin-bottom: 28px;
        border-radius: 20px;
    }

    .verhuur-banner p {
        font-size: 13px;
    }

    .verhuur-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .verhuur-card {
        padding: 28px 16px 24px;
        border-radius: 16px;
    }

    .verhuur-card-body {
        padding-top: 20px;
    }

    .verhuur-card-title {
        font-size: 15px;
        margin-bottom: 20px;
        min-height: 44px;
    }

    .verhuur-card-sub {
        font-size: 13px;
        margin-top: 2px;
    }

    .verhuur-card-specs {
        margin-bottom: 24px;
        gap: 6px;
    }

    .verhuur-card-specs>div {
        font-size: 12px;
    }

    .verhuur-card-price {
        padding: 6px 14px;
        font-size: 13px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .verhuur-btn {
        padding: 12px 24px 14px;
        font-size: 13px;
        border-radius: 20px;
    }

    .verhuur-pagination-wrap {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .verhuur-page-link {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .verhuur-archive-title {
        font-size: 34px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    #fullpage .section {
        padding-top: 90px;
    }

    .header .navbar-brand {
        width: 120px;
        height: 60px;
        margin-left: 10px;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .navbar-collapse {
        top: 78px;
        height: calc(100vh - 78px);
        overflow: auto;
        padding-bottom: 40px;
    }

    .nav-container .navbar-nav.top-menu {
        gap: 20px;
    }

    .nav-container .navbar-nav {
        flex-direction: column;
    }

    .nav-container .navbar-nav.main-menu {
        gap: 20px;
        margin-top: 20px;
        padding-top: 20px;
    }

    .nav-container {
        padding: 20px 0;
    }

    .cta-container {
        position: relative;
        bottom: 0;
        max-width: 100%;
        border-radius: 10px;
        padding: 20px;
        margin-top: 40px;
    }

    .cta-container .btn {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
        border-radius: 10px;
        margin-top: 10px;
    }

    .parallax-content {
        padding: 20px;
        border-radius: 20px;
    }

    .parallax-content h2 {
        font-size: 34px;
    }

    .services-header h2 {
        font-size: 34px;
    }

    .services-list .service-item {
        width: calc(50% - 14px);
        padding: 0;
    }

    .services-list .service-item h3 {
        font-size: 14px;
    }

    .btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .about-header h2 {
        font-size: 34px;
    }

    .about-header {
        margin-bottom: 40px;
    }

    .about-intro-heading,
    .about-face-heading,
    .about-why-heading {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .about-face-image-wrap {
        max-width: 280px;
        margin: 0 auto 24px;
    }

    .about-strip-section {
        padding: 28px 15px;
    }

    .about-hero-section {
        padding-top: 140px !important;
    }

    .about-hero-section .parallax-content {
        padding: 28px 20px 24px;
        max-width: 100%;
    }

    .about-intro-section .about-intro-content-wrap-row,
    .about-face-section .about-intro-content-wrap-row,
    .about-why-section .about-intro-content-wrap-row {
        gap: 24px;
    }

    .about-intro-section .container,
    .about-face-section .container,
    .about-why-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-face-text,
    .about-why-text,
    .about-intro-text {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.5;
    }

    .about-cta-section.about-cta-no-fullpage {
        padding: 40px 0;
    }

    .about-cta-heading {
        margin-bottom: 20px;
    }

    .about-strip-inner {
        gap: 16px;
        align-items: flex-start;
    }

    #fullpage .section.fp-auto-height {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    #fullpage .section.fp-auto-height.about-strip-section {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .testimonials-header h2 {
        font-size: 34px;
    }

    .testimonials-slider-container {
        padding: 0 44px;
    }

    .testimonials-slider .slick-slide {
        padding: 0;
    }

    .companies-header h2 {
        font-size: 34px;
    }

    .footer-middle {
        gap: 20px;
    }

    .footer-menu-item h3 {
        margin-bottom: 10px;
    }

    .footer-menu-container {
        padding-top: 40px;
    }

    .footer-menu-item {
        width: calc(50% - 10px);
    }

    .single-cpt-page {
        padding-top: 100px;
    }

    .single-cpt-hero {
        min-height: 260px;
        padding: 120px 15px 40px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        max-width: none;
    }

    .single-cpt-title {
        font-size: 34px;
    }

    .single-cpt-block-title {
        font-size: 24px;
        margin-top: 30px;
    }

    .single-cpt-gallery-grid {
        grid-template-columns: 1fr;
    }

    .contact-page-left {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }

    .contact-page-right {
        padding: 40px 20px 60px;
    }

    .contact-page-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .contact-page-form-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .contact-form-field label {
        padding-left: 15px;
    }

    .contact-page-inner.contact-page-has-sidebar .contact-page-right,
    .contact-page-inner.contact-page-has-sidebar .contact-page-left {
        width: 100%;
    }

    .contact-page-section {
        padding: 60px 0 0;
    }

    .contact-page-title {
        font-size: 36px;
        line-height: 48px;
        margin: 0 0 20px;
    }

    .contact-page-form-title {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 20px;
    }

    .contact-page-inner.contact-page-has-sidebar .contact-page-right::after {
        width: 100%;
        height: 100%;
        top: 0;
    }

    .contact-page-map {
        margin-top: 40px;
    }

    .contact-page-map iframe {
        height: 280px;
    }

    .contact-page-address {
        margin: 12px 0;
    }

    .contact-page-info {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-page-inner.contact-page-has-sidebar .contact-page-right-inner {
        padding: 0;
    }

    .contact-page-sidebar-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .contact-page-banner {
        margin-top: 30px;
    }

    .offerte-form-grid {
        grid-template-columns: 1fr;
    }

    .offerte-form-column-right {
        grid-column: auto;
    }

    .offerte-section {
        padding: 40px 0 80px;
    }

    .offerte-title {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .offerte-intro {
        margin-bottom: 32px;
    }

    .offerte-form-wrap textarea {
        height: 180px;
        min-height: 180px;
    }

    .diensten-landing-banner {
        min-height: 50vh;
        padding-top: 100px;
        margin-top: -100px;
    }

    .diensten-landing-banner .container {
        padding: 40px 15px;
    }

    .diensten-landing-banner .parallax-content {
        padding: 40px 30px;
    }

    .diensten-landing-banner .parallax-content h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .diensten-landing-services,
    .diensten-landing-section {
        padding: 50px 0;
    }

    .diensten-banner-badge {
        width: 100px;
        height: 100px;
        bottom: 30px;
        right: 30px;
        padding: 10px;
    }

    .diensten-badge-number {
        font-size: 36px;
    }

    .diensten-badge-text {
        font-size: 12px;
    }

    .projecten-header h2 {
        font-size: 34px;
    }

    .projecten-filter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .projecten-projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .projecten-project-card {
        padding: 20px;
    }

    .projecten-filter-label {
        font-size: 11px;
    }

    .projecten-archive-section .projecten-header {
        width: 100%;
    }

    .projecten-archive-section .projecten-filter-section {
        width: 100%;
        padding: 40px 0 0;
        margin: 0;
    }

    .projecten-swiper {
        margin-bottom: 28px;
    }

    .projecten-swiper-pagination {
        margin-top: 28px;
    }

    .projecten-swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .verhuur-archive-section {
        padding: 100px 0 48px;
    }

    .verhuur-archive-container {
        padding: 0 16px;
    }

    .verhuur-archive-header {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 24px;
        gap: 16px;
    }

    .verhuur-archive-phone a,
    .verhuur-archive-phone .verhuur-phone-number {
        font-size: 18px;
        line-height: 22px;
    }

    .verhuur-phone-icon {
        width: 32px;
        height: 26px;
    }

    .verhuur-filters {
        gap: 8px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .verhuur-filter-pill {
        padding: 8px 16px;
        font-size: 12px;
        border-width: 2px;
    }

    .verhuur-banner {
        padding: 10px 14px;
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .verhuur-banner p {
        font-size: 12px;
    }

    .verhuur-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .verhuur-card {
        padding: 24px 20px 20px;
        border-radius: 16px;
    }

    .verhuur-card-image {
        aspect-ratio: 16/10;
    }

    .verhuur-card-body {
        padding-top: 20px;
    }

    .verhuur-card-title {
        font-size: 16px;
        margin-bottom: 18px;
        min-height: auto;
    }

    .verhuur-card-sub {
        font-size: 14px;
    }

    .verhuur-card-specs {
        margin-bottom: 20px;
        gap: 6px;
    }

    .verhuur-card-specs>div {
        font-size: 12px;
    }

    .verhuur-card-price {
        padding: 8px 16px;
        font-size: 13px;
        margin-bottom: 18px;
        border-radius: 16px;
    }

    .verhuur-card-actions {
        gap: 8px;
    }

    .verhuur-btn {
        padding: 14px 24px 16px;
        font-size: 14px;
        border-radius: 16px;
    }

    .verhuur-pagination-wrap {
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .verhuur-page-link {
        min-width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .verhuur-archive-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .job-hero .job-hero-apply-wrap,
    .job-hero .job-hero-content-wrap {
        width: 100%;
    }

    .job-hero .job-hero-apply-wrap {
        padding-top: 40px;
    }

    .job-hero .job-hero-apply-wrap .job-hero-apply-box {
        margin-left: unset;
    }

    .job-hero-apply-wrap .job-hero-image-wrap {
        margin-top: 60px;
    }

    .job-hero {
        padding: 20px 0 60px;
    }

    .job-breadcrumb-section {
        padding: 15px 0 20px;
    }

    .job-hero .job-title {
        font: bold 34px / 46px var(--font-body);
        margin-bottom: 22px;
    }

    .main.jobs-archive-page,
    main.job-single {
        padding-top: 78px;
    }

    section.jobs-archive-section {
        padding: 40px 0;
    }

    .jobs-archive-header-text .jobs-archive-title,
    .jobs-archive-header-text .jobs-archive-page-title {
        font-size: 28px;
        line-height: 38px;
    }

    .jobs-archive-header-text .jobs-list-wrap .jobs-list .jobs-list-item {
        padding: 16px 24px 15px;
    }

    .jobs-archive-header-text {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .jobs-archive-hero-image {
        width: 100%;
        aspect-ratio: 3 / 2;
        margin-top: 2rem;
    }

    .jobs-archive-header-text .jobs-list-wrap {
        margin-top: 24px;
    }

    .jobs-archive-hero-image img {
        object-position: 50% 30%;
    }

}

@media (max-width: 480px) {
    .about-hero-section {
        padding-top: 120px !important;
    }

    .about-hero-section .parallax-content {
        padding: 20px 16px 18px;
    }

    .about-intro-heading,
    .about-face-heading,
    .about-why-heading {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .about-cta-heading {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .about-strip-link {
        font-size: 16px;
    }

    .about-strip-text {
        font-size: 16px;
    }

    .about-strip-section {
        padding: 24px 12px;
    }

    .about-face-text h3,
    .about-why-text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .parallax-content h2 {
        font-size: 28px;
    }

    .projecten-swiper {
        margin-bottom: 24px;
    }

    .projecten-swiper-pagination {
        margin-top: 24px;
    }

    .projecten-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .verhuur-archive-section {
        padding: 90px 0 40px;
    }

    .verhuur-archive-container {
        padding: 0 16px;
    }

    .verhuur-archive-header {
        padding-bottom: 20px;
        gap: 12px;
    }

    .verhuur-archive-phone a,
    .verhuur-archive-phone .verhuur-phone-number {
        font-size: 16px;
        line-height: 20px;
    }

    .verhuur-phone-icon {
        width: 28px;
        height: 23px;
    }

    .verhuur-filters {
        gap: 6px;
        margin-bottom: 16px;
        padding-top: 16px;
    }

    .verhuur-filter-pill {
        padding: 6px 14px;
        font-size: 11px;
    }

    .verhuur-banner {
        padding: 8px 12px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .verhuur-banner p {
        font-size: 11px;
    }

    .verhuur-product-grid {
        gap: 14px;
    }

    .verhuur-card {
        padding: 20px 16px 18px;
        border-radius: 14px;
    }

    .verhuur-card-body {
        padding-top: 16px;
    }

    .verhuur-card-title {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .verhuur-card-sub {
        font-size: 13px;
    }

    .verhuur-card-specs {
        margin-bottom: 16px;
        gap: 5px;
    }

    .verhuur-card-specs>div {
        font-size: 11px;
    }

    .verhuur-card-price {
        padding: 6px 12px;
        font-size: 12px;
        margin-bottom: 14px;
        border-radius: 12px;
    }

    .verhuur-btn {
        padding: 12px 20px 14px;
        font-size: 13px;
        border-radius: 14px;
    }

    .verhuur-pagination-wrap {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .verhuur-page-link {
        min-width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .verhuur-archive-title {
        font-size: 28px;
        line-height: 1.25;
    }
}

/* ==========================================================================
   Single Diensten page – responsive (desktop styles unchanged)
   https://fac.redbit.work/diensten/projectmaatwerk/
   ========================================================================== */

/* Tablet */
@media (max-width: 1024px) {
    #fullpage .section.fp-auto-height {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #fullpage .diensten-banner .diensten-banner-content {
        padding: 48px 40px;
        min-height: 320px;
        max-width: 100%;
    }

    #fullpage .diensten-banner .diensten-banner-content h1 {
        font-size: 36px;
        line-height: 1.25;
        max-width: 100%;
    }

    #fullpage .diensten-banner .diensten-banner-content .diensten-banner-subtitle {
        font-size: 15px;
        line-height: 1.5;
    }

    #fullpage .diensten-banner .diensten-breadcrumb {
        padding-bottom: 32px;
    }

    #fullpage .diensten-banner .diensten-banner-badge {
        bottom: 24px;
        right: 24px;
        width: 120px;
        height: 120px;
    }

    #fullpage .diensten-banner .diensten-badge-number {
        font-size: 40px;
    }

    #fullpage .diensten-banner .diensten-badge-text {
        font-size: 14px;
    }

    /* two_column: stack image and text */
    #fullpage section.dienst-section--two-column {
        min-height: auto !important;
        height: auto !important;
        padding: 60px 0 !important;
    }

    #fullpage section.dienst-section--two-column .dienst-section-inner {
        flex-direction: column;
        gap: 32px;
    }

    #fullpage section.dienst-section--two-column .dienst-section-text,
    #fullpage section.dienst-section--two-column .dienst-section-image-wrap {
        width: 100%;
        padding: 0;
    }

    #fullpage section.dienst-section--two-column .dienst-section-image-wrap img {
        max-height: 50vh;
    }

    #fullpage section.dienst-section--two-column .dienst-section-title {
        margin-bottom: 24px;
    }

    #fullpage section.dienst-section--two-column .dienst-section-content {
        margin-bottom: 32px;
    }

    #fullpage section.dienst-section--two-column .dienst-section-list {
        margin-bottom: 32px;
    }

    /* text_two_images: already stacks at 1024, tighten spacing */
    #fullpage section.dienst-section--text-two-images {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    #fullpage section.dienst-section--text-two-images .dienst-section-inner {
        gap: 40px;
    }

    #fullpage section.dienst-section--text-two-images .dienst-section-title {
        margin-bottom: 24px;
    }

    .dienst-section-content blockquote {
        margin-top: 24px;
        padding-left: 20px;
    }

    /* gallery_column: already stacks at 1024, reduce gap */
    #fullpage section.dienst-section--gallery-column {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-inner {
        gap: 40px;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-gallery {
        gap: 12px;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-title {
        margin-bottom: 24px;
    }

    /* full_width_image */
    #fullpage section.dienst-section--full-width-image {
        min-height: 50vh;
    }

    #fullpage section.dienst-section--full-width-image .dienst-section-full-overlay {
        padding: 32px 0;
    }

    #fullpage section.dienst-section--full-width-image .dienst-section-overlay-text {
        font-size: 22px;
    }

    /* CTA bar */
    #fullpage section.dienst-cta-bar .container.dienst-cta-bar-inner {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 10px;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title h3 {
        font-size: 22px;
        line-height: 1.35;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title {
        font: bold 32px/1.3 var(--font-heading);
        color: var(--color-white);
    }

    #fullpage section.dienst-cta-bar .dienst-cta-link {
        font-size: 20px;
        line-height: 1.35;
        padding: 12px 16px;
    }

    /* Shared section typography (tablet) */
    #fullpage .dienst-section-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    #fullpage .dienst-section-content {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 32px;
    }

    #fullpage .dienst-section-inline-cta--tel {
        font-size: 22px;
        line-height: 1.3;
    }

    #fullpage .dienst-section-inline-cta-tel-icon {
        width: 48px;
        height: auto;
    }

    #fullpage .btn.dienst-section-btn {
        padding: 16px 36px 15px;
        font-size: 15px;
    }

    .projecten-banner .diensten-banner-content {
        max-width: 100%;
        padding: 40px 20px;
        margin-top: 40px;
        min-height: fit-content;
    }

    .projecten-banner .diensten-banner-content h1 {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .projecten-banner .diensten-banner-content .diensten-banner-cpt-label {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .projecten-banner .diensten-banner-content .diensten-banner-address {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .projecten-banner .diensten-banner-content .diensten-banner-address-icon {
        width: 16px;
        height: 16px;
    }

    section.projecten-section--two-column .dienst-section-logo {
        max-width: 262px;
        margin-bottom: 40px;
    }

}

/* Mobile */
@media (max-width: 768px) {
    #fullpage .section.fp-auto-height {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #fullpage .diensten-banner .diensten-banner-content {
        padding: 32px 24px;
        min-height: 260px;
    }

    #fullpage .diensten-banner .diensten-banner-content h1 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    #fullpage .diensten-banner .diensten-banner-content .diensten-banner-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    #fullpage .diensten-banner .diensten-breadcrumb {
        padding-bottom: 24px;
        font-size: 14px;
    }

    #fullpage .diensten-banner .diensten-banner-badge {
        bottom: 16px;
        right: 16px;
        width: 90px;
        height: 90px;
    }

    #fullpage .diensten-banner .diensten-badge-number {
        font-size: 32px;
    }

    #fullpage .diensten-banner .diensten-badge-text {
        font-size: 12px;
    }

    #fullpage .diensten-banner .scroll-bottom-button {
        bottom: 10px;
    }

    #fullpage section.section.parallax-section.diensten-banner.parallax-banner .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* two_column */
    #fullpage section.dienst-section--two-column {
        padding: 48px 0 !important;
    }

    #fullpage section.dienst-section--two-column .dienst-section-inner {
        gap: 24px;
    }

    #fullpage section.dienst-section--two-column .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #fullpage section.dienst-section--two-column .dienst-section-image-wrap img {
        max-height: 40vh;
        border-radius: 20px;
    }

    /* text_two_images */
    #fullpage section.dienst-section--text-two-images {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    #fullpage section.dienst-section--text-two-images .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #fullpage section.dienst-section--text-two-images .dienst-section-inner {
        gap: 28px;
    }

    #fullpage section.dienst-section--text-two-images .dienst-section-two-images {
        gap: 16px;
    }

    #fullpage section.dienst-section--text-two-images .dienst-section-image-wrap {
        border-radius: 20px;
    }

    #fullpage section.dienst-section--text-two-images .dienst-section-content ul {
        margin: 20px 0;
    }

    #fullpage section.dienst-section--text-two-images .dienst-section-content ul li {
        padding-left: 1em;
    }

    .dienst-section-content blockquote {
        margin-top: 20px;
        padding: 16px 0 16px 20px;
        border-left-width: 3px;
    }

    /* gallery_column: 2 columns on mobile */
    #fullpage section.dienst-section--gallery-column {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    #fullpage section.dienst-section--gallery-column .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-inner {
        gap: 28px;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: 100%;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-gallery-item {
        border-radius: 16px;
    }

    /* full_width_image */
    #fullpage section.dienst-section--full-width-image {
        min-height: 40vh;
    }

    #fullpage section.dienst-section--full-width-image .dienst-section-full-overlay {
        padding: 24px 0;
    }

    #fullpage section.dienst-section--full-width-image .dienst-section-full-overlay .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #fullpage section.dienst-section--full-width-image .dienst-section-overlay-text {
        font-size: 18px;
        line-height: 1.35;
    }

    /* CTA bar */
    #fullpage section.dienst-cta-bar .container.dienst-cta-bar-inner {
        padding: 32px 20px;
        gap: 8px;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title h3 {
        font-size: 18px;
        line-height: 1.35;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title {
        font-size: 24px;
        line-height: 1.3;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-link {
        font-size: 16px;
        line-height: 1.35;
    }

    /* Shared */
    #fullpage .dienst-section-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    #fullpage .dienst-section-content {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    #fullpage .dienst-section-list {
        margin-bottom: 24px;
        padding-left: 16px;
    }

    #fullpage .dienst-section-list li {
        padding-left: 4%;
    }

    #fullpage .dienst-section-inline-cta {
        padding: 14px 16px;
        font-size: 14px;
    }

    #fullpage .dienst-section-inline-cta--tel {
        font-size: 18px;
        line-height: 1.3;
    }

    #fullpage .dienst-section-inline-cta-tel-icon {
        width: 40px;
        height: auto;
    }

    #fullpage .btn.dienst-section-btn {
        padding: 14px 28px 13px;
        font-size: 14px;
        border-radius: 16px;
    }

    #fullpage section.section.parallax-section.diensten-banner.parallax-banner .diensten-breadcrumb {
        padding-bottom: 26px;
    }

    .projecten-banner .diensten-banner-content {
        max-width: 100%;
        margin-top: 20px;
    }

    .projecten-banner .diensten-banner-content h1 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .projecten-banner .diensten-banner-content .diensten-banner-cpt-label {
        font-size: 20px;
    }

    section.projecten-section--two-column .dienst-section-logo {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    #fullpage .section.fp-auto-height {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    #fullpage .diensten-banner .diensten-banner-content {
        padding: 24px 16px;
        min-height: 220px;
    }

    #fullpage .diensten-banner .diensten-banner-content h1 {
        font-size: 24px;
        line-height: 1.25;
    }

    #fullpage .diensten-banner .diensten-breadcrumb {
        font-size: 12px;
    }

    #fullpage .diensten-banner .diensten-banner-badge {
        width: 72px;
        height: 72px;
        bottom: 12px;
        right: 12px;
    }

    #fullpage .diensten-banner .diensten-badge-number {
        font-size: 26px;
    }

    #fullpage .diensten-banner .diensten-badge-text {
        font-size: 10px;
    }

    #fullpage section.dienst-section--two-column .container,
    #fullpage section.dienst-section--text-two-images .container,
    #fullpage section.dienst-section--gallery-column .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    #fullpage section.dienst-section--two-column {
        padding: 36px 0 !important;
    }

    #fullpage section.dienst-section--two-column .dienst-section-image-wrap img {
        max-height: 35vh;
        border-radius: 16px;
    }

    #fullpage section.dienst-section--text-two-images,
    #fullpage section.dienst-section--gallery-column {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-gallery {
        gap: 10px;
    }

    #fullpage section.dienst-section--gallery-column .dienst-section-gallery-item {
        border-radius: 12px;
    }

    #fullpage section.dienst-section--full-width-image .dienst-section-overlay-text {
        font-size: 16px;
    }

    #fullpage section.dienst-section--full-width-image .dienst-section-full-overlay {
        padding: 20px 0;
    }

    #fullpage section.dienst-cta-bar .container.dienst-cta-bar-inner {
        padding: 24px 16px;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title h2 {
        font-size: 22px;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title h3 {
        font-size: 18px;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-title {
        font-size: 22px;
        line-height: 1.3;
    }

    #fullpage section.dienst-cta-bar .dienst-cta-link {
        font-size: 16px;
    }

    #fullpage .dienst-section-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    #fullpage .dienst-section-content {
        font-size: 13px;
        line-height: 1.55;
    }

    #fullpage .btn.dienst-section-btn {
        padding: 12px 24px 11px;
        font-size: 13px;
    }

    section.dienst-section--text-two-images .dienst-section-content ul li::before {
        top: 9px;
        width: 5px;
        height: 5px;
    }
}

/* Content page template (page-templates/template-content.php → body class: content-template) */

body.content-template {
    padding-top: 100px;
}

body.content-template .site-content {
    background: #f6f7f9;
}

body.content-template main.content-page {
    padding: clamp(28px, 4vw, 56px) 0;
}

body.content-template main.content-page .container {
    max-width: 1040px;
}

body.content-template .content-page-card {
    background: #fff;
    padding: clamp(22px, 3.2vw, 48px);
    margin: 0;
}

body.content-template .content-page-header {
    margin: 0 0 18px;
}

body.content-template .content-page-title {
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.92);
    margin: 0;
    font-weight: 600;
}

body.content-template .content-page-body>*:first-child {
    margin-top: 0;
}

body.content-template .content-page-body>*:last-child {
    margin-bottom: 0;
}

body.content-template .content-page-body {
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.content-template .content-page-body p {
    font-size: clamp(15px, 0.4vw + 14px, 16px);
    line-height: clamp(1.6, 0.2vw + 1.55, 1.75);
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 clamp(12px, 0.8vw + 8px, 16px);
}

body.content-template .content-page-body img,
body.content-template .content-page-body video,
body.content-template .content-page-body iframe {
    max-width: 100%;
    height: auto;
}

body.content-template .content-page-body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.content-template .content-page-body pre {
    overflow: auto;
    max-width: 100%;
}

body.content-template .content-page-body :is(h2, h3) {
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.92);
}

body.content-template .content-page-body h2 {
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.2;
    margin: clamp(22px, 2.2vw + 12px, 34px) 0 clamp(10px, 0.8vw + 6px, 12px);
    padding-top: clamp(12px, 1vw + 8px, 16px);
}

body.content-template .content-page-body h3 {
    font-size: clamp(16px, 1.2vw + 12px, 18px);
    line-height: 1.3;
    margin: clamp(16px, 1.6vw + 8px, 22px) 0 clamp(8px, 0.7vw + 6px, 10px);
}

body.content-template .content-page-body :is(h2, h3)+p {
    margin-top: 0;
}

body.content-template .content-page-body a {
    color: var(--color-primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

body.content-template .content-page-body a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

body.content-template .content-page-body ul,
body.content-template .content-page-body ol {
    margin: clamp(10px, 0.8vw + 6px, 12px) 0 clamp(14px, 1vw + 10px, 18px);
    padding-left: 1.2em;
}

body.content-template .content-page-body li {
    margin: 8px 0;
    line-height: clamp(1.6, 0.2vw + 1.55, 1.7);
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1200px) {
    body.content-template {
        padding-top: 80px;
    }
}

@media (max-width: 768px) {

    body.content-template {
        padding-top: 60px;
    }

    body.content-template main.content-page {
        padding: 22px 0;
    }

    body.content-template main.content-page .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.content-template .content-page-card {
        padding: 18px;
    }

    body.content-template .content-page-title {
        line-height: 1.15;
    }

    body.content-template .content-page-header {
        margin: 0 0 14px;
    }
}

@media (max-width: 420px) {
    body.content-template {
        padding-top: 40px;
    }

    body.content-template .content-page-card {
        padding: 16px;
    }
}