.blur {
    filter: blur(5px);
    pointer-events: none;
}

.roadshow-request-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.roadshow-request-form-modal__background {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form-modal__background {
        display: block !important;
        position: fixed;
        bottom: -200px;
        left: 11px;
        width: 100%;
        z-index: -1;
    }
}

.roadshow-request-form-modal.active {
    opacity: 1;
    visibility: visible;
}

.roadshow-request-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.roadshow-request-form-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    width: 100%;
    max-width: 550px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    /* overflow: hidden; */
}


@media only screen and (max-width: 1024px) {
    .roadshow-request-form-modal-content {
        max-width: 100% !important;
        height: 100%;
        border-radius: 0;
    }
}

.roadshow-request-form-container {
    width: 100%;
    padding: 0 48px 32px 48px;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form-container {
        height: 100%;
        padding: 78px 20px;
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
    }
}

.roadshow-request-form__header {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 4px 16px;
    margin: 0 -48px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form__header {
        display: none;
    }
}

.roadshow-request-form .form-group {
    margin-bottom: 8px;
}

.roadshow-request-form .form-group-field {
    margin-bottom: 8px;
}

.roadshow-request-form__mobile-header {
    display: none;
    background-color: #F6F2E8;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #C2B095;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form__mobile-header {
        display: flex;
    }
}

.roadshow-request-form__mobile-header-back-button {
    padding: 6px;
    border: 0;
    background: transparent;
    color: #616161;
    font-size: 14px;
}

.roadshow-request-form__title {
    text-align: center;
    font-size: 32px;
    line-height: 134%;
    margin-bottom: 24px;
    font-family: 'Montagu Slab', 'PT Serif', serif;
    color: #B1A088;
    margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form__title {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 24px;
    }
}

.roadshow-request-form__title p {
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
}

.roadshow-request-form .input-wrapper {
    border: 1px solid #C2C2C2 !important;
    border-radius: 8px !important;
}

.roadshow-request-form input:not(.iti__search-input) {
    width: 100%;
    padding: 13px 16px !important;
    border-radius: 8px !important;
    border: 0 !important;
    font-size: 16px !important;
    color: #8A7D6A !important;
    height: 48px;
}

.roadshow-request-form input[type="tel"] {
    padding-left: 90px !important;
}

.roadshow-request-form input[type="tel"][dir="rtl"] {
    padding-left: 16px !important;
    padding-right: 90px !important;
}

.roadshow-request-form input::placeholder {
    font-size: 16px;
    color: #A4A4A4 !important;
}

.roadshow-request-form .submit-button {
    margin-top: 16px;
    background-color: #514A3F;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    height: 56px;
    width: 100%;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form .submit-button {
        max-width: 310px;
        margin: auto auto 0 auto;
    }
}

.roadshow-request-form .submit-button:hover {
    opacity: 0.9;
}

.iti__country-container {
    font-size: 16px !important;
}

.roadshow-cta .elementor-button {
    cursor: pointer;
}

.form-group-privacy {
    text-align: center;
    font-size: 12px;
    line-height: 160%;
    color: #B1A088;
    margin-top: 16px;
}

.form-group-privacy a {
    color: #B1A088;
    text-decoration: underline !important;
}

.form-message {
    text-align: center;
}

.error-message {
    color: #F34359 !important;
    font-size: 12px;
    line-height: 160%;
}

#roadshow-request-form .iti__flag {
    border-radius: 0;
    box-shadow: none;
    background-image: url('https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.1/build/img/flags.webp') !important;
}

.form-group-field.error .input-wrapper {
    border-color: #F34359 !important;
}

.roadshow-request-stepper {
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-stepper {
        flex-grow: 1;
    }
}

.roadshow-request-stepper .roadshow-request-stepper__text {
    font-weight: 700;
    color: #A4A4A4;
    font-size: 16px;
}

.roadshow-request-stepper .roadshow-request-stepper__city {
    font-weight: 700;
    color: #C2B095;
    font-size: 15px;
    margin-left: 16px;
}

.roadshow-request-stepper .roadshow-request-stepper__header {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 4px 16px;
    margin: 0 -48px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-stepper .roadshow-request-stepper__header {
        order: 0;
        margin: 0;
        padding: 0 8px 0 0;
        justify-content: flex-end;
        display: none;
    }
}

