.iran-map {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: visible;
}

.iran-map svg {
    display: block;
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.iran-map .province {
    fill: #e0e0e0;
    stroke: #333;
    stroke-width: 0.5;
    transition: fill 0.3s ease;
    cursor: pointer;
}

.iran-map .province:hover {
    fill: #52A7AE;
}

.iran-map .province.active {
    fill: #52A7AE; /* رنگ اکتیو برای کرمان */
}

.iran-map a {
    text-decoration: none;
}

.iran-map-error {
    color: red;
    padding: 10px;
    text-align: center;
}