#sliderForm {
    /* width: 300px; */
    margin: 0 auto;
}

.dn {
    display: none;
}

.slide {
    display: none;
    transition: all 1.5s ease;
}

input,
button {
    margin-top: 32px;
}

.next {
    float: right;
}

input[type="number" i] {
    margin: 0;
}

#slide2>div>div>span>label {
    color: white;
}

.next .et_pb_button {
    border-radius: 2px;
}

.prev .et_pb_button {
    border-radius: 2px;
}

/* .et_pb_contact_form_0.et_pb_contact_form_container {
    background-color: #2B2928;
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
    border-radius: 40px;
} */

.et_pb_cdc_form_0.et_pb_cdc_form_container {
    background-color: #2B2928;
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
    border-radius: 5px;
}

.et_pb_cdc_form_0.et_pb_cdc_form_container h1,
.et_pb_cdc_form_0.et_pb_cdc_form_container h2.et_pb_contact_main_title,
.et_pb_cdc_form_0.et_pb_cdc_form_container h3.et_pb_contact_main_title,
.et_pb_cdc_form_0.et_pb_cdc_form_container h4.et_pb_contact_main_title,
.et_pb_cdc_form_0.et_pb_cdc_form_container h5.et_pb_contact_main_title,
.et_pb_cdc_form_0.et_pb_cdc_form_container h6.et_pb_contact_main_title {
    color: #FFFFFF !important;
}

.et_pb_cdc_form_0.et_pb_cdc_form_container .input,
.et_pb_cdc_form_0.et_pb_cdc_form_container .input[type="checkbox"]+label i,
.et_pb_cdc_form_0.et_pb_cdc_form_container .input[type="radio"]+label i {
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
}

.et_pb_contact_field_options .et_pb_radio_options {
    display: flex;
    /* This will make the radio options align horizontally */
    flex-wrap: wrap;
    /* This allows options to wrap onto the next line if they don't fit */
    gap: 10px;
    /* Adjust the space between radio buttons */
    align-items: center;
    /* Align items vertically */
    justify-content: space-around;
    /* Space between radio buttons */
}

.et_pb_contact_field_radio {
    display: flex;
    /* Makes the label and input align side by side */
    align-items: center;
    /* Align the text with the radio button */
}

.et_pb_contact_field_radio input[type="radio"] {
    margin-right: 5px;
    /* Space between the radio button and the label */
}

/* Sliders */

#year_range_slider,
#budget_slider {
    width: 100%;
    margin: 10px 0;
}

.et_pb_cdc_form_label {
    color: #FFFFFF !important;
}

/*  */

/* General form styling */
.et_pb_cdc_form_container {
    background: #2B2928;
    color: #ffffff;
    font-family: 'Your desired font', sans-serif;
    /* Replace with your font choice */
}

/* Label styling */
.et_pb_cdc_form_label {
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
}

/* Input text box styling */
.input {
    border: 2px solid #fedd44;
    background-color: #2B2928;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    width: calc(100% - 20px);
    font-weight: bold!important;
    /* Adjusts for pa
    dding */
}
/* Style the placeholder text */
input::placeholder {
    color: black!important; /* Set placeholder text color to black */
    opacity: 1; /* Make sure it's fully visible */
}

/* Hide the placeholder text upon input focus */
input:focus::placeholder {
    opacity: 0!important; /* Completely hide the placeholder text */
}


/* Placeholder styling */
.input::placeholder {
    color: #ffffff;
    opacity: 0.7;
    /* Placeholder text slightly faded */
}

/* Button styling */
.et_pb_button {
    background-color: #fedd44;
    color: #2B2928;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.et_pb_button:hover {
    background-color: darken(#fedd44, 10%);
}

/* Slider styling */
/* #budget_slider, #year_range_slider .ui-slider-handle {
    background-color: #fedd44;
    border: 2px solid #2B2928;
} */

.ui-slider-horizontal .ui-slider-range {
    background: #fedd44;
}

.ui-slider .ui-slider-handle {
    border-color: #fedd44;
}

/* Adjust the colors when the slider is active or has focus */
.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:active {
    background: darken(#fedd44, 10%);
}

#color_picker {
    width: 5%;
    margin: 0 2%;
    background-color: white;
}

#body_color,
#interior_color {
    width: 90%;
}

.steering-wheel-btn {
    padding: 10px 20px;
    font-size: 16px;
    margin: 5px;
    border-radius: 24px;
    /* border: 2px solid #ccc; Adjusted border thickness */
    background-color: #eee;
    /* Btn Background color */
    color: #000;
    /* Btn Text color */
    cursor: pointer;
    border: none;
    width: 20%;

}

.steering-wheel-btn.selected {
    border-radius: 24px;
    background-color: #fedd44;
    /* Selected background color */
    color: #000;
    /* Ensuring text color consistency */
    /* border-color: #fedd44; */
}

.steering-wheel-btn1 {
    padding: 10px 20px;
    font-size: 16px;
    margin: 5px;
    margin-bottom: 8px;
    border-radius: 24px;
    /* border: 2px solid #ccc; Adjusted border thickness */
    background-color: #eee;
    /* Btn Background color */
    color: #999;
    /* Btn Text color */
    cursor: pointer;
    border: none;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Alignement à gauche */

}

.steering-wheel-btn1.selected {
    border-radius: 24px;
    background-color: #fedd44;
    /* Selected background color */
    color: #000;
    /* Ensuring text color consistency */
    /* border-color: #fedd44; */
}

select.input,
select.input:focus,
select.input:active {
    border: 2px solid #fedd44 !important;
    /* Yellow border */
    background-color: #2B2928 !important;
    /* Dark background */
    color: #ffffff !important;
    /* White text */
    padding: 10px;
    margin-bottom: 15px;
    width: calc(100% - 20px);
    outline: none;
    /* Removes the focus outline */
    -webkit-appearance: none;
    /* Removes default styling on iOS */
    -moz-appearance: none;
    /* Removes default styling on Firefox */
    appearance: none;
    /* Standard way to remove default styling */
}

/* Style for the dropdown arrow */
select.input::-ms-expand {
    display: none;
    /* Hide the default dropdown arrow in IE */
}

select.input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    /* Invert color for better visibility on dark background */
    margin-right: 10px;
    /* Adjust spacing if needed */
}

/* Adding a custom dropdown arrow for select elements */
select.input {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%23ffffff" viewBox="0 0 16 16"><path d="M1.5 6l6 6 6-6z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px;
}

.slider-label {
    position: absolute;
    top: -30px;
    /* Adjust based on your slider's height */
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    /* Text color */
    background-color: #333;
    /* Background color */
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    width: 40px;
    text-align: center;
}

.year_p {
    display: none;
}

/* HOTFIX STYLES FORM */
.et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i,
.et_pb_with_border .et_pb_contact_form .input[type=radio]+label i,
.et_pb_with_border .et_pb_contact_form input,
.et_pb_with_border .et_pb_contact_form select,
.et_pb_with_border .et_pb_contact_form textarea {
    border: 0 solid #333
}

.et_pb_contact_main_title {
    word-wrap: break-word
}

.et_pb_contact_submit {
    color: #2ea3f2
}

.et_pb_contact_form {
    margin-left: -3%
}

.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover {
    background-color: rgba(0, 0, 0, .05)
}

.et_pb_contact_reset:hover {
    padding: .3em 1em
}

.et_pb_contact_form [data-conditional-logic] {
    display: none
}

.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title,
.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label,
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label {
    color: red !important
}

.et_pb_contact_form p[data-id=et_number] {
    position: absolute !important;
    -webkit-transform: scale(.01) !important;
    transform: scale(.01) !important
}

.et_pb_contact_form p[data-id=et_number] input {
    background: transparent !important;
    border: none !important
}

.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title {
    float: none
}

.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.et_pb_contact_main_title {
    font-weight: 500;
    padding-bottom: 16px;
    position: relative
}

h1.et_pb_contact_main_title {
    font-size: 26px
}

.et-pb-contact-message {
    position: relative
}

.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title,
.et_pb_column_1_5 .et_pb_contact_main_title,
.et_pb_column_1_6 .et_pb_contact_main_title,
.et_pb_column_2_5 .et_pb_contact_main_title {
    font-size: 22px
}

.et_pb_contact_right {
    display: inline-block;
    min-width: 105px;
    margin: 0;
    text-align: right
}

.et_pb_contact_right .et_pb_contact_captcha_question {
    vertical-align: middle
}

.et_pb_contact {
    position: relative
}

