/*
 Theme Name:   WebSEO Child Theme
 Theme URI:    https://webseo.vn
 Description:  Advanced Page Builder Child Theme for Twenty Twenty-Three
 Author:       WebSEO Team
 Author URI:   https://webseo.vn
 Template:     twentytwentythree
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  webseo-child-theme
*/

/* Import parent theme styles */
@import url("../twentytwentythree/style.css");
/* ================= FOOTER LANDING ================= */
.footer-landing {
    background: #3f3f3f;
    color: #fff;
    padding: 60px 15px 40px;
}

.footer-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.footer-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-hotline {
    font-size: 18px;
    font-weight: 700;
    color: #ffd400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-address {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 30px;
}

.footer-copy {
    font-size: 13px;
    opacity: 0.6;
}
