/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Local hosting for Expert Bochnia - improved performance and reliability
 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Fallback styles in case CDN fails */
.fa, .fas, .far, .fal, .fad, .fab, .fass, .fasr, .fasl {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Fallback icons for critical elements */
.fa-phone::before { content: "📞"; }
.fa-envelope::before { content: "✉️"; }
.fa-map-marker-alt::before { content: "📍"; }
.fa-star::before { content: "⭐"; }
.fa-check::before { content: "✓"; }
.fa-check-circle::before { content: "✅"; }
.fa-times::before { content: "✕"; }
.fa-times-circle::before { content: "❌"; }
.fa-arrow-right::before { content: "→"; }
.fa-chevron-down::before { content: "▼"; }
.fa-chevron-up::before { content: "▲"; }
.fa-plus::before { content: "+"; }
.fa-minus::before { content: "−"; }
.fa-search::before { content: "🔍"; }
.fa-user::before { content: "👤"; }
.fa-calendar::before { content: "📅"; }
.fa-clock::before { content: "🕒"; }
.fa-tag::before { content: "🏷️"; }
.fa-heart::before { content: "❤️"; }
.fa-share::before { content: "🔗"; }
.fa-facebook::before { content: "f"; }
.fa-instagram::before { content: "📷"; }
