/*!
 * Font Awesome 6 Lean Build - escortify.co.nz
 * Two fonts: Solid (fa/fas) + Regular (far)
 * Only icons actually used on site
 */

/* =============================================
   FONT FACES - FA6 from your CDN
   ============================================= */

@font-face {
  font-family: 'FA6 Solid';
  src: url('https://assets.cdnme.net/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FA6 Regular';
  src: url('https://assets.cdnme.net/fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Legacy alias for old FA4 code */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://assets.cdnme.net/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =============================================
   BASE CLASSES
   ============================================= */

/* Solid icons (default) */
.fa, .fas {
  display: inline-block;
  font-family: 'FA6 Solid';
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Regular (outline) icons */
.far {
  display: inline-block;
  font-family: 'FA6 Regular';
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Brands - uses solid for now */
.fab {
  display: inline-block;
  font-family: 'FA6 Solid';
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Size modifiers */
.fa-lg { font-size: 1.333em; line-height: 0.75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw { width: 1.25em; text-align: center; }

/* Animations */
.fa-spin { animation: fa-spin 2s infinite linear; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* =============================================
   SOLID ICONS (fa, fas)
   ============================================= */

/* Engagement */
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }

/* Media Controls */
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-volume-up:before, .fa-volume-high:before { content: "\f028"; }
.fa-volume-down:before, .fa-volume-low:before { content: "\f027"; }
.fa-volume-off:before, .fa-volume-mute:before, .fa-volume-xmark:before { content: "\f6a9"; }

/* View/Eye */
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }

/* Content */
.fa-film:before { content: "\f008"; }
.fa-image:before, .fa-photo:before { content: "\f03e"; }
.fa-video:before, .fa-video-camera:before { content: "\f03d"; }
.fa-camera:before { content: "\f030"; }

/* Actions */
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before, .fa-xmark:before, .fa-close:before { content: "\f00d"; }
.fa-share:before { content: "\f064"; }
.fa-share-alt:before, .fa-share-nodes:before { content: "\f1e0"; }

/* Navigation */
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.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-external-link:before { content: "\f08e"; }
.fa-external-link-alt:before, .fa-up-right-from-square:before { content: "\f35d"; }

/* Status/Alerts */
.fa-check-circle:before, .fa-circle-check:before { content: "\f058"; }
.fa-times-circle:before, .fa-circle-xmark:before { content: "\f057"; }
.fa-exclamation-circle:before, .fa-circle-exclamation:before { content: "\f06a"; }
.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before { content: "\f071"; }
.fa-info-circle:before, .fa-circle-info:before { content: "\f05a"; }
.fa-info:before { content: "\f129"; }
.fa-question-circle:before, .fa-circle-question:before { content: "\f059"; }
.fa-plus-circle:before, .fa-circle-plus:before { content: "\f055"; }
.fa-minus-circle:before, .fa-circle-minus:before { content: "\f056"; }

/* Objects */
.fa-trash:before { content: "\f1f8"; }
.fa-trash-alt:before, .fa-trash-can:before { content: "\f2ed"; }
.fa-edit:before, .fa-pen-to-square:before { content: "\f044"; }
.fa-pencil:before, .fa-pencil-alt:before { content: "\f303"; }
.fa-cog:before, .fa-gear:before { content: "\f013"; }
.fa-cogs:before, .fa-gears:before { content: "\f085"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-bolt:before, .fa-zap:before { content: "\f0e7"; }
.fa-clock:before { content: "\f017"; }
.fa-calendar:before, .fa-calendar-days:before { content: "\f073"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-calendar-check:before { content: "\f274"; }
.far.fa-calendar-check:before { content: "\f274"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-key:before { content: "\f084"; }
.fa-link:before { content: "\f0c1"; }
.fa-list:before { content: "\f03a"; }
.fa-bars:before, .fa-navicon:before { content: "\f0c9"; }
.fa-home:before, .fa-house:before { content: "\f015"; }
.fa-flag:before { content: "\f024"; }
.fa-bell:before { content: "\f0f3"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-map-marker:before, .fa-location-dot:before { content: "\f3c5"; }
.fa-map-marker-alt:before { content: "\f3c5"; }

/* Files/Documents */
.fa-file:before { content: "\f15b"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-cloud-upload:before, .fa-cloud-arrow-up:before { content: "\f0ee"; }

/* Layout/Structure */
.fa-box-open:before { content: "\f49e"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-grip-vertical:before { content: "\f58e"; }
.fa-grip-horizontal:before { content: "\f58d"; }
.fa-grip-lines:before { content: "\f7a4"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }

/* Misc */
.fa-spinner:before { content: "\f110"; }
.fa-circle-notch:before { content: "\f1ce"; }
.fa-sync:before, .fa-arrows-rotate:before { content: "\f021"; }
.fa-redo:before, .fa-arrow-rotate-right:before { content: "\f01e"; }
.fa-undo:before, .fa-arrow-rotate-left:before { content: "\f0e2"; }
.fa-ban:before { content: "\f05e"; }
.fa-bug:before { content: "\f188"; }
.fa-ellipsis-h:before, .fa-ellipsis:before { content: "\f141"; }
.fa-ellipsis-v:before, .fa-ellipsis-vertical:before { content: "\f142"; }
.fa-sign-in:before, .fa-right-to-bracket:before { content: "\f2f6"; }
.fa-sign-out:before, .fa-right-from-bracket:before { content: "\f2f5"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-handshake-o:before { content: "\f2b5"; }

/* Escortify Listing Card Icons */
.fa-gem:before { content: "\f3a5"; }
.fa-crown:before { content: "\f521"; }
.fa-rocket:before { content: "\f135"; }
.fa-chart-line:before { content: "\f201"; }
.fa-pause-circle:before, .fa-circle-pause:before { content: "\f28b"; }
.fa-play-circle:before, .fa-circle-play:before { content: "\f144"; }

/* Social/Brands (using solid font, may need brands font for perfect rendering) */
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before, .fa-facebook-f:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-linkedin:before { content: "\f0e1"; }

/* =============================================
   REGULAR (OUTLINE) ICONS (far)
   ============================================= */

.far.fa-heart:before { content: "\f004"; }
.far.fa-star:before { content: "\f005"; }
.far.fa-thumbs-up:before { content: "\f164"; }
.far.fa-thumbs-down:before { content: "\f165"; }
.far.fa-eye:before { content: "\f06e"; }
.far.fa-clock:before { content: "\f017"; }
.far.fa-calendar:before { content: "\f073"; }
.far.fa-calendar-check:before { content: "\f274"; }
.far.fa-envelope:before { content: "\f0e0"; }
.far.fa-bell:before { content: "\f0f3"; }
.far.fa-bookmark:before { content: "\f02e"; }
.far.fa-comment:before { content: "\f075"; }
.far.fa-comments:before { content: "\f086"; }
.far.fa-file:before { content: "\f15b"; }
.far.fa-folder:before { content: "\f07b"; }
.far.fa-folder-open:before { content: "\f07c"; }
.far.fa-trash-alt:before, .far.fa-trash-can:before { content: "\f2ed"; }
.far.fa-user:before { content: "\f007"; }
.far.fa-image:before { content: "\f03e"; }
.far.fa-check-circle:before, .far.fa-circle-check:before { content: "\f058"; }
.far.fa-times-circle:before, .far.fa-circle-xmark:before { content: "\f057"; }

/* Sidebar Menu Icons */
.far.fa-building:before { content: "\f1ad"; }
.far.fa-images:before { content: "\f302"; }
.far.fa-mobile:before, .far.fa-mobile-screen:before, .far.fa-mobile-alt:before { content: "\f3cd"; }
.far.fa-video:before { content: "\f03d"; }
.far.fa-ban:before { content: "\f05e"; }
.far.fa-lock:before { content: "\f023"; }
.far.fa-book:before { content: "\f02d"; }
.far.fa-file-lines:before, .far.fa-file-alt:before { content: "\f15c"; }

/* =============================================
   FA4 LEGACY OUTLINE (-o suffix)
   Must use Regular font for outline rendering
   ============================================= */

.fa.fa-heart-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f004"; }
.fa.fa-star-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f005"; }
.fa.fa-thumbs-o-up:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f164"; }
.fa.fa-thumbs-o-down:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f165"; }
.fa.fa-clock-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f017"; }
.fa.fa-calendar-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f073"; }
.fa.fa-envelope-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f0e0"; }
.fa.fa-bell-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f0f3"; }
.fa.fa-bookmark-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f02e"; }
.fa.fa-comment-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f075"; }
.fa.fa-comments-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f086"; }
.fa.fa-file-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f15b"; }
.fa.fa-folder-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f07b"; }
.fa.fa-folder-open-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f07c"; }
.fa.fa-user-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f007"; }
.fa.fa-image-o:before { font-family: 'FA6 Regular'; font-weight: 400; content: "\f03e"; }

/* =============================================
   ACCESSIBILITY
   ============================================= */

.sr-only, .fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Time/Duration */
.fa-hourglass-half:before, .fa-hourglass-2:before { content: "\f252"; }

/* Identity */
.fa-id-card:before, .fa-drivers-license:before { content: "\f2c2"; }

/* Boost/Hot */
.fa-fire:before, .fa-fire-alt:before, .fa-fire-flame-curved:before { content: "\f7e4"; }