.elementor-84 .elementor-element.elementor-element-90e52eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:135px;--padding-bottom:140px;--padding-left:10px;--padding-right:10px;}.elementor-84 .elementor-element.elementor-element-6604060{margin:-64px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-84 .elementor-element.elementor-element-90e52eb{--content-width:1320px;}}/* Start custom CSS for html, class: .elementor-element-6604060 *//* Styling for the new 'List Card' style (Global) */

/* Primary Header: POLLUTION PROTECTION SYSTEMS (PPS) */
.elementor-84 .elementor-element.elementor-element-6604060 .primary-category-header {
    font-size: 3.5em; /* Large and impactful */
    font-weight: 900; /* Extra bold */
    color: #333; /* Dark color for visibility */
    text-transform: uppercase;
    margin-bottom: 20px; /* INCREASED SPACING */
    padding-bottom: 0;
    border-bottom: none !important; 
    line-height: 1.2; 
}

/* Secondary Header: Certified Fire & Gas Detection, Monitoring Systems, and Turnkey Integration */
.elementor-84 .elementor-element.elementor-element-6604060 .secondary-tagline-header {
    font-size: 1.8em; 
    font-weight: 400; /* Lighter weight for contrast */
    color: #e03637; /* Primary red color */
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 3px solid #f0f0f0; /* Subtle light separator */
    display: block; 
    line-height: 1.2; 
}

/* Paragraph text and strong tags */
.elementor-84 .elementor-element.elementor-element-6604060 p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
}

/* Category Heading Style - Flat banner look */
.elementor-84 .elementor-element.elementor-element-6604060 .category-heading-style2 {
    color: #ffffff;
    background-color: #e03637; /* Primary Accent Color */
    padding: 15px 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Horizontal Rule for separation */
.elementor-84 .elementor-element.elementor-element-6604060 hr {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 30px 0;
}

/* Individual Feature Box/Card */
.elementor-84 .elementor-element.elementor-element-6604060 .instrument-category-box {
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 0; 
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Feature List Styling (for services) */
.elementor-84 .elementor-element.elementor-element-6604060 .feature-list-style2 {
    list-style: none;
    padding: 0 20px 20px 20px;
    margin: 0;
}

.elementor-84 .elementor-element.elementor-element-6604060 .feature-list-style2 li {
    padding: 10px 0 10px 30px;
    position: relative;
    border-bottom: 1px dashed #f0f0f0;
    line-height: 1.4;
    font-size: 1.05em;
}

.elementor-84 .elementor-element.elementor-element-6604060 .feature-list-style2 li:last-child {
    border-bottom: none;
}

/* Custom Red Checkmark/Bullet */
.elementor-84 .elementor-element.elementor-element-6604060 .feature-list-style2 li::before {
    content: "\2713"; /* Checkmark symbol */
    color: #e03637;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ------------------------------------------------ */
/* CORE PRODUCT GRID STYLING */
/* ------------------------------------------------ */

/* Product Grid Header Styling */
.elementor-84 .elementor-element.elementor-element-6604060 .product-grid-header {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr; /* Same column sizing as list items */
    background-color: #f0f0f0; /* Light background for header */
    color: #333;
    font-weight: 700;
    padding: 10px 20px;
    border-bottom: 2px solid #e03637; /* Red line separator */
    margin: 0;
}

/* Product Grid List Styling */
.elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style {
    list-style: none;
    padding: 0 20px 20px 20px;
    margin: 0;
}

.elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style li {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr; /* Product, Model, Description */
    padding: 15px 0;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 1.05em;
    gap: 10px;
}

.elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style li:last-child {
    border-bottom: none;
}

.elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style .product-name {
    color: #e03637; /* Highlight product name in red */
    font-weight: bold;
}

.elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style .product-model {
    font-style: italic;
    color: #666;
}

/* ------------------------------------------------ */
/* 📱 Mobile View Adjustments (Screen width up to 600px) */
/* ------------------------------------------------ */
@media (max-width: 600px) {
    /* Primary Header */
    .elementor-84 .elementor-element.elementor-element-6604060 .primary-category-header {
        font-size: 2.2em; 
        line-height: 1.15; 
        margin-bottom: 15px; 
    }

    /* Secondary Header */
    .elementor-84 .elementor-element.elementor-element-6604060 .secondary-tagline-header {
        font-size: 1.3em; 
        margin-bottom: 20px;
        line-height: 1.15; 
    }

    /* Paragraph Text */
    .elementor-84 .elementor-element.elementor-element-6604060 p {
        font-size: 1.0em; 
    }

    /* Category Heading Style */
    .elementor-84 .elementor-element.elementor-element-6604060 .category-heading-style2 {
        font-size: 1.4em; 
        padding: 12px 15px;
        margin-top: 30px;
    }
    
    /* Feature List Text */
    .elementor-84 .elementor-element.elementor-element-6604060 .feature-list-style2 li {
        font-size: 1.0em; 
        padding-left: 20px; /* Reduced padding for smaller screens */
    }

    /* Product Grid collapse */
    .elementor-84 .elementor-element.elementor-element-6604060 .product-grid-header,
    .elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style li {
        grid-template-columns: 1fr; /* Stack columns vertically */
        padding-left: 10px;
        padding-right: 10px;
        gap: 5px;
    }
    
    .elementor-84 .elementor-element.elementor-element-6604060 .product-grid-header {
        display: none; /* Hide header on mobile since the grid collapses */
    }
    
    .elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style .product-name {
        margin-top: 10px; /* Add space between stacked items */
        border-top: 1px solid #ddd;
        padding-top: 5px;
    }

    .elementor-84 .elementor-element.elementor-element-6604060 .product-grid-style .product-description {
        margin-bottom: 10px;
    }
}/* End custom CSS */