/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Author: Your Name
 Author URI: https://yourwebsite.com/
 Template: astra
 Version: 1.0.0
 Description: Child Theme of Astra
*/

/* Custom CSS এখানে লিখবেন */


/* সব পেজে হেডারের ব্যাকগ্রাউন্ড ফিক্স */
.site-header,
.ast-primary-header-bar,
header#masthead {
    background-color: #2C8640 !important;
    background-image: none !important;
}

/* Sticky হেডার থাকলেও একই কালার থাকবে */
.ast-sticky-active .main-header-bar {
    background-color: #2C8640 !important;
}


