/*
 Theme Name:   Rayforce Child
 Template:     rayforce
 Version:      1.0.0
*/

/* Kubio full fixed navigation (top bar + navbar) */
#navigation {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Push main content down to prevent overlap */
#navigation + .wp-block,
#navigation + main,
#navigation + .site-content,
.page-content,
.entry-content {
    margin-top: 120px !important;
}