.stepper-form {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.stepper-header {
    display: flex;
    justify-content: space-between;
}

h2.steps_title_wrap {
    text-align: center;
    font-family: 'Josefin Sans';
    font-size: 27px;
    font-weight: 500;
}

/* .step {
    width: 30%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
} */

/* .step.active {
    background-color: #007bff;
    color: white;
} */

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

button {
    padding: 10px 20px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button.next-step,
button.prev-step {
    background-color: #3f444b;
    color: #fff;
    border-radius: 5px;
}

button.submit {
    background-color: #b1181e;
    color: #fff;
    border-radius: 5px;
}

label {
    margin-bottom: .5rem;
}

/* .flatpickr-calendar {
    display: none;
}
.flatpickr-calendar.open {
    display: block;
} */


#datetime-picker {
    display: flex;
    max-width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 450px;
}

#datepicker,
#lo_datepicker {
    padding: 20px;
    width: 37%;
    border-left: 1px solid #ddd;
}
#reschedule_datepicker {
    padding: 20px;
    width: 48%;
    border-right: 1px solid #ddd;
}
#datepicker .ui-datepicker-inline,
#lo_datepicker .ui-datepicker-inline {
    width: 100%;
}

.course_details_wrap {
    font-family: 'Josefin Sans';
    width: 30%;
    padding: 20px;
}

.course_details_wrap ul li {
    list-style: none;
    margin-bottom: 15px;
}

.icon_main_wrap span.icon {
    margin-right: 5px;
}

.course_details_wrap ul li span.icon {
    margin-right: 15px;
}

.course_details_wrap h4 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.icon_main_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#timepicker,
#lo_timepicker{
    padding: 20px;
    width: 33%;
    overflow-y: auto;
    height: 100%;
}
#reschedule_timepicker{
    padding: 20px;
    width: 52%;
    overflow-y: auto;
    height: 100%;
}
#timepicker label,
#lo_timepicker label,#reschedule_time_buttons label {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
    width: 90px;
    text-align: center;
}

#time-buttons,
#lo_time-buttons,#reschedule_time_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.time-radio,
.lo-time-radio {
    display: none;
}

.time-label {
    padding: 7px 7px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#timepicker .time-radio:checked+.time-label {
    background-color: #007bff;
    color: #fff;
}

#lo_timepicker .lo-time-radio:checked+.time-label {
    background-color: #007bff;
    color: #fff;
}
#reschedule_time_buttons .time-radio:checked+.time-label {
    background-color: #007bff;
    color: #fff;
}

.course_image_wrap img, .course_fea_image_wrap img {
    border-radius: 50% !important;
    margin-bottom: 20px;
    width: 125px;
    height: 125px !important;
    object-fit: cover;
}

.time-label.disabled {
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}

#course-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

#coursedate {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

#remove-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #dc3545;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#remove-button:hover {
    background-color: #c82333;
}

/* Add css new */

/* General styling for the button group */
.button-group {
    display: flex;
    gap: 20px;
}

/* Styling each location button */
.location-button {
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f9fa;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

/* Styling radio button labels */
.location-label {
    display: block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 15px;
}

/* Hide the default radio button */
.location-radio {
    display: none;
}

/* Style when the radio button is checked */
.location-radio:checked+.location-label {
    background-color: #007bff;
    /* Blue background when selected */
    color: white;
    /* White text when selected */
    border-color: #0056b3;
    /* Darker blue border when selected */
}

/* Style for the location title and description */
.location-label h3 {
    margin: 0;
    font-size: 18px;
}

.location-label p {
    margin: 5px 0 0;
    font-size: 14px;
}

/* Error message styling */
#error {
    color: #dc3545;
    /* Red color for error message */
}

.show_class_box_wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show_class_box_wrap button.course-type-btn {
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
    cursor: pointer;
    flex: 0 0 48%;
    flex: 0 0 49%;
    padding: 1rem;
    width: 100%;
    color: #101828;
    font-weight: 600;
}

.show_location_box_wrap h3,
.show_class_box_wrap button {
    color: #101828;
    font-weight: 600;
}

.button_text {
    font-weight: 400;
    margin-top: 10px;
}

/* Add css to make woocommerce column 2  */
#place_order {
    width: 100%
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-top: 12px;
}

@media (min-width: 768px) {
    #customer_details {
        width: 48%;
        float: left;
    }

    #order_review_heading {
        width: 50%;
        float: left;
        margin-left: 2%;
    }

    #order_review {
        width: 50%;
        float: left;
        margin-left: 2%;
    }

    .woocommerce table.shop_table td {
        width: 70%;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100% !important;
    }
  
}

.woocommerce-page .site-footer {
    margin-top: 70px;
    border-top: 3px solid #ddd;
}

/* Add css to make woocommerce column 2 End */
.images_box_container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 0px;
}

.elementor-image-box-title {
    margin-bottom: 10px;
    color: #B1181E;
    font-family: "Josefin Sans", Sans-serif;
    font-weight: 600;
}
h2.steps_title_wrap {
    color: #B1181E;
}
.elementor-image-box-description {
    color: #626367;
    font-family: "Josefin Sans", Sans-serif;
    font-weight: 500;
    line-height: 30px;
}