/*!
 * Font Awesome Subset - Only icons used in Universal Luxury Transport
 * Generated for performance optimization
 */

/* Font face for solid icons */
@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");
}

/* Base styles for Font Awesome icons */
.fa,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon definitions - only the ones we use */
.fa-phone:before { content: "\f095"; }
.fa-clock:before { content: "\f017"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-award:before { content: "\f559"; }
.fa-users:before { content: "\f0c0"; }
.fa-car:before { content: "\f1b9"; }
.fa-star:before { content: "\f005"; }

/* Icon sizing utilities */
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; }
.fa-xl { font-size: 1.5em; line-height: 0.6667em; vertical-align: -0.075em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Icon animation utilities */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

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