/*
Theme Name: Prycoons Classified
Theme URI: https://classified.prycoons.com
Author: Dharmista Pandya
Description: Classified Property Platform
Version: 1.0
*/


body {
    margin: 0;
    font-family: Arial, sans-serif;

}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.container {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.logo span {
    color: #caa43b; /* golden touch */
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.main-nav a {
    text-decoration: none;
    color: #333;
}

.header-actions a {
    margin-left: 15px;
    text-decoration: none;
    font-weight: 500;
}

.post-property-btn {
    background: #caa43b;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
}

/* Footer */
.site-footer {
    background: #111;
    color: #fff;
    padding: 40px 0;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footer-container a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.7;
}