/* Custom Font Awesome 6.5.1 subset — only icons used on jobwala365.com */
/* ~90 icons vs 2,000+ in all.min.css — saves ~230KB */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fa-brands-400.woff2') format('woff2');
}

/* Base styles */
.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,.fa-solid { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.far,.fa-regular { font-family: 'Font Awesome 6 Free'; font-weight: 400; }
.fab,.fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* Utility */
.fa-spin { animation: fa-spin 2s infinite linear; }
@keyframes fa-spin { 0%{transform:rotate(0deg)} to{transform:rotate(360deg)} }

/* === Solid icons (fas) === */
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-balance-scale::before { content: "\f24e"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-brain::before { content: "\f5dc"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-building::before { content: "\f1ad"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-bullseye::before { content: "\f140"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-circle::before { content: "\f111"; }
.fa-circle-question::before { content: "\f059"; }
.fa-clipboard-check::before { content: "\f46d"; }
.fa-clipboard-question::before { content: "\e4e3"; }
.fa-clock::before { content: "\f017"; }
.fa-cloud-upload-alt::before { content: "\f382"; }
.fa-code::before { content: "\f121"; }
.fa-cogs::before { content: "\f085"; }
.fa-comments::before { content: "\f086"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-envelope-open-text::before { content: "\f658"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-flag::before { content: "\f024"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-gem::before { content: "\f3a5"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-hand-holding-usd::before { content: "\f4c0"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-headset::before { content: "\f590"; }
.fa-heart::before { content: "\f004"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-home::before { content: "\f015"; }
.fa-hourglass-end::before { content: "\f253"; }
.fa-indian-rupee-sign::before { content: "\e1bc"; }
.fa-laptop-code::before { content: "\f5fc"; }
.fa-laptop-house::before { content: "\e066"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-map-location-dot::before { content: "\f5a0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-network-wired::before { content: "\f6ff"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-palette::before { content: "\f53f"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-pen::before { content: "\f304"; }
.fa-pen-fancy::before { content: "\f5ac"; }
.fa-pen-nib::before { content: "\f5ad"; }
.fa-pen-to-square::before { content: "\f044"; }
.fa-phone::before { content: "\f095"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-robot::before { content: "\f544"; }
.fa-rocket::before { content: "\f135"; }
.fa-route::before { content: "\f4d7"; }
.fa-rupee-sign::before { content: "\f156"; }
.fa-search::before { content: "\f002"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-signal::before { content: "\f012"; }
.fa-spinner::before { content: "\f110"; }
.fa-star::before { content: "\f005"; }
.fa-star-half-alt::before { content: "\f5c0"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-times-circle::before { content: "\f057"; }
.fa-trophy::before { content: "\f091"; }
.fa-user-check::before { content: "\f4fc"; }
.fa-user-edit::before { content: "\f4ff"; }
.fa-user-tie::before { content: "\f508"; }
.fa-users::before { content: "\f0c0"; }
.fa-video::before { content: "\f03d"; }

/* === Regular icons (far) === */
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-clock::before { content: "\f017"; }
.fa-comment::before { content: "\f075"; }
.fa-eye::before { content: "\f06e"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-user::before { content: "\f007"; }

/* === Brand icons (fab) === */
.fa-facebook-f::before { content: "\f39e"; }
.fa-github::before { content: "\f09b"; }
.fa-instagram::before { content: "\e055"; }
.fa-linkedin::before { content: "\f08c"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-twitter::before { content: "\f099"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-youtube::before { content: "\f167"; }
