
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body {
    background-color: #f5f5f5;
}


.label {
font-weight: bold;
margin-bottom: 5px;
display: block;
}

.slider-container {
display: flex;
align-items: center;
position: relative;
}

.slider {
flex-grow: 1;
margin: 0 10px;
-webkit-appearance: none;
appearance: none;
height: 5px;
background: #000;
border-radius: 5px;
outline: none;
}

.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: #000;
border-radius: 50%;
cursor: pointer;
}

.tooltip {
position: absolute;
background: #000;
color: #fff;
padding: 5px;
border-radius: 5px;
font-size: 12px;
white-space: nowrap;
transform: translate(-50%, -150%);
display: none;
}

.slider-container:hover .tooltip {
display: block;
}

.value {
width: 60px;
text-align: center;
padding: 6px;
background: rgba(0, 0, 0, .05);
border: 0;

}

.note {
font-size: 0.9em;
color: #666;
}

.container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    background: white;
    min-height: 100vh;
}



.preview img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.options {
    flex: 1;
    padding: 15px; /* Seçenekler kısmının üstten ve yandan boşluğu */
    margin-top: 0; /* Üst boşluk */
    background: #fff;
    border-left: 1px solid #eee;
    min-width: 320px;
    
}

.color-section, .type-section, .Materiaal-section-hidden{
    display: none;
}

.color-section.active, .type-section.active, .Materiaal-section-hidden.active{
    display: block;
}

