/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 20:49:17 */
@media (min-width: 1025px) {
    /* 1. Make the header the boundary for the center calculation */
    .site-header-inner, 
    .header-container {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
    }

    /* 2. Force the nav-links/navigation area to the mathematical center */
    .header-navigation-area, 
    .nav-links {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        margin: 0 !important;
        z-index: 10;
    }

    /* 3. Keep the links horizontal and prevent them from squishing */
    .header-navigation ul, 
    .nav-links ul {
        display: flex !important;
        white-space: nowrap !important;
        gap: 40px !important; /* Space between Home, What We Offer, etc. */
    }
}