/*
    Flaticon icon font: Flaticon
    Creation date: 23/05/2018 10:29
    */

    @font-face {
      font-family: "Flaticon";
      src: url("../fonts/Flaticon.eot");
      src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
           url("../fonts/Flaticon.woff") format("woff"),
           url("../fonts/Flaticon.ttf") format("truetype"),
           url("../fonts/Flaticon.svg#Flaticon") format("svg");
      font-weight: normal;
      font-style: normal;
    }
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
      }
    }
    
    /* Targeting all elements using Flaticon */ 
    * {  
      font-family: Flaticon;
      font-style: normal;
      margin-left: 0;
    }
    
    /* Increased font size for better visibility */.single-service-icon [class^="flaticon-"]:before,.single-service-icon [class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {
      font-size: 60px; 
    }.flaticon-car-1:before { content: "\f100"; }.flaticon-car-repair:before { content: "\f101"; }.flaticon-car:before { content: "\f102"; }.flaticon-arrow-down-angle:before { content: "\f103"; }
    
    /* Add more icon definitions here as needed */.flaticon-hiking:before { content: "\f104"; } /* Replace with the actual code for your hiking icon */.flaticon-customer-support:before { content: "\f105"; } /* Replace with the actual code for your customer support icon */