/*
Theme Name:   Atlas Digital Group Child
Theme URI:    https://atlasdigitalgroup.co
Description:  Child theme for atlasdigitalgroup.co — full-width homepage template with no header/footer override. Based on the active parent theme. Do not modify the parent theme directly.
Author:       Atlas Digital Group LLC
Author URI:   https://atlasdigitalgroup.co
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  atlas-child

NOTE: Replace "hello-elementor" in the Template: line above with the
exact slug of your parent theme if different:
  - Hello Elementor  → hello-elementor
  - Kadence          → kadence
  - Astra            → astra
  - Blocksy          → blocksy
  - OceanWP          → oceanwp
The slug = the folder name in /wp-content/themes/
Check it under: WP Admin → Appearance → Themes → Theme Details
*/

/* ── Reset: remove any parent theme margin/padding that bleeds in ── */
body.atlas-fullwidth-page,
body.atlas-fullwidth-page #page,
body.atlas-fullwidth-page .site,
body.atlas-fullwidth-page .site-content,
body.atlas-fullwidth-page #content,
body.atlas-fullwidth-page .entry-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.atlas-fullwidth-page {
    background: #001540;
    overflow-x: hidden;
}
