/* Font Awesome 6.5.1 - Local Version */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fa,
.fas,
.far,
.fab,
.fal,
.fad {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Service Icons */
.fa-tooth:before { content: "\f5c9"; }
.fa-cut:before { content: "\f0c4"; }
.fa-fill-drip:before { content: "\f576"; }
.fa-broom:before { content: "\f51a"; }
.fa-crown:before { content: "\f521"; }
.fa-align-center:before { content: "\f037"; }

/* Navigation Icons */
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-home:before { content: "\f015"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-images:before { content: "\f302"; }
.fa-phone:before { content: "\f095"; }

/* Admin Panel Icons */
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-users:before { content: "\f0c0"; }
.fa-edit:before { content: "\f044"; }
.fa-cog:before { content: "\f013"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-arrow-right:before { content: "\f061"; }

/* Login Icons */
.fa-user:before { content: "\f007"; }
.fa-lock:before { content: "\f023"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-spinner:before { content: "\f110"; }

/* Article Icons */
.fa-calendar:before { content: "\f133"; }
.fa-tag:before { content: "\f02b"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-arrow-left:before { content: "\f060"; }

/* Case Icons */
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }

/* Contact Icons */
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-clock:before { content: "\f017"; }

/* Star Rating */
.fa-star:before { content: "\f005"; }
.fa-star-half-alt:before { content: "\f123"; }

/* Social Icons */
.fa-facebook:before { content: "\f09a"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-whatsapp:before { content: "\f232"; }

/* Utility Icons */
.fa-search:before { content: "\f002"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-check:before { content: "\f00c"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }

/* Missing Icons */
.fa-smile:before { content: "\f118"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-award:before { content: "\f559"; }
.fa-heart:before { content: "\f004"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-concierge-bell:before { content: "\f562"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-user-plus:before { content: "\f234"; }
.fa-image:before { content: "\f03e"; }
.fa-chart-line:before { content: "\f201"; }
.fa-save:before { content: "\f0c7"; }
.fa-trash:before { content: "\f1f8"; }
.fa-arrows-alt-h:before { content: "\f337"; }
.fa-calendar-check:before { content: "\f274"; }

/* Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
