/*
Theme Name: PC Estate
Theme URI: https://example.com/pc-estate
Author: Your Company
Author URI: https://example.com
Description: A clean, modern, cross-browser compatible real-estate business WordPress theme featuring a hero search banner, an about/trust section, a feature strip, a handover CTA banner, a "why choose us" grid and a multi-column footer with social links and a floating WhatsApp button. Built as an original layout inspired by common real-estate agency site patterns. Fully editable through the WordPress Customizer (logo, hero image, phone/WhatsApp numbers, brochure PDF, social links, footer content) and through the Menus screen (Primary Menu, Footer Menu 1, Footer Menu 2, Services Menu).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: pc-estate
Tags: e-commerce, real-estate, business, custom-logo, custom-menu, featured-images, translation-ready

This is the required WordPress stylesheet header file.
All actual styling lives in assets/css/main.css and is loaded via functions.php,
which is the recommended WordPress best practice (keeps this file lightweight
and makes the theme easier to maintain).
*/

/* Minimal safety-net reset so the theme still looks acceptable
   even if assets/css/main.css fails to enqueue for any reason. */
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, "Segoe UI", Arial, sans-serif; }
img { max-width: 100%; height: auto; }
