/* X (Twitter) Icon Fix */
.fa-x-twitter::before {
    content: "𝕏";
    font-family: serif;
    font-weight: bold;
    font-size: 1.1em;
}

/* Ensure X icon displays properly */
.contact-item .fa-x-twitter,
.footer-social .fa-x-twitter {
    font-family: serif !important;
    font-weight: bold;
}

.contact-item .fa-x-twitter::before,
.footer-social .fa-x-twitter::before {
    content: "𝕏";
    font-family: serif;
    font-weight: bold;
    font-size: 1.1em;
}

/* X icon hover effect */
.contact-item .fa-x-twitter:hover,
.footer-social .fa-x-twitter:hover {
    color: #000000 !important;
}
