/* Footer menü ikonları — FA6 Pro ::before yerine gerçek ikonlar */
.tc-insaat-footer .footer-link ul li a::before {
    display: none !important;
    content: none !important;
}

.tc-insaat-footer .footer-link ul li a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-transform: capitalize !important;
}

.tc-insaat-footer .footer-link ul li a .tc-footer-menu-icon {
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
    color: #ff6600;
    font-size: 14px;
    line-height: 1;
}

.tc-insaat-footer .footer-link ul li a:hover .tc-footer-menu-icon {
    color: #fff;
}

.tc-insaat-footer .tc-footer-contact-list p i {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-weight: 900;
}

.tc-insaat-footer .tc-footer-contact-list p i.fab {
    font-weight: 400;
}

.tc-insaat-footer .footer-social {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
}

.tc-insaat-footer .footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

.tc-insaat-footer .footer-social a i.fab {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1 !important;
}
