.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}
:root {
--donkergroen: #1E3231;
--midgroen: #314342;
--lichtgroen: #C6D2D0;
--blauw: #1098F7;
--zachtblauw: #e9ecf5;
--wit: #E9ECF5;
--rood: #F87060;
}

.hero-content {
    padding-left: 0;
    padding-right: 0;
}

.hero-text-block {
    padding-left: 65px;   /* meer naar rechts, uitgelijnd met woordmerk */
    padding-top: 400px;   /* meer naar onder */
}

.hero-title {
    width: auto !important;
    margin: 0;
    line-height: 0.95;
}

.hero-line {
    display: block;
    white-space: nowrap;  /* elke regel blijft op 1 lijn */
    margin: 0 0 10px 0;
}

@media (max-width: 991px) {
    .hero-text-block {
        padding-left: 40px;
        padding-top: 220px;
    }
}

@media (max-width: 767px) {
    .hero-text-block {
        padding-left: 20px;
        padding-top: 200px;
    }

    .hero-line {
        white-space: normal;
    }
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.stuurboord-split-text-col {
    min-height: 700px;
    display: flex;
    justify-content: flex-end;
}

.stuurboord-split-text-inner {
    max-width: 620px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    padding: 4rem 3rem 1.5rem 2rem;
}

.stuurboord-split-title,
.stuurboord-split-copy {
    color: #000;
}

.stuurboord-split-copy {
    margin-top: 30px;
}

.stuurboord-split-image {
    min-height: 700px;
    background-image: url('../img/boot.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

@media (max-width: 991.98px) {
    .stuurboord-split-text-col {
        min-height: auto;
        justify-content: center;
    }

    .stuurboord-split-text-inner {
        max-width: 100%;
        height: auto;
        text-align: center;
        padding: 2rem 1.25rem 1rem 1.25rem;
    }

    .stuurboord-split-title {
        margin-bottom: 1rem;
    }

    .stuurboord-split-copy {
        margin-top: 0;
    }

    .stuurboord-split-image {
        min-height: 420px;
        margin-top: 1.5rem;
        background-position: center center;
    }
}

@media (max-width: 575.98px) {
    .stuurboord-split-image {
        min-height: 280px;
        background-size: contain;
    }

    .stuurboord-split-text-inner {
        padding: 1.5rem 1rem 0.5rem 1rem;
    }
}

.stuurboord-box {
    background-color: var(--midgroen);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
}

.stuurboord-opsomming {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.stuurboord-opsomming li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    color: #000000;
	font-size: 22px;
    line-height: 1.5;
}


.stuurboord-opsomming li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url('../img/opsomming.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.stuurboord-opsomming-center {
    list-style: none;
    padding: 0;
    margin: 20px auto 0 auto;
    width: 100%;
    text-align: center;
}

.stuurboord-opsomming-center li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 22px;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.stuurboord-opsomming-center li::before {
    content: "";
    width: 18px;
    height: 18px;
    margin: 0 auto 10px auto;
    background-image: url('../img/opsomming.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.stuurboord-profiel-info {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 14px;
}

.stuurboord-profiel-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
}

.stuurboord-profiel-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    transform: translateY(-15px) translateX(18px);
}

.stuurboord-hover-box {
    background-color: var(--zachtblauw);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
    background-color: var(--rood);
}

.stuurboord-hover-box .feature-box-content span {
    color: #000000 !important;
    transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
    color: #ffffff !important;
}

.stuurboord-hover-box .feature-box-overlay {
    display: none;
}

.stuurboord-hover-box {
    background-color: var(--zachtblauw);
    border-radius: 24px;
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
    background-color: var(--rood);
}

.stuurboord-hover-box .feature-box-content span {
    color: #000000 !important;
    transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
    color: #ffffff !important;
}

.stuurboord-hover-box .feature-box-overlay {
    display: none;
}

.stuurboord-hover-box {
    background-color: var(--zachtblauw);
    border: 2px solid var(--rood);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
    background-color: var(--rood);
}

.stuurboord-hover-box .content-scale {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 18px;
}

.stuurboord-hover-box .feature-box-content {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.stuurboord-hover-box .feature-box-content span {
    width: 100%;
    color: #000000 !important;
    text-align: center;
    transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
    color: #ffffff !important;
}

.stuurboord-hover-box .feature-box-overlay {
    display: none;
}

.stuurboord-hover-box {
    background-color: var(--zachtblauw);
    border: 2px solid var(--rood);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
    background-color: var(--rood);
}

.stuurboord-hover-box .content-scale {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
     padding-top: 0;
}

.stuurboord-hover-box .feature-box-content {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.stuurboord-hover-box .feature-box-content span {
    width: 100%;
    color: #000000 !important;
    text-align: center;
    transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
    color: #ffffff !important;
}

.stuurboord-hover-box .feature-box-overlay {
    display: none;
}

.stuurboord-hover-box {
    background-color: var(--zachtblauw);
    border: 2px solid var(--rood);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    min-height: 165px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
    background-color: var(--rood);
}

.stuurboord-hover-box .content-scale {
    height: 100%;
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.stuurboord-hover-box .feature-box-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 18px;
}

.stuurboord-hover-box .feature-box-content span {
    display: block;
    width: 100%;
    margin: 0;
    color: #000000 !important;
    text-align: center;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
    color: #ffffff !important;
}

.stuurboord-hover-box .feature-box-overlay {
    display: none;
}

.stuurboord-hover-box {
    background-color: var(--zachtblauw);
    border: 2px solid var(--rood);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    min-height: 165px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
    background-color: var(--rood);
}

.stuurboord-hover-box .content-scale {
    height: 100%;
    min-height: 165px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 18px;
}

.stuurboord-hover-box .feature-box-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0 18px;
}

.stuurboord-hover-box .feature-box-content span {
    display: block;
    width: 100%;
    margin: 0;
    color: #000000 !important;
    text-align: center;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
    color: #ffffff !important;
}

.stuurboord-hover-box .feature-box-overlay {
    display: none;
}

.stuurboord-hover-box {
    background-color: var(--zachtblauw);
    border: 2px solid var(--rood);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    min-height: 165px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stuurboord-hover-box:hover {
    background-color: var(--rood);
}

.stuurboord-hover-box .content-scale {
    height: 100%;
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.stuurboord-hover-box .feature-box-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 18px;
}

.stuurboord-hover-box .feature-box-content span {
    display: block;
    width: 100%;
    margin: 0;
    color: #000000 !important;
    text-align: center;
    line-height: 1.35;
    transform: translateY(-8px);
    transition: color 0.3s ease;
}

.stuurboord-hover-box:hover .feature-box-content span {
    color: #ffffff !important;
}

.stuurboord-hover-box .feature-box-overlay {
    display: none;
}



.quickscan-box {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.quickscan-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.quickscan-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.quickscan-text {
    position: relative;
    z-index: 3;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.koers-section {
    position: relative;
    background: #fff url('../img/wave.png') no-repeat center center;
    background-size: cover;
    min-height: 400px;
}

.custom-push-button {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 95px;
    position: relative;
}

.hamburger-lines {
    position: relative;
    width: 26px;
    height: 18px;
    flex-shrink: 0;
}

.hamburger-lines span {
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
}

.hamburger-lines span:nth-child(1) { top: 0; }
.hamburger-lines span:nth-child(2) { top: 5px; }
.hamburger-lines span:nth-child(3) { top: 10px; }
.hamburger-lines span:nth-child(4) { top: 15px; }

.custom-push-button .push-button-text {
    position: static !important;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    margin: 0;
}

.push-button-text {
    position: relative !important;
    top: -8px;
    right: 0;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    line-height: 1;
    display: inline-block;
}

.push-button-text::before,
.push-button-text::after {
    display: none !important;
    content: none !important;
}

.menu-inline {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-inline .push-button-text {
    position: static !important;
    top: auto !important;
    right: auto !important;
    margin: 0;
    line-height: 1;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    white-space: nowrap;
}

.menu-inline .push-button-text::before,
.menu-inline .push-button-text::after {
    display: none !important;
    content: none !important;
}

.menu-inline {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hamburger-icon {
    position: relative;
    width: 24px;
    height: 18px;
    flex-shrink: 0;
}

.hamburger-icon span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
}

.hamburger-icon span:nth-child(1) { top: 0; }
.hamburger-icon span:nth-child(2) { top: 5px; }
.hamburger-icon span:nth-child(3) { top: 10px; }
.hamburger-icon span:nth-child(4) { top: 15px; }

.menu-inline .push-button-text {
    position: static !important;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
}

.menu-inline .push-button-text::before,
.menu-inline .push-button-text::after {
    display: none !important;
    content: none !important;
}

.menu-inline {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}

.menu-inline .hamburger-icon {
    position: relative !important;
    width: 24px !important;
    height: 18px !important;
    display: inline-block !important;
    flex: 0 0 24px !important;
}

.menu-inline .hamburger-icon span {
    position: absolute !important;
    left: 0 !important;
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #fff !important;
}

.menu-inline .hamburger-icon span:nth-child(1) { top: 0 !important; }
.menu-inline .hamburger-icon span:nth-child(2) { top: 5px !important; }
.menu-inline .hamburger-icon span:nth-child(3) { top: 10px !important; }
.menu-inline .hamburger-icon span:nth-child(4) { top: 15px !important; }

.menu-inline .push-button-text {
    position: static !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    right: auto !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.menu-inline .push-button-text::before,
.menu-inline .push-button-text::after {
    display: none !important;
    content: none !important;
}

.menu-trigger {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 20 !important;
}

.menu-trigger .push-button {
    position: relative !important;
    display: inline-block !important;
    width: 28px !important;
    height: 20px !important;
    min-width: 28px !important;
    min-height: 20px !important;
    flex-shrink: 0 !important;
    pointer-events: none !important;
}

.menu-trigger .push-button span,
.menu-trigger .push-button::before,
.menu-trigger .push-button::after,
.menu-trigger .menu-label {
    pointer-events: none !important;
}

.menu-trigger .menu-label {
    position: relative !important;
    top: 0px !important;
    margin: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.menu-trigger .menu-label::before,
.menu-trigger .menu-label::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 991.98px) {
    .menu-trigger .menu-label {
        color: #000 !important;
    }
}

.stuurboord-split-image {
    margin-bottom: 0 !important;
}

section.p-2,
section.pb-0 {
    margin-bottom: 0 !important;
}




.stuurboord-split-image {
    height: 500px; /* of jouw gewenste hoogte */
    background-size: cover;
    background-position: center;
}

.footer-navbar .nav-link:hover {
    color: #ffffff !important; /* fel wit */
}

.stuurboord-profielen-section,
.stuurboord-profielen-section .container,
.stuurboord-profielen-section .row,
.stuurboord-profielen-section .blog-grid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.stuurboord-profiel-info {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.stuurboord-profiel-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}

.stuurboord-profiel-info {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.stuurboord-profiel-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.stuurboord-profiel-icon {
    width: 16px;
    height: auto;
    flex-shrink: 0;
    display: block;
    margin-top: 6px;
}

.stuurboord-profiel-line span:last-child {
    display: block;
    line-height: 1.5;
}

.stuurboord-profiel-info {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.stuurboord-profiel-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.stuurboord-profiel-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    margin-top: 8px;
}

.stuurboord-profiel-line span:last-child {
    display: block;
    line-height: 1.5;
}

.stuurboord-profiel-line {
    display: flex;
    align-items: center; /* icoon en tekst mooi verticaal gecentreerd */
    gap: 10px; /* ruimte tussen icoon en tekst */
}

.stuurboord-profiel-icon {
    width: 16px;   /* pas aan naar smaak */
    height: 16px;
    display: block;
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 140px;
        height: auto;
    }
}

