/* Luxury Real Estate Theme Styles */

/* Luxury Card Components */
.luxury-card {
    padding: 30px;
    border: 2px solid #D4AF37;
    border-radius: 12px;
    background: linear-gradient(135deg, #FAFAFA 0%, #F8F6F0 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 20px rgba(212, 175, 55, 0.1);
    position: relative;
    overflow: hidden;
}

.luxury-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37 0%, #FFD700 100%);
}

.luxury-content-card {
    padding: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-left: 4px solid #D4AF37;
}

.luxury-agent-card {
    padding: 25px;
    border: 2px solid #D4AF37;
    border-radius: 12px;
    background: linear-gradient(135deg, #FAFAFA 0%, #F8F6F0 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 20px rgba(212, 175, 55, 0.1);
}

/* Luxury Typography */
.luxury-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #1A1A1A;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.luxury-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.luxury-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37 0%, #FFD700 100%);
}

.luxury-description {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.luxury-address {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 500;
}

.luxury-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #D4AF37;
    letter-spacing: 0.5px;
}

.luxury-details {
    color: #3A3A3A;
    font-weight: 500;
}

.luxury-meta li {
    color: #5A5A5A;
    font-size: 14px;
    margin-bottom: 8px;
}

.luxury-meta i {
    color: #D4AF37;
    margin-right: 8px;
    width: 16px;
}

/* Luxury Buttons */
.btn-luxury-primary {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #1A1A1A;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}

.btn-luxury-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    color: #1A1A1A;
}

.btn-luxury-outline {
    background: transparent;
    color: #D4AF37;
    border: 2px solid #D4AF37;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-luxury-outline:hover {
    background: #D4AF37;
    color: #1A1A1A;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

/* Luxury Features */
.luxury-features li {
    color: #3A3A3A;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px 0;
}

.luxury-check {
    color: #D4AF37;
    margin-right: 10px;
    font-size: 16px;
}

/* Luxury Agent */
.luxury-agent-name {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
}

.luxury-agent-title {
    color: #D4AF37;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.luxury-avatar {
    width: 60px;
    height: 60px;
    border: 3px solid #D4AF37;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.luxury-contact-list li {
    color: #5A5A5A;
    font-size: 14px;
    margin-bottom: 8px;
}

.luxury-contact-icon {
    color: #D4AF37;
    margin-right: 10px;
    width: 16px;
}

/* Luxury Overlays */
.luxury-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.luxury-badge {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #1A1A1A;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.luxury-badge i {
    margin-right: 5px;
}

.plan-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(26, 26, 26, 0.8);
    color: #D4AF37;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.map-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(26, 26, 26, 0.8);
    color: #D4AF37;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.3s ease;
}

.map-thumb:hover .map-overlay {
    opacity: 1;
}

/* Luxury Sections */
.luxury-section {
    background: #FAFAFA;
}

