/* Neighborhoods Template Styles */
.neighborhoods .past-sales__header {
    padding: 80px 0 60px;
}

.neighborhoods .past-sales__header .small-title {
    font-family: 'Montserrat', sans-serif;
    color: #CAA136;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.neighborhoods .past-sales__header .main-title {
    font-family: 'Libre Caslon Text', serif;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 0;
}

.neighborhoods .vousbeek {
    background: #ffffff;
    padding: 60px 0;
}

.neighborhoods .vousbeek p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.neighborhoods .vousbeek p:last-child {
    margin-bottom: 0;
}

/* Sectors Mosaic Styles */
.sectors-mosaic {
    padding: 80px 0;
    background-color: #fff;
}

.sector-card {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.sector-card:hover {
    transform: translateY(-5px);
}

.sector-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.sector-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.sector-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sector-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.sector-title {
    font-family: 'Libre Caslon Text', serif;
    font-size: 24px;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    z-index: 2;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    text-align: center;
}

.sector-excerpt {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    opacity: 1;
    margin-top: 15px;
    z-index: 2;
}

.sector-card:hover .sector-overlay {
    transform: translateY(0);
}

.sector-card:hover .sector-excerpt {
    opacity: 1;
    transform: translateY(0);
}

/* Single Sector Page Styles */
.sector-single .sector-header {
    padding: 200px 0;
    position: relative;
    background-color: #0e0e0e;
    color: #fff;
}

.sector-single .sector-header .small-title {
    font-family: 'Montserrat', sans-serif;
    color: #CAA136;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.sector-single .sector-header .main-title {
    font-family: 'Libre Caslon Text', serif;
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.sector-single .sector-presentation {
    padding: 100px 0;
}

.sector-single .sector-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.sector-single .presentation-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.sector-single .sector-stats {
    padding: 100px 0;
    background-color: #fff;
}

.sector-single .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sector-single .stat-item h2 {
    font-family: 'Libre Caslon Text', serif;
    font-size: 42px;
    color: #CAA136;
    margin-bottom: 15px;
}

.sector-single .stat-item h2 span {
    font-size: 24px;
    vertical-align: super;
}

.sector-single .stats-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
}

.sector-single .sector-key-data {
    padding: 100px 0;
    
}

.sector-single .key-data-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.sector-single .custom-table {
    background-color: #CAA136;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.sector-single .table-row {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sector-single .table-row:last-child {
    border-bottom: none;
}

.sector-single .table-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    width: 40%;
    padding: 20px;
    background-color: transparent;
}

.sector-single .table-cell {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: 60%;
    padding: 20px;
    background-color: transparent;
}

.sector-single .sector-details {
    padding: 100px 0;
    background-color: #fff;
}

.sector-single .details-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.sector-single .detail-section {
    margin-bottom: 40px;
}

.sector-single .detail-section:last-child {
    margin-bottom: 0;
}

.sector-single .detail-section h3 {
    font-family: 'Libre Caslon Text', serif;
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.sector-single .detail-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.sector-single .sector-map {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.sector-single .map-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.sector-single .map-wrapper #map {
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sector-single .sector-explore {
    padding: 100px 0;
}

.sector-single .explore-header {
    margin-bottom: 40px;
}

.sector-single .explore-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.sector-single .explore-footer {
    text-align: center;
}

.sector-single .sector-contact {
    padding: 100px 0;
}

.sector-single .contact-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .neighborhoods .past-sales__header {
        padding: 60px 0 40px;
    }

    .neighborhoods .past-sales__header .main-title {
        font-size: 26px;
    }

    .neighborhoods .vousbeek {
        padding: 40px 0;
    }

    .sectors-mosaic {
        padding: 40px 0;
    }

    .sector-card {
        height: 300px;
    }

    .sector-title {
        font-size: 20px;
        padding: 4px 15px;
    }

    .sector-overlay {
        transform: translateY(0);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
        padding: 20px 15px;
    }

    .sector-excerpt {
        opacity: 1;
        transform: translateY(0);
    }

    .sector-single .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sector-single .explore-grid {
        grid-template-columns: 1fr;
    }

    .sector-single .stat-item h2 {
        font-size: 32px;
    }

    .sector-single .stat-item h2 span {
        font-size: 18px;
    }

    .sector-single .detail-section h3 {
        font-size: 24px;
    }

    .sector-single .section-title {
        font-size: 28px;
    }

    .sector-single .table-header,
    .sector-single .table-cell {
        padding: 15px;
    }

    .sector-single .sector-header,
    .sector-single .sector-presentation,
    .sector-single .sector-stats,
    .sector-single .sector-key-data,
    .sector-single .sector-details,
    .sector-single .sector-map,
    .sector-single .sector-explore,
    .sector-single .sector-contact {
        padding: 60px 0;
    }

    .sector-single .sector-header {
        padding: 120px 0;
    }
    
    .sector-single .sector-header .main-title {
        font-size: 32px;
        color: #fff;
    }
} 
.explore-sectors{
    background-color: #CAA136;
}