.devameden-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.devameden-filtre {
    width: 100%;
    height: 400px;
    background-image: url("../assets/images/projelerarkaplan.png");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.devameden-filtre::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.devameden-içerik {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    width: 90%;
}

.devameden-içerik h1 {
    font-size: 40px;
    margin: 0;
}

.devameden-kutu {
    width: 90%;
    max-width: 1100px;
    min-height: 220px;
    display: flex;
    background-color: #F0F8FF;
    border-radius: 12px;
    margin: 40px auto 25px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.pirebi-anafoto {
    width: 32%;
    flex-shrink: 0;
}

.pirebi-anafoto img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.pirebi-text {
    width: 68%;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.pirebi-text h1 {
    margin: 0 0 15px 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
}

.pirebi-tamamlanma {
    width: 100%;
    margin-bottom: 20px;
}

.pirebi-tamamlanma-baslik {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}

.pirebi-tamamlanma-progress-bar {
    width: 100%;
    height: 10px;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.pirebi-tamamlanma-progress-bar-uzunluk {
    width: 0%;
    height: 100%;

    background-color: #1d5a85;

    border-radius: 10px;
}

@media (max-width: 1024px) {

    .devameden-filtre {
        height: 330px;
    }

    .devameden-içerik h1 {
        font-size: 35px;
    }

    .devameden-kutu {
        width: 90%;
        min-height: 210px;
    }

    .pirebi-anafoto {
        width: 38%;
    }

    .pirebi-text {
        width: 62%;
        padding: 22px;
    }

}

@media (max-width: 768px) {

    .devameden-filtre {
        height: 260px;
    }

    .devameden-içerik {
        width: 92%;
    }

    .devameden-içerik h1 {
        font-size: 29px;
    }

    .devameden-kutu {
        width: 92%;
        display: flex;
        flex-direction: column;
        min-height: 0;
        margin: 30px auto;
        border-radius: 12px;
    }

    .pirebi-anafoto {
        width: 100%;
    }

    .pirebi-anafoto img {
        width: 100%;
        height: 210px;
    }

    .pirebi-text {
        width: 100%;
        padding: 20px;
    }

    .pirebi-text h1 {
        font-size: 20px;
    }

    .pirebi-tamamlanma-baslik {
        font-size: 13px;
    }

}

@media (max-width: 480px) {

    .devameden-filtre {
        height: 220px;
    }

    .devameden-içerik {
        width: 94%;
    }

    .devameden-içerik h1 {
        font-size: 25px;
    }

    .devameden-kutu {
        width: 94%;
        margin: 25px auto;
    }

    .pirebi-anafoto img {
        height: 180px;
    }

    .pirebi-text {
        padding: 17px;
    }

    .pirebi-text h1 {
        font-size: 18px;
    }

    .pirebi-tamamlanma-baslik {
        font-size: 12px;
    }

    .pirebi-tamamlanma-progress-bar {
        height: 8px;
    }

}