#iran-map-1404 path,
#iran-map-1403 path {
    stroke: #fff !important;
    stroke-width: 1;
}

#iran-map-1403 .province {
    fill: #FFFFFF !important;
}

.enabled {
    pointer-events: auto !important;
}

.sea {
    fill: #2196f3;
}

.lake {
    fill: #5ec2f2;
}

.island {
    fill: #81C784;
    stroke: #388E3C;
}

path {
    pointer-events: none !important;
}

.province path {
    pointer-events: auto !important;
}

#iran-map-1403 path {
    pointer-events: none !important;
}


.tabs-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .tabs-container {
        margin-bottom: 40px;
    }
}

.tab-button {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 215, 0, 0.3);
    color: var(--light-cream);
    padding: 12px 35px;
    font-size: 1.1rem;
    font-family: 'Lalezar', cursive;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.tab-button:hover {
    background: rgba(255, 215, 0, 0.1);
    border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.tab-button.active {
    background: linear-gradient(135deg, var(--gold) 0%, #ffa500 100%);
    color: #1a1a2e;
    border-color: var(--gold);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
    font-weight: bold;
}

.tab-content-wrapper {
    display: none;
}

.tab-content-wrapper.active {
    display: block;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.interactive-card2 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s;
    padding: 30px;
    color: var(--light-cream);
    min-height: 350px;
}

.interactive-card2:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.interactive-card2 h3 {
    color: var(--gold);
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}

.path-city {
    stroke: rgba(255, 215, 0, 0.5);
    stroke-width: 0.5px;
    transition: fill 0.3s, transform 0.2s, z-index 0.2s;
    cursor: pointer;
    transform-origin: center;
}

.path-city:hover {
    fill: rgba(255, 215, 0, 0.7) !important;
    filter: drop-shadow(0px 0px 8px var(--gold));
    transform: scale(1.02);
    z-index: 10;
}

.path-city.active-province {
    stroke: var(--gold);
    stroke-width: 2px;
    filter: drop-shadow(0px 0px 10px rgba(255, 215, 0, 0.8));
}

.info-item {
    text-align: center;
    margin-bottom: 20px;
}

.info-item i {
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
}

.info-item .stat-number {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin: 10px 0;
}

.info-item p {
    margin: 0;
    color: #ccc;
    font-size: 1.1rem;
}

.color-total {
    color: #4caf50;
}

.color-boys {
    color: #2196f3;
}

.color-girls {
    color: #f44336;
}

.main-button {
    background: linear-gradient(135deg, var(--gold) 0%, #ffa500 100%);
    color: #1a1a2e;
    padding: 12px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.main-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    color: #1a1a2e;
}

@media (max-width: 576px) {
    .interactive-card2 {
        padding: 20px;
        min-height: 200px;
        border-radius: 12px;
        margin: 10px 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin-top: -5%;
    }

    .interactive-card2:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

    .interactive-card2 h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .info-item {
        margin-bottom: 10px;
        text-align: center;
    }

    .info-item i {
        font-size: 1.4rem;
    }

    .info-item .stat-number {
        font-size: 1.6rem;
    }

    .info-item p {
        font-size: 0.9rem;
    }

    .info-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        gap: 10px;
        margin: 0;
    }

    .info-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .info-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .info-item:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .info-item:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
}