/* === Make all flaticon-* use Font Awesome === */
i[class^="flaticon-"]::before,
i[class*=" flaticon-"]::before {
    font-family: "Font Awesome 6 Free";
    /* default to solid set */
    font-weight: 600;
    /* solid weight */
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    /* ← add this line */
}

/* Brand icons use the Brands family (weight 400) */
.flaticon-facebook-app-symbol::before,
.flaticon-twitter::before,
.flaticon-twitter-1::before,
.flaticon-instagram::before,
.flaticon-linkedin-big-logo::before,
.flaticon-youtube::before {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* === Mappings (Font Awesome 6) === */
/* Search / nav */
.flaticon-search-interface-symbol::before {
    content: "\f002";
}

/* magnifying-glass */
.flaticon-hamburger::before {
    content: "\f0c9";
}

/* bars */
.flaticon-up-right-arrow::before {
    content: "\f35d";
}

/* arrow-up-right-from-square */
.flaticon-left-arrow::before {
    content: "\f060";
}

/* arrow-left */
.flaticon-left::before {
    content: "\f104";
}

/* angle-left */
.flaticon-arrow-point-to-right::before {
    content: "\f054";
}

/* chevron-right */
.flaticon-down::before {
    content: "\f107";
}

/* angle-down */
.flaticon-arrow-down-sign-to-navigate::before {
    content: "\f078";
}

/* chevron-down */

/* Visibility / status */
.flaticon-hide::before {
    content: "\f070";
}

/* eye-slash */
.flaticon-checked::before {
    content: "\f058";
}

/* circle-check */
.flaticon-check-mark::before {
    content: "\f00c";
}

/* check */
.flaticon-close::before,
.flaticon-close-1::before {
    content: "\f00d";
}

/* xmark (times) */
.flaticon-cancel::before {
    content: "\f05e";
}

/* ban */
.flaticon-plus::before,
.flaticon-add::before {
    content: "\f067";
}

/* plus */
.flaticon-minus::before,
.flaticon-minus-sign::before {
    content: "\f068";
}

/* minus */
.flaticon-remove::before {
    content: "\f1f8";
}

/* trash */

/* Commerce */
.flaticon-shopping-bag::before {
    content: "\f290";
}

/* shopping-bag */
.flaticon-cart::before {
    content: "\f07a";
}

/* cart-shopping (shopping-cart) */
.flaticon-price-tag::before {
    content: "\f02b";
}

/* tag */
.flaticon-price-tag-1::before {
    content: "\f02c";
}

/* tags */

/* Time */
.flaticon-calendar::before {
    content: "\f133";
}

/* calendar */
.flaticon-stopwatch::before,
.flaticon-stop-watch::before,
.flaticon-stop-watch-1::before {
    content: "\f2f2";
}

/* stopwatch */
/* (fallback: use \f017 for clock if needed) */

/* Location / contact */
.flaticon-placeholder::before,
.flaticon-location::before,
.flaticon-location-1::before {
    content: "\f3c5";
}

/* location-dot (map-marker-alt) */
.flaticon-email::before,
.flaticon-mail::before {
    content: "\f0e0";
}

/* envelope */
.flaticon-email-1::before {
    content: "\f2b6";
}

/* envelope-open */

/* Media / misc */
.flaticon-play-button-arrowhead::before {
    content: "\f04b";
}

/* play */
.flaticon-quote::before {
    content: "\f10d";
}

/* quote-left */
.flaticon-quote-1::before {
    content: "\f10e";
}

/* quote-right */
.flaticon-sparkle::before {
    content: "\f72b";
}

/* wand-magic-sparkles */
.flaticon-airplane::before {
    content: "\f072";
}

/* plane */
.flaticon-edit::before,
.flaticon-editing::before {
    content: "\f044";
}

/* pen-to-square (edit) */
.flaticon-pencil::before {
    content: "\f303";
}


/* Users / social / reactions */
.flaticon-user::before {
    content: "\f007";
    font-weight: 400 !important;

}

/* user */
.flaticon-user-1::before {
    content: "\f007";
}

/* user */
.flaticon-user-2::before {
    content: "\f0c0";
}

/* users */
.flaticon-heart::before,
.flaticon-heart-1::before {
    content: "\f004";
    font-weight: 400 !important;

}

/* heart */
.flaticon-like::before {
    content: "\f164";
}

/* thumbs-up */

/* Stars */
.flaticon-star::before {
    content: "\f005";
}

/* star */
.flaticon-star-1::before {
    content: "\f5c0";
}

/* star-half-stroke */
.flaticon-star-2::before {
    content: "\f005";
}

/* star */
.flaticon-star-3::before {
    content: "\f005";
}

/* star */

/* Brands */
.flaticon-instagram::before {
    content: "\f16d";
}

/* instagram */
.flaticon-facebook-app-symbol::before {
    content: "\f39e";
}

/* facebook-f */
.flaticon-twitter::before {
    content: "\f099";
}

/* twitter */
.flaticon-twitter-1::before {
    content: "\f099";
}

/* twitter (alias) */
.flaticon-linkedin-big-logo::before {
    content: "\f0e1";
}

/* linkedin-in */
.flaticon-youtube::before {
    content: "\f167";
}

/* youtube */