/*
Theme Name: Astra Child
Description: Child theme for Astra with custom footer functionality
Template: astra
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

/* Additional custom styles can go below this line */

/* Hide default Astra footer completely */
.site-footer {
    display: none !important;
}

/* Ensure your custom footer has proper styling */
#custom-footer {
    /* Add any specific styles for your custom footer here */
    position: relative;
    z-index: 999;
}
