/* ===============================
   GLOBAL PRIMARY COLOR OVERRIDE
   Replace Pink (#f50872) → Brand Blue
================================= */

/* Backgrounds */
.bg-primary,
.primary-bg,
.theme-bg,
.logo-header,
.custom-logo {
    background-color: #0F5C74 !important;
}

/* Buttons */
.btn,
.btn-primary,
button,
input[type="submit"],
.read-more,
.more-link {
    background-color: #0F5C74 !important;
    border-color: #0F5C74 !important;
    color: #ffffff !important;
}

/* Button Hover */
.btn:hover,
.btn-primary:hover,
button:hover,
input[type="submit"]:hover,
.read-more:hover {
    background-color: #0C4F63 !important;
    border-color: #0C4F63 !important;
}

/* Menu Hover & Active */
.navbar a:hover,
.navbar .active,
.menu-item.current-menu-item > a {
    color: #0F5C74 !important;
}

/* Links */
a {
    color: #0F5C74;
}

a:hover {
    color: #0C4F63;
}

/* Borders */
.border-primary,
hr,
.divider {
    border-color: #0F5C74 !important;
}

/* Section Highlights */
.section-title span,
.highlight,
.theme-color {
    color: #0F5C74 !important;
}