/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2026 | 19:41:03 */
.service-cat-item .service-button-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 28px !important;
    align-items: center !important;
    margin-top: 26px !important;
}

.service-cat-item .service-button-wrap .service-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.service-cat-item .service-button-wrap .legalik-booking-button {
    border: 1px solid currentColor !important;
    border-radius: 999px !important;
    padding: 12px 22px !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    .service-cat-item.style-1 {
        display: block !important;
    }

    .service-cat-item.style-1 .service-content-left,
    .service-cat-item.style-1 .service-info {
        width: 100% !important;
    }

    .service-cat-item.style-1 .service-post-thumbnail img {
        width: 100% !important;
        height: auto !important;
    }

    .service-cat-item .service-button-wrap {
        gap: 12px !important;
        margin-top: 20px !important;
    }

    .service-cat-item .service-button-wrap .service-button {
        width: 100% !important;
        justify-content: center !important;
    }

    .service-cat-item .service-button-wrap .legalik-booking-button {
        padding: 14px 20px !important;
    }
}


@media (max-width: 767px) {
    .service-cat-link.style-1 .service-button-wrap {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 14px !important;
        margin-top: 24px !important;
    }

    .service-cat-link.style-1 .service-button-wrap .service-button {
        min-height: 52px !important;
        margin: 0 !important;
        padding: 13px 20px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        border-radius: 999px !important;
        white-space: nowrap !important;
    }
}