/* Font Awesome Icons - Local Version */
/* Basic icons commonly used in landing pages */

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Common icons used in landing pages */
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-star:before { content: "\f005"; }
.fa-heart:before { content: "\f004"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-clock:before { content: "\f017"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-truck:before { content: "\f0d1"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-lock:before { content: "\f023"; }
.fa-user:before { content: "\f007"; }
.fa-home:before { content: "\f015"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-search:before { content: "\f002"; }
.fa-bars:before { content: "\f0c9"; }
.fa-close:before { content: "\f00d"; }
.fa-menu:before { content: "\f0c9"; }

/* Social Media Icons */
.fa-facebook:before { content: "\f09a"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-youtube:before { content: "\f167"; }
.fa-linkedin:before { content: "\f08c"; }

/* Payment Icons */
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-amex:before { content: "\f1f3"; }

/* Size variations */
.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }
.fa-lg { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.fa-xl { font-size: 1.5em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* Colors */
.fa-primary { color: #007bff; }
.fa-success { color: #28a745; }
.fa-danger { color: #dc3545; }
.fa-warning { color: #ffc107; }
.fa-info { color: #17a2b8; }
.fa-light { color: #f8f9fa; }
.fa-dark { color: #343a40; }
