@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Core Navigation & UI Icons */
.bi-envelope::before { content: "\f32c"; }
.bi-telephone::before { content: "\f4b0"; }
.bi-facebook::before { content: "\f344"; }
.bi-twitter::before { content: "\f4f6"; }
.bi-linkedin::before { content: "\f472"; }
.bi-instagram::before { content: "\f650"; }
.bi-list::before { content: "\f479"; }

/* Feature Icons */
.bi-shield-fill::before { content: "\f33c"; }
.bi-handshake::before { content: "\f4c6"; }
.bi-mortarboard-fill::before { content: "\f34e"; }

/* Service Icons */
.bi-house::before { content: "\f330"; }
.bi-gem::before { content: "\f3a5"; }
.bi-bank::before { content: "\f7df"; }
.bi-file-earmark-text::before { content: "\f370"; }

/* Mobile Menu & Navigation Icons */
.bi-house-fill::before { content: "\f330"; }
.bi-info-circle::before { content: "\f05a"; }
.bi-bell::before { content: "\f0f3"; }
.bi-speedometer2::before { content: "\f995"; }
.bi-box-arrow-in-right::before { content: "\f709"; }
.bi-person-plus::before { content: "\f4da"; }

/* Footer & Location Icons */
.bi-geo-alt::before { content: "\f3e0"; }
.bi-clock::before { content: "\f651"; }
.bi-heart::before { content: "\f5e6"; }

/* Scroll & Arrow Icons */
.bi-arrow-up::before { content: "\f145"; }
