/* Bootstrap Icons - Custom minimal build for Sistem Informasi Wisata */
@font-face {
  font-family: "bootstrap-icons";
  src: url("data:font/woff2;base64,") format("woff2"),
       url("data:font/woff;base64,") format("woff");
}

.bi::before,
[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;
}

/* Icons using Unicode symbols as fallback */
.bi-geo-alt-fill::before { content: "📍"; }
.bi-arrow-down-circle::before { content: "⬇️"; }
.bi-calendar3::before { content: "📅"; }
.bi-people::before { content: "👥"; }
.bi-compass::before { content: "🧭"; }
.bi-geo-alt::before { content: "📍"; }
.bi-clock::before { content: "🕐"; }
.bi-house-door::before { content: "🏠"; }
.bi-telephone::before { content: "📞"; }
.bi-envelope::before { content: "✉️"; }
.bi-facebook::before { content: "📘"; }
.bi-instagram::before { content: "📷"; }
.bi-youtube::before { content: "📺"; }
.bi-whatsapp::before { content: "💬"; }
.bi-info-circle::before { content: "ℹ️"; }
.bi-map::before { content: "🗺️"; }

/* Alternative using CSS shapes for better compatibility */
.bi-geo-alt-fill::before { 
  content: "●";
  color: #dc3545;
  font-weight: bold;
}

.bi-arrow-down-circle::before {
  content: "↓";
  border: 2px solid;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 0.8;
}

.bi-clock::before {
  content: "○";
  position: relative;
}

.bi-clock::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
