.book-section {
    background-color: #F3F2EE;
    padding: 30px 20px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.book-section__wrapper {
    min-height: 400px;
}

.business-owner-and-zee {
    display: none;
}

.book-section h1 {
    font-size: 25px;
    margin: 0 0 20px;
    text-transform: inherit;
    line-height: 1.2;
    color: #000000;
}

.book-section h3 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: inherit;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.radio-item:not(:last-child) {
    margin-right: 12px;
}

.radio-label {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f0f0f0;
    border-radius: 20px;
    border: 1px solid #D6D2C4;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0;
    font-size: 16px;
    color: #000000;
}

input[type="checkbox"]+label.radio-label, input[type="radio"]+label.radio-label {
    margin: 0;
    font-weight: 400;
}

.radio-input {
    display: none;
}
.radio-input:checked + .radio-label {
    background-color: #ffd700;
    font-weight: 400;
}

.book-section__step-info {
    width: 100%;
    height: 80px;
    padding: 10px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat center url('../images/schedule-vector.png');
    background-size: contain;
    box-sizing: border-box;
}

.book-section__step-info span {
    display: inline-block;
    max-width: 75%;
    font-size: 14px;
}

.book-section__row {
    margin-bottom: 30px;
}

.book-section__input-row input {
    border-radius: 4px;
    font-size: 15px;
    color: #000000;
}

.custom-select {
    position: relative;
}

.custom-select select {
    position: relative;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: transparent;
}

.custom-select select.placeholder {
    color: #999;
}

.custom-select select:focus {
    border-color: #aaa;
    outline: none;
}

.custom-select select option:first-child {
    color: red;
}

.custom-select::after {
    content: "\f107"; /* Font Awesome chevron-down icon */
    font-family: fontawesome;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
    font-size: 18px;
}

.bg-light .book-section__privacy {
    font-size: 16px;
    color: #000000;
}

.book-section__privacy a {
    color: #000000;
    text-decoration: underline;
}

.book-section__button-row {
    display: flex;
    justify-content: center;
}

.book-section__button-row .btn.btn-orange {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

/*Media*/
.js-modal {
    display: none;
}

.modal-dialog__holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.40);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1021;
    overflow: hidden;
}

.modal-dialog {
    width: calc(100% - 75px);
    max-width: 700px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-dialog .modal-dialog__text {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.modal-dialog .modal-dialog__rectangle {
    position: relative;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: 1px solid #000000;
    margin-bottom: 30px;
}

.modal-dialog .modal-dialog__rectangle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #000000;
    transform: rotate(45deg);
}

.modal-dialog .modal-dialog__rectangle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #000000;
    transform: rotate(-45deg);
}

.modal-dialog .modal-dialog__btn {
    display: inline-block;
    border-radius: 6px;
    background: #0069CB;
    padding: 11px 40px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #0069CB;
}

.modal-dialog .modal-dialog__btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #0069CB;
}

/*Media*/

@media (min-width: 1024px) {
    .book-section {
        padding: 70px 90px;
        border-radius: 64px;
        display: flex;
        align-items: flex-start;
    }

    .book-section h1 {
        font-size: 40px;
        margin: 0 0 100px;
    }

    .book-section h3 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .book-section .book-section__left-col {
        max-width: 45%;
        padding-right: 80px;
        box-sizing: border-box;
    }

    .book-section .book-section__right-col {
        max-width: 55%;
        box-sizing: border-box;
    }

    .book-section .book-section__left-col .rectangle {
        position: relative;
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
        border: 1px solid #000000;
    }

    .book-section .book-section__left-col .rectangle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -50%;
        width: 200%;
        height: 1px;
        background-color: #000000;
        transform: rotate(45deg);
    }

    .book-section .book-section__left-col .rectangle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -50%;
        width: 200%;
        height: 1px;
        background-color: #000000;
        transform: rotate(-45deg);
    }

    .radio-label {
        font-size: 18px;
        padding: 8px 16px;
    }

    .radio-label:hover {
        background-color: #ffd700;
    }

    .book-section__step-info span {
        font-size: 18px;
    }

    .book-section__row {
        margin-bottom: 40px;
    }

    .book-section__button-row {
        justify-content: flex-end;
    }

    /*Media*/
    .modal-dialog .modal-dialog__text {
        max-width: 60%;
        margin-bottom: 30px;
    }
}


@media (min-width: 390px) {
    .book-section__step-info {
        width: 300px;
        height: 88px;
        padding: 20px;
    }
    
}
