

/* --- UPDATED: Footer titles with your blue --- */
.footer_top .column_inner > div h5, .footer_top .column_inner > div h6 {
    color: #102a82; /* Changed from red to your blue */
    font-weight: 500;
}

/* --- UPDATED: Back to Top button with your blue --- */
#back_to_top > span {
    background-color: #102a82; /* Changed from red to your blue */
    border-color: #102a82;     /* Changed from red to your blue */
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
}

/* --- UPDATED: Contact Form button with your blue --- */
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #102a82; /* Changed from red to your blue */
}