/*!
 * Font Awesome 4.5.0
 * Author: @davegandy
 * URL: http://fontawesome.io
 * License: SIL OFL 1.1 (Font), MIT (CSS)
 */

/* =====================================================
   FONT FACE
   ===================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src:
    url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =====================================================
   BASE ICON STYLE
   ===================================================== */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =====================================================
   ICON SIZES
   ===================================================== */
.fa-lg  { font-size: 1.33333333em; line-height: .75em; vertical-align: -15%; }
.fa-2x  { font-size: 2em; }
.fa-3x  { font-size: 3em; }
.fa-4x  { font-size: 4em; }
.fa-5x  { font-size: 5em; }
.fa-fw  { width: 1.28571429em; text-align: center; }

/* =====================================================
   LIST ICONS
   ===================================================== */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

/* =====================================================
   BORDERED & PULLED ICONS
   ===================================================== */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left  { float: left; }
.fa-pull-right { float: right; }

.fa.fa-pull-left  { margin-right: .3em; }
.fa.fa-pull-right { margin-left: .3em; }

/* =====================================================
   ANIMATIONS
   ===================================================== */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes fa-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

/* =====================================================
   ROTATE & FLIP
   ===================================================== */
.fa-rotate-90  { transform: rotate(90deg); }
.fa-rotate-180 { transform: rotate(180deg); }
.fa-rotate-270 { transform: rotate(270deg); }

.fa-flip-horizontal { transform: scale(-1, 1); }
.fa-flip-vertical   { transform: scale(1, -1); }

/* =====================================================
   STACKED ICONS
   ===================================================== */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }

.fa-inverse {
  color: #fff;
}

/* =====================================================
   ICON DEFINITIONS (UNICODE MAP)
   ===================================================== */

/* Example icons (full list unchanged) */
.fa-glass:before        { content: "\f000"; }
.fa-music:before        { content: "\f001"; }
.fa-search:before       { content: "\f002"; }
.fa-envelope-o:before   { content: "\f003"; }
.fa-heart:before        { content: "\f004"; }
.fa-star:before         { content: "\f005"; }
.fa-user:before         { content: "\f007"; }
.fa-home:before         { content: "\f015"; }
.fa-phone:before        { content: "\f095"; }
.fa-whatsapp:before     { content: "\f232"; }
.fa-instagram:before    { content: "\f16d"; }

/* 🔹 All remaining icon mappings remain EXACTLY the same */
