/* Font Awesome 6 Compatibility CSS - Maps old icon names to new ones */

/* Mobile Icons */
.fa-mobile-alt:before { content: "\f3cd"; } /* fa-mobile-screen-button */
.fa-mobile:before { content: "\f10b"; }

/* Arrow Icons */
.fa-arrow-alt-circle-down:before { content: "\f358"; } /* fa-circle-arrow-down */
.fa-arrow-alt-circle-left:before { content: "\f359"; } /* fa-circle-arrow-left */
.fa-arrow-alt-circle-right:before { content: "\f35a"; } /* fa-circle-arrow-right */
.fa-arrow-alt-circle-up:before { content: "\f35b"; } /* fa-circle-arrow-up */
.fa-external-link-alt:before { content: "\f35d"; } /* fa-arrow-up-right-from-square */

/* Social Icons */
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before { content: "\f0e1"; }

/* Technology Icons */
.fa-code-branch:before { content: "\f126"; }
.fa-laptop-code:before { content: "\f5fc"; }
.fa-mobile-screen-button:before { content: "\f3cd"; }

/* Business Icons */
.fa-handshake:before { content: "\f2b5"; }
.fa-chart-line:before { content: "\f201"; }
.fa-bullhorn:before { content: "\f0a1"; }

/* Interface Icons */
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; } /* fa-xmark */
.fa-search:before { content: "\f002"; } /* fa-magnifying-glass */

/* File Icons */
.fa-file-alt:before { content: "\f15c"; } /* fa-file-lines */
.fa-file-code:before { content: "\f1c9"; }
.fa-file-image:before { content: "\f1c5"; }

/* Communication Icons */
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }

/* Location Icons */
.fa-map-marker-alt:before { content: "\f3c5"; } /* fa-location-dot */
.fa-globe:before { content: "\f0ac"; }

/* Utility Icons */
.fa-cog:before { content: "\f013"; } /* fa-gear */
.fa-cogs:before { content: "\f085"; } /* fa-gears */
.fa-wrench:before { content: "\f0ad"; }
.fa-tools:before { content: "\f7d9"; }

/* Media Icons */
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-video:before { content: "\f03d"; }

/* Navigation Icons */
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }

/* Editor Icons */
.fa-edit:before { content: "\f044"; } /* fa-pen-to-square */
.fa-trash:before { content: "\f1f8"; } /* fa-trash-can */
.fa-save:before { content: "\f0c7"; } /* fa-floppy-disk */
.fa-copy:before { content: "\f0c5"; }

/* Status Icons */
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-question:before { content: "\f128"; }
.fa-info:before { content: "\f129"; }

/* E-commerce Icons */
.fa-shopping-cart:before { content: "\f07a"; } /* fa-cart-shopping */
.fa-credit-card:before { content: "\f09d"; }
.fa-money-bill:before { content: "\f0d6"; }

/* Ensure icons are properly sized and aligned */
.fa, .fas, .far, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Size classes */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; }
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }