/*car-details page */
.slideSwiper .swiper-button-next:after, .slideSwiper .swiper-button-prev:after {
    color: #fff;
    font-size: 24px;
}
.slideSwiper .swiper-button-next, .slideSwiper .swiper-button-prev{
    height: 50px;
    width: 50px;
    background: #00000094;
    border-radius: 50%;
}

.carpage-thumbnail-container.slideSwiper .swiper-slide img {
    width: 620px;
    height: 460px;
    object-fit: contain;
}

.carpage-gallery-container.thumbSwiper .swiper-slide img {
    height: 70px;
}

/* Categorie pagina */
.car-side-container {
    background: #FFFFFF;
    padding: 0px;
    border-radius: 24px;
}

.car-filter-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.car-filter-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: space-between;
}
.filter-inner {
    display: flex;
}


.car-filter-header svg {
    margin-right: 8px;
}

h2.car-filter-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.filter-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.car-filter-form label {
    font-size: 16px;
}

.car-filter-form .filter-item:nth-child(-n+2) label {
    font-weight: 700;
}

.filter-item-select {
    position: relative
}

.filter-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 8px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
}

.filter-item-select:after {
    border-left: 1px solid #C8C8C8;
    content: "\00a0";
    position: absolute;
    top: 0px;
    right: 36px;
    z-index: 2;
    display: block;
    height: 42px;
}

