/*
Theme Name: 3M Estates - Elementor Clean (v5)
Theme URI: https://3mestates.com/raghava-linq
Author: Raghava LINQ Skyscraper Team
Author URI: https://3mestates.com
Description: Clean, high-conversion Elementor Free theme for Raghava LINQ Neopolis Skyscraper residences. Features 55%/40% side-by-side Hero & About layouts, 4-card horizontal rows, glassmorphism design, zero shortcodes/HTML widgets, and no extra footer clutter or EMI calculator.
Version: 5.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 3mestates-v5
Tags: real-estate, elementor, one-page, luxury, landing-page
*/

/* Core Reset and Typography */
:root {
    --bg-dark: #06080D;
    --bg-dark-card: #0B0E17;
    --bg-dark-surface: #111625;
    --gold-primary: #D4AF37;
    --gold-hover: #E5C378;
    --gold-subtle: rgba(212, 175, 55, 0.15);
    --text-main: #F8FAFC;
    --text-muted: #94A3B8;
    --border-dark: rgba(255, 255, 255, 0.08);
    --border-gold: rgba(212, 175, 55, 0.35);
    --trust-green: #10B981;
    --whatsapp-green: #25D366;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
}
