/*
Theme Name: AXIENT.AI 
Theme URI:  https://axient.ai/
Author:     AXIENT.AI TEAM
Author URI: https://axient.ai/
Description: Build for Axient
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: axien-ai
Tags: minimal, customizer, accessibility-ready
*/

/* Keep CSS minimal — most styles should be handled in Elementor */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #111;
    background: #fff;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    width: 100%;
}

.site-content {
    flex: 1 0 auto;
    width: 100%;
    max-width: none;      /* ✅ Hilangkan batas lebar */
    margin: 0;            /* ✅ Hilangkan margin tengah */
    padding: 0;           /* ✅ Biar Elementor yang atur padding */
    box-sizing: border-box;
}

.site-header, .site-footer {
    width: 100%;
}
