/* Font Awesome Fallback CSS */
/* Bu dosya Font Awesome yüklenemediğinde devreye girer */

/* Temel ikon sınıfları */
.fas, .far, .fal, .fad, .fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", Arial, sans-serif;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 6 Brands", Arial, sans-serif;
  font-weight: 400;
}

/* Footer ikonları için özel stiller */
.footer-contact .fas {
  color: #60a5fa;
  font-size: 1.1rem;
  margin-right: 0.5rem;
  width: 20px;
  text-align: center;
}

.footer-social .fab {
  color: white;
  font-size: 1.1rem;
}

/* Eğer Font Awesome yüklenmezse, Unicode karakterler kullan */
.fa-map-marker-alt::before { content: "📍"; }
.fa-phone::before { content: "📞"; }
.fa-envelope::before { content: "✉️"; }
.fa-facebook-f::before { content: "📘"; }
.fa-twitter::before { content: "🐦"; }
.fa-instagram::before { content: "📷"; }
.fa-linkedin-in::before { content: "💼"; }
.fa-youtube::before { content: "📺"; }

/* Diğer sık kullanılan ikonlar */
.fa-plane::before { content: "✈️"; }
.fa-ship::before { content: "🚢"; }
.fa-truck::before { content: "🚛"; }
.fa-warehouse::before { content: "🏪"; }
.fa-shopping-cart::before { content: "🛒"; }
.fa-calculator::before { content: "🧮"; }
.fa-play::before { content: "▶️"; }
.fa-chevron-down::before { content: "⬇️"; }
.fa-globe::before { content: "🌍"; }
.fa-box::before { content: "📦"; }
.fa-shipping-fast::before { content: "🚀"; }
.fa-shield-alt::before { content: "🛡️"; }
.fa-paper-plane::before { content: "✈️"; }
.fa-info-circle::before { content: "ℹ️"; }
