/* nexpers Icons - Simple SVG-based icon system */
i[class^="icon-"], i[class*=" icon-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.icon-mail::before { content: "✉"; }
.icon-phone::before { content: "📞"; }
.icon-map-pin::before { content: "📍"; }
.icon-clock::before { content: "🕐"; }
.icon-globe::before { content: "🌐"; }
.icon-chevron-down::before { content: "▾"; }
.icon-chevron-left::before { content: "◂"; }
.icon-chevron-right::before { content: "▸"; }
.icon-user::before { content: "👤"; }
.icon-users::before { content: "👥"; }
.icon-shopping-bag::before { content: "🛍"; }
.icon-shopping-cart::before { content: "🛒"; }
.icon-log-in::before { content: "🔑"; }
.icon-search::before { content: "🔍"; }
.icon-x::before { content: "✕"; }
.icon-check::before { content: "✓"; }
.icon-star::before { content: "★"; }
.icon-send::before { content: "📤"; }
.icon-image::before { content: "🖼"; }
.icon-calendar::before { content: "📅"; }
.icon-folder::before { content: "📁"; }
.icon-message-circle::before { content: "💬"; }
.icon-file-text::before { content: "📄"; }
.icon-arrow-right::before { content: "→"; }
.icon-loader::before { content: "⟳"; }
.icon-eye::before { content: "👁"; }
.icon-eye-off::before { content: "🙈"; }
.icon-at-sign::before { content: "@"; }
.icon-shield::before { content: "🛡"; }
.icon-zap::before { content: "⚡"; }
.icon-headphones::before { content: "🎧"; }
.icon-dollar-sign::before { content: "$"; }
.icon-twitter::before { content: "𝕏"; }
.icon-telegram::before { content: "✈"; }
.icon-instagram::before { content: "📷"; }
.icon-youtube::before { content: "▶"; }
.icon-discord::before { content: "🎮"; }
.icon-github::before { content: "⚙"; }
