/*
Theme Name: PropertyLocator
Theme URI: https://propertylocator.in
Author: PropertyLocator Team
Description: Luxury Real Estate Theme with Pink/Purple/Gold — Custom Theme
Version: 1.0.0
License: GPL v2 or later
Text Domain: propertylocator
Tags: luxury, real-estate, pink, purple, gold, custom-menu, custom-logo, featured-images
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #f8f6f3;
    color: #2d2d2d;
    font: 14px/1.6 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f8f6f3;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #c2185b;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.fw {
    max-width: 1450px;
    margin: auto;
    padding: 0 25px;
}

:root {
    --primary: #c2185b;
    --primary-dark: #880e4f;
    --primary-light: #f8e8f0;
    --secondary: #6a1b9a;
    --secondary-light: #f3e5f5;
    --gold: #d4af37;
    --gold-light: #fdf6e3;
    --dark: #1a1a2e;
    --text: #2d2d2d;
    --text-light: #777;
    --shadow: 0 20px 60px rgba(0,0,0,0.08);
    --radius: 20px;
    --radius-sm: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1a1a2e;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}

.section-title span {
    background: linear-gradient(135deg, #c2185b, #6a1b9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-sub {
    text-align: center;
    font-size: 16px;
    color: #888;
    margin-bottom: 40px;
    font-weight: 300;
}

.section-sub i {
    color: #d4af37;
    margin: 0 6px;
}

/* ===== HEADER ===== */
.sticky_header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 2px solid rgba(212, 175, 55, 0.15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
}

.main_header {
    background: transparent;
}

.header_inr {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ===== LOGO ===== */
.logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-wrap .logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #c2185b, #6a1b9a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    box-shadow: 0 4px 15px rgba(194, 24, 91, 0.3);
}

.logo-wrap .logo-text {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
}

.logo-wrap .logo-text .gold {
    color: #d4af37;
}
.logo-wrap .logo-text .pink {
    color: #c2185b;
}
.logo-wrap .logo-text .purple {
    color: #6a1b9a;
}

/* ===== NAVIGATION ===== */
.nav-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-wrap .nav-item {
    position: relative;
}

.nav-wrap .nav-item > a {
    display: block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
}

.nav-wrap .nav-item > a:hover {
    color: #c2185b;
    background: var(--primary-light);
}

.nav-wrap .nav-item > a i {
    font-size: 10px;
    margin-left: 4px;
    color: #bbb;
}

/* ===== HEADER RIGHT ===== */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.header-right .location-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--gold-light);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #2d2d2d;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.header-right .location-btn:hover {
    background: #fdf0d8;
    border-color: #d4af37;
}

.header-right .location-btn i {
    color: #d4af37;
}

.post-btn {
    background: linear-gradient(135deg, #c2185b, #6a1b9a);
    color: #fff;
    padding: 9px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 20px rgba(194, 24, 91, 0.25);
}

.post-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(194, 24, 91, 0.35);
    color: #fff;
}

.post-btn .free-badge {
    background: #d4af37;
    color: #1a1a2e;
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 6px;
    font-weight: 800;
}

.auth-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 30px;
    background: #f5f5f5;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.auth-btn:hover {
    background: var(--primary-light);
    border-color: rgba(194, 24, 91, 0.2);
}

.auth-btn .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c2185b, #6a1b9a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.auth-btn .auth-text {
    font-size: 12px;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 1.2;
}

.auth-btn .auth-text small {
    display: block;
    font-weight: 400;
    color: #999;
    font-size: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .nav-wrap {
        display: none;
    }
    .header-right .location-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }
    .logo-wrap .logo-text {
        font-size: 20px;
    }
}