/* ── Hewitt Contact Form (styled to match hewitt-tech.com) ── */
#hcf_contact_wrapper{background:#e9ecef;border-radius:0 0 8px 8px;padding:8px 32px 32px;margin:0 auto 24px;max-width:900px;box-sizing:border-box}
#hcf_contact_wrapper .gform_fields{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 16px}
#hcf_contact_wrapper .gfield{width:100%;margin-bottom:12px}
#hcf_contact_wrapper .gfield--width-half{width:calc(50% - 8px)}
#hcf_contact_wrapper .gfield_label{display:block;margin:0 0 4px;font-weight:300;font-size:16px;line-height:1.3;color:#790000}
#hcf_contact_wrapper .gfield_required{color:#790000;font-weight:400}
#hcf_contact_wrapper .gfield_required_asterisk{color:#790000;font-weight:400}
#hcf_contact_wrapper input.large,
#hcf_contact_wrapper select.large,
#hcf_contact_wrapper .textarea.large{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #949494;border-radius:3px;padding:12px;height:50px;font-size:1em;font-family:inherit;background:#fff;color:#333;-webkit-transition:border-color .15s;transition:border-color .15s}
#hcf_contact_wrapper input.large:focus,
#hcf_contact_wrapper select.large:focus,
#hcf_contact_wrapper .textarea.large:focus{outline:none;border-color:#719ece;-webkit-box-shadow:0 0 0 2px rgba(113,158,206,.18);box-shadow:0 0 0 2px rgba(113,158,206,.18)}
#hcf_contact_wrapper select.large:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}
#hcf_contact_wrapper .textarea.large{min-height:160px;height:auto;resize:vertical;padding-top:10px;padding-bottom:10px}
#hcf_contact_submit{width:auto;margin:0;background:#004a8f;color:#fff;border:1px solid #004a8f;border-radius:4px;padding:12px 32px;font-size:18px;font-weight:500;line-height:20px;letter-spacing:1.2px;cursor:pointer;-webkit-transition:background .2s,color .2s,border-color .2s;transition:background .2s,color .2s,border-color .2s;display:inline-block;text-transform:uppercase}
#hcf_contact_submit:hover:not(:disabled){background:#0a64b9;border-color:#0a64b9;color:#fff}
#hcf_contact_submit:disabled{opacity:.65;cursor:not-allowed}
#hcf_contact_wrapper .gfield_optional{color:#888;font-weight:400;font-size:.85em;font-style:normal;margin-left:4px}
#hcf_contact_msg{padding:14px 18px;border-radius:4px;margin-bottom:18px;font-size:.95em}
#hcf_contact_msg.hcf-success{background:#e8f5e9;border:1px solid #66bb6a;color:#1b5e20}
#hcf_contact_msg.hcf-error{background:#ffebee;border:1px solid #ef9a9a;color:#b71c1c}

@media(max-width:640px){
#hcf_contact_wrapper .gfield--width-half{width:100%}
#hcf_contact_submit{width:100%}
}

/* ── Our Location + map (appended below the form by the shortcode) ── */
.hcf-location{max-width:900px;margin:32px auto 0;padding:0;box-sizing:border-box}
.hcf-location-heading{color:#0a64b9;font-weight:600;font-size:24px;line-height:28px;margin:0 0 18px}
.hcf-location-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px 48px;margin-bottom:24px}
.hcf-location-col{-webkit-box-flex:1;-ms-flex:1 1 240px;flex:1 1 240px;min-width:220px}
.hcf-location-label{color:#555;font-weight:700;font-size:16px;line-height:1.3;margin:0 0 10px}
.hcf-location-col p{color:#555;font-size:16px;line-height:1.6;margin:0}
.hcf-location-col a{color:#0a64b9;text-decoration:none}
.hcf-location-col a:hover{text-decoration:underline}
.hcf-map{width:100%}
.hcf-map iframe{display:block;width:100%;height:450px;border:0;border-radius:6px}
@media(max-width:640px){
.hcf-location-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}
.hcf-map iframe{height:320px}
}

/* ── Heading + intro panel above the form (rendered by the shortcode) ── */
.hcf-form-intro{background:#e9ecef;border-radius:8px 8px 0 0;max-width:900px;margin:0 auto;padding:24px 32px 8px;box-sizing:border-box}
.hcf-form-intro h2{margin:0 0 6px;font-weight:600;font-size:24px;line-height:28px;color:#0a64b9}
.hcf-form-intro p{margin:0;padding-bottom:8px;font-size:14px;line-height:1.5;color:#444}
