/* ========== FONT AWESOME CORE STYLES (CLEANED) ========== */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* ========== USED ICON DEFINITIONS ========== */

/* Phone */
.fa-phone-alt::before {
  content: "\f879";
}

/* WhatsApp */
.fa-whatsapp:before {
  content: "\f232";
}

/* User Plus (Register icon) */
.fa-user-plus::before {
  content: "\f234";
}

/* Book Open (Training icon) */
.fa-book-open::before {
  content: "\f518";
}

/* Briefcase (Experience icon) */
.fa-briefcase::before {
  content: "\f0b1";
}

/* Handshake (Placement icon) */
.fa-handshake::before {
  content: "\f2b5";
}

/* Chevron Right (Footer links) */
.fa-chevron-right::before {
  content: "\f054";
}

/* Social Media Icons */
.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-facebook-f:before {
  content: "\f39e";
}

/* Envelope (Email icon) */
.fa-envelope::before {
  content: "\f0e0";
}

/* Map Marker (Location icon) */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* Arrow Up (Scroll to top) */
.fa-arrow-up::before {
  content: "\f062";
}

/* ========== FONT FACE DECLARATIONS ========== */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2"), 
       url("fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.woff2") format("woff2"), 
       url("fa-brands-400.ttf") format("truetype");
}

/* ========== WEIGHT CLASSES ========== */

.fas,
.fa-solid {
  font-weight: 900;
}

.far,
.fa-regular {
  font-weight: 400;
}