/**
 * Sektör Tanıtım — Solid Medya özel yazılımı
 * © 2026 Solid Medya Yazılım Ajansı · https://solidmedya.com
 * Bu kaynak, Solid Medya tarafından bu proje için özel olarak geliştirilmiştir.
 *
 * Kullanılan ikon alt kümesi — CDN Font Awesome CSS yok
 */
@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");
}

.fas,
.fa-solid,
.far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-spin {
    animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-ad::before { content: "\f641"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-award::before { content: "\f559"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-book::before { content: "\f02d"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-broadcast-tower::before { content: "\f519"; }
.fa-broom::before { content: "\f51a"; }
.fa-building::before { content: "\f1ad"; }
.fa-car::before { content: "\f1b9"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-circle::before { content: "\f111"; }
.fa-clock::before { content: "\f017"; }
.fa-code::before { content: "\f121"; }
.fa-concierge-bell::before { content: "\f562"; }
.fa-copy::before { content: "\f0c5"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-download::before { content: "\f019"; }
.fa-dumbbell::before { content: "\f44b"; }
.fa-ellipsis-h::before { content: "\f141"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-filter::before { content: "\f0b0"; }
.fa-fire::before { content: "\f06d"; }
.fa-folder::before { content: "\f07b"; }
.fa-gas-pump::before { content: "\f52f"; }
.fa-gavel::before { content: "\f0e3"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-hard-hat::before { content: "\f807"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-home::before { content: "\f015"; }
.fa-industry::before { content: "\f275"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-key::before { content: "\f084"; }
.fa-laptop-code::before { content: "\f5fc"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-link::before { content: "\f0c1"; }
.fa-list::before { content: "\f03a"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-map::before { content: "\f279"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-palette::before { content: "\f53f"; }
.fa-phone::before { content: "\f095"; }
.fa-plane::before { content: "\f072"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-print::before { content: "\f02f"; }
.fa-qrcode::before { content: "\f029"; }
.fa-question-circle::before { content: "\f059"; }
.fa-rss::before { content: "\f09e"; }
.fa-satellite::before { content: "\f7bf"; }
.fa-search::before { content: "\f002"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-share::before { content: "\f064"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-shopping-bag::before { content: "\f290"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-snowflake::before { content: "\f2dc"; }
.fa-spinner::before { content: "\f110"; }
.fa-star::before { content: "\f005"; }
.fa-tag::before { content: "\f02b"; }
.fa-tags::before { content: "\f02c"; }
.fa-th::before { content: "\f00a"; }
.fa-times::before { content: "\f00d"; }
.fa-tint::before { content: "\f043"; }
.fa-tools::before { content: "\f7d9"; }
.fa-truck::before { content: "\f0d1"; }
.fa-tshirt::before { content: "\f553"; }
.fa-tv::before { content: "\f26c"; }
.fa-user::before { content: "\f007"; }
.fa-user-shield::before { content: "\f505"; }
.fa-user-tie::before { content: "\f508"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-window-maximize::before { content: "\f2d0"; }

.google-anno,
[class*="google-anno"],
[id^="google-anno"] {
    display: none !important;
}

.nav-link,
.footer-nav-link,
.faq-question,
.premium-firma-card .tag-chip,
.arama-input,
.arama-select,
.arama-hizli-link,
.sidebar-link,
.sidebar-city-tag,
.header-firma-ekle-btn,
.logo-text-primary {
    transition-property: opacity, transform, box-shadow;
}

.nav-link:hover {
    color: #5c4800 !important;
}

.firma-detay .bilgi a,
.firma-detay a,
.seo-page-intro a,
.seo-breadcrumb-item a {
    color: #5c4800;
}

.header-firma-ekle-btn {
    animation: none;
}
