﻿
.static-header {
    background: url(../img/StaticPage_header.webp) center / cover no-repeat;
}

.navbar-custom {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 1) 100%), var(--primary-bg) !important;
}

.location-overlay-image {
    position: absolute;
    left: 80px;
    top: 32px;
    width: 565px;
    height: 310px;
    object-fit: cover;
    z-index: 2;
}

.image-frame-location {
    position: absolute;
    top: 0;
    width: 445px;
    height: 375px;
    border: 1pt solid #ffffff;
    background: transparent;
    box-sizing: border-box;
}

.agents-section {
    position: relative;
    background: var(--primary-bg);
    padding: 40px;
    padding-left: 85px;
    padding-right: 85px;
    color: #fff;
}

.featured-section {
    position: relative;
    background: var(--primary-bg);
    padding-top: 45px;
    padding-bottom: 40px;
    padding-left: 85px;
    padding-right: 85px;
    color: #fff;
}
.office_location .properties-section {
    background: #0c2340;
}
.view-all-btn-agent {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    color: #343a40;
    background: rgba(204, 204, 204, 0.8);
    backdrop-filter: blur(6px);
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0px;
}

.lifeStyle-location-section {
    position: relative;
    background: var(--primary-bg);
    padding: 60px 85px;
    color: #ffffff;
    overflow: hidden;
}

.contact-section {
    position: relative;
    background: var(--primary-bg);
    padding: 60px 85px;
    color: #ffffff;
    overflow: hidden;
}

.lifeStyle-section-mobile {
    background: var(--primary-bg) !important;
}
.office_location .properties-section,
.office_location .view-all-btn-container,
.office_location .team-section,
.office_location team-section-mobile,
.office_location .featured-mobile {
    background: var(--primary-bg);
}

    .office_location .team-section::before {
        background: none;
        content: none;
    }

    .office_location .team-section::after {
        background: none;
        content: none;
    }

/* MOBILE contact-us */
@media (max-width: 767px) {

    .contact-section {
        padding: 60px 30px;
    }
}