.campaign-page {
    font-family: "Poppins", "Segoe UI", "Tahoma", sans-serif;
}

.donate-wrapper {
    text-align: -webkit-center;
}

.donate-width {
    min-width: 365px;
}

.donate-card {
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.text-minimum {
    color: #ff7178;
    font-size: 14px;
    font-weight: bold;
}

.payment-btn {
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.campaign-title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.campaign-panel {
    border-radius: 16px;
    padding: 24px;
    min-height: 800px;
    color: #fff;
    position: relative;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0px);
    max-height: 500px
}

.campaign-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.22));
    pointer-events: none;
}

.campaign-panel > .row {
    position: relative;
    z-index: 1;
}

.stat-card {
    padding: 12px 10px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    width: 100%;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.85;
}

.stat-value {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    font-weight: bold;
    color: #53fc18;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    word-break: break-word;
}

.stat-meta {
    font-size: 1.3rem;
}

.stat-column {
    padding-top: 8px;
}

.progress-shell {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
}

.progress-shell-horizontal {
    width: 100%;
    height: 18px;
    display: flex;
    align-items: center;
}

.progress-shell-vertical {
    height: 480px;
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.progress-fill {
    background-color: #53fc18;
}

.progress-shell-horizontal .progress-fill {
    height: 100%;
}

.progress-shell-vertical .progress-fill {
    width: 100%;
}

.campaign-tabs .nav-link {
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    margin-right: 8px;
    border: 1px solid transparent;
    padding: 0.55rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.08);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.campaign-tabs .nav-link:hover {
    color: #e6e6e6;
    border-color: rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.16);
}

.campaign-tabs .nav-link.active {
    color: #111 !important;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.campaign-tabs {
    border-bottom: none;
    gap: 8px;
}

.campaign-tabs .nav-item {
    margin-bottom: 6px;
}

.tab-icon {
    font-size: 1rem;
}

.campaign-text {
    font-size: 1rem;
    line-height: 1.7;
    max-height:600px
}

.campaign-content-card {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.content-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    opacity: 0.9;
}

.content-body {
    color: rgba(255, 255, 255, 0.92);
}

.timeline-scroll {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    scrollbar-gutter: stable;
}

.timeline-scroll::-webkit-scrollbar {
    width: 8px;
}

.timeline-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.timeline-scroll::-webkit-scrollbar-thumb {
    background: rgba(83, 252, 24, 0.55);
    border-radius: 12px;
}

.timeline-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(83, 252, 24, 0.75);
}

.timeline-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(83, 252, 24, 0.6) rgba(255, 255, 255, 0.08);
}

.timeline-item-clean {
    background-color: transparent !important;
    color: white;
}

.timeline-item-clean .time {
    color: #c8ffe0;
    font-weight: 600;
}

.timeline-item-clean label {
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .donate-width {
        min-width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .campaign-panel {
        padding: 16px;
        min-height: auto;
        max-height: none;
        height: auto;
    }

    .campaign-title {
        font-size: 1.75rem;
    }

    .progress-shell-vertical {
        height: 320px;
    }

    .stat-card {
        margin-bottom: 12px;
    }

    .campaign-content-card {
        padding: 14px 16px;
    }

    .campaign-text {
        max-height: none;
    }
}






