.hotel-contact-page {
    --contact-navy: #092b49;
    --contact-blue: #0b5f91;
    --contact-sky: #16a4c8;
    --contact-gold: #c9a45d;
    --contact-ink: #17263a;
    --contact-muted: #66758a;
    --contact-line: #dce5ed;
    --contact-soft: #f3f7fa;
    background: #fff;
    color: var(--contact-ink);
    font-family: inherit;
    overflow: hidden;
}

    .hotel-contact-page *,
    .hotel-contact-page *::before,
    .hotel-contact-page *::after {
        box-sizing: border-box;
    }

.hotel-contact-social a img {
    width: 23px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(29%) sepia(36%) saturate(1935%) hue-rotate(171deg) brightness(93%) contrast(95%);
}

.hotel-contact-social a:hover img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(94%) saturate(24%) hue-rotate(249deg) brightness(108%) contrast(100%);
}

a#ctl00_ContentPlaceHolder1_lnkTripadvisor svg {
    width: 22px;
    height: auto;
}

.hotel-contact-page a {
    text-decoration: none;
}

.hotel-contact-hero {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(102deg, rgba(4, 31, 53, .97) 0%, rgba(7, 57, 89, .93) 53%, rgba(8, 79, 111, .82) 100%), url('/Uploads/images/slide-show/petro-slide1.jpg') center/cover no-repeat;
}

.hotel-contact-hero__pattern {
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image: linear-gradient(rgba(255, 255, 255, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .22) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
    mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hotel-contact-hero__glow {
    position: absolute;
    width: 460px;
    height: 460px;
    right: 8%;
    top: -240px;
    border-radius: 50%;
    background: rgba(54, 191, 219, .22);
    filter: blur(25px);
}

.hotel-contact-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: center;
    gap: 80px;
    padding-top: 82px;
    padding-bottom: 82px;
}

.hotel-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

    .hotel-contact-breadcrumb a {
        color: rgba(255, 255, 255, .86);
        transition: color .2s ease;
    }

        .hotel-contact-breadcrumb a:hover {
            color: #fff;
        }

    .hotel-contact-breadcrumb i {
        font-size: 9px;
    }

    .hotel-contact-breadcrumb span {
        color: var(--contact-gold);
    }

.hotel-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #7ce0f2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.hotel-contact-hero__copy h1 {
    max-width: 750px;
    margin: 18px 0 22px;
    color: #fff;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: clamp(37px, 1vw, 61px);
    font-weight: 500;
    line-height: 1.09;
    letter-spacing: -.025em;
}

.hotel-contact-hero__copy > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.8;
}

.hotel-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

    .hotel-contact-hero__actions a {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        padding: 0 22px;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        transition: transform .22s ease, background .22s ease, border-color .22s ease;
    }

        .hotel-contact-hero__actions a:first-child {
            background: var(--contact-gold);
            border-color: var(--contact-gold);
            color: #102c43;
        }

        .hotel-contact-hero__actions a:hover {
            transform: translateY(-2px);
            background: #fff;
            border-color: #fff;
            color: var(--contact-navy);
        }

