/* Filter button display names — marka teal (#135f66) */
.p-filter-text[filter-btn-text="altyapi"] {
    color: transparent !important;
}

.p-filter-text[filter-btn-text="altyapi"]::after {
    content: "Altyapı Projeleri";
    color: rgb(19, 95, 102);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: "HelveticaNowDisplay", sans-serif;
    white-space: nowrap;
}

/* JavaScript will handle text-after-filter transformations */

.p-filter-text[filter-btn-text="taahhut"] {
    color: transparent !important;
}

.p-filter-text[filter-btn-text="taahhut"]::after {
    content: "Taahhüt Projeleri";
    color: rgb(19, 95, 102);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: "HelveticaNowDisplay", sans-serif;
    white-space: nowrap;
}

/* JavaScript will handle text-after-filter transformations */

.p-filter-text[filter-btn-text="yatirim"] {
    color: transparent !important;
}

.p-filter-text[filter-btn-text="yatirim"]::after {
    content: "Yatırım Projeleri";
    color: rgb(19, 95, 102);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: "HelveticaNowDisplay", sans-serif;
    white-space: nowrap;
}

/* JavaScript will handle text-after-filter transformations */
