.campaign-detail .container {
    display: flex;
    flex-wrap: wrap;
}
.campaign-detail .campaign-detail-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.campaign-detail .campaign-detail-info .left, .campaign-detail .campaign-detail-info .right {
    flex: 1 1 100%; 
    margin: 10px;
}
.campaign-detail .campaign-detail-info .left img {
    border-radius: 10px;
    width: 100%; 
    height: auto;
}
@media (min-width: 992px) {
    .campaign-detail .campaign-detail-info .left, .campaign-detail .campaign-detail-info .right {
        flex: 1; 
        margin: 0; 
    }
    .campaign-detail .campaign-detail-info .left {
        max-width: 50%;
        padding-right: 20px; 
    }
    .campaign-detail .campaign-detail-info .right {
        max-width: 50%;
        padding-left: 20px; 
    }
}
.campaign-detail-info .right h4 {
    font-size: 24px;
    font-weight: 800;
}
.campaign-detail-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.campaign-detail-info .right{
    background-color: #ffffff;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    border: solid 1px rgba(0, 86, 33, 0.1);
}
.campaign-detail-info a {
    color: #45474B;
}
.campaign-detail .progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}
.campaign-detail .progress {
    width: 100%;
    height: 10px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.campaign-detail .progress-bar {
    height: 100%;
    background-color: #FFBB0C;
}
.campaign-detail .progress-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.campaign-detail .progress-start, .campaign-detail .progress-end {
    display: flex;
    flex-direction: column;
}
.campaign-detail .progress-end {
    text-align: right;
}
.campaign-detail .progress-start {
    text-align: left;
}
.campaign-detail .amount {
    font-size: 14px;
    color: #1D7E05;
    font-weight: 600;
    margin-top: 5px;
}
.campaign-detail .days-left {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
}
.campaign-detail .Durasi {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 10px;
}
.campaign-detail .sisa-hari {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.campaign-detail .jumlah {
    font-size: 14px;
    color: #1D7E05;
    font-weight: bold;
    margin-top: 5px;
}
.campaign-detail .button-selengkapnya {
    color: #f2f9f9;
    background: #1D7E05;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-top: 20px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    display: flex;
    padding: 5px 20px;
    border-radius: 10px;
    transition: 0.3s;
}
.filter {
    margin-bottom: 20px;
    margin-left: 40px;
}
.detail-filters {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.detail-filters li {
    display: inline-block; 
    margin-right: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    padding: 5px 10px; 
    transition: color 0.3s; 
}
.filter .detail-filters li a:hover {
    color: #1D7E05; 
}
.detail-filters li.filter-active a {
    color: #1D7E05; 
}
.detail-filters li a {
    color: #45474B; 
}
.filter-divider {
    border: none;
    border-top: 2px solid #ddd;
    margin: 10px 0;
}
@media (max-width: 575px) {
    .detail-filters li {
        font-size: 14px;
        margin: 0 5px;
    }
}
.share-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share-buttons p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.icon-container {
    display: flex;
    gap: 10px; 
}
.icon-container a {
    text-decoration: none;
    color: inherit;
}
.icon-container i {
    font-size: 22px;
}
.icon-container a:hover i {
    color: #fff; 
    font-size: 22px;
}
.detail .container {
    padding: 40px; 
    background-color: #ffffff;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    border: solid 1px rgba(0, 86, 33, 0.1);
}
.detail-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #1D7E05;
}
.detail p {
    margin: 10px 0;
    text-align: justify;
}
.detail br {
    line-height: 2;
}
.donatur {
    padding: 0;
}
.donatur .container {
    padding: 5px 20px; 
}
.donatur .para-donatur {
    background-color: color-mix(in srgb, #d9d9d9 , transparent 70%);
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: solid 1px rgba(0, 86, 33, 0.1);
}
.top-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.donation-date, .donation-category {
    font-size: 14px;
    color: #555;
}
.icon-and-details {
    display: flex;
    align-items: center;
}
.bi-person-square {
    font-size: 4rem;
    margin-right: 20px; 
    color: #b4b4b4;
}
.details {
    flex: 1;
}
.donor-name, .donation-amount {
    margin: 0;
    font-size: 16px;
    color: #333;
}
.donor-name {
    font-weight: bold;
}
.donation-amount {
    margin-top: 5px;
    color: #1D7E05;
}
.donor-list {
    max-height: 400px; 
    overflow-y: auto; 
    padding-right: 15px; 
    margin-bottom: 20px;
}
#campaign-unggulan .program-filters {
    display: flex;
    justify-content: flex-end; 
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    width: 30%; 
}
@media (max-width: 575px) {
    #campaign-unggulan .program-filters {
        width: 100%; 
        justify-content: center; 
    }
    .detail {
        padding: 20px;
    }
    .detail .container {
        padding: 15px;
    }
    
}
.other-campaigns h3 {
    font-weight: 700;
}
.other-campaigns .campaign-unggulan-content {
    background-color: var(--surface-color);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.other-campaigns .campaign-unggulan-content img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
    width: 100%; 
    height: auto; 
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}
.other-campaigns .campaign-unggulan-content .campaign-unggulan-info {
    background-color:#ffffff;
    border-top: 1px solid
        color-mix(in srgb, #222222, transparent 90%);
    padding: 25px 20px;
    position: relative;
    z-index: 2;
}
.other-campaigns .campaign-unggulan-content .campaign-unggulan-info .btn-btn-primary{
    color: #f2f9f9;
    background: #1D7E05;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-top: 20px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    display: flex;
    padding: 5px 15px;
    border-radius: 10px;
    transition: 0.3s;
}
.other-campaigns .campaign-unggulan-content .campaign-unggulan-info .btn-btn-primary:hover {
    background: #FFBB0C;
}
.other-campaigns .campaign-unggulan-content .campaign-unggulan-info h3 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}
.other-campaigns .campaign-unggulan-content .campaign-unggulan-info h3 a {
    color: var(--heading-color);
    transition: 0.3s;
}
.other-campaigns .campaign-unggulan-content .campaign-unggulan-info h3 a:hover {
    color: var(--accent-color);
}
.other-campaigns .campaign-unggulan-content .campaign-unggulan-info p {
    color: color-mix(in srgb, #222222, transparent 30%);
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}
.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}
.progress {
    width: 100%;
    height: 10px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.progress-bar {
    height: 100%;
    background-color: #FFBB0C;
}
.progress-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.progress-start, .progress-end {
    display: flex;
    flex-direction: column;
}
.progress-end {
    text-align: right;
}
.progress-start {
    text-align: left;
}
.amount {
    font-size: 14px;
    color: #1D7E05;
    font-weight: 600;
    margin-top: 5px;
}
.days-left {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
}
.Durasi {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 10px;
}
.sisa-hari {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.jumlah {
    font-size: 14px;
    color: #1D7E05;
    font-weight: bold;
    margin-top: 5px;
}
.campaign-unggulan .button-wrapper {
    text-align: center; 
    margin-top: 30px; 
}
@media (max-width: 768px) {
    .other-campaigns .campaign-item .campaign-info h4 {
        font-size: 16px;
    }
}