/* Replace the "open" (hamburger) icon */
.elementor-menu-toggle__icon--open::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";  /* fa-bars */
    font-size: 24px;
    line-height: 1;
}

/* Replace the "close" (X) icon */
.elementor-menu-toggle__icon--close::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";  /* fa-times */
    font-size: 24px;
    line-height: 1;
}

/* Hide Elementor’s default Eicon glyphs */
.eicon-menu-bar,
.eicon-close {
    font-family: inherit !important;
    speak: none;
}
