/*
 * Lightweight local icon set for NextSure.
 * It replaces the external Font Awesome stylesheet without distributing font
 * files. Icons use normal Unicode symbols and inherit the surrounding colour.
 */
.fa-solid,
.fa-brands {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.fa-solid::before,
.fa-brands::before { content: "•"; }
.fa-facebook::before { content: "f"; font-family: Arial, sans-serif; }
.fa-google::before { content: "G"; font-family: Arial, sans-serif; }
.fa-instagram::before { content: "◎"; }
.fa-linkedin-in::before { content: "in"; font-family: Arial, sans-serif; font-size: .72em; }
.fa-whatsapp::before { content: "☎"; }
.fa-award::before { content: "★"; }
.fa-bolt::before { content: "⚡"; }
.fa-envelope::before { content: "✉"; }
.fa-file-signature::before { content: "✍"; }
.fa-globe::before { content: "🌐"; }
.fa-handshake::before { content: "🤝"; }
.fa-headset::before { content: "🎧"; }
.fa-location-dot::before { content: "●"; }
.fa-phone::before { content: "☎"; }
.fa-shield-heart::before { content: "♥"; }
.fa-user-check::before { content: "✓"; }
