span.title-span{
    color: #77DD77;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
span.title-span::after {
    content: "";
    display: inline-block;
    background: url("../images/title-span.png") no-repeat center center;
    background-size: contain; /* میشه cover هم بذاری */
    width: 33px;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: 5px;
}
section.archive-project{
    margin-top: 44px;
}
section.archive-project .breadcrumb a{
    color: #919191;
    text-decoration: none;
}
section.archive-project h2{
    color: #104E92;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 64px;
}
/* فیلتر سمت چپ */
.filter-box {
    background: #fff;
    border: 1px solid #eee;
}
.filter-list .filter-btn {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    border: none;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: right;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
}
.filter-list .filter-btn.active,
.filter-list .filter-btn:hover {
    background: #004aad;
    color: #fff;
}

/* کارت پروژه */
.project-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.project-title {
    font-weight: 700;
    font-size: 16px;
    border-right: 3px solid #91E391;
    padding-right: 7px;
}
.project-card .btn {
    background: #7D7;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    direction: ltr;
    padding: 10px;
    color: #104E92;
}
.project-card .btn img {
    width: 18px;
}
