.header{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%)!important;
}
.footer{
    z-index: 3;
}


.wrapper-main {
    display: flex;
    align-items: center;
    background: url('/assets/image/book-now/background2-8-aug.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    padding-left: 5%; 
    padding: 0 0 100px;
    background-color: #EFE8E8;
    gap: 32px;
    position: relative;
margin: 0 auto;
}

.wrapper-main1 {
    display: flex;
    align-items: center;
    background: url('/assets/image/book-now/background-8-aug.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    padding-left: 5%; 
    padding: 0 0 100px;
    background-color: #EFE8E8;
    gap: 32px;
    position: relative;
margin: 0 auto;
}

.wrapper-image {
    width: 55%;
    /* background: url('/assets/image/book-now/image-new-4.jpg') no-repeat center;
    background-size: cover;
    background-position: top; */
}
.wrapper-image img {
    width: 100%;
    opacity: 0;

}

.wrapper-dummy-image{
    width: 65%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrapper-dummy-image img{
    width: 100%;
}


.wrapper-content {
    padding-top: 80px;
    width: 35%;
    margin-right: 10%;
    position: relative;
    z-index: 2;
}

.privacy-info {
    font-size: 13px;
    border-radius: 8px;
    background: #F0F2F4;
    font-family: 'promptregular';
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    gap: 16px;
}

.form-wrapper {
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}

.container-progress {
    display: flex;
    align-items: center;
    gap: 8px;
}

.progress-item {
    border-radius: 100px;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border: solid 1px #B9B9C3;
}

.progress-active {
    background-color: #728BC6;
    border: solid 1px #728BC6;
}

.progress-gap {
    width: 40px;
    height: 1px;
    background: #B9B9C3;
}

.form-wrapper .container-info .title {
    color: #242731;
    font-family: 'promptsemibold';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.form-wrapper .container-info .desc {
    color: #575F6E;
    font-family: 'promptlight';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
}

.container-row {
    display: flex;
    flex-direction: column;
}

.container-row label {
    color: #242426;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.container-row .input {
    color: #242426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    border: solid 1px #E2E4E5;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 8px 16px;
}

.container-row .select {
    color: #242426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    border: solid 1px #E2E4E5;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 8px 16px;
}

.phone-number-content {
    display: flex;
    align-items: center;
}

.phone-number-content .input {
    width: 100%;
}

.phone-number-content span {
    color: #242426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px;
    border-bottom: solid 1px #E2E4E5;
    height: 28px;
    margin-right: 10px;
}

.container-row .radio-input {
    opacity: 0;
    position: absolute;
}

.container-row .radio-form {
    padding: 2px 24px;
    border-radius: 32px;
    border: 1px solid #E5E5E5;
    color: #242426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
}

.wrapper-radio-form {
    padding: 8px 0 12px 0;
    border-bottom: solid 1px #E2E4E5;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wrapper-checkbox-form {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.checkbox-input {
    width: 40px;
    height: 18px;
    margin: 0;
    accent-color: #728BC6;
}

.form-wrapper-btn {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .wrapper-dummy-image{
        display: none;
    }
    .wrapper-image img {
        width: 100%;
        opacity: 1;
    }

    .wrapper-main {
    flex-direction: column;
    /* background: url('/assets/image/book-now/background-m.png') no-repeat fixed center; */
    background-image: none;
    background-color: #EFE8E8;
    background-size: cover;
    gap: 0;
    }

    .wrapper-image {
    width: 100%;
    }

    .wrapper-content {
        padding-top: 0;
        width: 90%;
        margin-right: 0;
        margin: auto;
        margin-top: -70px;
    }

    .form-wrapper-btn {
    gap: 10px;
    }
}
