/* Custom Font Awesome-like icons using CSS */

/* Icon base */
[class^="fa-"], [class*=" fa-"],
[class^="fas"], [class*=" fas"],
[class^="far"], [class*=" far"],
[class^="fab"], [class*=" fab"] {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Simple text-based icons - без эмодзи */
.fa-landmark::before { content: "L"; font-weight: bold; }
.fa-calendar::before { content: "C"; font-weight: bold; }
.fa-clock::before { content: "T"; font-weight: bold; }
.fa-ticket-alt::before { content: "T"; font-weight: bold; }
.fa-user::before { content: "U"; font-weight: bold; }
.fa-check-circle::before { content: "+"; font-weight: bold; }
.fa-exclamation-circle::before { content: "!"; font-weight: bold; }
.fa-paper-plane::before { content: ">"; font-weight: bold; }
.fa-map-marker-alt::before { content: "M"; font-weight: bold; }
.fa-phone::before { content: "P"; font-weight: bold; }
.fa-envelope::before { content: "@"; }
.fa-users::before { content: "U"; font-weight: bold; }
.fa-universal-access::before { content: "A"; font-weight: bold; }
.fa-microphone::before { content: "M"; font-weight: bold; }
.fa-subway::before { content: "S"; font-weight: bold; }
.fa-bus::before { content: "B"; font-weight: bold; }
.fa-parking::before { content: "P"; font-weight: bold; }
.fa-palette::before { content: "P"; font-weight: bold; }
.fa-monument::before { content: "M"; font-weight: bold; }
.fa-history::before { content: "H"; font-weight: bold; }
.fa-book::before { content: "B"; font-weight: bold; }
.fa-globe::before { content: "G"; font-weight: bold; }
.fa-star::before { content: "*"; }
.fa-route::before { content: "R"; font-weight: bold; }
.fa-infinity::before { content: "8"; font-weight: bold; }
.fa-info-circle::before { content: "i"; font-style: italic; }
.fa-graduation-cap::before { content: "G"; font-weight: bold; }
.fa-shield-alt::before { content: "S"; font-weight: bold; }
.fa-headphones::before { content: "H"; font-weight: bold; }
.fa-facebook::before { content: "f"; font-weight: bold; }
.fa-twitter::before { content: "t"; font-weight: bold; }
.fa-instagram::before { content: "i"; font-weight: bold; }
.fa-youtube::before { content: "y"; font-weight: bold; }

/* Social media links styling */
.social-links .fa-facebook,
.social-links .fa-twitter,
.social-links .fa-instagram,
.social-links .fa-youtube {
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

