/* Header Navigation Matrix */
.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Hero Spotlight Workspace with Ambient Overlay */
.hero-banner {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #ffffff;
    padding: 60px 0;
    margin-bottom: 40px;
}

/* Advanced Property Search Matrix Module */
.search-console-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 24px;
}
.intent-toggle-group .btn-check:checked + .btn {
    background-color: #0d6efd;
    color: #ffffff;
    border-color: #0d6efd;
    font-weight: 600;
}
.intent-toggle-group .btn {
    border-radius: 30px;
    padding: 8px 24px;
    font-size: 0.9rem;
    color: #495057;
    border-color: #dee2e6;
}
.search-divider {
    border-left: 1px solid #dee2e6;
}
@media (max-width: 991px) {
    .search-divider {
        border-left: none;
        border-top: 1px solid #dee2e6;
        padding-top: 12px;
        margin-top: 4px;
    }
}



/* Card Metric Displays & Components */
.featured-property-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.featured-property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
}
.featured-property-card .card-img-top {
    height: 220px;
    object-fit: cover;
}

/* Footer Aesthetics */
.site-footer {
    background-color: #11141a;
    color: #a0aec0;
}
.site-footer h6 {
    color: #ffffff;
}
.site-footer .nav-link {
    color: #a0aec0;
    padding: 0.25rem 0;
    transition: color 0.2s ease;
}
.site-footer .nav-link:hover {
    color: #ffffff;
}

.title-link {
    text-decoration: none;
    color: #0d6efd;
}

/* Call To Action Global Scaffolding */
.mb-n5 {
    margin-bottom: -3rem !important; /* Pulls the footer flush against the section with no light gaps */
}
.z-1 {
    z-index: 1;
}
.fs-8 {
    font-size: 0.75rem;
}