/* 1. Temel Font Tanımları */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

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

/* 2. Global Ayarlar */
.fa, .fab, .fas, .fa-solid, .fa-brands {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

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

/* 3. SOSYAL MEDYA İKONLARI */
.fa-facebook:before, .fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-twitter:before, .fa-x-twitter:before { content: "\e61b"; }
.fa-youtube:before { content: "\f167"; }
.fa-linkedin:before, .fa-linkedin-in:before { content: "\f0e1"; }
.fa-whatsapp:before { content: "\f232"; }

.fa-arrow-down:before { content: "\f063"; }           /* Standart Aşağı Ok */
.fa-long-arrow-alt-down:before { content: "\f309"; }  /* Uzun Saplı Aşağı Ok */
.fa-arrow-circle-down:before { content: "\f0ab"; }    /* Yuvarlak İçinde Aşağı Ok */
.fa-angles-down:before { content: "\f103"; }          /* Çift Aşağı Ok (Hızlı aşağı inme için) */

/* 4. İLETİŞİM İKONLARI */
.fa-download:before { content: "\f019"; } /* Broşür indirme ikonu */
.fa-file-pdf:before { content: "\f1c1"; } /* Eğer PDF ikonu kullanıyorsan */
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-location-dot:before, .fa-map-marker-alt:before { content: "\f3c5"; }
.fa-clock:before { content: "\f017"; }
.fa-search:before { content: "\f002"; }           /* Klasik Arama (Zaten eklemiştin) */
.fa-magnifying-glass:before { content: "\f002"; }  /* Font Awesome 6 modern arama adı */
.fa-search:before { content: "\f002"; }
.fa-bars:before { content: "\f0c9"; } /* Mobil menü çizgileri */
.fa-times:before, .fa-xmark:before { content: "\f00d"; } /* Kapatma butonu */

/* 5. TÜM OK ÇEŞİTLERİ (Slider ve Menüler İçin) */
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-long-arrow-alt-right:before { content: "\f30b"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-play:before { content: "\f04b"; } /* Video veya Slider butonları için */