.et_pb_contact .et_pb_contact_field_half {
    width: 50%;
    float: left
}

.et_pb_contact p input,
.et_pb_contact p textarea {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px
}

.et_pb_contact p textarea {
    font-family: inherit
}

.et_pb_contact p input:-moz-placeholder,
.et_pb_contact p input::-moz-placeholder,
.et_pb_contact p textarea:-moz-placeholder,
.et_pb_contact p textarea::-moz-placeholder {
    opacity: 1
}

.et_pb_contact_right p input {
    max-width: 50px;
    padding: 16px
}

.et_pb_contact p input[type=checkbox],
.et_pb_contact p input[type=radio] {
    margin: 0;
    width: auto;
    max-width: none;
    padding: 0;
    display: none
}

.et_pb_contact p input[type=checkbox]+label,
.et_pb_contact p input[type=radio]+label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    line-height: 1.7em;
    min-height: 1.7em
}

.et_pb_contact p input[type=checkbox]+label i,
.et_pb_contact p input[type=radio]+label i {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #eee;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 6px
}

.et_pb_contact p input[type=radio]+label i {
    border-radius: 50%
}

.et_pb_contact p input[type=checkbox]:checked+label i:before,
.et_pb_contact p input[type=radio]:checked+label i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.et_pb_contact p input[type=checkbox]:checked+label i:before {
    content: "N";
    font-family: ETmodules;
    color: #2ea3f2;
    width: 17px;
    height: 17px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: center
}

.et_pb_contact p input[type=radio]:checked+label i:before {
    background: #2ea3f2;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

.et_pb_contact p input[type=checkbox]~input[type=text] {
    display: none !important
}

.et_pb_contact_reset,
.et_pb_contact_submit {
    font-family: inherit;
    display: inline-block;
    margin: 0 0 0 18px;
    cursor: pointer
}

.et_pb_contact p .et_contact_error {
    border: 1px solid red !important
}

.et_contact_bottom_container {
    float: right;
    text-align: right;
    margin-top: -1.5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:981px) and (max-width:1100px) {

    .et_pb_column_1_4 .et_pb_contact_right,
    .et_pb_column_1_5 .et_pb_contact_right,
    .et_pb_column_1_6 .et_pb_contact_right {
        margin-right: 5px
    }
}

@media (max-width:980px) {

    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title {
        float: none
    }

    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .et_pb_contact .et_pb_contact_field_half_tablet {
        width: 50%;
        float: left
    }

    .et_pb_contact .et_pb_contact_field_last_tablet {
        width: 100%
    }
}

@media (max-width:767px) {

    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_title {
        float: none
    }

    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .et_pb_column .et_pb_contact p.et_pb_contact_field_half {
        width: 100%;
        margin-right: 0
    }

    .et_pb_contact .et_pb_contact_field_half_phone {
        width: 50%;
        float: left
    }

    .et_pb_contact .et_pb_contact_field_last_phone {
        width: 100%
    }
}

.iphone .et_pb_contact_form input,
.iphone .et_pb_contact_form select,
.iphone .et_pb_contact_form textarea {
    -webkit-appearance: initial
}

/* Responsive adjustments might be necessary */
@media (max-width: 768px) {

    .input,
    .et_pb_button {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .year_p {
        display: block;
    }

    .slider-label {
        display: none !important;
    }

    /* Hide the SVG icon on mobile devices */
    label[for="color_picker"] svg,
    label[for="interior_color_picker"] svg {
        display: none;
    }

    /* Adjust the color input and other inputs/buttons to width 100% */
    .input,
    .et_pb_button,
    input[type="color"] {
        width: 100% !important;
        /* Override other styles as necessary */
    }

    /* Optional: Adjust the color input to make it more button-like if visible */
    input[type="color"] {
        cursor: pointer;
        /* Makes it clear it's interactable */
        height: 44px;
        /* Adjust based on your design needs */
        border: 1px solid #ccc;
        /* Example styling */
        border-radius: 4px;
        /* Example styling */
        padding: 0;
        /* Adjust as needed */
        -webkit-appearance: none;
        /* Removes default styling on WebKit browsers */
        appearance: none;
        /* Standardizes appearance across browsers */
    }

    /* To visually indicate the area is clickable, you might add a faux button or enhance the input's appearance */
}