/*
Theme Name: iTechOza
Theme URI: https://itechoza.com
Author: iTechOza Technologies
Author URI: https://itechoza.com
Description: Custom theme for iTechOza Technologies — Web & Mobile App Development Agency. Built with Elementor Pro custom widgets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: itechoza
*/

/* ============================================================
   THEME BASE RESETS
   All visual styling comes from assets/css/style.css &
   assets/css/style_vendor.min.css (copied from HTML site).
   This file only handles WP-specific overrides.
   ============================================================ */

/* Remove WP admin bar margin shift */
html body.admin-bar {
    margin-top: 0 !important;
}

/* Ensure Elementor sections span full width */
.elementor-section.elementor-section-full_width .elementor-section-wrap,
.e-con.e-full-width {
    max-width: 100%;
}

/* Remove default WP page margins */
.wp-site-blocks {
    padding: 0;
    margin: 0;
}

/* Blank canvas — hide any default theme wrappers */
#content,
#primary,
#secondary,
.site-content,
.site-main {
    padding: 0;
    margin: 0;
    background: transparent;
}
.cta-section .row .cta-content {
    margin: 0 auto;
    float:none;
    clear: both;
	text-align: center;
}