/* Center Header Menu CSS */
.horizontal-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.chawkbazar-horizontal-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.chawkbazar-menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chawkbazar-main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.chawkbazar-main-menu li {
    display: inline-block;
    margin: 0 1rem;
}

.chawkbazar-main-menu li a {
    text-decoration: none;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Header layout specific adjustments */
.header-denver .horizontal-navigation,
.header-rio .horizontal-navigation,
.header-center_logo .horizontal-navigation {
    justify-content: center !important;
}

/* Site header centering */
.site-header .chawkbazar-horizontal-menu {
    max-width: none;
    margin: 0 auto;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .chawkbazar-main-menu {
        flex-direction: column;
        text-align: center;
    }
    
    .chawkbazar-main-menu li {
        margin: 0.5rem 0;
        width: 100%;
        text-align: center;
    }
}

/* Additional centering for specific layouts */
.chawkbazar-desktop-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Center mobile menu toggle button */
.mobile-menu-toggle {
    margin: 0 auto;
    display: block;
}

/* Ensure menu wrapper takes full width and centers content */
.gmm-menu-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Modern centered header styling */
.site-header {
    text-align: center;
}

.site-header .chawkbazar-horizontal-menu {
    justify-content: center;
}

/* Additional flexbox centering */
.header-denver .chawkbazar-horizontal-menu,
.header-rio .chawkbazar-horizontal-menu,
.header-center_logo .chawkbazar-horizontal-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
