/*
Theme Name: Property Deal
Theme URI: https://propertydeal.com
Author: Property Deal
Author URI: https://propertydeal.com
Description: A premium real estate WordPress theme to buy, sell & rent properties, lands and rooms across India. Works with the "Property Deal - Property Listings" plugin.
Version: 1.0.0
Requires at least: 5.5
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: property
Tags: real-estate, property, listings, business
*/

/* ================================================================
   Base resets — most styling lives inside each template file.
================================================================ */
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    color: #2a3645;
    background: #ffffff;
    line-height: 1.6;
}

a { color: #c89a4b; text-decoration: none; }
a:hover { color: #b5863a; }

img { max-width: 100%; height: auto; }

* { box-sizing: border-box; }

/* WordPress core alignment helpers */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-caption { max-width: 100%; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(1px,1px,1px,1px);
}