/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  filter: none;
  box-shadow: none;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
  max-height: 450px;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: #1094F6;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

 
/* Iframe içinde kaydırma çubuğunu kaldır ve touch hareketlerini engelle */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.svg-turkiye-haritasi {
  width: 100%;
  height: 520px;
  touch-action: none;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Sadece harita container'ında scroll'u engelle */
  -webkit-overflow-scrolling: auto;
  overscroll-behavior: contain;
}
#svg-turkiye-haritasi {
  width: 100%;
  height: 500px;
  touch-action: none;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: transparent;
  stroke: #333333;
  stroke-width: 0.5;
}
#svg-turkiye-haritasi path:hover {
  fill: #00A3E0;
  stroke: #333333;
  stroke-width: 0.5;
}
#svg-turkiye-haritasi path.has-dealer {
  fill: #00A3E0;
  position: relative;
}
#svg-turkiye-haritasi path.has-dealer:hover {
  fill: #00A3E0;
}

/* City labels for dealers */
.city-label {
  position: absolute;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000 !important;
  pointer-events: none;
  z-index: 10;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.5px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate(-50%, -50%);
  transition: none;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .city-label {
    font-size: 12px !important;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 480px) {
  .city-label {
    font-size: 11px !important;
    letter-spacing: 0.2px;
  }
}
#guney-kibris {
  pointer-events: none;
}
