/*
Theme Name: Paradise Real Estate
Theme URI: https://paradiserealestate.example.com
Author: Paradise Ventures
Author URI: https://paradiserealestate.example.com
Description: A premium, fully responsive WordPress theme for real estate businesses specializing in plots, farmhouses, and luxury investments. v2.2 introduces a clean page-builder integration layer: every page works in Elementor (and Beaver, Brizy, Divi, Bricks, Oxygen, WPBakery, Gutenberg) via an automatic template_include router — no manual template switching required. All pages including Home auto-create on activation and appear in WP-Admin → Pages.
Version: 2.2.0
Requires at least: 5.8
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: paradise-realestate
Tags: real-estate, business, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, responsive, elementor, full-site-editing
*/

/* Main visual stylesheet is loaded from assets/css/style.css via functions.php. */
/* This file is REQUIRED by WordPress and contains the theme metadata. */

/* ========= Page-builder canvas wrappers =========
   Active when ANY page is built with Elementor / Beaver / Brizy /
   Divi / Bricks / Oxygen / WPBakery / Gutenberg. The wrapper gives
   the builder a clean, full-width stage with no theme chrome. */

.paradise-pagebuilder-canvas,
.paradise-fullwidth-canvas {
    background: #0a0e1a;
    min-height: 60vh;
    width: 100%;
}

.paradise-canvas-wrap {
    min-height: 100vh;
    width: 100%;
}

body.elementor-canvas-template,
body.paradise-canvas {
    margin: 0;
    background: #ffffff;
}

/* Make Elementor sections render at full width inside our wrappers. */
.paradise-pagebuilder-canvas > .elementor,
.paradise-fullwidth-canvas > .elementor {
    width: 100%;
}

/* Admin-bar "Edit with Elementor" badge styling. */
#wpadminbar .paradise-edit-elementor > .ab-item {
    color: #ffcc6f !important;
    font-weight: 600;
}
