/*
Theme Name: Hunar PDF Store
Theme URI: http://hunarpdfstore.com
Author: Gemini
Description: Custom minimal theme fixed for Elementor Full Width.
Version: 1.3
*/

body, html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* Force 100% width on all Elementor wrappers */
.site-content, 
.site-main, 
#main,
article, 
.entry-content {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Footer - Black */
footer.site-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    width: 100%;
}

footer.site-footer p {
    margin: 0 0 15px 0;
}

/* Footer Menu */
nav.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav.footer-navigation ul li {
    margin: 0 15px;
}

nav.footer-navigation ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
}

nav.footer-navigation ul li a:hover {
    color: #ffffff;
}