/* Flaticon Icons - Using Font Awesome as replacement */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-industrial-robot:before {
    content: "\f6e3"; /* Font Awesome robot icon */
}

.flaticon-industrial:before {
    content: "\f275"; /* Font Awesome industry icon */
}

.flaticon-manufacturing:before {
    content: "\f275"; /* Font Awesome industry icon */
}

.flaticon-helmet:before {
    content: "\f6e3"; /* Font Awesome helmet icon */
}

.flaticon-windmill:before {
    content: "\f72e"; /* Font Awesome wind icon */
}

.flaticon-container-1:before {
    content: "\f49e"; /* Font Awesome box icon */
}

.flaticon-industrial-1:before {
    content: "\f275"; /* Font Awesome industry icon */
}

.flaticon-factory:before {
    content: "\f275"; /* Font Awesome industry icon */
}

.flaticon-engineering:before {
    content: "\f7ad"; /* Font Awesome wrench icon */
}

.flaticon-construction:before {
    content: "\f6e3"; /* Font Awesome hammer icon */
}

.flaticon-shipping:before {
    content: "\f0d1"; /* Font Awesome truck icon */
}

.flaticon-renovation:before {
    content: "\f7ad"; /* Font Awesome tools icon */
}
