:root {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111111;
    background: transparent;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111111;
}

.enquiry-shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.enquiry-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 16px 53px 35px;
    overflow: hidden;
    background: #f1f2f3;
    border: 0;
    border-radius: 0;
}

.enquiry-header {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 20px;
}

    .enquiry-header h1 {
        margin: 0;
        color: #000000;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -0.4px;
        margin-bottom: 15px;
    }

    .enquiry-header p {
        margin: 0;
        color: #111111;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.55;
    }

.form-grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 20px;
}

.field {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

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

/* Keep labels accessible without showing them visually. */
.field > label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 40px;
    min-height: 40px;
    padding: 9px 13px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .form-control::placeholder {
        color: #8f8f8f;
        opacity: 1;
    }

    .form-control::-webkit-input-placeholder {
        color: #8f8f8f;
    }

    .form-control::-moz-placeholder {
        color: #8f8f8f;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #8f8f8f;
    }

select.form-control {
    color: #858585;
    cursor: pointer;
}

    select.form-control option {
        color: #333333;
        background: #ffffff;
    }

.form-control:focus {
    outline: 0;
    border-color: #b6b6b6;
    box-shadow: 0 0 0 2px rgba(209, 27, 35, 0.1);
}

/* ==========================================================
   Phone number row
   ========================================================== */

.phone-row {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 8px;
}

    .phone-row .form-control {
        min-width: 0;
    }

.phone-code,
.phone-code:disabled,
.phone-code[readonly] {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    flex: 0 0 70px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    background: #eeeeee;
    color: #8f8f8f;
    border-color: #e5e5e5;
    opacity: 1;
}

.phone-row #txtTel1,
.phone-row input:last-child {
    width: auto;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}

/* ==========================================================
   Validation and messages
   ========================================================== */

.field-error {
    display: none !important;
    margin-top: 5px;
    color: #d11b23;
    font-size: 12px;
    line-height: 1.35;
}

.message {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: break-word;
    word-break: break-word;
}

.message-success {
    color: #a40000;
}

.message-error {
    color: #a40000;
}

    .message-error:empty {
        display: none;
    }

.validation-summary-message {
    width: 100%;
    max-width: 100%;
    color: #b5141b;
    font-weight: 500;
    overflow-wrap: break-word;
    word-break: break-word;
}

.form-control.input-error,
.form-control.input-error:focus {
    border-color: #d11b23 !important;
    background-color: #fffafa;
    box-shadow: 0 0 0 2px rgba(209, 27, 35, 0.1);
}

/* ==========================================================
   Privacy note
   ========================================================== */

.privacy-note {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 15px 0;
    padding-left: 16px;
    color: #191919;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-break: break-word;
}

    .privacy-note::before {
        content: "i";
        position: absolute;
        top: 2px;
        left: 0;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #d11b23;
        color: #ffffff;
        font-family: Arial, sans-serif;
        font-size: 8px;
        font-weight: 700;
        line-height: 11px;
        text-align: center;
    }

/* ==========================================================
   Submit button
   ========================================================== */

.submit-button {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 3px;
    background: #d11b23;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

    .submit-button:hover,
    .submit-button:focus {
        background: #b9161d;
    }

    .submit-button:focus {
        outline: 2px solid rgba(209, 27, 35, 0.25);
        outline-offset: 2px;
    }

    .submit-button:disabled {
        opacity: 0.65;
        cursor: wait;
    }

/* ==========================================================
   Hidden fields
   ========================================================== */

.hidden-field,
.honeypot,
.gtm-frame {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* ==========================================================
   Tablet and narrow iframe
   ========================================================== */

@media (max-width: 700px) {
    .enquiry-shell {
        padding: 0;
    }

    .enquiry-card {
        padding: 18px 12px 30px;
    }

    .enquiry-header {
        margin-bottom: 22px;
    }

        .enquiry-header h1 {
            font-size: 25px;
        }

        .enquiry-header p {
            font-size: 14px;
        }

    .form-grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 15px;
        column-gap: 0;
    }

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

    .phone-row {
        gap: 8px;
    }

    .phone-code,
    .phone-code:disabled,
    .phone-code[readonly] {
        width: 65px;
        max-width: 65px;
        min-width: 65px;
        flex-basis: 65px;
    }
}

/* ==========================================================
   Very narrow iframe
   ========================================================== */

@media (max-width: 360px) {
    .enquiry-card {
        padding: 16px 10px 28px;
    }

    .enquiry-header h1 {
        font-size: 23px;
    }

    .phone-row {
        gap: 6px;
    }

    .phone-code,
    .phone-code:disabled,
    .phone-code[readonly] {
        width: 60px;
        max-width: 60px;
        min-width: 60px;
        flex-basis: 60px;
    }

    .form-control {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .privacy-note {
        font-size: 13px;
    }
}

/* ==========================================================
   Extremely narrow iframe
   ========================================================== */
.phone-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 6px !important;
}

.phone-code,
.phone-code:disabled,
.phone-code[readonly] {
    width: 64px !important;
    max-width: 64px !important;
    min-width: 64px !important;
    flex: 0 0 64px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    text-align: center !important;
}

.phone-row #txtTel1,
.phone-row input:last-child {
    width: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
}