/* Font Awesome Subset - Only icons used in this project */
/* This replaces the full 18.3 KiB Font Awesome with ~2 KiB subset */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2') format('woff2');
}

.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fas, .fab, .fa-solid, .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;
}

/* Animation Classes */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Solid Icons Used */
.fa-home::before { content: "\f015"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-route::before { content: "\f4d7"; }
.fa-star::before { content: "\f005"; }
.fa-phone::before { content: "\f095"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-rupee-sign::before { content: "\f156"; }
.fa-door-open::before { content: "\f52b"; }
.fa-user-tie::before { content: "\f508"; }
.fa-user-shield::before { content: "\f505"; }
.fa-users::before { content: "\f0c0"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-clock::before { content: "\f017"; }
.fa-tags::before { content: "\f02c"; }
.fa-question-circle::before { content: "\f059"; }
.fa-map-marked-alt::before { content: "\f5a0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-road::before { content: "\f018"; }
.fa-money-bill::before { content: "\f0d6"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-user::before { content: "\f007"; }
.fa-tag::before { content: "\f02b"; }
.fa-comment::before { content: "\f075"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-building::before { content: "\f1ad"; }
.fa-car::before { content: "\f1b9"; }
.fa-car-side::before { content: "\f5e4"; }
.fa-taxi::before { content: "\f1ba"; }
.fa-shield-halved::before { content: "\e249"; }
.fa-headset::before { content: "\f590"; }
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-check-circle::before { content: "\f058"; }
.fa-leaf::before { content: "\f06c"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-mountain::before { content: "\f6fc"; }
.fa-water::before { content: "\f773"; }
.fa-landmark::before { content: "\f66f"; }
.fa-hamburger::before { content: "\f805"; }
.fa-sun::before { content: "\f185"; }
.fa-camera::before { content: "\f030"; }
.fa-map-signs::before { content: "\f277"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-concierge-bell::before { content: "\f562"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-gift::before { content: "\f06b"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-suitcase::before { content: "\f0f2"; }
.fa-gas-pump::before { content: "\f52f"; }
.fa-snowflake::before { content: "\f2dc"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-spinner::before { content: "\f110"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-lock::before { content: "\f023"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-om::before { content: "\f679"; }
.fa-wine-bottle::before { content: "\f72f"; }
.fa-wine-glass-alt::before { content: "\f5ce"; }
.fa-pray::before { content: "\f683"; }
.fa-plane::before { content: "\f072"; }
.fa-heart::before { content: "\f004"; }
.fa-rocket::before { content: "\f135"; }

/* Additional Icons - Missing from original */
.fa-bell::before { content: "\f0f3"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-book-open::before { content: "\f518"; }
.fa-bullseye::before { content: "\f140"; }
.fa-bus::before { content: "\f207"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-calendar-day::before { content: "\f783"; }
.fa-check::before { content: "\f00c"; }
.fa-check-double::before { content: "\f560"; }
.fa-city::before { content: "\f64f"; }
.fa-cloud-sun-rain::before { content: "\f743"; }
.fa-cog::before { content: "\f013"; }
.fa-crown::before { content: "\f521"; }
.fa-file-contract::before { content: "\f56c"; }
.fa-flag-checkered::before { content: "\f11e"; }
.fa-gopuram::before { content: "\f664"; }
.fa-grip-horizontal::before { content: "\f58d"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-history::before { content: "\f1da"; }
.fa-inbox::before { content: "\f01c"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-link::before { content: "\f0c1"; }
.fa-map::before { content: "\f279"; }
.fa-map-location-dot::before { content: "\f5a0"; }
.fa-map-pin::before { content: "\f276"; }
.fa-monument::before { content: "\f5a6"; }
.fa-play-circle::before { content: "\f144"; }
.fa-ring::before { content: "\f70b"; }
.fa-search::before { content: "\f002"; }
.fa-ship::before { content: "\f21a"; }
.fa-shuttle-van::before { content: "\f5b6"; }
.fa-spray-can::before { content: "\f5bd"; }
.fa-star-and-crescent::before { content: "\f699"; }
.fa-tachometer-alt::before { content: "\f3fd"; }
.fa-times-circle::before { content: "\f057"; }
.fa-tools::before { content: "\f7d9"; }
.fa-truck-pickup::before { content: "\f63c"; }
.fa-umbrella-beach::before { content: "\f5ca"; }
.fa-university::before { content: "\f19c"; }
.fa-user-check::before { content: "\f4fc"; }
.fa-user-circle::before { content: "\f2bd"; }
.fa-user-plus::before { content: "\f234"; }
.fa-wine-glass::before { content: "\f4e3"; }

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