:root {
    --primary-color: #00b140; /* Default green color */
    --secondary-color: #ffae00;
    --tertiary-color: #06d753;
}

body {
    font-family: "Source Sans Pro",Sans-serif !important;
}

.vds_offerte_widget {
    background-color: rgb(255, 174, 0);
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
    color: white;
}

.vds_button {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #ffae00;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 25px 0px 25px;
}

.vds_offerte_widget input {
    text-align: right;
}

.vds_offerte_widget div,
.vds_offerte_widget h5 {
    color: white !important;
}

.configurator h2 {
    font-family: 'TheMix', sans-serif;
    color: #000;
    font-size: 30px;
    font-style: normal;
    margin: 0;
}

.configurator p {
    font-family: 'TheMix', sans-serif;
    color: #000;
    font-style: normal;
}

.headquestions_div {
    padding: 20px;
    background-color: var(--primary-color);
    border-radius: 25px;
}

.headquestions_div label {
    padding-left: 20px;
    color: white;
    font-size: 18px;
    font-weight: normal;
}

.headquestioninput {
    font-size: 18px;
    padding: 5px 4px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #06d753;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}



.headquestioninput:focus {
    outline: none;
    border-color: #ffae00;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.headquestioninput::placeholder {
    color: #adb5bd;
    opacity: 1;
}

.offertequestioninput {
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 13px 1px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bbb;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}



.offertequestioninput:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #9f9f9f;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.offertequestioninput::placeholder {
    color: #adb5bd;
    opacity: 1;
}


.stapbuttonchecked {
    border-radius: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 200px;
    border: 2px solid var(--tertiary-color);
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.stapbuttonchecked::after {
    content: '✓';
    position: absolute;
    bottom: 8px;
    right: 18px;
    font-size: 24px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.stapbuttonchecked::after {
    opacity: 1;
}

.stapbuttonchecked span {
    margin-right: 20px;
}


.stapbutton {
    border-radius: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 200px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.stapbutton::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #ffae004f;
    z-index: 0;
    animation: sweepDown 3s infinite ease-in-out;
}

@keyframes sweepDown {

    0%,
    100% {
        top: -100%;
    }

    50% {
        top: 100%;
    }
}

.stapbutton span {

    font-weight: bold;
    position: relative;
    z-index: 1;
}

.stapbutton:focus {
    outline: none;
}

.calculate_block {
    box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.3);
}

#stap3,
#stap5,
#stap7 {
    box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.3);
}

.button-container {
    margin-top: 40px;
    text-align: center;
}

.hout_block {
    display: flex;
    flex-wrap: wrap;
    /* Allow the items to wrap as needed */
    justify-content: center;
    /* Center items horizontally */
    gap: 20px;
    /* Optional: adds some space between the cards */
    padding: 0;
    margin: 0 auto;
    /* Center the container */
}

.houtbuttonwrapper {
    background-color: white;
    text-align: center;
    flex: 0 1 calc(30% - 10px);
    /* Adjust this to change the number of items per row */

    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
    width: 80%;
    /* Full width on smaller screens */
}

.houtbuttonwrapper i{
    font-size: 17px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    color: #fff;
}
.houtbuttonwrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    /* Remove default inline behavior, fixing alignment issues */
}

.houtimage.selected {
    transform: scale(1.05); /* Slightly increase size */
    border: 2px solid #06d753; /* Highlight with a border */
}

.houtbuttonwrapper:hover{
    cursor: pointer;
}

.houttitle {
    text-align: center;
}

/* Media query for screens wider than 768px */
@media (min-width: 900px) {
    .houtbuttonwrapper {
        flex: 0 1 calc(10% - 10px);
        /* Adjust this to change the number of items per row */
    }
}

section {
    padding-top: 40px;
    padding-bottom: 30px;
}



.headquestion_wrapper {
    padding-top: 6px;
    display: flex;
}

.productwrapper:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.217);
}
.offertebutton.vds_button:hover {
    background-color: var(--primary-color);
    color: #f6f6f6;
}

.offertebutton{
    width: 800px;
}

.productwrapper:hover .vds_button {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.217);

}

.productwrapper {
    margin-top: 12px;
    cursor: pointer;
    color: black;
    border-radius: 10px;
    border: 1px solid #ffae00;
    text-align: center;
}

#removePoort{
    cursor: pointer;
}

#addPoort{
    cursor: pointer;
}


.productwrapper hr, .poortwrapper hr {
    margin-left: 10px;
    margin-right: 10px;
    color: #ffae00;
}

.poortwrapper {
    margin-top: 12px;
    color: black;
    border-radius: 10px;
    border: 1px solid lightgray;
    text-align: center;
    padding-bottom: 15px;
}

#removeSpecificatie{
    cursor: pointer;
}

#addSpecificatie{
    cursor: pointer;

}

.specificatiewrapper {
    margin-top: 12px;
    color: black;
    border-radius: 10px;
    border: 1px solid lightgray;
    text-align: center;
    padding-bottom: 15px;
}

.specificatiewrapper img {
    border-radius: 10px;
}


.productwrapper img {
    border-radius: 10px;
}

.productinfo {
    padding-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ededed;
}

.incrementinfo {
    padding-bottom: 20px;
}

.productwrapper.selected {
    color: #fff;
}

.productinfo.selected {
    background-color: var(--primary-color);

}

.productwrapper.selected .productinfo {
    background-color: var(--primary-color);

}

.productdescription {
    text-align: left;
    padding-left: 50px;
}

.descriptionlogo {
    margin-right: 5px;
    color: #ffae00;
    content: 's'
}

.producttitle {
    text-align: center;

}

.houtbuttonwrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button label {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(0, 0, 0, 0.3);
    width: 41%;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.radio-button input[type="radio"]:checked+label {
    background-color: #fff;
    color: black;
    border: 2px solid #06d753;

}

/* Button basic styling */
.addzijdebutton {
    font-size: 21px !important;
    background-color: white;
    color: #4CAF50;
    border: 2px solid #06d753;
    padding: 3px 10px;
    margin-left: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.poortwrapper input, .specificatiewrapper input{
    text-align: center;
    padding: .375rem 0rem !important;
}
.countbutton{
    height: 38px;
    width: 25px;
    border: 1px solid #06d753;
    border-radius: 25px;
    font-size: 21px !important;
    color: #4CAF50;
    border: 2px solid #06d753;
    background-color: #fff;
}

.countbutton:hover{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #06d753;
    color: white;

}
/* Hiding number pointers for input fields */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]::-moz-focus-inner {
    border: 0;
}
input[type="number"]::-moz-range-progress {
    background-color: transparent;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-ms-clear,
input[type="number"]::-ms-reveal {
    display: none;
}

.nav-item {
    color: #00B140;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 20px;
}
.nav-item.active {
    color: #FFAE00;

}
.nav-menu {
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.nav-item:hover {
    color: #FFAE00;
    transition: 0.3s;
}

.nav-menu-container {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
}

.nav-toggle {
    cursor: pointer;
    display: none;
    right: 0;
    font-size:28px;
    margin-right: 8px;
    position: absolute;
    display: none;
}

@media (max-width: 768px) {
    .nav-menu-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }
    .nav-menu.active {
        display: flex;
    }
    .nav-item {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .nav-toggle {
        display: block;
    }
}