/* Icon Fallback CSS */

/* This CSS provides Font Awesome fallbacks for flaticon classes */

/* Core Features Section Icons */
.flaticon-wifi-signal:before {
    content: "\f1eb" !important; /* fa-wifi */
    font-family: 'FontAwesome' !important;
}

.flaticon-laundry:before {
    content: "\f1fe" !important; /* fa-area-chart (similar to laundry) */
    font-family: 'FontAwesome' !important;
}

.flaticon-massage:before {
    content: "\f21e" !important; /* fa-heartbeat */
    font-family: 'FontAwesome' !important;
}

.flaticon-game-controller:before {
    content: "\f11b" !important; /* fa-gamepad */
    font-family: 'FontAwesome' !important;
}

.flaticon-weights:before {
    content: "\f1ae" !important; /* fa-child */
    font-family: 'FontAwesome' !important;
}

.flaticon-croissant:before {
    content: "\f0f5" !important; /* fa-cutlery */
    font-family: 'FontAwesome' !important;
}

.flaticon-conference-1:before {
    content: "\f0c0" !important; /* fa-users */
    font-family: 'FontAwesome' !important;
}

.flaticon-plane:before {
    content: "\f072" !important; /* fa-plane */
    font-family: 'FontAwesome' !important;
}

/* Other common icons */
.flaticon-phone-ringing:before {
    content: "\f095" !important; /* fa-phone */
    font-family: 'FontAwesome' !important;
}

.flaticon-mail:before {
    content: "\f0e0" !important; /* fa-envelope */
    font-family: 'FontAwesome' !important;
}

.flaticon-facebook-logo:before {
    content: "\f09a" !important; /* fa-facebook */
    font-family: 'FontAwesome' !important;
}

.flaticon-instagram:before {
    content: "\f16d" !important; /* fa-instagram */
    font-family: 'FontAwesome' !important;
}

.flaticon-twitter:before {
    content: "\f099" !important; /* fa-twitter */
    font-family: 'FontAwesome' !important;
}

.flaticon-linkedin:before {
    content: "\f0e1" !important; /* fa-linkedin */
    font-family: 'FontAwesome' !important;
}

.flaticon-youtube:before {
    content: "\f167" !important; /* fa-youtube */
    font-family: 'FontAwesome' !important;
}

.flaticon-call:before {
    content: "\f095" !important; /* fa-phone */
    font-family: 'FontAwesome' !important;
}

.flaticon-location:before {
    content: "\f041" !important; /* fa-map-marker */
    font-family: 'FontAwesome' !important;
}

.flaticon-clock:before {
    content: "\f017" !important; /* fa-clock-o */
    font-family: 'FontAwesome' !important;
}