/* Enhanced Footer Styles */
.cs_footer_widget_title {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 8px;
    display: block;
}

.cs_footer_menu_link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.cs_footer_menu_link:hover {
    color: #4CAF50 !important;
    text-decoration: none;
}

.cs_menu_widget.cs_mp0 li {
    margin-bottom: 8px;
    list-style: none;
}

.cs_emergency_section {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cs_emergency_icon {
    background: #4CAF50;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.cs_emergency_text p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}

.cs_emergency_text a {
    color: #4CAF50;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.cs_emergency_text a:hover {
    color: #ffffff;
}

.cs_social_links_wrap h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.cs_footer_branding {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.cs_footer_branding img {
    max-height: 60px;
    width: auto;
}

.cs_contact_widget li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.cs_contact_widget li i {
    margin-top: 2px;
    flex-shrink: 0;
}

.cs_contact_widget li a {
    color: #ffffff;
    text-decoration: none;
}

.cs_contact_widget li a:hover {
    color: #4CAF50;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cs_footer_in {
        flex-direction: column;
    }
    
    .cs_footer_col {
        margin-bottom: 30px;
        width: 100%;
    }
    
    .cs_emergency_section {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .cs_footer_branding {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Override any conflicting styles */
.cs_footer .cs_menu_widget li a {
    color: #ffffff !important;
}

.cs_footer .cs_menu_widget li a:hover {
    color: #4CAF50 !important;
}
.cs_footer.cs_accent_bg { background-color: #000000 !important; }
