/*
Theme Name: GBEC Premium Custom Theme
Theme URI: https://globalbridgeeducationalconsultants.com/
Description: A premium, ultra-responsive theme for GBEC Consulting featuring Phudu headlines, elegant dark/gold design system, animated accordion lists, and zero-configuration auto-setup.
Author: Akbar farooq
Version: 1.0.0
Text Domain: gbec-premium-theme
*/

/* ========== WordPress Admin Bar Alignment Fix ========== */
.admin-bar .header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px !important;
    }
}

/* ========== Global Header & Menu Size Consistency Resets ========== */
.header {
    background-color: var(--white, #ffffff) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

.header-content-wrapper {
    padding: 8px 0 !important;
    height: auto !important;
}

