
    header {
        background: white;
    }
    .page {
      display: flex;
      height: 90vh;
      margin-top: 100px;
    }

    .left-panel {
      width: 50%;
      max-width: 750px;
      border-right: 1px solid #ddd;
      overflow-y: auto;
      padding: 24px 24px 80px;
      box-sizing: border-box;
    }

    .right-panel {
      flex: 1;
    }

    h1 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 0;
        line-height: 34px;
    }

    .quadrant-label {
        font-size: 16px;
        margin-bottom: 8px;
        text-align: center;
        color: #003E51;
    }

    .quadrant-filters {
        display: flex;
        gap: 8px;
        margin-bottom: 24px;
        justify-content: center;
        align-items: center;
    }

    .quadrant-btn {
      border: none;
      padding: 10px 18px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
      background: #003E51; /* inactive bg */
      color: #FFB447;
      transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s;
    }

    .quadrant-btn.active {
      background: #FFB447;
      color: #003E51;
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
      transform: translateY(-1px);
    }

    .quadrant-title {
      font-size: 22px;
      margin: 8px 0 16px;
      font-weight: 700;
       color: #003E51;
    }

    .community-card {
      border: 2px solid #003E51;
      border-radius: 4px;
      padding: 16px;
      margin-bottom: 16px;
      display: flex;
      gap: 16px;
      background: #fff;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      transition: 0.5s ease;
      cursor: pointer;
    }

    .community-card:hover {
      box-shadow: 3px 4px 4px rgb(0, 62, 81, 0.2);
    }

    .community-image {
      flex: 0 0 270px;
      height: 195px;
      background: #ccc; /* placeholder */
      border-radius: 4px;
      overflow: hidden;
    }

    .community-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .community-body {
      flex: 1;
    }

    .community-title {
      font-size: 22px;
      font-weight: 800;
      color: #003E51;
    }

    .community-homes-from {
      color: #f4b13a;
      font-weight: 800;
      margin-bottom: 8px;
      font-size: 15px;
      margin-top: -5px;
    }

    .community-meta {
      font-size: 14px;
      color: #003E51;
      line-height: 1.4;
      margin-bottom: 12px;
    }

    .community-btn {
      border: none;
      border-radius: 999px;
      padding: 8px 18px;
      background: #f4b13a;
      color: #003E51;
      font-size: 14px;
      cursor: pointer;
      transition: 0.5s ease;
      text-transform: uppercase;
      font-weight: 600;
    }
    .community-btn:hover{
        background: #ff9f14;
    }

    #map {
      width: 100%;
      height: 100%;
    }

    .left-panel::-webkit-scrollbar {
      width: 8px;
    }
    .left-panel::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
    }
    a:focus,a:focus-visible{
        border:none;
        box-shadow: none;
        outline: none;
    }

    .gm-style-iw.gm-style-iw-c {
        
        z-index: 1 !important;
    }
    .gm-style-iw-tc{
        display: none!important;
    }

    .gm-style-iw.gm-style-iw-c {
        border: 2px solid #003E51;
    }

    .gm-style-iw-chr {
        position: absolute!important;
        right: 0!important;
    }
    .gm-style-iw-d {
        max-width: 280px!important;
        padding-right: 0px!important;
        padding-top: 10px!important;
    }

.area-manager {
    width: 49%;
    display: inline-block;
}

.map-logo {
    margin: auto;
    text-align: center;
    height: 73px;
    margin-left: 5px;
}

.map-logo img {
    position: relative;
    width: 140px;
    text-align: center;
    margin: auto;
}

.community-title {
    text-transform: uppercase;
}

.am-title {
    font-weight: bold;
    line-height: 14px;
}
.gm-style-iw.gm-style-iw-c {
    top: 237px!important;
}

div#mobil_map_btn {
    display: none;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    background: #f3b139;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    border-top: 2px solid #003e51;
    z-index: 5;
}

#map_panel.show{
  display: block!important;
  visibility: visible!important;
}

.am-address a,.am-phone a{
  color: #003e51;
}

@media(max-width: 1180px){
  .area-manager{
    width: 100%;
  }
  .community-image {
    flex: 0 0 190px;
    height: 190px;
  }
}

@media(max-width: 950px){
  div#mobil_map_btn {
    display: block;
    visibility: visible;
  }
  .left-panel {
    width: 100%;
    max-width: 100%;
  }
   .community-image {
    flex: 0 0 270px;
    height: 195px;
  }
  .area-manager{
    width: 49%;
  }
  #map_panel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    flex: none;
    width: 100%;
    height: 100%;
    visibility: hidden;
  }
  
}


@media(max-width: 620px){

  .area-manager{
    width: 100%;
  }
  .community-image {
    flex: 0 0 190px;
    height: 190px;
  }
}

@media(max-width: 500px){
  .community-card{
    display: block;
  }
}