/* General Shared Styling */
#artisan-registration-form {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}
.form-step {
    display: none;
}
.form-step.active {
    display: block;
}
.form-group {
    display: block !important;
    margin-bottom: 35px;
    text-align: start;
}

/* Step 1 Styling */
.form-step-1 {
    /* Step 1 specific styling */
}

/* Step 2 Styling */
.form-step-2 {
    /* Step 2 specific styling */
}

/* Step 3 Styling */
.form-step-3 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-3 .progress {
    margin-bottom: 20px;
}
.form-step-3 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-3 h2 {
    color: #002335;
}
.form-step-3 p {
    font-size: 1.1em;
    color: #333;
}
.form-step-3 .next-button,
.form-step-3 .previous-button {
    margin-top: 20px;
}

.previous-button
{
    border: 1px solid #FFDA79 !important;
    color: #002335 !important;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: white;
}
.next-button
{
    background-color: #FFDA79 !important;
    border: 1px solid #FFDA79 !important;
    color: #002335 !important;
    padding: 10px 20px;
    border-radius: 5px;
}

.next-button:hover,
.previous-button:hover
{
    background-color:rgba(255, 218, 121, 0.3) !important;  /* Slight black overlay */
    transition: background-color 0.3s ease; /* Smooth transition */
    color: #002335 !important;
}

/* Step 4 Styling */
.form-step-4 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-4 .progress {
    margin-bottom: 20px;
}
.form-step-4 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-4 h2 {
    color: #002335;
}
.form-step-4 .f4_form-group.form-group {
    margin-top: 20px;
}
.form-step-4 .f4_trade-cards {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}
.form-step-4 .f4_trade-card {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-step-4 .f4_trade-card label {
    margin-left: 10px;
    font-size: 14px;
}
.form-step-4 .f4_trade-card input {
    width: 20px;
    height: 20px;
}
.form-step-4 .next-button,
.form-step-4 .previous-button {
    margin-top: 20px;
}

/* Step 5 Styling */
.form-step-5 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-5 .progress {
    margin-bottom: 20px;
}
.form-step-5 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-5 h2 {
    color: #002335;
}
.form-step-5 .f5_form-group.form-group {
    margin-bottom: 20px;
}
.form-step-5 .f5_form-group.form-group input {
    width: 100%;
}
.form-step-5 #f5_distance_slider {
    width: 80%;
    margin: 10px auto;
}
.form-step-5 #f5_distance_value {
    font-size: 1.2em;
    color: #002335;
}
.form-step-5 .next-button,
.form-step-5 .previous-button {
    margin-top: 20px;
}
.form-step-5 #f5_work_throughout_netherlands {
    margin-left: 10px;
}

/* Step 6 Styling */
.form-step-6 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-6 .progress {
    margin-bottom: 20px;
}
.form-step-6 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-6 h2 {
    color: #002335;
}
.form-step-6 .form-group {
    margin-bottom: 20px;
}
.form-step-6 .form-check-label {
    font-size: 1rem;
    margin-left: 8px;
}
.form-step-6 .next-button,
.form-step-6 .previous-button {
    margin-top: 20px;
}

/* Step 8 Styling */
.form-step-8 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-8 .progress {
    margin-bottom: 20px;
}
.form-step-8 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-8 h2 {
    color: #002335;
}
.form-step-8 .f8_form-group.form-group {
    margin-bottom: 20px;
}
.form-step-8 .f8_form-group input {
    width: 80%;
    margin-top: 10px;
}
.form-step-8 .next-button,
.form-step-8 .previous-button {
    margin-top: 20px;
}

/* Step 9 Styling */
.form-step-9 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-9 .progress {
    margin-bottom: 20px;
}
.form-step-9 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-9 h2 {
    color: #002335;
    text-transform: capitalize;
}
.form-step-9 .f9_subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}
.form-step-9 .f9_form-group {
    margin: 20px auto;
    max-width: 400px;
    border: 2px dashed #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.form-step-9 .f9_form-group .form-control {
    display: block;
    margin: 10px auto;
}
.form-step-9 .f9_file-info {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #777;
}
.form-step-9 .f9_submit-button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #FFDA79;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.form-step-9 .f9_submit-button:hover {
    background-color: #573d9e;
    cursor: pointer;
}

/* Step 10 Styling */
.form-step-10 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-10 .progress {
    margin-bottom: 20px;
}
.form-step-10 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-10 h2 {
    color: #002335;
    text-transform: capitalize;
}
.form-step-10 .f10_heading {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}
.form-step-10 .f10_subheading {
    font-size: 1rem;
    color: #888;
    margin-bottom: 20px;
}
.form-step-10 .f10_description {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 30px;
}
.form-step-10 .purple-btn {
    background-color: #FFDA79;
    color: #2b2b2b;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 1rem;
    margin: 5px;
}
.form-step-10 .purple-btn:hover {
    background-color:rgba(255, 218, 121, 0.3) !important;  /* Slight black overlay */
    transition: background-color 0.3s ease; /* Smooth transition */
    color: #002335 !important;
}

/* Step 11 Styling */
.form-step-11 {
    text-align: center;
    font-family: Arial, sans-serif;
}
.form-step-11 .progress {
    margin-bottom: 20px;
}
.form-step-11 .progress-bar {
    background-color: #FFDA79;
    height: 15px;
}
.form-step-11 h2 {
    color: #002335;
    text-transform: capitalize;
}
.form-step-11 .f11_heading {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}
.form-step-11 .f11_description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}
.form-step-11 .f11_tip-box {
    background-color: rgba(255, 218, 121, 0.25); /* Softer Light Yellow */
    border-left: 6px solid #002335; /* Dark Blue Border */
    padding: 12px 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px; /* Smoother Corners */
    box-shadow: 0px 4px 6px rgba(0, 35, 53, 0.1); /* Subtle Shadow */
}

