/*
Theme Name: Nex Theme
Theme URI: http://www.nittodincorporation.com
Author: nexcoder
Author URI: http://www.nittodincorporation.com
Description: A powerful Elementor-based WordPress theme with full support for all Elementor addons.
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: nex-theme
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio, elementor, page-builder
*/

/* Basic reset and typography */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Elementor content wrapper */
.elementor-page .site-content {
    padding: 0;
    margin: 0;
}

/* Make sure Elementor sections are full width */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}