/* Enquiry form UX — validation, success panel */
.enq-field-error {
    display: none;
    margin-top: 6px;
    font-size: 0.8rem;
    color: #b42318;
    line-height: 1.35;
}

.enq-field-error.is-shown {
    display: block;
}

.enq-invalid,
input.enq-invalid,
textarea.enq-invalid,
.cf-input-wrap.enq-invalid,
.imp-input-wrapper.enq-invalid {
    border-color: #f04438 !important;
}

.enq-form-status {
    display: none;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.enq-form-status.is-success {
    display: block;
    background: #ecfdf3;
    border: 1px solid #abefc6;
    color: #067647;
}

.enq-form-status.is-error {
    display: block;
    background: #fef3f2;
    border: 1px solid #fecdca;
    color: #b42318;
}

.enq-strip {
    padding: 2.5rem 0 0.5rem;
}

.enq-strip-card {
    max-width: 720px;
    margin: 0 auto;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.25rem;
}

.enq-strip-title {
    font-family: "Manrope", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.35rem;
    text-align: center;
}

.enq-strip-sub {
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
    margin: 0 0 1.15rem;
}

.enq-strip-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 0.85rem;
}

.enq-strip-form .enq-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.enq-strip-form .enq-field-full {
    grid-column: 1 / -1;
}

.enq-strip-form label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #334155;
}

.enq-strip-form input {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    font-size: 0.9rem;
    background: #fff;
}

.enq-strip-form input:focus {
    outline: none;
    border-color: #2b4bb9;
    box-shadow: 0 0 0 3px rgba(43, 75, 185, 0.12);
}

.enq-strip-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-top: 0.25rem;
}

.enq-strip-submit {
    appearance: none;
    border: none;
    background: #2b4bb9;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
}

.enq-strip-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.enq-strip-note {
    font-size: 0.78rem;
    color: #64748b;
    margin: 0;
}

@media (max-width: 575.98px) {
    .enq-strip-form {
        grid-template-columns: 1fr;
    }

    .enq-strip-card {
        padding: 1.15rem;
    }
}

/* ── Hero enquiry card (high-intent service pages) ─────── */
.hero-enq-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    color: #0f172a;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
}

.col-lg-6 > .hero-enq-card,
.odi-hero-form-col .hero-enq-card {
    max-width: none;
    margin-left: 0;
}

.hero-enq-head {
    padding: 22px 24px 16px;
    background: #f0f7ff;
    border-bottom: 1px solid #e2e8f0;
}

.hero-enq-head h2 {
    font-family: "Manrope", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #001e4a;
    margin: 0 0 6px;
    line-height: 1.3;
}

.hero-enq-head p {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}

.hero-enq-form {
    padding: 20px 24px 22px;
}

.hero-enq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.hero-enq-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero-enq-field label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #475569;
}

.hero-enq-field input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    padding: 10px 12px;
    font-size: 0.9rem;
    color: #0f172a;
    background: #fff;
}

.hero-enq-field input:focus {
    outline: none;
    border-color: #004a99;
    box-shadow: 0 0 0 3px rgba(0, 74, 153, 0.12);
}

.hero-enq-captcha {
    margin: 0 0 14px;
    transform: scale(0.92);
    transform-origin: 0 0;
}

.hero-enq-submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 10px;
    padding: 13px 18px;
    background: #004a99;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
}

.hero-enq-submit:hover {
    background: #0061c2;
}

.hero-enq-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.hero-enq-note {
    margin: 12px 0 0;
    font-size: 0.75rem;
    color: #64748b;
    text-align: center;
}

.hero-enq-note i {
    margin-right: 4px;
}

.odi-hero-form-col .hero-enq-card {
    max-width: none;
    margin: 0 0 20px;
}

.oi-hero-with-form,
.op-hero-with-form {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 40px 48px;
    align-items: center;
    text-align: left;
}

.oi-hero-with-form .oi-hero-content {
    max-width: none;
}

.op-hero-with-form .op-hero-sub {
    margin-left: 0;
    max-width: 540px;
}

@media (max-width: 991px) {
    .oi-hero-with-form,
    .op-hero-with-form {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-enq-card {
        max-width: none;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .hero-enq-grid {
        grid-template-columns: 1fr;
    }

    .hero-enq-form,
    .hero-enq-head {
        padding-left: 18px;
        padding-right: 18px;
    }
}