.form-step-11 .f11_icon {
    font-size: 1.4rem;
    margin-right: 12px;
    color: #002335; /* Dark Blue Icon */
    opacity: 0.8;
}

.form-step-11 .f11_tip-text {
    color: #002335; /* Dark Blue Text */
    flex: 1; /* Allow text to take full width */
    line-height: 1.5;
}

.form-step-11 .f11_tip-link {
    color: #002335; /* Dark Blue Link */
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.form-step-11 .f11_tip-link:hover {
    text-decoration: underline;
    color: #FFDA79; /* Yellow on Hover */
}


.form-step-11 .f11_form-group {
    text-align: left;
    margin: 0 auto 20px auto;
    max-width: 600px;
}
.form-step-11 .f11_textarea {
    border: 2px solid #FFDA79;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    resize: none;
    width: 100%;
}
.form-step-11 .f11_character-count {
    text-align: right;
    font-size: 0.9rem;
    color: #555;
    margin-top: 5px;
}
.form-step-11 .purple-btn {
    background-color: #FFDA79;
    border: 1px solid #FFDA79;
    color: #1d1d1d;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 1rem;
    margin: 5px;
}
.form-step-11 .purple-btn:focus-within, 
.form-step-11 .purple-btn:hover {
    background-color:rgba(255, 218, 121, 0.3) !important;  /* Slight black overlay */
    transition: background-color 0.3s ease; /* Smooth transition */
    color: #002335 !important;
    border: 1px solid #FFDA79;
}

/* Full-width checkbox container with kz prefix */
.kz-checkbox-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(38, 38, 39);
    border: 1px solid rgb(223, 223, 228);
    border-radius: 4px;
    padding: 12px;
    background-color: rgb(255, 255, 255); /* Light grey background */
    width: 100%; /* Full width */
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Hover and focus state for the container */
.kz-checkbox-container:hover {
    border-color: rgb(97, 55, 110);
  
}

.kz-checkbox-container:has(.kz-checkbox:checked) {
    border-color: rgb(38, 38, 39);
    background-color: rgb(244, 246, 250);
    box-shadow: rgb(38, 38, 39) 0px 0px 0px 1px inset;
}



/* Checkbox styling with kz prefix */
.kz-checkbox {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #333;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    flex-shrink: 0; /* Prevent shrinking in flexbox */
}

/* Checked state */
.kz-checkbox:checked {
    background-color: #333;
    border-color: #333;
    position: relative;
}

/* Add a checkmark inside the checkbox */
.kz-checkbox:checked::after {
    content: '✓';
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

/* Label styling with kz prefix */
.kz-checkbox-label {
    flex-grow: 1; /* Take up remaining space */
    font-size: 1em;
    color: #333;
    margin-right: 15px;
    font-weight: 500;
    text-align: start;
}




/* Styling for the form group */
.f4_form_group {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow-y: auto;
    max-height: 400px;
}

/* Label styling */
.f4_trade-label {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #696969;
    z-index: 2; /* Ensure the label stays above the scrollable content */
    position: relative;
    background-color: #fff; /* Match label background with the page background */
    padding-right: 10px;
    text-align: start;
}

/* Wrapper for the scrollable container */
.tags_group_wrapper {
    border-radius: 6px;
    overflow: hidden; /* Ensure clean rounded edges */
    position: relative;
    background-color: #fff;
    padding-top: 10px; /* Space to separate the label visually */
}

/* Scrollable container */
.tags_group {
    max-height: 200px; /* Set a fixed height for the scrollable area */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 10px; /* Padding inside the scrollable area */
    scrollbar-width: thin; /* For modern browsers: thin scrollbar */
    scrollbar-color: #ccc #f8f9fa; /* Custom scrollbar colors */
}

/* Custom scrollbar styling for Webkit browsers */
.tags_group::-webkit-scrollbar {
    width: 8px;
}

.tags_group::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.tags_group::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}



/* Styling for the radio button container */
.kz-radio-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 10px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

/* Hover effect for the container */
.kz-radio-container:hover {
    border-color: rgb(97, 55, 110);
}

/* Radio button styling */
.kz-radio {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%; /* Circle shape */
    outline: none;
    cursor: pointer;
    background-color: #fff;
    flex-shrink: 0; /* Prevent shrinking in flexbox */
    transition: border-color 0.3s ease, background-color 0.3s ease;
    position: relative;
}



.kz-radio-container:has(.kz-radio:checked) {
    border-color: rgb(38, 38, 39);
    background-color: rgb(244, 246, 250);
    box-shadow: rgb(38, 38, 39) 0px 0px 0px 1px inset;
}

/* Checked state */
.kz-radio:checked {
    background-color: #333;
    border-color: #333;
}

/* Add an inner dot for the checked state */
.kz-radio:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Label styling */
.kz-radio-label {
    flex-grow: 1; /* Take up the remaining space */
    font-size: 1em;
    color: #333;
    text-align: start;
    margin-right: 10px;
}



.f8_form_group.form-group > .mb-3 {
    text-align:start;
}

/* Style for the file upload container */
.kz-file-upload {
    border: 1px dashed #ddd;
    padding: 15px;
    border-radius: 6px;
    background-color: #f9f9f9;
    position: relative;
    text-align: center;
}

/* Style for the file preview above the input */
.file-preview {
    margin-bottom: 15px;
}

.file-preview img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
