/*
Theme Name: Youfinix Abode & Homes Portal
Theme URI: https://youfinix.com
Description: High-end Real Estate Management & Sales Portal. Designed for 70/30 transparency in the Lagos market.
Author: Youfinix Dev
Author URI: https://youfinix.com
Template: astra
Version: 1.2.0
Text Domain: youfinix-child
*/

/* --- 1. GLOBAL SITE BRANDING --- */
/* This changes the look of the whole site background */
body {
    background-color: #f4f7f9 !important; /* Soft, modern light-blue tint */
    color: #333;
}

/* --- 2. HEADER TRANSFORMATION --- */
/* This makes the top of your site look corporate and solid */
.main-header-bar {
    border-bottom: 4px solid #0a2540 !important; /* Deep Blue Bottom Border */
    padding: 10px 0;
    background-color: #ffffff !important;
}

.main-navigation a {
    color: #0a2540 !important; /* Professional Deep Blue Links */
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* --- 3. THE "GOLD" CALL TO ACTION (Your Success Button) --- */
.main-header-bar .main-header-menu .menu-item.list-property-btn > a {
    background-color: #c4a747 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    padding: 10px 22px !important;
    margin-left: 15px !important;
    font-weight: bold !important;
    box-shadow: 0 4px 10px rgba(196, 167, 71, 0.3);
}

.main-header-bar .main-header-menu .menu-item.list-property-btn > a:hover {
    background-color: #0d3b66 !important;
    transform: translateY(-1px);
}

/* --- 4. PROPERTY LISTINGS (Making them look "Attractive") --- */
/* This styles the house cards guests and owners see */
.ere-property-wrap {
    background: #ffffff !important;
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
    border: 1px solid #eef2f6 !important;
    transition: all 0.3s ease;
}

.ere-property-wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(10, 37, 64, 0.1) !important;
}

.property-title a {
    color: #0a2540 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

/* --- 5. PRICE TAG (Lagos Premium Look) --- */
.ere-property-price {
    background: #0a2540 !important;
    color: #c4a747 !important; /* Gold text on blue background */
    padding: 6px 16px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    display: inline-block;
}

/* --- 6. OWNER DASHBOARD PORTAL --- */
/* Re-styling the private area for the landlords */
.ere-dashboard-sidebar {
    background-color: #0a2540 !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.ere-dashboard-content {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    border: 1px solid #e0e6ed;
}

/* --- 7. BUTTONS & INPUTS --- */
input[type="submit"], .btn-primary {
    background-color: #0a2540 !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 12px 25px !important;
    color: white !important;
    font-weight: 600 !important;
}