/* Direct Icon CSS */

/* This CSS provides direct Unicode character replacements for flaticon classes */

.block-fourteen .icon {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* WiFi Icon */
.block-fourteen .icon .flaticon-wifi-signal:before {
    content: '\f1eb';
    font-family: 'FontAwesome';
}

/* Laundry Icon */
.block-fourteen .icon .flaticon-laundry:before {
    content: '\f1fe';
    font-family: 'FontAwesome';
}

/* Meditation Icon */
.block-fourteen .icon .flaticon-massage:before {
    content: '\f21e';
    font-family: 'FontAwesome';
}

/* Pool Party Icon */
.block-fourteen .icon .flaticon-game-controller:before {
    content: '\f11b';
    font-family: 'FontAwesome';
}

/* Gym Icon */
.block-fourteen .icon .flaticon-weights:before {
    content: '\f1ae';
    font-family: 'FontAwesome';
}

/* Restaurant Icon */
.block-fourteen .icon .flaticon-croissant:before {
    content: '\f0f5';
    font-family: 'FontAwesome';
}

/* Conference Room Icon */
.block-fourteen .icon .flaticon-conference-1:before {
    content: '\f0c0';
    font-family: 'FontAwesome';
}

/* Transport Icon */
.block-fourteen .icon .flaticon-plane:before {
    content: '\f072';
    font-family: 'FontAwesome';
}