/*
Theme Name: Webtech Elementor Basic
Theme URI: https://webtechgraphics.com
Author: Divyansh - Layood Technologies
Author URI: https://webtechgraphics.com
Description: A clean, minimal WordPress theme built specifically for Elementor. No custom CSS, just pure Elementor support.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webtech-elementor
Tags: elementor, minimal, clean, one-column, custom-logo, full-width-template

Webtech Elementor Basic is a lightweight theme designed for Elementor page builder.
*/

/* Minimal reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Elementor compatibility */
.elementor-page {
    margin: 0;
    padding: 0;
}
