/* Uniform size + elegant bold for all menu items */
[data-zs-menu-container] li a {
    font-family: "Montserrat", "Poppins", "Segoe UI", sans-serif !important; /* modern consulting fonts */
    font-weight: 600 !important;   /* medium bold, elegant */
    font-size: 18px !important;    /* same size for all items */
    letter-spacing: 0.5px;         /* subtle spacing */
    color: #1a1a1a !important;     /* professional dark gray */
    text-transform: none !important; /* keep natural case */
    transition: all 0.3s ease;     /* smooth hover effect */
}

/* Hover effect for polish */
[data-zs-menu-container] li a:hover {
    color: #0066cc !important;     /* consulting-style blue */
    text-decoration: underline;    /* subtle underline on hover */
}