.roadshow-request-form__back-button {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #616161;
    cursor: pointer;
}

.rtl .roadshow-request-form__back-button svg {
    transform: rotate(-180deg);
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form__back-button svg {
        display: none;
    }
}

.roadshow-request-stepper .roadshow-request-stepper__title {
    color: #E3DBCE;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 48px;
    text-align: left;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-stepper .roadshow-request-stepper__title {
        order: 2;
        max-width: 450px;
        width: 100%;
        margin: 0 auto 48px auto;
    }
}

.roadshow-request-stepper .roadshow-request-stepper__title.active {
    color: #B1A088;
}

.roadshow-request-stepper .roadshow-request-stepper__title h2 {
    font-size: 20px;
}

.roadshow-request-stepper .roadshow-request-stepper__title p {
    font-size: 15px;
}

.roadshow-request-stepper .roadshow-request-stepper__steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #B1A088;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-stepper .roadshow-request-stepper__steps {
        order: 1;
        flex-grow: 1;
    }
}

.roadshow-request-stepper .roadshow-request-stepper__step {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 800;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-stepper .roadshow-request-stepper__step {
        flex-direction: column-reverse;
    }
}

.roadshow-request-stepper .roadshow-request-stepper__step-progress {
    background-color: #ECE7DE;
    border-radius: 30px;
    height: 8px;
    width: 100%;
    position: relative;
}

.roadshow-request-stepper .roadshow-request-stepper__step-progress-bar {
    background-color: #C2B095;
    border-radius: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
}

.roadshow-request-stepper .roadshow-request-stepper__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-stepper .roadshow-request-stepper__content {
        order: 3;
        flex-grow: 1;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__question {
    font-size: 20px;
    line-height: 160%;
    color: #616161;
    font-weight: 400;
    margin-bottom: 16px;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #A4A4A4;
    padding: 16px;
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    height: 56px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #A4A4A4;
    width: 100%;
    grid-column: span 2;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer {
        height: 48px;
    }
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer.half {
    grid-column: span 1;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer p {
    line-height: 1;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer .roadshow-request-stepper__answer-circle {
    display: flex;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #A4A4A4;
    transition: all 0.3s ease;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer .roadshow-request-stepper__answer-circle-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer.selected .roadshow-request-stepper__answer-circle-inner {
    opacity: 1;
    visibility: visible;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer.selected {
    border-color: #C2B095;
    color: #C2B095;
    font-weight: 600;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer.selected .roadshow-request-stepper__answer-circle {
    border-color: #C2B095;
    background-color: #C2B095;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer:hover {
    border-color: #C2B095;
    background-color: #F6F2E8;
    color: #C2B095;
}

.roadshow-request-stepper .roadshow-request-stepper__content .roadshow-request-stepper__answer:hover .roadshow-request-stepper__answer-circle {
    border-color: #C2B095;
}

.book-button-enter-active,
.book-button-leave-active {
    transition: all 0.3s ease;
    width: 90%;
}

.book-button-enter-from,
.book-button-leave-to {
    width: 0;
    padding-left: 0;
    padding-right: 0;
}

.roadshow-request-confirmation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    color: #393939;
}

.roadshow-request-confirmation .roadshow-request-form__avatar {
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-confirmation {
        margin: auto 0;
    }
}

.roadshow-request-confirmation__header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #8A7D6A;
}

.roadshow-request-confirmation__icon {
    padding-top: 64px;
}

.roadshow-request-confirmation__header span {
    font-weight: 600;
}

.roadshow-request-confirmation__description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #8A7D6A;
}

.roadshow-request-confirmation__description h3 {
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-confirmation__description h3 {
        font-size: 16px;
        margin-top: 12px;
    }
}

.roadshow-request-confirmation__description span {
    font-weight: 700;
}

.roadshow-request-confirmation__description p {
    font-size: 18px;
    font-weight: 400;
    color: #393939;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-confirmation__description p {
        font-size: 16px;
    }
}

.roadshow-request-confirmation__details {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-confirmation__details {
        flex-direction: column;
        gap: 8px;
        font-size: 14px;
        align-items: flex-start;
        margin-bottom: 32px;
    }
}

.roadshow-request-confirmation__detail {
    display: flex;
    align-items: center;
    gap: 16px;
}

.roadshow-request-confirmation__button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    height: 56px;
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    background-color: #514A3F;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
}

.roadshow-request-confirmation__button:hover {
    opacity: 0.9;
}

.roadshow-request-meeting {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    color: #393939;
    min-height: 465px;
}

.roadshow-request-meeting__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.roadshow-request-meeting__header {
    position: absolute;
    top: 24px;
    left: 16px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-meeting__header {
        display: none;
    }
}

.roadshow-request-form__avatar {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 3.5px #C2B095 solid;
    border-radius: 50%;
    overflow: hidden;
    background: #f6f2e8;
    margin-top: -60px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-form__avatar {
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-bottom: 12px;
    }
}

.roadshow-request-meeting__title {
    color: #8A7D6A;
    margin-bottom: 4px;
    text-align: center;
}

.roadshow-request-meeting__title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: 'Montagu Slab', 'PT Serif', serif;
    line-height: 1;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-meeting__title h2 {
        font-size: 24px;
    }
}

.roadshow-request-meeting__title h2 span {
    font-weight: 600;
}

.roadshow-request-meeting__title p {
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-meeting__title p {
        font-size: 16px;
    }
}

.roadshow-request-meeting__description {
    font-size: 18px;
    font-weight: 400;
    color: #393939;
    margin-bottom: 16px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-meeting__description {
        font-size: 16px;
    }
}

.roadshow-request-meeting__description p {
    font-size: 18px;
    font-weight: 400;
    max-width: 490px;
}

.roadshow-request-meeting__content {
    display: flex;
    gap: 12px;
}

@media only screen and (max-width: 1024px) {
    .roadshow-request-meeting__content {
        flex-direction: column;
        gap: 16px;
        padding-bottom: 32px;
    }
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block,
.roadshow-request-meeting__content .roadshow-request-meeting__right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: 233px;
    width: 50%;
    background: #F2EBDC;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    padding: 24px 16px 16px 16px;
}

@media only screen and (max-width: 1024px) {

    .roadshow-request-meeting__content .roadshow-request-meeting__left-block,
    .roadshow-request-meeting__content .roadshow-request-meeting__right-block {
        width: 100%;
        border-radius: 24px;
        padding: 16px;
        min-height: auto;
        gap: 10px;
    }
}

.roadshow-request-meeting__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #393939;
    text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
    .roadshow-request-meeting__divider {
        display: none;
    }
}

