/* Custom Icon Mapping for FontAwesome 6 */

/* Override base icon class settings */
[class^="icon-"],
[class*=" icon-"],
.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa {
    font-family: 'FontAwesome' !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fab, .fa-brands {
    font-weight: 400 !important;
}

.far, .fa-regular {
    font-weight: 400 !important;
}

/* Specific Mappings */
.icon-quote-left:before {
    content: "\f10d";
}

.icon-machine:before {
    content: "\f085";
}

.icon-augmented:before {
    content: "\f53f";
}

.icon-artificial:before {
    content: "\f2db";
}

.icon-star:before {
    content: "\f005";
}

.icon-quote2:before {
    content: "\f10e";
}

.icon-arrow-right2:before {
    content: "\f061";
}

.icon-arrow-left2:before {
    content: "\f060";
}

.icon-close-2:before {
    content: "\f00d";
}

.icon-chat-2:before {
    content: "\f086";
}

.icon-software-product:before {
    content: "\f460";
}

.icon-outsourcing:before {
    content: "\f0c0";
}

.icon-custom-software:before {
    content: "\f121";
}

.icon-star-of-life:before {
    content: "\f621";
}

.icon-check:before {
    content: "\f00c";
}

.icon-calendar-days:before {
    content: "\f073";
}

.icon-send:before {
    content: "\f1d8";
}

.icon-fb:before {
    content: "\f09a";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-X:before {
    content: "\e61b";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-machine:before { content: "\f544"; }
.icon-augmented:before { content: "\f06e"; }
.icon-artificial:before { content: "\f5dc"; }
.icon-quote2:before { content: "\f10e"; }
.icon-software-product:before { content: "\f466"; }
.icon-outsourcing:before { content: "\f2b5"; }
.icon-custom-software:before { content: "\f3cd"; }

.icon-email:before {
    content: "\f0e0";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-angle-down:before {
    content: "\f107";
}

/* Override dropdown arrows */
.menu-primary-menu .menu-item.menu-item-has-children .item-link::after,
#menu-mobile li.menu-item-has-children-mobile>a::after {
    content: "\f107" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.icon-share:before {
    content: "\f1e1";
}

/* Fix for animations if JS fails - Ensure visibility by default */
.title-animation, 
.title-animation > div {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.job-listing-wrapper .title-animation {
    animation: none !important; /* Temporarily disable problematic animation */
}

/* Career Page Icons */
.icon-code:before {
    content: "\f121";
}

.icon-palette:before {
    content: "\f53f";
}

.icon-megaphone:before {
    content: "\f0a1";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-map-pin:before {
    content: "\f3c5";
}

.icon-clock:before {
    content: "\f017";
}

.icon-trending-up:before {
    content: "\f201";
}

.icon-users:before {
    content: "\f0c0";
}

.icon-award:before {
    content: "\f559";
}

.icon-home:before {
    content: "\f015";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-book:before {
    content: "\f02d";
}

.icon-umbrella-beach:before {
    content: "\f5ca";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-clipboard:before {
    content: "\f328";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-search:before {
    content: "\f002";
}

.icon-map-pin:before {
    content: "\f3c5";
}

.icon-clock:before {
    content: "\f017";
}

/* Job Application Page Icons */
.icon-user:before {
    content: "\f007";
}

.icon-phone:before {
    content: "\f095";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-info:before {
    content: "\f129";
}

.icon-check-circle:before {
    content: "\f058";
}

.icon-shield:before {
    content: "\f132";
}

.icon-location-dot:before {
    content: "\f3c5";
}
