.elementor-3135 .elementor-element.elementor-element-30f0ca8{--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;}.elementor-3135 .elementor-element.elementor-element-30f0ca8:not(.elementor-motion-effects-element-type-background), .elementor-3135 .elementor-element.elementor-element-30f0ca8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(184deg, #FAFAFA 70%, var( --e-global-color-accent ) 71%);}.elementor-3135 .elementor-element.elementor-element-ba67969{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3135 .elementor-element.elementor-element-077a631{text-align:center;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3135 .elementor-element.elementor-element-79c4478{font-family:"Helvetica", Sans-serif;font-weight:400;color:var( --e-global-color-secondary );}.elementor-3135 .elementor-element.elementor-element-ccf033c{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-ccf033c *//* Metal & Mineral Testing Page Styles - Namespaced to avoid conflicts */
.metal-mineral-page {
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.metal-mineral-page * {
    box-sizing: border-box;
}

/* Headings */
.metal-mineral-page h1,
.metal-mineral-page h2,
.metal-mineral-page h3 {
    color: #2c3e50;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.metal-mineral-page h2 {
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
    margin-top: 2em;
}
.metal-mineral-contact h2 
{
  color: #ffffff;  
}

/* Hero Section */
.metal-mineral-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
}

.metal-mineral-hero h1 {
    color: white;
    font-size: 2.5rem;
    margin-top: 0;
    border-bottom: none;
}

.metal-mineral-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Content Sections */
.metal-mineral-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #3498db;
}

.metal-mineral-section h2 {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Lists */
.metal-mineral-list {
    margin: 15px 0;
    padding-left: 20px;
}

.metal-mineral-list li {
    margin-bottom: 8px;
    position: relative;
}

/* Tables */
.metal-mineral-table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.metal-mineral-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    min-width: 600px;
}

.metal-mineral-table th {
    background-color: #2c3e50;
    color: white;
    padding: 12px 15px;
    text-align: left;
}

.metal-mineral-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
}

.metal-mineral-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* Highlighted Sections */
.metal-mineral-highlight {
    background-color: #e8f4fc;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

.metal-mineral-highlight h3 {
    margin-top: 0;
    color: #2c3e50;
}

/* Contact Section */
.metal-mineral-contact {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
}

.metal-mineral-contact a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.2rem;
}

.metal-mineral-contact a:hover {
    text-decoration: underline;
}

/* Icons */
.metal-mineral-icon {
    color: #3498db;
    margin-right: 8px;
    width: 24px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .metal-mineral-page {
        padding: 15px;
    }
    
    .metal-mineral-hero {
        padding: 25px 20px;
    }
    
    .metal-mineral-hero h1 {
        font-size: 2rem;
    }
    
    .metal-mineral-section {
        padding: 20px 15px;
    }
    
    .metal-mineral-table {
        font-size: 0.9rem;
    }
}/* End custom CSS */