/**
 * ==========================================================
 *  File: footer-enhanced.css
 *  Project: New Dawn Pro – Rise Edition
 *  Version: 3.1.1
 *  Author: The Rev. Dr. Rick G. Williams
 *  Organization: New Dawn Digital Studios
 *  URL: https://newdawndigital.net
 *  Copyright © 2025
 * ==========================================================
 *
 *  Footer layout enhancements for New Dawn Pro – Rise Edition.
 *  Includes widget areas, social icons, and back-to-top button styling.
 *
 */

.footer-widgets-wrapper {
    padding: 2rem 1rem;
    background: #f5f5f5;
}

.new-dawn-footer-social {
    text-align: center;
    margin: 1rem 0;
}

.new-dawn-footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-dawn-footer-social li {
    display: inline-block;
    margin: 0 0.4rem;
}

.new-dawn-footer-social a {
    font-size: 1.8rem;
    text-decoration: none;
}

.site-info {
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
}

/* Back to top */
#new-dawn-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #0059a8;
    color: white;
    border: none;
    padding: 0.7rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 9999;
}

#new-dawn-back-to-top.show {
    opacity: 1;
}

/**
 * --------------------------------------------------------------
 * END OF FILE: footer-enhanced.css
 * New Dawn Pro – Rise Edition v3.1.1
 * URL: https://newdawndigital.net
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * ALL RIGHTS RESERVED
 * EOF
 */
