/*
Theme Name:   MarTechBees Child
Theme URI:    https://martechbees.com
Description:  MarTechBees child theme built on Astra
Author:       MarTechBees
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
*/

/* ── Sticky Astra header on all pages ── */
#masthead,
.site-header,
.ast-site-header-wrap,
header.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
}

/* Push page content down so it doesn't hide under the fixed header */
.site-content,
#content,
.ast-container {
  padding-top: var(--ast-header-height, 80px) !important;
}