.options h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.color-option, .type-option, .Materiaal-option{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.color-option:hover, .type-option:hover, .Materiaal-option:hover{
    background-color: #f5f5f5;
}

.color-radio, .type-radio, .Materiaal-radio{
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

/* Seçili durumlar için daha belirgin stil */
.color-radio.selected, .type-radio.selected, .Materiaal-radio.selected{
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.color-radio.selected::after, .type-radio.selected::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.color-preview {
    width: 60px;
    height: 40px;
    margin-left: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.color-name, .type-name, .Materiaal-name{
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}

.button-container {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.back-button {
    padding: 15px;
    background-color: #fff;
    color: #4B6A4F;
    border: 1px solid #4B6A4F;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    width: 50px;
}

.next-button {
    flex: 1;
    padding: 15px;
    background-color: #4B6A4F;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.Materiaal-section.hidden {
    display: none;
}

.Materiaal-section.active {
    display: block;
}

.Materiaal-radio.selected::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #4CAF50;  
    border-radius: 50%;
}


.slider-container.hidden {
    display: none;
}

.slider-container.active {
    display: block;
}

.container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    background: white;
    min-height: 100vh;
}



.preview img {
    width: 100%;
    height: auto;
    padding:5px;
    border-radius: 15px;
 
}

.dimensions {
    flex: 1;
    padding: 40px;
    border-left: 1px solid #eee;
    min-width: 320px;
}

.description {
    color: #333;
    margin-bottom: 30px;
    line-height: 1.5;
}

.dimension-group {
    margin-bottom: 40px;
}

.dimension-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.label-text {
    font-weight: 500;
    color: #333;
}

.required {
    color: #666;
    font-size: 14px;
}

.slider-container {
   
    padding: 15px;
    border-radius: 8px;
}

/* Kaydırıcı çubuğu */
.slider {
    width: 100%;
    height: 5px; 
    background: #dcdcdc; 
    border-radius: 5px;
    outline: none;
    position: relative;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    border: 2px solid #333;
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: 3px; 
}

/* Kaydırıcı topu (thumb) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black; 
    border: 2px solid #333;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-top: -6px; 
}

/* Firefox için slider desteği */
.slider::-moz-range-track {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #f4f4f4;  
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    border: 2px solid #333;
    cursor: pointer;
}

/* Edge için slider desteği */
.slider::-ms-track {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #f4f4f4;
    border-color: transparent;
    border-width: 8px 0;
    color: transparent;
    background-color: transparent;
}

.slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    border: 2px solid #333;
    cursor: pointer;
}



.value-display {
    color: #333;
    font-size: 14px;
}

.button-container {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.back-button {
    padding: 15px;
    background: white;
    border: 1px solid #4B6A4F;
    color: #4B6A4F;
    border-radius: 8px;
    cursor: pointer;
    width: 50px;
}

.next-button {
    flex: 1;
    padding: 15px;
    background: #4B6A4F;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* Hover efektlerini geliştirme */
.next-button:hover {
    background-color: #3d563f;
    transform: translateY(-1px);
    transition: all 0.2s;
}

.required {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.active {
    display: block;
}

.linkerzijde-section.hidden {
    display: none;
}

.linkerzijde-section.active {
    display: block;
}

.linkerzijde-section {
    position: relative;
    height: calc(100vh - 80px); 
    display: flex;
    flex-direction: column;
}

/* Başlık kısmı için */
.linkerzijde-section h2,
.linkerzijde-section .required {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
    padding: 10px 0;
}

/* Seçeneklerin olduğu kısım için */
.linkerzijde-options {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 220px - 50px); 
    padding-right: 10px;
    margin: 10px 0;
    margin-bottom: 70px; 
}

/* Butonların olduğu kısım için */
.button-container {
    position: absolute;
    bottom: 0;
    background-color: white;
    padding: 10px 0;
    z-index: 2;
}

.linkerzijde-radio {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.linkerzijde-radio.selected {
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.linkerzijde-radio.selected::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.linkerzijde-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.linkerzijde-option:hover {
    background-color: #f5f5f5;
}

.linkerzijde-section {
    position: relative;
    height: calc(100vh - 80px); 
    display: flex;
    flex-direction: column;
    overflow: hidden; 
}

/* Webkit (Chrome, Safari, vs) için kaydırma çubuğu stili */
.linkerzijde-section::-webkit-scrollbar {
    width: 6px;
}

.linkerzijde-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.linkerzijde-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.linkerzijde-section::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* options div'inin yüksekliğini sabit tutmak için */
.options {
    height: 100vh;
    overflow-y: hidden;
}


.rechterzijde-section.hidden {
    display: none;
}

.rechterzijde-section.active {
    display: block;
}

.rechterzijde-section {
    position: relative;
    height: calc(100vh - 80px); 
    display: flex;
    flex-direction: column;
}

/* Başlık kısmı için */
.rechterzijde-section h2,
.rechterzijde-section .required {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
    padding: 10px 0;
}

/* Seçeneklerin olduğu kısım için */
.rechterzijde-options {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 220px - 50px); 
    padding-right: 10px;
    margin: 10px 0;
    margin-bottom: 70px; 
}

/* Butonların olduğu kısım için */
.button-container {
    position: sticky;
    bottom: 0;
    background-color: white;
    padding: 10px 13px;
    z-index: 2;
}

.rechterzijde-radio {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.rechterzijde-radio.selected {
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.rechterzijde-radio.selected::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.rechterzijde-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.rechterzijde-option:hover {
    background-color: #f5f5f5;
}

.rechterzijde-section {
    position: relative;
    height: calc(100vh - 80px); 
    display: flex;
    flex-direction: column;
    overflow: hidden; 
}

/* Webkit (Chrome, Safari, vs) için kaydırma çubuğu stili */
.rechterzijde-section::-webkit-scrollbar {
    width: 6px;
}

.rechterzijde-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.rechterzijde-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.rechterzijde-section::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* options div'inin yüksekliğini sabit tutmak için */
.options {
    height: 100vh;
    overflow-y: hidden;
}


.zonwering-section.hidden {
    display: none;
}

.zonwering-section.active {
    display: block;
}

.zonwering-radio {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.zonwering-radio.selected {
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.zonwering-radio.selected::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.zonwering-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.zonwering-option:hover {
    background-color: #f5f5f5;
}



.goot-section.hidden {
display: none !important;
}

.goot-section.active {
display: block !important;
}

.goot-options {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 10px;
}

.goot-option {
display: flex;
align-items: center;
padding: 15px;
border: 1px solid #ddd;
border-radius: 8px;
cursor: pointer;
}

.goot-radio {
width: 24px;
height: 24px;
border: 2px solid #ddd;
border-radius: 50%;
margin-right: 15px;
position: relative;
}

.goot-radio.selected::after {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: #4CAF50;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}



.verlichting-section.hidden {
display: none !important;
}

.verlichting-section.active {
display: block !important;
}

.verlichting-options {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 10px;
}

.verlichting-option {
display: flex;
align-items: center;
padding: 15px;
border: 1px solid #ddd;
border-radius: 8px;
cursor: pointer;
}

.verlichting-radio {
width: 24px;
height: 24px;
border: 2px solid #ddd;
border-radius: 50%;
margin-right: 15px;
position: relative;
}

.verlichting-radio.selected::after {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: #4CAF50;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}



.monteren-section.hidden {
display: none !important;
}

.monteren-section.active {
display: block !important;
}



.monteren-options {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 10px;
}

.monteren-option {
display: flex;
align-items: center;
padding: 15px;
border: 1px solid #ddd;
border-radius: 8px;
cursor: pointer;
}

.monteren-radio {
width: 34px;
height: 24px;
border: 2px solid #ddd;
border-radius: 50%;
margin-right: 15px;
position: relative;
display: inline-block;
vertical-align: middle;
}

.monteren-radio.selected::after {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: #4CAF50;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}



.wanneer-section.hidden {
display: none !important;
}

.wanneer-section.active {
display: block !important;
}

.wanneer-options {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 10px;
}

.wanneer-option {
display: flex;
align-items: center;
padding: 15px;
border: 1px solid #ddd;
border-radius: 8px;
cursor: pointer;
}

.wanneer-radio {
width: 24px;
height: 24px;
border: 2px solid #ddd;
border-radius: 50%;
margin-right: 15px;
position: relative;
}

.wanneer-radio.selected::after {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: #4CAF50;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}


/* form */
h1 {
    font-size: 24px;
    margin-bottom: 30px;
    position: sticky; 
    top: 0; 
    background-color: white; 
    z-index: 10; 
    padding: 10px 0; 
    border-bottom: 2px solid #ddd; 
}

.section {
    margin-bottom: 30px;
}

h2 {
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.required {
    background-color: #f8f8f8;
    color: #333;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.optional {
    background-color: #f8f8f8;
    color: #666;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f8f8f8;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.error-message {
    display: none;
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
}

.error .error-message {
    display: block;
}

.upload-area {
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.upload-area input[type="file"] {
    display: none;
}

.upload-area svg {
    width: 40px;
    height: 40px;
    stroke: #666;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    padding: 0;
}


/* Mobil uyumluluk için */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
}

    .preview, .options {
        width: 100%;
}
.desktop{
    display:none;
}
}

@media (min-width: 768px) {

.mobile{
    display:none;
}

.preview {
    flex: 2;
    padding: 10px;
}

.goot-section {
width: 100%;
padding: 20px;
}

.verlichting-section {
width: 100%;
padding: 20px;
}

.monteren-section {
width: 100%;
padding: 20px;
}
.wanneer-section {
width: 100%;
padding: 20px;
}
}