/**
Theme Name: custom-theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
Template: astra
*/
/* Brand Palette:
Dark Grey: #393e41 | Gold: #ffbd59 | White: #fefcff
Sticky BG: #0e0e0e to #082052
*/

/* 1. Transparent Header Base */
.site-header {
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
    transition: all 0.4s ease-in-out;
    border-bottom: 0px none;
}

/* 2. Sticky State (Triggered on Scroll) */
.site-header.is-sticky {
    position: fixed !important;
    top: 0;
    background: linear-gradient(90deg, #0e0e0e 0%, #082052 100%) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* 3. Button Styling (Request Call Back) */
.ast-builder-header .ast-custom-button .ast-custom-button-link {
    background-color: #ffbd59 !important; /* Brand Gold */
    color: #393e41 !important;            /* Brand Dark Grey */
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.ast-builder-header .ast-custom-button .ast-custom-button-link:hover {
    background-color: #fefcff !important; /* Brand White */
    color: #0e0e0e !important;
}

/* 4. Menu Navigation Colors */
.main-header-menu .menu-link {
    color: #fefcff !important; /* Ensures text is visible on dark/hero backgrounds */
}

/* 5. Mobile Adjustment */
@media (max-width: 921px) {
    .site-header {
        position: relative !important;
        background-color: #0e0e0e !important;
    }
}