 .inside-container{
        display:flex;
        align-items:center;
    }
    @media (max-width:991px){
        .inside-container{
        flex-direction:column;
    }
    }

    .advanced-filtering H1{font-size:20px;
color: red;
font-weight: bold;
}

.advanced-filtering H2{font-size:18px;
color: red;
font-weight: bold;
}

.advanced-filtering H3{font-size:16px;
color: red;
font-weight: bold;
}

.map-placeholder { width: 100%; height: 260px; border: 5px solid rgb(200, 200, 200); outline: 1px solid rgb(213, 213, 213); background: #f5f5f5; position: relative; cursor: pointer; margin-bottom: 20px; }
.map-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 14px 24px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); font-size: 15px; font-weight: 600; white-space: nowrap; }




