/* Custom CSS for navbar centering and banner adjustments */

/* Center the navbar */
.nav-holder #site-navigation {
  display: flex;
  justify-content: center;
}

.nav-holder .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Center the navigation menu items */
.main-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive adjustments for map */
@media only screen and (max-width: 1024px) {
  .banner-map {
    max-width: 100% !important;
    width: 100% !important;
  }

  .evliya-overlay {
    font-size: 0.9em !important;
    padding: 10px 15px !important;
  }
}

/* Ensure blog section search bar has proper styling */
.trip-search-inline {
  max-width: 100%;
}

/* Custom Leaflet Popup Styles */
.leaflet-popup-content-wrapper {
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  width: auto !important;
  max-width: 320px;
}

.turbe-popup {
  padding: 12px;
  background: #fff;
}

.tp-img img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}