/*
Theme Name: Code Easiest
Theme URI: https://codeasiest.com
Author: Code Easiest
Author URI: https://codeasiest.com
Description: A lightweight, minimal blank WordPress theme built for Elementor. Zero bloat, zero default styling - just a clean canvas for your Elementor designs. Works seamlessly with Elementor and Elementor Pro Theme Builder.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: code-easiest
Tags: custom-colors, custom-logo, custom-menu, full-width-template, theme-options, two-columns, blog, e-commerce, portfolio
*/

/* ==========================================================================
   Reset & Base
   ========================================================================== */

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Remove default margins from common elements */
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
blockquote, figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 2px solid #3ec9a7;
	outline-offset: 2px;
}

/* ==========================================================================
   Layout
   ========================================================================== */

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

.site-content {
	flex: 1;
}

/* ==========================================================================
   Header — hidden by default (Elementor handles it)
   ========================================================================== */

.site-header {
	display: none;
}

/* ==========================================================================
   Footer — hidden by default (Elementor handles it)
   ========================================================================== */

.site-footer {
	display: none;
}

/* ==========================================================================
   Elementor compatibility
   ========================================================================== */

.elementor-section-wrap,
.elementor-inner {
	width: 100%;
}

/* Stretch Elementor full-width sections to viewport */
.elementor-section.elementor-section-stretched {
	max-width: 100% !important;
}

/* Make sure Elementor canvas template removes all spacing */
.elementor-template-canvas #primary,
.elementor-template-canvas .site-content {
	padding: 0;
	margin: 0;
}
