/*
Theme Name:        CivilsTap HPAS
Theme URI:         https://civilstap.com
Author:            CivilsTap
Author URI:        https://civilstap.com
Description:       Purpose-built landing page theme for CivilsTap HPAS 2027 coaching. Fully compatible with Gutenberg, Classic Editor, and Elementor. Includes a full-width page template, lead-gate popup, video testimonials, and all HPAS landing page sections.
Version:           2.0.0
Requires at least: 6.0
Tested up to:      6.5
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:       civilstap
Tags:              one-column, full-width-template, custom-colors, custom-logo, education, landing-page, elementor
*/

/* ─── Theme base reset (minimal — Elementor handles the rest) ── */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'DM Sans', sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ─── Hide default WP header/footer on full-width template ── */
.civilstap-fullwidth .site-header,
.civilstap-fullwidth .site-footer,
.civilstap-fullwidth .wp-block-template-part,
.civilstap-fullwidth #wpadminbar ~ #page .site-header { display: none !important; }

/* ─── Elementor canvas override ──────────────────────────── */
.elementor-template-full-width .site-header,
.elementor-template-full-width .site-footer { display: none !important; }
