.elementor-81 .elementor-element.elementor-element-760e236{--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;}/* Start custom CSS for html, class: .elementor-element-c93432d *//* Styling for the new 'List Card' style (Automation Content) */

/* Primary Header: INDUSTRIAL AUTOMATION & CONTROL */
.elementor-81 .elementor-element.elementor-element-c93432d .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; /* INCREASE SPACING: Increased margin-bottom from 5px to 20px */
    padding-bottom: 0;
    border-bottom: none !important; 
    line-height: 1.2; /* Line height for primary header */
}

/* Secondary Header: Integrated Control Systems for Operational Excellence */
.elementor-81 .elementor-element.elementor-element-c93432d .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; /* Line height for secondary header */
}

/* Paragraph text and bold tags */
.elementor-81 .elementor-element.elementor-element-c93432d p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
}

/* Category Heading Style - Flat banner look */
.elementor-81 .elementor-element.elementor-element-c93432d .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-81 .elementor-element.elementor-element-c93432d hr {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 30px 0;
}

/* Individual Feature Box/Card */
.elementor-81 .elementor-element.elementor-element-c93432d .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 */
.elementor-81 .elementor-element.elementor-element-c93432d .feature-list-style2 {
    list-style: none;
    padding: 0 20px 20px 20px;
    margin: 0;
}

.elementor-81 .elementor-element.elementor-element-c93432d .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-81 .elementor-element.elementor-element-c93432d .feature-list-style2 li:last-child {
    border-bottom: none;
}

/* Custom Red Checkmark/Bullet */
.elementor-81 .elementor-element.elementor-element-c93432d .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%);
}

/* 📱 Mobile View Adjustments (Screen width up to 600px) */
@media (max-width: 600px) {
    /* Primary Header */
    .elementor-81 .elementor-element.elementor-element-c93432d .primary-category-header {
        font-size: 2.2em; /* Reduced from 3.5em */
        line-height: 1.15; /* Adjusted for mobile view */
        margin-bottom: 15px; /* Adjusted spacing for mobile */
    }

    /* Secondary Header */
    .elementor-81 .elementor-element.elementor-element-c93432d .secondary-tagline-header {
        font-size: 1.3em; /* Reduced from 1.8em */
        margin-bottom: 20px;
        line-height: 1.15; /* Adjusted for mobile view */
    }

    /* Paragraph Text */
    .elementor-81 .elementor-element.elementor-element-c93432d p {
        font-size: 1.0em; /* Slightly reduced for better flow */
    }

    /* Category Heading Style */
    .elementor-81 .elementor-element.elementor-element-c93432d .category-heading-style2 {
        font-size: 1.4em; /* Reduced from 1.7em */
        padding: 12px 15px;
        margin-top: 30px;
    }
    
    /* Feature List Text */
    .elementor-81 .elementor-element.elementor-element-c93432d .feature-list-style2 li {
        font-size: 1.0em; /* Slight reduction for compact list */
    }
}/* End custom CSS */