/* Local Font Awesome CSS - Essential Icons Only */

/* Font Face Declarations */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("/assets/fa-solid-900-5b32fc70.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/assets/fa-regular-400-ff008be8.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/assets/fa-brands-400-600e87e7.woff2") format("woff2");
}

/* Base Icon Styles */
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
  width: 1em;
  height: 1em;
}

/* Ensure icons are visible immediately - moved to bottom for proper cascade */

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Essential Icons - All icons used across the website */
.fa-wifi:before { content: "\f1eb"; }
.fa-users:before { content: "\f0c0"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-clock:before { content: "\f017"; }
.fa-video:before { content: "\f03d"; }
.fa-lock:before { content: "\f023"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-print:before { content: "\f02f"; }
.fa-desktop:before { content: "\f108"; }
.fa-chalkboard:before { content: "\f51b"; }
.fa-parking:before { content: "\f540"; }
.fa-key:before { content: "\f084"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-building:before { content: "\f1ad"; }
.fa-cogs:before { content: "\f085"; }
.fa-gift:before { content: "\f06b"; }
.fa-map-marked-alt:before { content: "\f5a0"; }
.fa-envelope-open-text:before { content: "\f658"; }
.fa-phone:before { content: "\f095"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-home:before { content: "\f015"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-globe-americas:before { content: "\f57d"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-user-tie:before { content: "\f508"; }
.fa-door-closed:before { content: "\f52a"; }
.fa-headset:before { content: "\f590"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-globe:before { content: "\f0ac"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-rocket:before { content: "\f135"; }
.fa-cog:before { content: "\f013"; }
.fa-comment:before { content: "\f075"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-user:before { content: "\f007"; }

/* Missing icons that were causing display issues */
.fa-eye:before { content: "\f06e"; }
.fa-heart:before { content: "\f004"; }
.fa-chalkboard-teacher:before { content: "\f51c"; }
.fa-robot:before { content: "\f544"; }
.fa-star:before { content: "\f005"; }
.fa-check-circle:before { content: "\f058"; }
.fa-comments:before { content: "\f086"; }

/* WhatsApp brand icon */
.fa-whatsapp:before { content: "\f232"; }

/* Instagram brand icon */
.fa-instagram:before { content: "\f16d"; }

/* Icon loading states - Simplified for better performance */
i[class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  display: inline-block !important;
  line-height: 1 !important;
}