/* =========================================================
   CONTACT PAGE — page-specific styles only.
   ========================================================= */
.contact-form h2{ font-size:24px; margin-bottom: 20px;}
/* Note: intentionally NOT using position:sticky here — body has
   overflow-x:hidden globally, which breaks sticky positioning in
   several mobile browsers and was pushing the map out of view. */
.contact-map{ margin-top:4px; }
.wpcf7-not-valid-tip {
    color: #e63946;
    font-size: 12.5px;
    margin-top: 4px;
    display: block;
}
.wpcf7-form-control.wpcf7-not-valid {
    border-color: #e63946 !important;
}
.wpcf7-response-output {
    border-radius: 8px;
    font-size: 13.5px;
    margin-top: 12px !important;
}
.wpcf7-spinner {
   position: absolute;
}