#lintings .listing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    background-color: #cdc0af;
    padding-top: 50px;
    padding-bottom: 50px;
}

.listing.card {
    background-color: #faf9f6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.listing .text-primary {
    color: #8B6F47 !important;
}

.listing .btn-primary {
    background-color: #8B6F47;
    border-color: #8B6F47;
    color: #faf9f6;
}

.intro-section {
    text-align: left;
    padding: 40px 0;
    margin-bottom: 30px;
}

.intro-section h3 {
    color: #6F4E37;
    /* Dark brown */
    font-weight: bold;
    margin-bottom: 15px;
}

.intro-section p {
    color: #333;
    line-height: 1.6;
}

h1 {
    text-align: center;
    color: #6F4E37;
    font-size: 3rem;
    font-weight: bold;
    border: 3px solid #6F4E37;
    margin: 40px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #6F4E37;
    color: rgb(231, 224, 202);
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    z-index: 1000;
}

.listings-stats {
    margin: 20px 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.listings-stats .badge {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 20px;
}

.bg-brown {
    background-color: #8B6F47 !important;
    color: #faf9f6;
}

html {
    scroll-behavior: smooth;
}