h1 {
    font: normal normal 600 36px/48px Poppins !important;
    letter-spacing: 0px !important;
    color: #000000 !important;
    text-transform: unset !important;
    opacity: 1;
}

.home h1 {
    font: normal normal 600 48px/58px Poppins !important;
    letter-spacing: 0px !important;
    color: #000000 !important;
    text-transform: unset !important;
    opacity: 1;
}

h2 {
    font: normal normal 600 32px/48px Poppins !important;
        letter-spacing: 0px !important;
        text-transform: unset !important;
        color: inherit !important;
        opacity: 1;
}

.home h2 {
    font: normal normal 600 48px/58px Poppins !important;
    letter-spacing: 0px !important;
    text-transform: unset !important;
    opacity: 1;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-classic {
    background-color: #FF3819 !important;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
    color: #FF3819 !important;
    border-color: #FF3819 !important;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-classic:hover {
    background-color: #e0260a !important;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
    color: #FFFFFF !important;
    background-color: #FF3819 !important;
}

li,
span,
p,
#custom-header,
#custom-footer label {
    font: normal normal normal 14px/24px Poppins !important;
    letter-spacing: 0px !important;
    opacity: 1;
}

#custom-header .current_page_item a {
    color: #FF3819;
}
.wpb_content_element li {
    list-style-type: disclosure-closed;
}


html,
body {
    background-color: unset !important;
}

#top-wrapper,
#bottom-bg,
#footer-bg {
    display: none !important;
}

#wrapper-1 {
    float: unset !important;
}

#custom-footer form div {
    width: 50%;
    margin-top: 8px;
    float: left;
    color: #000000;
}

#custom-footer input {
    border-radius: 45px;
    padding-left: 16px;
    margin-top: 12px;
    margin-bottom: 24px;
    height: 52px;
}

#custom-footer form div:has(.wpcf7-radio) {
    width: 100%;
    margin: 16px 0;
}

#custom-footer .wpcf7-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#custom-footer .wpcf7-radio span:first-of-type {
    margin-left: auto;
}

#custom-footer .wpcf7-radio span:last-of-type {
    margin-right: auto;
}

#custom-footer .privacyverklaring {
    color: #B9B9B9;
    width: 100%;
    text-align: center;
}

#custom-footer form .wpcf7-radio label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#custom-footer input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: unset;
    padding-left: unset;

    background: white;
    outline: 2px solid #000000;
    border: 2px solid white;
    width: 10px;
    height: 10px;

    padding-right: 4px;
    margin-right: 8px;

    margin-top: auto;
    margin-bottom: auto;
}

#custom-footer input[type='radio']:checked {
    background: #333;
}


@media only screen and (max-device-width: 480px){
    #custom-footer form div {
        width: 100% !important;
    }
}

.vc_clearfix {
    position: relative;
}

.vc_row[data-vc-full-width] {
    overflow: visible;
}

/* Basic styling for the dropdown */
.nav-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    padding: 10px;
}

.nav-menu .sub-menu li {
    padding: 5px 10px;
    margin-left: 0;
    white-space: nowrap;
}

.nav-menu li:hover > .sub-menu {
    display: block;
}

/* Adjustments for parent menu items */
.nav-menu li {
    position: relative;
}

.nav-menu li:hover > a {
    color: #FF3818;
}

p ~ h2, p ~ h3, p ~ h4, p ~ h5 {
    margin-top: 20px;
}



.cta__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    margin: 0 auto;
    gap: 80px;
    align-items: center;
}

.cta__footer__image {
    flex: 100%;
}

.cta__footer__content {
    display: flex;
    flex-direction: column;
}

.cta__footer__content__title {
    font-size: 22px !important;
    color: #000;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 20px;
}
.cta__footer__content__subtitle {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 32px;
}

.cta__footer__content__buttons {
    display: flex; 
    flex-direction: row;
    gap: 12px;
}




@media (min-width: 768px) {
    .cta__footer {
        flex-direction: row;
    }

    .cta__footer__image {
        flex: 0 26%;
    }

    .cta__footer__image img {
        width: 200px;
        height: 200px;
    }   
}

.grecaptcha-badge {
    display: none !important;
}
.slick-slider .slick-slide{
    display: none;
}
 .slick-slider .slick-slide:first-child{
    display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child{

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100px;
    
}

.caw-logo-carousel-outer-wrapper {
    max-height: 100px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .page-template-template-landingspage .wpb_column.vc_column_container.vc_col-sm-5 {
        position: sticky;
        top: -55px;
    }
}

.page-template-template-landingspage .py-8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.page-template-template-landingspage .pl-8 {
    padding-left: 15px;
}

.page-template-template-landingspage .p-8 {
    padding: 16px;
}

.page-template-template-landingspage .text-3xl {
    font-size: 22px !important;
}


.voertuigen-tabel-container {
    width: 100%;
    overflow-x: auto;
}
.voertuigen-tabel {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.voertuigen-tabel thead tr td {
    padding: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
}

.voertuigen-tabel thead tr td div {
    display: flex;
    text-align: center;
    font-weight: 600 !important;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
}

.voertuigen-tabel thead tr td img {
    display: block;
    margin: 0 auto;
    flex-shrink: 0;
    min-width: 150px;
}

.voertuigen-tabel tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.voertuigen-tabel tbody tr td:first-child {
    font-weight: bold;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    left: 0;
    background-color: white; /* Match the background color of the table */
    z-index: 1; /* Ensure it stays on top */
    border-right: 1px solid #ddd;
}

.voertuigen-tabel tbody tr td:nth-child(2),
.voertuigen-tabel tbody tr td:nth-child(3),
.voertuigen-tabel tbody tr td:nth-child(4),
.voertuigen-tabel tbody tr td:nth-child(5),
.voertuigen-tabel tbody tr td:nth-child(6),
.voertuigen-tabel tbody tr td:nth-child(7) {
    background-color: #fff;
}


.voertuigen-tabel tbody tr:nth-child(odd) td:nth-child(2),
.voertuigen-tabel tbody tr:nth-child(odd) td:nth-child(3),
.voertuigen-tabel tbody tr:nth-child(odd) td:nth-child(4),
.voertuigen-tabel tbody tr:nth-child(odd) td:nth-child(5),
.voertuigen-tabel tbody tr:nth-child(odd) td:nth-child(6),
.voertuigen-tabel tbody tr:nth-child(odd) td:nth-child(7) {
    background-color: #fff9f9;
}

.voertuigen-tabel tbody tr td:nth-child(2) {
    text-align: center;
}

.voertuigen-tabel tbody tr td:nth-child(3) {
    text-align: center;
}

.voertuigen-tabel tbody tr td:nth-child(4) {
    text-align: center;
}

.voertuigen-tabel tbody tr td:nth-child(5) {
    text-align: center;
}

.voertuigen-tabel tbody tr td:nth-child(6) {
    text-align: center;
}

.voertuigen-tabel tbody tr td:nth-child(7) {
    text-align: center;
}
