 /* ==========================
   Food Sayfası Arka Plan
   ========================== */
.hero-sec-six {
  background: url('/assets/img/banner/food-bg.jpg') no-repeat center center/cover !important;
}



/* Şehir autocomplete listesi */
#city-suggestions {
  position: absolute;
  top: 100%;          
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
}