.roadshow-request-meeting__divider-line {
    width: 100%;
    height: 1px;
    background-color: #C2B095;
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-content,
.roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media only screen and (max-width: 1024px) {

    .roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-content,
    .roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-content {
        flex-direction: row;
        text-align: left;
    }
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block svg,
.roadshow-request-meeting__content .roadshow-request-meeting__right-block svg {
    margin-bottom: 6px;
}

@media only screen and (max-width: 1024px) {

    .roadshow-request-meeting__content .roadshow-request-meeting__left-block svg,
    .roadshow-request-meeting__content .roadshow-request-meeting__right-block svg {
        margin-bottom: 0;
    }
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-text,
.roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-text {
    font-size: 16px;
    font-weight: 500;
    text-wrap: pretty;
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-divider,
.roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-divider {
    width: 100%;
    height: 1px;
    background-color: #E3DBCE;
}

@media only screen and (min-width: 1024px) {

    .roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-divider,
    .roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-divider {
        display: none;
    }
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-button,
.roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-button {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin-top: auto;
}

@media only screen and (max-width: 1024px) {

    .roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-button,
    .roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-button {
        margin-top: 6px;
    }
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-button--chat {
    background: #25D366;
    color: white;
}

.roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-button--book {
    background: transparent;
    color: #393939;
    border: 1px solid #393939;
}

.roadshow-request-meeting__content .roadshow-request-meeting__left-block .roadshow-request-meeting__block-button--chat:hover,
.roadshow-request-meeting__content .roadshow-request-meeting__right-block .roadshow-request-meeting__block-button--book:hover {
    opacity: 0.8;
}