@charset "UTF-8";

/*
  The template ships icon classes (sl-small-*, sl-large-*, template-*) that rely on
  custom icon fonts (streamline-small, streamline-large, template) whose font files
  were never included in assets/css/fonts/. This file repoints those same classes at
  Font Awesome (loaded via CDN in index.html) so the icons actually render, without
  needing to touch the existing HTML markup or layout CSS (circular badges, spacing,
  floats, etc. defined in style.css keep working as before).
*/

.sl-small-phone:before,
.template-mail:before,
.sl-small-mail:before,
.template-clock:before,
.sl-small-location:before,
.template-search:before,
.sl-small-helmet:before,
.sl-small-roller:before,
.sl-small-driller:before,
.sl-small-wallet:before,
.sl-small-bubble-check:before,
.template-arrow-up:before,
.template-bullet:before,
.sl-large-team:before,
.sl-large-eco:before,
.sl-large-globe:before,
.sl-large-shield:before,
.sl-large-tick:before,
.sl-large-briefcase:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.sl-small-phone:before {
  content: "\f095" !important; /* phone */
}
.template-mail:before,
.sl-small-mail:before {
  content: "\f0e0" !important; /* envelope */
}
.template-clock:before {
  content: "\f017" !important; /* clock */
}
.sl-small-location:before {
  content: "\f3c5" !important; /* location-dot */
}
.template-search:before {
  content: "\f002" !important; /* magnifying-glass */
}
.sl-small-helmet:before {
  content: "\f807" !important; /* hard-hat */
}
.sl-small-roller:before {
  content: "\f5aa" !important; /* paint-roller */
}
.sl-small-driller:before {
  content: "\f7d9" !important; /* screwdriver-wrench */
}
.sl-small-wallet:before {
  content: "\f555" !important; /* wallet */
}
.sl-small-bubble-check:before {
  content: "\f058" !important; /* circle-check */
}
.template-arrow-up:before {
  content: "\f077" !important; /* chevron-up */
}
.template-bullet:before {
  content: "\f105" !important; /* angle-right */
}
.sl-large-team:before {
  content: "\f0c0" !important; /* users */
}
.sl-large-eco:before {
  content: "\f06c" !important; /* leaf */
}
.sl-large-globe:before {
  content: "\f0ac" !important; /* globe */
}
.sl-large-shield:before {
  content: "\f3ed" !important; /* shield-halved */
}
.sl-large-tick:before {
  content: "\f00c" !important; /* check */
}
.sl-large-briefcase:before {
  content: "\f0b1" !important; /* briefcase */
}
