.elementor-2788 .elementor-element.elementor-element-f000344{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS for html, class: .elementor-element-93df428 */.duct-worx-locations-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    box-sizing: border-box;
    isolation: isolate;
    position: relative;
    contain: layout style paint;
    z-index: 1;
}

.duct-worx-locations-container > h1 {
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    font-size: 2.5em;
    margin-top: 0;
}

.duct-worx-locations-container .subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 1.1em;
}

.duct-worx-locations-container .locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
    box-sizing: border-box;
}

.duct-worx-locations-container .location-link {
    display: block;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease;
    font-size: 0.95em;
    box-sizing: border-box;
}

.duct-worx-locations-container .location-link:hover {
    background: #667eea;
    color: white;
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.duct-worx-locations-container .location-link:active {
    transform: translateY(0);
}

.duct-worx-locations-container .state-section {
    margin-top: 40px;
}

.duct-worx-locations-container .state-section:first-child {
    margin-top: 0;
}

.duct-worx-locations-container .state-section > .state-header,
.duct-worx-locations-container .state-section > h2.state-header {
    font-size: 1.5em;
    color: #667eea;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
    font-weight: 600;
    margin-top: 0;
}

.duct-worx-locations-container .stats {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 0.95em;
}

@media (max-width: 768px) {
    .duct-worx-locations-container .locations-grid {
        grid-template-columns: 1fr;
    }

    .duct-worx-locations-container > h1 {
        font-size: 2em;
    }

    .duct-worx-locations-container {
        padding: 20px;
    }
}/* End custom CSS */