/*
Theme Name: Luxury Apartments Theme
Theme URI: https://example.com/luxury-apartments
Description: A modern, lightweight, and professional WordPress theme designed specifically for Luxury Apartments, Condominiums, and Real Estate showcases. Perfectly compatible with Elementor, featuring built-in support for all your pages: Apartments, Floor Plans, Rooms Gallery, Career, and Services.
Version: 1.0.0
Author: Gemini Web Design
Author URI: https://example.com
Text Domain: luxury-apartments
Tags: real-estate, custom-menu, translation-ready, full-width-template, theme-options
*/

/* Reset & Base Styles */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: #fcfbf9;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

a {
    color: #c5a880;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #a4865d;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Navigation */
.site-header {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 3px solid #c5a880;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-title a {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.site-title a span {
    color: #c5a880;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation li {
    margin-left: 20px;
}

.main-navigation a {
    color: #cccccc;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
    color: #c5a880;
}

/* Hero Section for Front Page */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=1600&q=80') no-repeat center center/cover;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.hero-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #e0e0e0;
}

.btn-primary {
    background-color: #c5a880;
    color: #1a1a1a;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

/* Page Standard Layout */
.site-main {
    padding: 50px 0;
}

.page-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
}

.page-title {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 400;
}

/* Apartment Grid & Showcase Styles */
.apartment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.apartment-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}

.apartment-thumb {
    height: 220px;
    background-color: #eaeaea;
    background-size: cover;
    background-position: center;
}

.apartment-info {
    padding: 20px;
}

.apartment-info h3 {
    margin-top: 0;
    color: #1a1a1a;
    font-size: 20px;
}

.apartment-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

/* Footer Styling */
.site-footer {
    background-color: #1a1a1a;
    color: #888888;
    padding: 40px 0;
    text-align: center;
    border-top: 5px solid #c5a880;
    font-size: 14px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.footer-widget h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