.hotel-contact-hero__card {
    position: relative;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
}

    .hotel-contact-hero__card > span {
        width: 49px;
        height: 49px;
        display: grid;
        place-items: center;
        margin-bottom: 22px;
        border-radius: 50%;
        background: var(--contact-gold);
        color: var(--contact-navy);
        font-size: 19px;
    }

    .hotel-contact-hero__card > small {
        color: #7ce0f2;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .hotel-contact-hero__card h2 {
        margin: 8px 0 11px;
        color: #fff;
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 28px;
        font-weight: 500;
    }

    .hotel-contact-hero__card > p {
        margin: 0 0 25px;
        color: rgba(255, 255, 255, .72);
        font-size: 14px;
        line-height: 1.7;
    }

    .hotel-contact-hero__card > div {
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

        .hotel-contact-hero__card > div > a {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 16px 0;
            border-bottom: 1px solid rgba(255, 255, 255, .15);
            color: #fff;
        }

            .hotel-contact-hero__card > div > a > i {
                width: 34px;
                color: var(--contact-gold);
                text-align: center;
                font-size: 17px;
            }

    .hotel-contact-hero__card a span {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .hotel-contact-hero__card a small {
        color: rgba(255, 255, 255, .55);
        font-size: 16px;
    }

    .hotel-contact-hero__card a strong {
        overflow-wrap: anywhere;
        font-size: 17px;
        font-weight: 700;
    }

.hotel-contact-channels {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(14, 46, 70, .09);
}

    .hotel-contact-channels > div {
        display: grid;
        grid-template-columns: 1.22fr .85fr 1.2fr 0.95fr;
    }

    .hotel-contact-channels article,
    .hotel-contact-channels a {
        min-width: 0;
        min-height: 112px;
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 24px 27px;
        border-right: 1px solid var(--contact-line);
        color: var(--contact-ink);
    }

        .hotel-contact-channels article:last-child {
            border-right: 0;
        }

        .hotel-contact-channels article > span,
        .hotel-contact-channels a > span {
            flex: 0 0 auto;
            width: 43px;
            height: 43px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #eaf6fa;
            color: var(--contact-blue);
            font-size: 16px;
            transition: .22s ease;
        }

        .hotel-contact-channels a:hover > span {
            transform: translateY(-2px);
            background: var(--contact-blue);
            color: #fff;
        }

    .hotel-contact-channels div div {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .hotel-contact-channels small {
        color: var(--contact-muted);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .hotel-contact-channels strong {
        overflow-wrap: anywhere;
        color: var(--contact-ink);
        font-size: 14px;
        line-height: 1.45;
    }

.hotel-contact-main {
    scroll-margin-top: 90px;
    padding: 90px 0 105px;
    background: var(--contact-soft);
}

.hotel-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    align-items: start;
    gap: 30px;
}

.hotel-contact-left {
    display: grid;
    gap: 25px;
}

.hotel-contact-info,
.hotel-contact-map,
.hotel-contact-form-card,
.hotel-contact-success {
    border: 1px solid var(--contact-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 17px 45px rgba(20, 50, 72, .07);
}

.hotel-contact-info {
    padding: 34px;
}

.hotel-contact-eyebrow--dark {
    color: var(--contact-blue);
}

.hotel-contact-info header h2 {
    margin: 11px 0 10px;
    color: var(--contact-navy);
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.hotel-contact-info header p {
    margin: 0;
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 1.7;
}

.hotel-contact-info__list {
    margin-top: 25px;
    border-top: 1px solid var(--contact-line);
}

    .hotel-contact-info__list > div,
    .hotel-contact-info__list > a {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 18px 0;
        border-bottom: 1px solid var(--contact-line);
        color: var(--contact-ink);
    }

    .hotel-contact-info__list i {
        width: 35px;
        height: 35px;
        flex: 0 0 auto;
        display: grid;
        place-items: center;
        border-radius: 7px;
        background: #eef6fa;
        color: var(--contact-blue);
    }

    .hotel-contact-info__list span {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .hotel-contact-info__list small {
        color: var(--contact-muted);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .hotel-contact-info__list strong {
        overflow-wrap: anywhere;
        font-size: 16px;
        line-height: 1.55;
    }

.hotel-contact-social {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 22px;
}

    .hotel-contact-social > span {
        margin-right: auto;
        color: var(--contact-muted);
        font-size: 14px;
        font-weight: 700;
    }

    .hotel-contact-social a {
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        border: 1px solid var(--contact-line);
        border-radius: 50%;
        color: var(--contact-blue);
        transition: .2s ease;
    }

        .hotel-contact-social a:hover {
            border-color: var(--contact-blue);
            background: var(--contact-blue);
            color: #fff;
            transform: translateY(-2px);
        }

.hotel-contact-map {
    overflow: hidden;
}

    .hotel-contact-map header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 22px 24px;
    }

        .hotel-contact-map header span {
            color: var(--contact-blue);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase;
        }

    .hotel-contact-map h2 {
        margin: 4px 0 0;
        color: var(--contact-navy);
        font-size: 18px;
    }

    .hotel-contact-map header a {
        color: var(--contact-blue);
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
    }

    .hotel-contact-map > div {
        line-height: 0;
        border-top: 1px solid var(--contact-line);
    }

    .hotel-contact-map iframe {
        width: 100%;
        filter: saturate(.78) contrast(.96);
    }

.hotel-contact-form-card {
    position: relative;
    padding: 38px 40px 35px;
}

    .hotel-contact-form-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 40px;
        width: 90px;
        height: 3px;
        background: var(--contact-gold);
    }

    .hotel-contact-form-card > header {
        display: flex;
        align-items: flex-start;
        gap: 17px;
        padding-bottom: 27px;
        border-bottom: 1px solid var(--contact-line);
    }

        .hotel-contact-form-card > header > span {
            width: 51px;
            height: 51px;
            flex: 0 0 auto;
            display: grid;
            place-items: center;
            border-radius: 10px;
            background: var(--contact-navy);
            color: #fff;
            font-size: 20px;
        }

        .hotel-contact-form-card > header small {
            color: var(--contact-blue);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .11em;
            text-transform: uppercase;
        }

        .hotel-contact-form-card > header h2 {
            margin: 2px 0;
            color: var(--contact-navy);
            font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
            font-size: clamp(24px, 2.6vw, 24px);
            font-weight: 500;
            line-height: 1.4;
        }

        .hotel-contact-form-card > header p {
            margin: 0;
            color: var(--contact-muted);
            font-size: 15px;
        }

    .hotel-contact-form-card b {
        color: #b34b45;
    }

.hotel-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    margin-top: 27px;
}

.hotel-contact-field {
    min-width: 0;
}

.hotel-contact-field--full {
    grid-column: 1 / -1;
}

.hotel-contact-field > label {
    display: block;
    margin-bottom: 8px;
    color: #263d54;
    font-size: 16px;
    font-weight: 700;
}

.hotel-contact-field > div:not(.hotel-contact-captcha) {
    position: relative;
}

    .hotel-contact-field > div:not(.hotel-contact-captcha) > i {
        position: absolute;
        z-index: 1;
        left: 14px;
        top: 50%;
        color: #8a9bae;
        font-size: 13px;
        transform: translateY(-50%);
        pointer-events: none;
    }

.hotel-contact-field input[type='text'],
.hotel-contact-field input[type='email'],
.hotel-contact-field input[type='tel'],
.hotel-contact-field select,
.hotel-contact-field textarea {
    width: 100%;
    border: 1px solid #d5e0e9;
    border-radius: 6px;
    outline: 0;
    background: #fbfcfd;
    color: var(--contact-ink);
    font: inherit;
    font-size: 16px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.hotel-contact-field input[type='text'],
.hotel-contact-field input[type='email'],
.hotel-contact-field input[type='tel'],
.hotel-contact-field select {
    height: 48px;
    padding: 0 14px 0 40px;
}

.hotel-contact-field select {
    cursor: pointer;
}

.hotel-contact-field textarea {
    min-height: 145px;
    padding: 14px;
    resize: vertical;
    line-height: 1.65;
}

    .hotel-contact-field input:focus,
    .hotel-contact-field select:focus,
    .hotel-contact-field textarea:focus {
        border-color: var(--contact-sky);
        background: #fff;
        box-shadow: 0 0 0 3px rgba(22, 164, 200, .12);
    }

.hotel-contact-field > small {
    display: block;
    margin-top: 6px;
    color: #8897a7;
    font-size: 14px;
    text-align: right;
}

.hotel-contact-field > span {
    display: block;
    margin-top: 5px;
    color: #b33d37;
    font-size: 11px;
}

.hotel-contact-field input::placeholder,
.hotel-contact-field textarea::placeholder {
    color: #9aa8b6;
}

.hotel-contact-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 11px;
}

    .hotel-contact-captcha > div {
        position: relative;
    }

        .hotel-contact-captcha > div i {
            position: absolute;
            z-index: 1;
            left: 14px;
            top: 50%;
            color: #8a9bae;
            transform: translateY(-50%);
        }

    .hotel-contact-captcha > span {
        min-height: 48px;
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 3px 5px 3px 10px;
        border: 1px solid #d5e0e9;
        border-radius: 6px;
        background: #fff;
    }

    .hotel-contact-captcha img {
        display: block;
        max-width: 125px;
        height: 38px;
        object-fit: contain;
    }

    .hotel-contact-captcha a {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        border-radius: 5px;
        color: var(--contact-blue);
        transition: .2s ease;
    }

        .hotel-contact-captcha a:hover {
            background: #eaf4f8;
            transform: rotate(45deg);
        }

.hotel-contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 1.55;
    cursor: pointer;
}

    .hotel-contact-consent input {
        width: 17px;
        height: 17px;
        margin-top: 1px;
        accent-color: var(--contact-blue);
    }

.hotel-contact-security {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 20px;
    padding: 13px 15px;
    border: 1px solid #dce9e3;
    border-radius: 6px;
    background: #f4faf7;
    color: #3d6e57;
}

    .hotel-contact-security > i {
        margin-top: 2px;
    }

    .hotel-contact-security span {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .hotel-contact-security strong {
        font-size: 14px;
    }

    .hotel-contact-security small {
        color: #638272;
        font-size: 13px;
        line-height: 1.5;
    }

.hotel-contact-form-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

    .hotel-contact-form-actions input[type='submit'] {
        min-height: 50px;
        padding: 0 25px;
        border: 0;
        border-radius: 5px;
        background: var(--contact-navy);
        box-shadow: 0 8px 20px rgba(9, 43, 73, .16);
        color: #fff;
        font: inherit;
        font-size: 15px;
        font-weight: 800;
        cursor: pointer;
        transition: transform .2s ease, background .2s ease;
    }

        .hotel-contact-form-actions input[type='submit']:hover {
            transform: translateY(-2px);
            background: var(--contact-blue);
        }

        .hotel-contact-form-actions input[type='submit']:disabled {
            opacity: .7;
            cursor: wait;
        }

    .hotel-contact-form-actions a {
        color: var(--contact-muted);
        font-size: 15px;
        font-weight: 700;
    }

        .hotel-contact-form-actions a:hover {
            color: var(--contact-blue);
        }

.hotel-contact-status,
.hotel-contact-validation-summary {
    display: block;
    margin-top: 20px;
    padding: 13px 15px;
    border: 1px solid #efcbc8;
    border-radius: 5px;
    background: #fff4f3;
    color: #a33934;
    font-size: 12px;
    line-height: 1.6;
}

    .hotel-contact-status.is-success {
        border-color: #c6e3d2;
        background: #f0faf4;
        color: #26734a;
    }

    .hotel-contact-validation-summary ul {
        margin: 5px 0 0;
        padding-left: 18px;
    }

.hotel-contact-honeypot {
    position: fixed !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.hotel-contact-success {
    max-width: 100%;
    margin: 0 auto;
    padding: 65px 55px;
    text-align: center;
    flex: 1 1 0;
}

    .hotel-contact-success > span {
        width: 74px;
        height: 74px;
        display: grid;
        place-items: center;
        margin: 0 auto 24px;
        border-radius: 50%;
        background: #e8f7ef;
        color: #168150;
        font-size: 28px;
    }

    .hotel-contact-success > small {
        color: var(--contact-blue);
        font-size: 15px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .hotel-contact-success h2 {
        margin: 12px 0 15px;
        color: var(--contact-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 34px;
        font-weight: 500;
        line-height: 1.3;
    }

    .hotel-contact-success p {
        color: var(--contact-muted);
        font-size: 16px;
        line-height: 1.8;
    }

    .hotel-contact-success > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 11px;
        margin-top: 25px;
    }

        .hotel-contact-success > div a {
            padding: 13px 20px;
            border: 1px solid var(--contact-navy);
            border-radius: 5px;
            color: var(--contact-navy);
            font-size: 15px;
            font-weight: 800;
        }

            .hotel-contact-success > div a:first-child {
                background: var(--contact-navy);
                color: #fff;
            }

@media (max-width: 1100px) {
    .hotel-contact-hero__inner {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 38px;
    }

    .hotel-contact-channels > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotel-contact-channels article:nth-child(2),
    .hotel-contact-channels a:nth-child(2) {
        border-right: 0;
    }

    .hotel-contact-channels article,
    .hotel-contact-channels a {
        min-height: 95px;
        border-bottom: 1px solid var(--contact-line);
    }

        .hotel-contact-channels article:nth-last-child(-n+2),
        .hotel-contact-channels a:nth-last-child(-n+2) {
            border-bottom: 0;
        }

    .hotel-contact-layout {
        grid-template-columns: 350px minmax(0, 1fr);
    }

    .hotel-contact-form-card {
        padding: 35px 28px;
    }
}

@media (max-width: 850px) {
    .hotel-contact-hero {
        min-height: auto;
    }

    .hotel-contact-hero__inner {
        grid-template-columns: 1fr;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .hotel-contact-hero__card {
        display: none;
    }

    .hotel-contact-layout {
        grid-template-columns: 1fr;
    }

    .hotel-contact-left {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .hotel-contact-map {
        display: flex;
        flex-direction: column;
    }

        .hotel-contact-map > div {
            flex: 1;
        }

        .hotel-contact-map iframe {
            height: 100%;
            min-height: 390px;
        }
}

@media (max-width: 600px) {
    .hotel-contact-hero__inner {
        padding-top: 48px;
        padding-bottom: 55px;
    }

    .hotel-contact-consent {
        font-size: 12px;
    }

    .hotel-contact-breadcrumb {
        margin-bottom: 30px;
    }

    .hotel-contact-hero__copy h1 {
        margin-top: 14px;
        font-size: 36px;
    }

    .hotel-contact-hero__copy > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .hotel-contact-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

        .hotel-contact-hero__actions a {
            width: 100%;
        }

    .hotel-contact-channels > div {
        grid-template-columns: 1fr;
    }

    .hotel-contact-channels article,
    .hotel-contact-channels a {
        min-height: 82px;
        padding: 17px 7px;
        border-right: 0;
        border-bottom: 1px solid var(--contact-line) !important;
    }

        .hotel-contact-channels article:last-child {
            border-bottom: 0 !important;
        }

        .hotel-contact-channels article > span,
        .hotel-contact-channels a > span {
            width: 39px;
            height: 39px;
        }

    .hotel-contact-main {
        padding: 42px 0 42px;
    }

    .hotel-contact-left {
        grid-template-columns: 1fr;
    }

    .hotel-contact-info {
        padding: 27px 21px;
    }

        .hotel-contact-info header h2 {
            font-size: 17px;
        }

    .hotel-contact-info__list strong {
        font-size: 14px;
    }

    .hotel-contact-map header {
        align-items: flex-start;
        padding: 19px;
    }

        .hotel-contact-map header a {
            font-size: 0;
        }

            .hotel-contact-map header a i {
                font-size: 14px;
            }

    .hotel-contact-map iframe {
        min-height: 330px;
    }

    .hotel-contact-form-card {
        padding: 29px 18px 25px;
    }

        .hotel-contact-form-card::before {
            left: 18px;
        }

        .hotel-contact-form-card > header {
            gap: 12px;
        }

            .hotel-contact-form-card > header > span {
                width: 44px;
                height: 44px;
            }

            .hotel-contact-form-card > header h2 {
                font-size: 18px;
            }

    .hotel-contact-fields {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .hotel-contact-field--full {
        grid-column: auto;
    }

    .hotel-contact-captcha {
        grid-template-columns: 1fr;
    }

        .hotel-contact-captcha > span {
            justify-content: space-between;
        }

    .hotel-contact-form-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

        .hotel-contact-form-actions input[type='submit'] {
            width: 100%;
        }

    .hotel-contact-success {
        padding: 45px 20px;
    }

        .hotel-contact-success h2 {
            font-size: 28px;
        }
}

@media (prefers-reduced-motion: reduce) {
    .hotel-contact-page *,
    .hotel-contact-page *::before,
    .hotel-contact-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}