.elementor-103 .elementor-element.elementor-element-f95d82a{--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-103 .elementor-element.elementor-element-feab1c1:not(.elementor-motion-effects-element-type-background), .elementor-103 .elementor-element.elementor-element-feab1c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#161921;background-image:url("https://afterthisplumbing.com/wp-content/uploads/2023/04/footer_bg_1.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-103 .elementor-element.elementor-element-feab1c1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 0px 0px 0px;}.elementor-103 .elementor-element.elementor-element-feab1c1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-103 .elementor-element.elementor-element-d49aa6a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:60px 0px 0px 0px;}.elementor-103 .elementor-element.elementor-element-3fa97a9 > .elementor-container{max-width:1250px;}.elementor-103 .elementor-element.elementor-element-b02bbcf > .elementor-element-populated{padding:0px 15px 0px 15px;}.elementor-103 .elementor-element.elementor-element-f51680a{--grid-template-columns:repeat(0, auto);text-align:left;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 25px;--grid-column-gap:10px;--grid-row-gap:0px;}.elementor-103 .elementor-element.elementor-element-b0fa16d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-103 .elementor-element.elementor-element-b0fa16d > .elementor-element-populated{padding:0px 15px 0px 50px;}.elementor-103 .elementor-element.elementor-element-4332445 a{color:#FF9000;}.elementor-103 .elementor-element.elementor-element-c881b82 > .elementor-element-populated{padding:0px 15px 0px 45px;}@media(max-width:1024px) and (min-width:768px){.elementor-103 .elementor-element.elementor-element-b02bbcf{width:52%;}.elementor-103 .elementor-element.elementor-element-b0fa16d{width:40%;}.elementor-103 .elementor-element.elementor-element-c881b82{width:52%;}}@media(max-width:1024px){.elementor-103 .elementor-element.elementor-element-feab1c1{padding:80px 0px 0px 0px;}.elementor-103 .elementor-element.elementor-element-d49aa6a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-103 .elementor-element.elementor-element-3fa97a9{padding:0px 0px 25px 0px;}.elementor-103 .elementor-element.elementor-element-b02bbcf > .elementor-element-populated{padding:0px 36px 0px 36px;}.elementor-103 .elementor-element.elementor-element-b0fa16d > .elementor-element-populated{padding:0px 36px 0px 36px;}.elementor-103 .elementor-element.elementor-element-c881b82 > .elementor-element-populated{margin:-24px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 36px 0px 36px;}}@media(max-width:767px){.elementor-103 .elementor-element.elementor-element-3fa97a9 > .elementor-container{max-width:540px;}.elementor-103 .elementor-element.elementor-element-b02bbcf > .elementor-element-populated{padding:0px 12px 0px 12px;}.elementor-103 .elementor-element.elementor-element-b0fa16d > .elementor-element-populated{padding:45px 12px 0px 12px;}.elementor-103 .elementor-element.elementor-element-c881b82 > .elementor-element-populated{margin:-53px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 12px 0px 12px;}}/* Start custom CSS for html, class: .elementor-element-f7504aa *//* ENHANCED SERVICE AREA WITH COUNTIES */
.service-area-section {
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    margin: 24px 0;
    color: #1e293b;
}

.service-area-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.service-area-section h2 {
    font-size: 28px;
    margin: 0 0 16px;
    color: #214784;
    font-weight: 700;
    position: relative;
}

.service-area-section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #f58220, #214784);
    border-radius: 2px;
}

.service-area-section > .service-area-content > p {
    margin: 0 0 32px;
    line-height: 1.7;
    font-size: 18px;
    color: #475569;
}

/* County Tabs */
.county-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.county-tab {
    background: #fff;
    border: 2px solid #e2e8f0;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
}

.county-tab:hover {
    border-color: #f58220;
    color: #f58220;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 130, 32, 0.2);
}

.county-tab.active {
    background: #214784;
    border-color: #214784;
    color: #fff;
    box-shadow: 0 4px 12px rgba(33, 71, 132, 0.3);
}

/* Map and Cities Container */
.map-cities-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Map Section */
.map-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

#google-map {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Cities Section */
.cities-section {
    text-align: left;
}

.cities-list h3 {
    font-size: 20px;
    color: #214784;
    margin: 0 0 20px;
    font-weight: 700;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.city {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #475569;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
}

.city:hover {
    background: #f58220;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 130, 32, 0.3);
    text-decoration: none;
}
}

/* CTA Section */
.service-area-cta {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.service-area-cta p {
    margin: 0 0 16px;
    font-size: 16px;
    color: #475569;
}

.cta-btn {
    background: #f58220;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #e67300;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 130, 32, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .map-cities-container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px;
    }
    
    .county-tabs {
        gap: 6px;
    }
    
    .county-tab {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .cities-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */