.svg-turkiye-haritasi {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
  }
  .svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
  }
  .il-isimleri {
    position: absolute;
    z-index: 2;
  }
  .il-isimleri div {
    font-family: 'Open Sans';
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  #svg-turkiye-haritasi path {
    cursor: pointer;
    transition: fill 0.3s ease;
  }
  #svg-turkiye-haritasi path:hover {
    fill: #cfcfcf;
  }

  /* Selected province styling */
  .selected-province path {
    fill: #C52127 !important;
  }

  /* Default province name (always visible) */
  .default-province-name {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 7px;
    color: #39404A;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 8;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
  }

  .default-province-name.is-selected {
    color: #fff !important;
  }

  .default-province-name::before {
    content: '';
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9C9.5 7.62 10.62 6.5 12 6.5C13.38 6.5 14.5 7.62 14.5 9C14.5 10.38 13.38 11.5 12 11.5Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .default-province-name.is-selected::before {
    display: block;
  }
  #bolge-1 g path{
    fill:#e0e0e0
  }
  #bolge-2 g path{
    fill:#e0e0e0
  }
  #bolge-3 g path{
    fill:#e0e0e0
  }
  #bolge-4 g path{
    fill:#e0e0e0
  }
  #bolge-5 g path{
    fill:#e0e0e0
  }
  #bolge-6 g path{
    fill:#e0e0e0
  }
  #bolge-7 g path{
    fill:#e0e0e0
  }
  
  