/*
Theme Name:  Rose Seko Foundation Child
Theme URI:   https://rosesekofoundation.org
Author:      Rose Seko Foundation
Template:    roseseko
Description: Child theme for Rose Seko Foundation. Customisations here survive parent theme updates.
Version:     1.0
Text Domain: roseseko-child
*/

/* ==========================================================================
   Force correct brand colours — overrides any Customizer/Elementor inline CSS
   ========================================================================== */
:root {
    --navy:         #032B52 !important;
    --navy-dark:    #021e3a !important;
    --navy-light:   #054070 !important;
    --gold:         #D4A017 !important;
    --charcoal:     #333333 !important;
}

/* Hard overrides for elements that may have been set via Customizer or plugins */
.site-header,
.navbar,
.mobile-nav         { background-color: #032B52 !important; }

.hero-section       { background-color: #032B52 !important; }

.stats-bar,
.stats-bar .container { background-color: #032B52 !important; }

.site-footer,
.footer-main,
.footer-main.container { background-color: #021e3a !important; }

.page-banner {
    background: linear-gradient(135deg, #032B52 0%, #054070 100%) !important;
}

.not-found-wrap     { background-color: #032B52 !important; }

/* Button colour consistency */
.btn-navy           { background-color: #032B52 !important; border-color: #032B52 !important; }
.btn-navy:hover     { background-color: #021e3a !important; border-color: #021e3a !important; }

/*
 * Add your own CSS customisations below this line.
 */
