.elementor-2510 .elementor-element.elementor-element-179ea15{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9fd4afd *//* Styling for the Manpower Services content */

/* Primary Header: MANPOWER SERVICES */
.elementor-2510 .elementor-element.elementor-element-9fd4afd .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; 
    padding-bottom: 0;
    border-bottom: none !important; 
    line-height: 1.2; 
}

/* Secondary Header: Reliable, Skilled, and Semi-Skilled Professionals for Diverse Needs */
.elementor-2510 .elementor-element.elementor-element-9fd4afd .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-2510 .elementor-element.elementor-element-9fd4afd p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
}

/* Category Heading Style - Flat banner look */
.elementor-2510 .elementor-element.elementor-element-9fd4afd .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-2510 .elementor-element.elementor-element-9fd4afd hr {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 30px 0;
}

/* Individual Feature Box/Card */
.elementor-2510 .elementor-element.elementor-element-9fd4afd .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 (Standard) */
.elementor-2510 .elementor-element.elementor-element-9fd4afd .feature-list-style2 {
    list-style: none;
    padding: 0 20px 20px 20px;
    margin: 0;
}

.elementor-2510 .elementor-element.elementor-element-9fd4afd .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-2510 .elementor-element.elementor-element-9fd4afd .feature-list-style2 li:last-child {
    border-bottom: none;
}

/* NEW: Multi-Column Layout for long lists (desktop view) */
.elementor-2510 .elementor-element.elementor-element-9fd4afd .feature-list-style2.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    padding: 0 20px 20px 20px;
}

.elementor-2510 .elementor-element.elementor-element-9fd4afd .feature-list-style2.columns-3 li {
    border-bottom: none; /* Remove horizontal lines when using columns */
}


/* Custom Red Checkmark/Bullet */
.elementor-2510 .elementor-element.elementor-element-9fd4afd .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: 900px) {
    /* Collapse columns on smaller screens */
    .elementor-2510 .elementor-element.elementor-element-9fd4afd .feature-list-style2.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    /* Collapse to single column on mobile */
    .elementor-2510 .elementor-element.elementor-element-9fd4afd .feature-list-style2.columns-3 {
        grid-template-columns: 1fr;
    }
    
    /* Primary Header */
    .elementor-2510 .elementor-element.elementor-element-9fd4afd .primary-category-header {
        font-size: 2.2em; 
        line-height: 1.15; 
        margin-bottom: 15px; 
    }

    /* Secondary Header */
    .elementor-2510 .elementor-element.elementor-element-9fd4afd .secondary-tagline-header {
        font-size: 1.3em; 
        margin-bottom: 20px;
        line-height: 1.15; 
    }

    /* Category Heading Style */
    .elementor-2510 .elementor-element.elementor-element-9fd4afd .category-heading-style2 {
        font-size: 1.4em; 
        padding: 12px 15px;
        margin-top: 30px;
    }
    
    /* Feature List Text */
    .elementor-2510 .elementor-element.elementor-element-9fd4afd .feature-list-style2 li {
        font-size: 1.0em; 
        padding-left: 20px;
        border-bottom: 1px dashed #f0f0f0; /* Bring lines back for single column */
    }
}/* End custom CSS */