hr.car-hr {
    margin: 0 !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-item-double-input {
    display: flex;
    align-items: center;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    background-color: #FFFFFF;
    width: fit-content;
    padding: 0.5rem 0;
}

.filter-item-double-input input {
    border: none !important;
    outline: none !important;
    padding: 0 1rem !important;
}

.car-input-line {
    width: 1px;
    height: 24px;
    background-color: #C8C8C8;
    margin: 0 8px;
}

.filter-item-double-input input:focus {
    outline: none;
}

.filter-item.filter-submit {
    margin: auto;
}

.filter-item.filter-submit button {
    padding: 8px 16px;
    border-radius: 24px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: none;
}

.car-filter-header {
    padding: 20px 12px 0px 12px;
}

.padding--inner {
    padding: 22px;
}
form#carFilterForm .padding--inner {
    padding: 0px 22px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filter-item.filter-submit button svg{
    margin-right: 8px;
}

h4.car-total-result-count {
    margin-bottom: 24px !important;
}

.car-qf-name {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #888888;
}

.quickfilters {
    display: inline-flex;
    margin-bottom: 24px;
}

.quickfilter-container {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    padding: 6px 18px;
    border-radius: 12px;
    margin-right: 8px;
}

.car-listing {
    background: #FFFFFF;
    padding: 48px;
    margin-bottom: 24px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
a.car-button-position {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 24px;
}

.car-images{
    align-content: center;
    width: 25%;
}

.car-images img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    border-radius: 24px !important;
}

.car-content {
    padding: 0 1rem;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h2.car-name, .car-side-container li {
    color: #363636 !important;
    font-size: 18px !important;
    line-height: normal !important;
}

.car-side-container h2  {
    font-size: 16px !important; 
    line-height: inherit !important;
}

.car-content td, .car-content tr, .car-content table {
    border: none;
    font-size: 16px;
}

.car-listing .car-aspect-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.car-aspect-table .car-aspect-row:first-of-type {
    margin-bottom: 16px;
}

.car-content td {
    padding: 0 24px 0 0;
}

.car-listing .icon-text svg {
    margin-right: 8px;
}

.car-listing .icon-text {
    display: flex;
    align-items: center;
}

.car-listing .car-aspect {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.car-aspect-wider {
    width: 40%;
}

.car-aspect-smaller {
    width: 30%;
}

.car-aspect-table {
    margin-bottom: inherit;
}

.car-buttons {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car-price {
    font-size: 24px;
    font-weight: 600;
    color: #1F1F1F;
}

.car-button-redirect {
    background: #1F1F1F;
    color: #FFFFFF !important;
    padding: 16px 8px;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.carPagination {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    border-top: 2px dashed #C8C8C8;
    margin-top: 48px;
    gap: 24px;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 12px;
    color: #1F1F1F !important;
    background-color: #FFFFFF;
    border-radius: 100px;
    width: 48px;
    height: 48px;
}

.page-numbers.current {
    color: #FFFFFF !important;
    background-color: #1F1F1F;
}

.page-numbers:hover {
    background-color: #E7E7E7;
}

/* .pagination {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.pagination a,
.pagination span {
    margin: 0 5px;
    padding: 8px 16px;
    text-decoration: none;
    color: #0073aa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #0073aa;
    color: white;
}

.pagination .current {
    background-color: #0073aa;
    color: white;
    border: 1px solid #0073aa;
} */


/* Pakket samenstellen */
.page-id-2141 {
    h1 {
        font-size: var(--e-global-typography-84c8b16-font-size) !important;
        font-weight: var(--e-global-typography-84c8b16-font-weight) !important;
        line-height: var(--e-global-typography-84c8b16-line-height) !important;
        letter-spacing: var(--e-global-typography-84c8b16-letter-spacing) !important;
        word-spacing: var(--e-global-typography-84c8b16-word-spacing) !important;
        margin-bottom: 24px;
    }

    h3.block-title {
        font-size: 24px !important;
        line-height: normal !important;
    }
    
    .car-label {
        font-size: 16px;
        font-weight: 700;
        color: #461702;
        background-color: #FEE289;
        padding: 8px 16px;
        border-radius: 24px;
    }
    
    .block-header {
        margin-bottom: 32px;
    }
    
    .block-content-top {
        gap: 32px;
    }
    
    .block-actions {
        flex-direction: column;
    }

    .block-actions a {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 700;
        color: #363636;
    }

    input {
        border: 1px solid #C8C8C8 !important;
        border-radius: 8px !important;
        padding: 12px 18px !important;
    }
}





/* Auto pagina */
.page-id-2128 .elementor-shortcode {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.carpage-subcontainer {
    background: #FFFFFF;
    padding: 48px;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.carpage-thumbnail-container img#primary-image {
    border-radius: 24px;
}

.carpage-gallery-container {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    overflow: hidden;
    max-height: 100px;
    gap: 8px;
}

.carpage-thumbnail-container img {
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    object-fit:cover;
}

.carpage-gallery-thumbnail:hover {
    transform: scale(1.1);
}

.carpage-col-6 {
    width: 50%;
}

.carpage-usps {
        margin: 48px 0 28px 0;
}

.carpage-usps-single {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}

.carpage-usps-single:not(:last-child) {
    margin-bottom: 4px;
}

.carpage-usps-single-icon {
    margin-right: 8px;
    height: 24px;
}

.carpage-usps-text {
    font-size: 18px;
    font-weight: 400;
}

.carpage-quote-button {
    display: flex;
}

.carpage-quote-button-span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f1f1f;
    padding: 16px 32px;
    border-radius: 48px;
}

.carpage-quote-button-link {
    color: #FFFFFF !important;
}

a.carpage-questions-button-link {
    display: flex;
    align-items: center;
}

.carpage-quote-button-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.carpage-questions-button-text {
    margin-right: 8px;
}

.carpage-questions-button-svg svg {
    width: 14px;
    height: 14px;
}

.carpage-questions-button {
    margin: 16px 0 48px 0;
}

a.carpage-questions-button-link {
    font-size: 18px;
    font-weight: 600;
    color: #6434FC;
}

.carpage-general-usps {
    display: flex;
    justify-content: space-between;
}

.carpage-subcontainer:nth-child(2) {
    border-radius: 16px;
}

.carpage-toc-container {
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

.carpage-toc-info-container {
    display: flex;
    align-items: center;
    width: 55%;
}

span.carpage-toc-icon {
    margin-right: 8px;
}

.carpage-toc-fields {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

a.carpage-toc-steps {
    color: #363636;
    font-weight: 600;
}

.carpage-subcontainer:nth-child(3) {
    gap: 24px;
}

.carpage-ww-container {
    display: flex;
    flex-direction: column;
}

.carpage-ww-inner-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.carpage-ww-tab-content {
    padding: 48px;
}

.carpage-ww-kopen-leasen-container {
    border: 1px solid #DFDFDF;
    border-radius: 24px;
}

.carpage-ww-kopen-numbering {
    background: #1F1F1F;
    color: #FFFFFF;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

h3.carpage-ww-kopen-heading {
    color: #363636;
    font-size: 18px !important;
    line-height: normal !important;
}

.carpage-ww-kopen-text {
    color:#363636;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.carpage-ww-kopen-one, .carpage-ww-kopen-two, .carpage-ww-kopen-three {
    display: flex;
}

.carpage-ww-kopen-one, .carpage-ww-kopen-two {
    margin-bottom: 24px;
}

.carpage-ww-kopen-leasen-container{
    width: 60%;
}

.carpage-ww-tab-buttons {
    display: flex;
    justify-content: flex-start;
}

.carpage-ww-tab-button {
    color: #363636 !important;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 16px !important;
    width: 50%;
    border-radius: 0 !important;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

.carpage-ww-tab-button:not(.carpage-ww-tab-button.active) {
    border-color: #DFDFDF !important;
    font-weight: 500;
    background: #F7F7F7;
}

.carpage-ww-tab-kopen {
    border-radius: 24px 0 0 0 !important;
}



.carpage-ww-tab-leasen {
    border-radius: 0 24px 0 0 !important;
}

.carpage-ww-tab-button.active {
    color: #363636 !important;
       background-color: #FFFFFF !important;
    font-weight: bold;
}



.carpage-ww-pakket-details-container {
    width: 40%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F7F7F7;
    border-radius: 24px;
}

hr.carpage-ww-hr {
    margin: 16px 0 !important;
}

.carpage-ww-pakket-details-inner {
    display: flex;
    justify-content: space-between;
}

span.carpage-ww-pakket-detail-right {
    align-self: center;
}

.carpage-ww-pakket-details-button {
    align-self: center;
    width: 100%;
    background: #FDBA2D;
    padding: 16px 32px;
    border-radius: 48px;
    text-align: center;
}


/* Nog checken */
.carpage-ww-tab-container {
    width: 100%;
}

.carpage-buy-price-container {
    display: flex;
    justify-content: space-between;
}
.carpage-lease-container {
    display: flex;
    justify-content: space-between;
}

.carpage-buy-text-heading, .carpage-buy-text-price,.carpage-ww-heading-title {
    margin: 0!important;
    font-size: 32px!important;
    font-weight: 600!important;
    
}
.carpage-lease-text-heading, .carpage-lease-text-price{
    margin: 0!important;
    font-size: 24px!important;
    font-weight: 400!important;
    color: #888888!important;
}

.carpage-ken-table-row {
    display: flex;
    column-gap: 30px;

}
.carpage-ken-table {
    display:grid;
    row-gap: 10px;
}
.carpage-ken-table-row > div {
    width: 50%;
    padding-bottom: 3px;
    border-bottom: 1px solid #DFDFDF;
}
.carpage-ken-table-label {
    text-transform: capitalize;
    font-weight: 700;
}

.carpage-opt-table-row {
    display: flex;
}
.carpage-opt-table-row .carpage-opt-table-value {
    text-transform: capitalize;
    padding-bottom: 3px;
    border-bottom: 1px solid #DFDFDF;
}
.carpage-opt-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 10px;
}

.carpage-opt-container, .carpage-ken-container {
    display: flex;
    flex-direction: column;
}

.carpage-serv-table {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.carpage-verz-table {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}

.carpage-serv-usps-single-icon svg {
    background: #FDBA2D;
    padding: 6px;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    margin-right: 10px;
}
.carpage-verz-usps-single-icon svg{
    background: #9282FF;
    padding: 6px;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    margin-right: 10px;
}

.carpage-serv-image {
    width: 540px;
    background-size: cover;
    background-position: center;
    height: 485px;
    display: flex;
    justify-content: center;
    border-radius: 28px;
}
.carpage-verz-image-subcontainer {
    width: 50%;
    display: flex;
    justify-content: center;
    border-radius: 28px;
    background-color: #1F096C;
}
span.carpage-serv-image-title {
    font-size: 80px;
    padding: 12%;
    color: #FFFFFF;
    line-height: 81px;
    font-weight: 700;
}
.carpage-verz-image {
    font-size: 80px;
    padding: 12%;
    color: #FFFFFF;
    line-height: 81px;
    font-weight: 700;
}
.carpage-serv-subcontainer{
    background-color: #FFFFFF;
    padding: 3%;
    border-radius: 24px;
}
.carpage-verz-subcontainer{
    background-color: #FFFFFF;
    padding: 3%;
    border-radius: 24px;
}
.carpage-serv-container{
    padding: 3% 0;
}
.carpage-verz-container{
    padding: 3% 0;
}
.carpage-serv-subcontainer {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.carpage-verz-subcontainer {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.carpage-serv-usps {
    margin-left: 15px;
    row-gap: 15px;
    display: grid;
}
.carpage-verz-usps {
    margin-left: 15px;
    row-gap: 15px;
    display: grid;
}
.carpage-serv-usps-single{
    display:flex;
}
.carpage-verz-usps-single{
    display:flex;
}

@media (min-width: 922px) {
    .ast-container{
        max-width: 1320px
    }
}

.block-alinea, .package-list, .package-title, .block-title, .car-total-result-count, .car-aspect-detail, .car-filter-heading, .filter-item label, .carpage-buy-text-heading, .carpage-buy-price, .carpage-usps-text, .carpage-usps-single-text, .carpage-toc-icon, a.carpage-toc-steps, .carpage-ww-heading-title .carpage-ww-kopen-heading,.carpage-ww-heading-title, .carpage-ww-sub-heading-title, .carpage-ww-pakket-details, .carpage-opt-container {
    color: #363636 !important;
}

.package-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
    text-align: left;
}



.carpage-ww-kopen-heading{

}

.block-actions button{
    background:white!important;
    color: black!important;
}
.block-actions button.active , .block-actions button:hover{
    background:black!important;
    color: white!important;
}

#priceRange, #mileageRange {
    margin-top: 10px;
    margin-bottom: 10px;
}

#priceRangeValues, #mileageRangeValues {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 0.9rem;
}

.car-usp-title{
    margin-bottom: 15px;
}
.car-usp-item {
    display: flex;
    align-items: center;
}
span.car-usp-icon {
    display: flex;
}
.car-usp-icon svg{
    background: #FEE289;
    padding: 6px;
    width: 28px;
    height: 28px;
    border-radius: 24px;
    margin-right: 10px;
}

.car-support {
    display: flex;
    justify-content: space-between;
}
.car-listings-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1rem 0;
}

.car-aspect{
    background-color:unset!important;
}
.cta-card {
    background-color: #f9f9f9;
    text-align: center;
    padding: 1rem;
}

.cta-card .cta-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 1rem;
}

.cta-card .cta-button:hover {
    background-color: #005a8c;
}


/* Base styles (mobile view) */
.block {
    margin-bottom: 20px;
}

.flex {
    display: flex;
}

/* .block-image {
    height: 150px;
    width: 100%;
    overflow: hidden;
} */
.justify-between{
    justify-content:space-between;
}
.items-center{
    align-items:center;
}

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

.block-alinea {
    padding: 10px;
    width: 100%;
}
.block-content .flex{
    flex-direction: column;
}


/* Desktop styles */
@media (min-width: 768px) {
    .flex {
        flex-direction: row;
    }

    .block-image {
        flex: 1;
        width: 25%;
    }

    .block-alinea {
        flex: 3;
        width: 75%;
    }

    .block-content .flex{
        flex-direction: row;
    }
}

.package-container {
    display: flex;
    flex-wrap: wra
    margin: 0 auto;
    gap: 28px;
}

.blocks-section {
    flex: 2.2;
}

.sidebar-section {
    flex: 1;
}

/* Responsive adjustments for mobile or smaller screens */
@media (min-width : 768px) and (max-width : 1024px) {
    .carpage-thumbnail-container.slideSwiper .swiper-slide img {
        height: 330px;
    }
}
@media (max-width: 768px) {
    .package-container {
        flex-direction: column; /* Stack blocks and sidebar on top of each other */
    }
    
    .blocks-section, .sidebar-section {
        padding: 0;
        width: 100%;
    }

    .slideSwiper .swiper-button-next, .slideSwiper .swiper-button-prev {
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }
    .slideSwiper .swiper-button-next:after, .slideSwiper .swiper-button-prev:after {
        font-size: 20px;
    }
    .carpage-gallery-container.thumbSwiper .swiper-slide img {
        height: 100%;
        border-radius: 5px;
    }
    .carpage-thumbnail-container.slideSwiper .swiper-slide img {
        height: 250px;
    }
    .carpage-gallery-container.thumbSwiper .swiper-slide {
        height: auto;
        max-height: 70px;
    }
}

.block-package{
    background-color: #FFFFFF;
    padding: 48px;
    border-radius: 10px;
    width: 100%;
}

.block-content-top {
    margin-bottom: 20px;
}

/* Basic button styles */
.block-actions button {
    background-color: transparent;
    border: 2px solid #000; /* Add a border */
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
    color:black;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Style when the button is active (selected) */
.block-actions button.active {
    background-color: #000;
    color: #FFFFFF;
}

/* Add hover effect */
.block-actions button:hover {
    background-color: #f0f0f0;
}



.form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.form-group {
    flex: 1; /* Makes each form group take equal space */
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%; /* Ensures the input takes the full width of its container */
    box-sizing: border-box;
}

button.btn-primary {
    display: block;
    width: 100%; /* Button takes full width */
    padding: 10px;
    margin-top: 20px;
    background-color: #000;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button.btn-primary:hover {
    background-color: #333;
}

/* Optional: Styling the scrollbar */
.carpage-gallery-container::-webkit-scrollbar {
    height: 8px;
}

.carpage-gallery-container::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 4px;
}

.carpage-gallery-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the scrollbar track */
}

.car-overview {
    background: white;
 
}
.flex-column{
    flex-direction: column;
}
.justify-between{
    justify-content: space-between;
}
.package-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.d-none{
    display: none;
}
.w-100{
    width:100%;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.gap-3{
    gap:0.75rem;
}
.p-2{
    padding:0.5rem;
}
.mb-4{
    margin-bottom:1rem;
}
.step-container {
    display: flex;
    align-items: flex-start;
}

.step-number-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.step-number {
    margin-top:10px;
    width: 40px;
    height: 40px;
    background-color: black; /* Color for the number background */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.step-line {
    width: 2px;
    background-color: black;
    flex-grow: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gap-4{
    gap:1rem;
}
.gap-2{
    gap:0.5rem;
}
.gap-1{
    gap:0.25rem;
}
.car-package-icon img{
    display:none;
}
.car-package-icon img{
    display:none;
}
.car-package-icon{
    height: 1rem;
    width: 1rem;
    border: 1px solid black;
    border-radius: 50%;
}
.justify-center{
    justify-content: center;
}
button.active  .car-package-icon, .car-package-icon:hover{
    border: none;
}
button.active .car-package-icon img, button:hover  .car-package-icon img{
    display:block;
}

/* Container for the tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
}

/* Tooltip text (initially hidden) */
.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Adjust this based on the placement you prefer */
    left: -100%;
    margin-left: -100px; /* Adjust based on width */
    
    /* Fade-in effect */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tooltip when hovering */
.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.li-voordelen-importeren li{
    list-style: none;
}

.li-voordelen-importeren{
    padding:0;
}
.round-checkmark {
    height: 35px;
    width: 35px;
    background: #FEE289;
    aspect-ratio: 1/1;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    gap:8px;
  }
  .round-checkmark img{
    height: 12px!important;
    width: 12px;
    
  }
  .voordeel-item{
    gap:5px;
  }
  .tooltip-text{
    font-weight: 100;
    font-size: 1rem;
  }

  .container-usps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.item-usp {
    display: flex;
    align-items: center;
    text-align: center;
}

.icon-usp {
    width: 35px;
    height: 35px;
    background-color: #0EAE0B; /* Green color */
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.icon-usp img {
    width: 16px;
    height: 16px;

}



.text-usp {
    text-align: left;
}

.text-usp p {
    margin: 0;
}

.package-notice-text{
    color:#888888;
}

.btn.term-option {
    padding: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    background: white;
    color: black;
}

  .btn.term-option.active{
    background: black;
    color: white;
  }
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 2.5rem;
}
.w-100{
    width: 100%;
}

.listing-header{
    display:flex;
    justify-content: space-between;
}

.package-card {
    width: 100% !important;
}

#car-preview-bpm {
    display: none;
}
#car-preview-btw {
    display: none;
}

#car-preview-price {
    display: none;
}

.package-list h3.block-title {
    margin: 20px 0px !important;
}

.error-blank {
    background-color: #ff4f5a;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.error-blank img.tooltip-img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(3%) hue-rotate(335deg) brightness(101%) contrast(101%);
    margin-right: 10px;
}