/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2025 | 13:56:01 */
.industries_served img {
    width: 70px;
}

body.page-id-18651 .trx_addons_column-1_4 .sc_portfolio_item_thumb {
    position: relative;       /* ensures inner img positioning works */
    width: 100%;              /* full column width */
    overflow: hidden;          /* hide any overflow from image */
    aspect-ratio: 514 / 310;  /* set a fixed aspect ratio (adjust per design) */
}

body.page-id-18651 .trx_addons_column-1_4 .sc_portfolio_item_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* fills container without distortion */
    display: block;
}

body.page-id-18651 .post_meta{
	display: none !important;
}

@media (min-width: 768px) {
    .service-section .elementor-inner-column:nth-child(1) {
        width: 10% !important;
    }
    .service-section .elementor-inner-column:nth-child(2) {
        width: 35% !important;
    }
    .service-section .elementor-inner-column:nth-child(3) {
        width: 55% !important;
    }

    /* Ensure columns stay on the same row */
    .service-section .elementor-container {
        display: flex;
        flex-wrap: nowrap;
    }
}
