/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */

/* Core font families - keep only the ones being used */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

/* Keep only the font families being used */
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Pro"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa,
.fa-solid,
.fas {
    font-weight: 900
}

/* Keep essential size utilities that appear in your HTML */
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* Keep only animation classes that are used */
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

/* Keep rotation utilities that might be used */
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

/* Keep essential layout utilities */
.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius, .1em);
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

/* Animation keyframes - keep only what's used */
@-webkit-keyframes fa-spin {
    0% { -webkit-transform: rotate(0); transform: rotate(0) }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}

@keyframes fa-spin {
    0% { -webkit-transform: rotate(0); transform: rotate(0) }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}

/* Icon definitions - keep only the ones that appear in your HTML */
.fa-angle-right:before { content: "\f105"; }
.fa-arrow-up-right:before { content: "\f35b"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-instagram:before { content: "\f16d"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-youtube:before { content: "\f167"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-x-twitter:before { content: "\e61b"; }

/* Flaticon icons (keep as is) */
.flaticon-start:before { content: "\f005"; }
.flaticon-call:before { content: "\f095"; }
.flaticon-email-2:before { content: "\f0e0"; }
.flaticon-right-quotation-mark:before { content: "\f10e"; }
.flaticon-location:before { content: "\f3c5"; }
.flaticon-email:before { content: "\f0e0"; }
.flaticon-play:before { content: "\f04b"; }

/* Font face declaration - keep only the font file being used */
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}



@font-face {
    font-family: "flaticon_cleannes";
    src: url("../fonts/flaticon_cleannes.woff2") format("woff2"),
         url("../fonts/flaticon_cleannes.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

i[class^="flaticon-"]:before, 
i[class*=" flaticon-"]:before {
    font-family: flaticon_cleannes !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Only the icons that appear in your HTML */
.flaticon-start:before {
    content: "\f13d";
}

.flaticon-call:before {
    content: "\f145";
}

.flaticon-email-2:before {
    content: "\f143";
}

.flaticon-email:before {
    content: "\f102";
}
.flaticon-right-quotation-mark:before {
    content: "\f111";
}

.flaticon-location:before {
    content: "\f142";
}

.flaticon-play:before {
    content: "\f106";
}



