/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */
/* Skye Isle Terrier Sanctuary Public Website                                                                                                                                   */
/*  • Page:                      Footer Stylesheet (footer.css)                                                                                                                 */
/*  • Description:               Pure footer container styles only – white gradient bar, accessibility skip, and layout container                                               */
/*  • Location:                  /componenents/footer/css/footer.css                                                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Version:                   v0.0.01                                                                                                                                        */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Project Start Date:        2026-06-15                                                                                                                                     */
/*  • Last updated:              2026-06-18 @ 1710 EDT                                                                                                                          */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Author:                    by Conner Rhoads                                                                                                                               */
/*  • Official Site:             www.skyeisleterriersanctuary.com                                                                                                               */
/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */

/* ============================================================================================================================================================================ */
/* FOOTER MODULE STYLES                                                                                                                                                         */
/* ============================================================================================================================================================================ */

footer 
{
    position: relative;
    width: 100%;
    background: #5D4037;
    padding-top: 8px;
    text-align: center;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.8);
}

/* White gradient bar at the TOP of the footer (mirrors the header's bottom bar) */
.footer-divider-band
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: linear-gradient(to bottom, #D7CCC8, rgba(255,255,255,0.95), transparent);
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    z-index: 2;
}

/* Footer text area (copyright + version) */
.footer-content 
{
    padding: 20px 0 15px 0;
}

/* ============================================================================================================================================================================ */
/* LEGACY / COMPATIBILITY (if needed later)                                                                                                                                     */
/* ============================================================================================================================================================================ */