.luxury-gradient {
    background: linear-gradient(135deg, #FAFAFA 0%, #F8F6F0 100%);
}

/* Luxury Actions */
.luxury-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.luxury-agent-actions {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

/* Luxury Navigation */
.luxury-top-bar {
    background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%);
    border-bottom: 2px solid #D4AF37;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.luxury-contact-links li {
    color: #D4AF37;
    font-weight: 500;
}

.luxury-icon {
    color: #FFD700;
    margin-right: 8px;
}

.luxury-social a {
    color: #D4AF37;
    border-left: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.luxury-social a:hover {
    color: #FFD700;
    background: rgba(212, 175, 55, 0.1);
}

.luxury-auth-btn {
    color: #D4AF37;
    font-weight: 500;
    transition: all 0.3s ease;
}

.luxury-auth-btn:hover {
    color: #FFD700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.luxury-navbar {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #E5E5E5;
}

.luxury-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.luxury-brand-text {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.luxury-nav-link {
    color: #3A3A3A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    position: relative;
}

.luxury-nav-link:hover {
    color: #D4AF37;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

.luxury-nav-item.active .luxury-nav-link {
    color: #1A1A1A;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.luxury-toggler {
    border-color: #D4AF37;
}

.luxury-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212, 175, 55, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Luxury Property Cards */
.luxury-property-card {
    border: 2px solid #E5E5E5;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.luxury-property-card:hover {
    border-color: #D4AF37;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 20px rgba(212, 175, 55, 0.1);
}

.luxury-property-wrap {
    background: #fff;
}

.luxury-thumb {
    position: relative;
    overflow: hidden;
}

.luxury-hover {
    display: block;
    position: relative;
}

.luxury-overlay-card {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
}

.luxury-property-card:hover .luxury-overlay-card {
    opacity: 1;
}

.luxury-badge-card {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #1A1A1A;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.luxury-badge-card i {
    margin-right: 4px;
}

.luxury-status-badge {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #1A1A1A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.luxury-item-body {
    padding: 25px;
    background: #fff;
}

.luxury-property-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.luxury-property-title a {
    color: #1A1A1A;
    text-decoration: none;
    transition: all 0.3s ease;
}

.luxury-property-title a:hover {
    color: #D4AF37;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

.luxury-address {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.luxury-location-icon {
    color: #D4AF37;
    margin-right: 8px;
}

.luxury-pricing {
    margin-bottom: 20px;
}

.luxury-price-card {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #D4AF37;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.luxury-details-card {
    color: #3A3A3A;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.luxury-property-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    padding-top: 15px;
    border-top: 1px solid #F0F0F0;
}

.btn-luxury-sm {
    background: transparent;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-luxury-sm:hover {
    background: #D4AF37;
    color: #1A1A1A;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

/* Additional Luxury Button Styles */
.btn-luxury-secondary {
    background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%);
    color: #D4AF37;
    border: 2px solid #1A1A1A;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-luxury-secondary:hover {
    background: #D4AF37;
    color: #1A1A1A;
    border-color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
}

.btn-luxury-ghost {
    background: transparent;
    color: #D4AF37;
    border: 2px solid #D4AF37;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-luxury-ghost:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #FFD700;
    border-color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Luxury Form Elements */
.luxury-form-control {
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.luxury-form-control:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    outline: none;
}

.luxury-form-label {
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

/* Luxury Badges */
.luxury-badge {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #1A1A1A;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.luxury-badge-dark {
    background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%);
    color: #D4AF37;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Luxury Alerts */
.luxury-alert {
    background: linear-gradient(135deg, #F8F6F0 0%, #FAFAFA 100%);
    border: 2px solid #D4AF37;
    border-radius: 8px;
    padding: 20px;
    color: #1A1A1A;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.luxury-alert-success {
    border-color: #28a745;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
}

.luxury-alert-warning {
    border-color: #ffc107;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
}

.luxury-alert-danger {
    border-color: #dc3545;
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
}

/* Minor scoped helpers aligned with existing theme */
.property-summary {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
}
.property-meta li {
    margin-bottom: 6px;
}
.list-check li {
    margin-bottom: 8px;
}
.plan-thumb {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.agent-card {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
}
.agent-avatar {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.map-thumb {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.google-map-container {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.map-placeholder {
    height: 400px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.map-content {
    text-align: center;
    color: #333;
}
.map-icon {
    font-size: 48px;
    color: #ff6b6b;
    margin-bottom: 15px;
}
.map-actions {
    margin-top: 20px;
}
.map-actions .btn {
    margin: 0 5px;
}
.feature-box {
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.feature-icon {
    width: 60px;
    height: 60px;
    background: #ff6b6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.feature-icon i {
    font-size: 24px;
    color: #fff;
}
.feature-box h5 {
    margin-bottom: 10px;
    color: #333;
}
.feature-box p {
    color: #666;
    margin: 0;
}