    .contact-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .list-group-flush > .list-group-item {
        display: flex !important;
        align-items: center;
    }

    .contact-content-container {
        position: relative;
        z-index: 2;
        padding: 80px 0;
        color: white;
    }

    .section-title-gold2 {
        color: #E7CB98;
        font-weight: 700;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 2.5rem;
        letter-spacing: 1px;
    }

    .location-card {
        background-color: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }



    .location-tabs .list-group-item {
        cursor: pointer;
        transition: background-color 0.2s, color 0.2s;
        font-size: 1.25rem;
        font-weight: 670;
        border: none;
        color: #E7CB98;
        background: transparent;
    }

    .location-tabs2 .list-group-item {
        cursor: pointer;
        transition: background-color 0.2s, color 0.2s;
        font-size: 1.25rem;
        font-weight: 670;
        border: none;
        color: #E7CB98;
        background: transparent;
    }

    .location-tabs .list-group-item:hover {
        background-color: #7C170F;
        color: #fff;
    }
    .location-tabs2 .list-group-item:hover {
        background-color: #7C170F;
        color: #fff;
    }

    .location-tabs .list-group-item.active {
        background-color: #7C170F;
        color: #fff;
        font-weight: bold;
        border: none;
    }
    .location-tabs2 .list-group-item.active {
        background-color: #7C170F;
        color: #fff;
        font-weight: bold;
        border: none;
    }

    /* Custom: highlight active-location with red block and white text */
    .location-tabs .list-group-item.active-location {
        background-color: #7C170F !important;
        color: #fff !important;
        font-weight: bold;
    }
    .location-tabs2 .list-group-item.active-location {
        background-color: #7C170F !important;
        color: #fff !important;
        font-weight: bold;
    }

    .map-container iframe {
        width: 100%;
        height: 350px;
        border: none;
    }