.yatirim-filter-bar {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: #f1f5f9;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.yatirim-ilce-select {
    min-width: 220px;
}

.yatirim-progress .progress-bar {
    transition: width .9s ease-in-out;
}
.yatirim-tabs .nav-link {
    border-radius: 999px;
    padding: .45rem 1.1rem;
    font-weight: 500;
    color: #4b5563; /* normal durumda gri ton */
    border: 1px solid transparent;
}

    .yatirim-tabs .nav-link:hover {
        background: #e5e7eb; /* hover iÃ§in hafif gri */
        color: #111827;
    }

    .yatirim-tabs .nav-link.active {
        background: #002f4b; /* Ä°STENEN RENK */
        color: #f9fafb; /* yazÄ± rengi aÃ§Ä±k */
        border-color: #002f4b;
    }

.yatirim-card {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 .6rem 1.4rem rgba(15, 23, 42, 0.09);
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.yatirim-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.yatirim-card-body {
    padding: 1rem 1.25rem 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex: 1;
}

.yatirim-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: .25rem;
}

.yatirim-status-badge {
    font-size: .78rem;
    border-radius: 999px;
    padding: .18rem .7rem;
}

.yatirim-status-tamamlanan {
    background: #dcfce7;
    color: #166534;
}

.yatirim-status-devam {
    background: #eff6ff;
    color: #1d4ed8;
}

.yatirim-status-planlanan {
    background: #fef3c7;
    color: #92400e;
}

.yatirim-date {
    font-size: .8rem;
    color: #64748b;
}

.yatirim-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    margin-bottom: .15rem;
    color: #475569;
}
/* Kart hover animasyonu */
.yatirim-card {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 .6rem 1.4rem rgba(15, 23, 42, 0.09);
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .yatirim-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 1.2rem 2.2rem rgba(15, 23, 42, 0.16);
    }

/* GÃ¶rsel sarmalayÄ±cÄ± - badge ve zoom iÃ§in */
.yatirim-card-img-wrapper {
    position: relative;
    overflow: hidden;
}

/* GÃ¶rsel zoom efekti */
.yatirim-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.yatirim-card:hover .yatirim-card-img {
    transform: scale(1.04);
}

/* Durum badge Ã¼stte, saÄda */
.yatirim-status-pill {
    position: absolute;
    top: .75rem;
    right: .75rem;
    padding: .25rem .9rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    box-shadow: 0 .15rem .35rem rgba(15, 23, 42, 0.25);
    backdrop-filter: blur(6px);
}

/* Mevcut renkler zaten gÃ¼zel, sadece sÄ±nÄ±flarÄ± kullanacaÄÄ±z */
.yatirim-status-badge {
    font-size: .78rem;
    border-radius: 999px;
    padding: .18rem .7rem;
}

.yatirim-status-tamamlanan {
    background: #dcfce7;
    color: #166534;
}

.yatirim-status-devam {
    background: #eff6ff;
    color: #1d4ed8;
}

.yatirim-status-planlanan {
    background: #fef3c7;
    color: #92400e;
}
