/* Contact */
#contactpage [data-overlay]:before,
#contactpage [data-dsn-overlay]:before {
    background-color: #ffffff;
}

.header-page .title-lg {
    color: black;
}

.v-light #site_menu_header {
    background-color: white;
}
/* Contact */

.title.text-upper {
    font-size: 25px;
}

.v-light #site_menu_header {
    background-color: white;
}

@media only screen and (min-width: 768px) {
    .grid-half-1 {
        grid-template-columns: auto 35%;
    }
}

.vbag-csr-section {
    padding: 50px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.vbag-csr-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.vbag-csr-image {
    flex: 1 1 50%;
    max-width: 50%;
    min-height: 300px;
}

.vbag-csr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vbag-csr-content {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vbag-csr-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #73be45;
    margin-bottom: 16px;
}

.vbag-csr-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .vbag-csr-container {
        flex-direction: column;
    }

    .vbag-csr-image,
    .vbag-csr-content {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .vbag-csr-content {
        padding: 24px;
    }

    .vbag-csr-content h2 {
        font-size: 28px;
    }
}

.vbag-expertise {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}

.vbag-expertise-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.vbag-title {
    font-size: 36px;
    color: #73be45;
    margin-bottom: 10px;
}

.vbag-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.vbag-expertise-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.vbag-expertise-row1 {
    justify-content: space-between;
}

.vbag-expertise-row2 {
    justify-content: center;
}

.vbag-expertise-item {
    flex: 1 1 calc(33.33% - 30px);
    max-width: 300px;
    min-width: 240px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vbag-expertise-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    filter: grayscale(1) brightness(0) sepia(1) hue-rotate(80deg) saturate(4);
}

.vbag-expertise-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #73be45;
    margin-bottom: 10px;
}

.vbag-expertise-item p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .vbag-title {
        font-size: 28px;
    }

    .vbag-expertise-row {
        flex-direction: column;
        align-items: center;
    }

    .vbag-expertise-item {
        flex: none;
        width: 100%;
        max-width: 400px;
    }
}


/* Realty */
.header-normal>.box-img::before {
    background-color: black;
}

/* Realty */



/* Apply to all selects inside .entry-box */
.entry-box select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill=' %23999' d=' M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.entry-box select:focus {
    outline: none;
    border-color: #73be45;
    box-shadow: 0 0 0 3px rgba(115, 190, 69, 0.2);
}

/* Contact */

.vbag-expertise-item i {
    font-size: 42px;
    color: #73be45;
    margin-bottom: 20px;
    transition: 0.3s ease;
}