/* ==========================================================================
   ICON FIX
   The original template's custom icon font (fonts/icomoon.*) was not part
   of the uploaded files, so every <i class="icon-...">  was rendering blank.
   This file swaps those specific icons over to the free Font Awesome 6
   icon set (already loaded via the CDN link added in index.html) so every
   icon on the page actually shows up. It is loaded AFTER css/style.css so
   these rules win.
   ========================================================================== */

i[class^="icon-"],
i[class*=" icon-"]{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:900 !important;
}

/* brand-style glyphs some templates expect from icomoon but that map
   cleanly onto FA solid icons */
i.icon-email:before                { content:"\f0e0"; }
i.icon-location:before             { content:"\f3c5"; }
i.icon-home:before                 { content:"\f015"; }
i.icon-search:before               { content:"\f002"; }
i.icon-close:before                { content:"\f00d"; }
i.icon-play:before                 { content:"\f04b"; }

i.icon-arrow-left:before           { content:"\f060"; }
i.icon-arrow-right:before          { content:"\f061"; }
i.icon-arrow-right-up:before       { content:"\f35d"; }
i.icon-right:before                { content:"\f054"; }
i.icon-right-2:before              { content:"\f105"; }

i.icon-bank:before                 { content:"\f19c"; }
i.icon-agreement:before            { content:"\f2b5"; }
i.icon-analysis:before             { content:"\f201"; }
i.icon-approach:before             { content:"\f140"; }
i.icon-risk:before                 { content:"\f071"; }
i.icon-support:before              { content:"\f590"; }
i.icon-planning:before             { content:"\f0ae"; }
i.icon-market-research:before      { content:"\f002"; }
i.icon-data-visualization:before   { content:"\f200"; }
i.icon-financial-presentation:before{ content:"\f51c"; }
i.icon-advertisig-agency:before    { content:"\f0a1"; }

/* Brand icons (facebook / twitter / linkedin / instagram) already use the
   real "fab fa-*" Font Awesome classes in the markup, so once the Font
   Awesome CDN stylesheet is loaded those work automatically - no override
   needed here. */
