  .bfd-corporate {
    padding: 50px 0 70px;
    background: var(--bfd-white);
}


.bfd-corporate-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}


.bfd-corporate-grid h3 {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 900;
    color: var(--bfd-navy);
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.bfd-corporate-grid p {
    font-size: 15px;
    color: #445;
    line-height: 1.85;
    margin-bottom: 12px;
}
.bfd-corporate-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bfd-warm);
    border: 2px solid var(--bfd-border);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    color: var(--bfd-navy);
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 6px;
}
.bfd-corporate-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.bfd-corporate-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--bfd-warm);
    border: 2px solid var(--bfd-border);
    border-radius: 16px;
    padding: 20px 22px;
    transition: all 0.3s;
}

.bfd-corporate-card-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--bfd-navy), var(--bfd-navy2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}
.bfd-corporate-card h5 {
    font-size: 14px;
    font-weight: 800;
    color: var(--bfd-navy);
    margin: 0 0 4px;
}
.bfd-corporate-card p {
    font-size: 13px;
    color: var(--bfd-muted);
    line-height: 1.55;
    margin: 0;
}

.bfd-gallery {
    padding: 40px 0 68px;
    background: var(--bfd-navy);
    position: relative;
    overflow: hidden;
}.bfd-gallery::before {
    content: '📸';
    position: absolute;
    right: -20px;
    bottom: -30px;
    font-size: 280px;
    opacity: 0.04;
    line-height: 1;
    pointer-events: none;
}.bfd-gallery .bfd-section-heading2 {
    color: #fff;
}.bfd-gallery-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    max-width: 600px;
    margin-bottom: 44px;
}.bfd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}.bfd-gallery-grid-item:nth-child(1) {
    aspect-ratio: unset;
    min-height: 320px;
}
.bfd-gallery-grid-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}
.bfd-gallery-grid-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    aspect-ratio: /3;
}
.bfd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}.bfd-gallery-grid-item:nth-child(1) {
    aspect-ratio: unset;
    min-height: 320px;
}
.bfd-gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.bfd-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 60, 122, 0.85) 0%, rgba(0, 60, 122, 0.2) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}
.bfd-gallery-overlay-caption {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transform: translateY(10px);
    transition: transform 0.4s ease;
    line-height: 1.4;
}.bfd-gallery-overlay-caption {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transform: translateY(10px);
    transition: transform 0.4s ease;
    line-height: 1.4;
}
.bfd-gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

@media (max-width: 480px) {
    .bfd-gallery-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .bfd-gallery-grid-item, .bfd-gallery-grid-item:nth-child(1), .bfd-gallery-grid-item:nth-child(5), .bfd-gallery-grid-item:nth-child(8) {
        grid-column: span 1;
        aspect-ratio: 4 / 3;
        min-height: unset;
    }
}





.bfd-tiers {
    padding: 40px 0 60px;
   
    position: relative;
    overflow: hidden;
}
.bfd-tiers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 48px;
    position: relative;
    z-index: 1;
}
.bfd-tier-card {
    background: var(--bfd-white);
    border-radius: 22px;
    padding: 32px 24px 26px;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffedaa;
    transition: all 0.35s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.bfd-tier-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(225deg, rgba(255, 193, 7, 0.12), transparent 60%);
    transition: width 0.4s, height 0.4s;
}
.bfd-tier-card-emoji {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
    transition: transform 0.35s;
}
.bfd-tier-card-amount {
   
    font-size: 40px;
    font-weight: 900;
    color: var(--bfd-navy);
    letter-spacing: -1.5px;
    line-height: 1;
    margin-bottom: 4px;
}
.bfd-tier-card-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--bfd-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.bfd-tier-card-rule {
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, var(--bfd-navy), var(--bfd-gold));
    border-radius: 2px;
    margin-bottom: 12px;
    transition: width 0.3s;
}
.bfd-tier-card-desc {
    font-size: 13px;
    color: var(--bfd-muted);
    line-height: 1.7;
    flex: 1;
    margin: 0 0 20px;
}
.bfd-tier-card-btn {
    background: var(--bfd-navy);
    color: #fff;
    border: none;
    padding: 11px 0;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: auto;
}

.bfd-tier-card-popular {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--bfd-orange);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 50px;
}


.bfd-tier-card-btn2 {
    color: #fff;
    background: transparent;
    border: 2px solid var(--bfd-navy);
    color: var(--bfd-navy);
    padding: 11px 0;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: auto;
}
@media (max-width: 540px) {
    .bfd-tiers-grid {
        grid-template-columns: 1fr;
    }
}



.bfd-kit {
    padding: 40px 0 60px;
    background: var(--bfd-white);
}
.bfd-kit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 70px;
}
.bfd-kit-card {
    background: var(--bfd-warm);
    border-radius: 20px;
    padding: 28px 18px 22px;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #ffedaa;
}
.bfd-kit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.08), rgba(0, 60, 122, 0.04));
    opacity: 0;
    transition: opacity 0.3s;
}
.bfd-kit-card-emoji {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
    transition: transform 0.4s ease;
}
.bfd-kit-card-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--bfd-navy);
    margin-bottom: 6px;
}
.bfd-kit-card-note {
    font-size: 11px;
    color: var(--bfd-muted);
    line-height: 1.5;
    margin: 0;
}

.bfd-kit-value-bar {
    margin-top: 32px;
    background: linear-gradient(90deg, var(--bfd-navy), var(--bfd-navy2));
    border-radius: 16px;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.bfd-kit-value-bar h4 {
   
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 900;
    color: var(--bfd-gold);
    margin: 0;
    line-height: 1;
}
.bfd-kit-value-bar p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 4px 0 0;
}
.bfd-kit-value-bar-btn {
    background: var(--bfd-gold);
    color: var(--bfd-navy);
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.35);
}

@media (max-width: 540px) {
    .bfd-kit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

















    @media (max-width: 640px) {
    .bfd-timeline-step:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 640px) {
    .bfd-timeline-year {
        font-size: 9px;
        letter-spacing: 1.5px;
        margin-bottom: 3px;
    }
}
.bfd-timeline-step.is-current .bfd-timeline-number {
    color: var(--bfd-gold);
}

.bfd-timeline-step.is-current .bfd-timeline-desc {
    font-weight: 700;
    color: var(--bfd-navy);
}
@media (max-width: 640px) {
    .bfd-timeline-desc {
        font-size: 12px;
        line-height: 1.4;
    }
}
@media (max-width: 640px) {
    .bfd-timeline::after {
        content: '';
        position: absolute;
        top: 32px;
        bottom: 32px;
        left: 44px;
        width: 3px;
        background: linear-gradient(180deg, var(--bfd-gold), rgba(255, 193, 7, 0.2));
        z-index: 0;
    }
}
    @media (max-width: 640px) {
    .bfd-timeline-step {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
        padding-bottom: 32px;
        position: relative;
        z-index: 1;
    }
}

.bfd-timeline-step.is-current .bfd-timeline-circle {
    background: var(--bfd-gold);
    color: var(--bfd-navy);
    box-shadow: 0 8px 28px rgba(255, 193, 7, 0.45);
}
    @media (max-width: 640px) {
    .bfd-timeline {
        flex-direction: column;
        gap: 0;
    }
}
@media (max-width: 640px) {
    .bfd-timeline-step {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
        padding-bottom: 32px;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 640px) {
    .bfd-timeline-circle {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        font-size: 16px;
        margin: 0;
    }
}
@media (max-width: 640px) {
    .bfd-timeline-year {
        font-size: 9px;
        letter-spacing: 1.5px;
        margin-bottom: 3px;
    }
}
@media (max-width: 640px) {
    .bfd-timeline-number {
        font-size: clamp(22px, 6vw, 30px);
        letter-spacing: -1px;
        margin-bottom: 2px;
    }
}
@media (max-width: 640px) {
    .bfd-timeline-desc {
        font-size: 12px;
        line-height: 1.4;
    }
}
    .bfd-timeline-step.is-current .bfd-timeline-circle {
    background: var(--bfd-gold);
    color: var(--bfd-navy);
    box-shadow: 0 8px 28px rgba(255, 193, 7, 0.45);
}
.bfd-milestone::after {
    content: '';
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.07);
    bottom: -150px;
    right: -100px;
    pointer-events: none;
}
    .bfd-section-heading2 {
   
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    color: var(--bfd-navy);
    letter-spacing: -0.8px;
    line-height: 1.15;
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bfd-timeline {
    display: flex;
    align-items: flex-start;
    margin-top: 70px;
    position: relative;
}
.bfd-timeline::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(16.67% + 16px);
    right: calc(16.67% + 16px);
    height: 3px;
    background: linear-gradient(90deg, var(--bfd-gold), rgba(255, 193, 7, 0.25));
    z-index: 0;
}
.bfd-timeline-step {
    flex: 1;
    text-align: center;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}
.bfd-timeline-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--bfd-navy);
    color: var(--bfd-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 16px;
    border: 4px solid var(--bfd-white);
    box-shadow: 0 6px 20px rgba(0, 60, 122, 0.2);
    transition: transform 0.3s;
}
.bfd-timeline-year {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--bfd-muted);
    margin-bottom: 6px;
}
.bfd-timeline-number {

    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    color: var(--bfd-navy);
    letter-spacing: -1.5px;
    line-height: 1;
    margin-bottom: 4px;
}
.bfd-timeline-desc {
    font-size: 13px;
    color: var(--bfd-muted);
    line-height: 1.5;
}
.bfd-milestone {
    background: var(--bfd-cream);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}


.bfd-intro {
    background: var(--bfd-warm);
    position: relative;
    overflow: hidden;
    padding: 52px 0 80px;
}
.bfd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.bfd-intro-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}
.bfd-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffc107;
    color: #fff;
  
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.bfd-intro-title {
   
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 900;
    color: #003c7a;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin: 0 0 18px;
}

.bfd-intro-title em {
    font-style: normal;
    color: #ffc107;
    position: relative;
    display: inline-block;
}

.bfd-intro-desc {
    font-size: 16px;
    color: #6b7a8d;
    line-height: 1.85;
    margin-bottom: 28px;
    max-width: 480px;
}

.bfd-intro-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.bfd-intro-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--bfd-white);
    border: 2px solid var(--bfd-border);
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--bfd-navy);
    box-shadow: 0 2px 8px rgba(0, 60, 122, 0.06);
    transition: all 0.3s;
}
.bfd-intro-pill i, .bfd-intro-pill strong {
    color: var(--bfd-orange);
}
.bfd-intro-pill i, .bfd-intro-pill strong {
    color: var(--bfd-orange);
}



#donor-container {
    min-height: 150px;
    padding: 10px;
}

.bfd-donor-card {
    background: var(--bfd-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 60, 122, 0.1);
}
.bfd-donor-card-header {
    background: none;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bfd-donor-card-header h5 {
    color: var(--bfd-navy);
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}
.bfd-donor-list {
    max-height: 300px;
    overflow-y: auto;
}
.donor-list {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}
.bfd-intro::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.12) 0%, transparent 70%);
    top: -160px;
    right: -100px;
    pointer-events: none;
}
.bfd-story {
    padding: 40px 0 60px;
    background: var(--bfd-white);
}
.bfd-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}
.bfd-section-heading {
    
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    color: var(--bfd-navy);
    letter-spacing: -0.8px;
    line-height: 1.15;
    margin-bottom: 16px;
}
.bfd-story-body p {
    font-size: 16px;
    color: #3a4860;
    line-height: 1.95;
    margin-bottom: 16px;
}
.bfd-testimonial {
   background: var(--bfd-warm);
    border-left: 6px solid var(--bfd-gold);
    border-radius: 4px 20px 20px 4px;
    padding: 26px 28px;
    margin: 28px 0;
    position: relative;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.08);
}
.bfd-story-body p {
    font-size: 16px;
    color: #3a4860;
    line-height: 1.95;
    margin-bottom: 16px;
}
.bfd-story-body p {
    font-size: 16px;
    color: #3a4860;
    line-height: 1.95;
    margin-bottom: 16px;
}


.bfd-testimonial-author {
    font-size: 12px;
    font-weight: 800;
    color: var(--bfd-orange);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.bfd-story-visual {
    position: relative;
    height: 520px;
}
.bfd-story-visual-deco-ring {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 20px solid rgba(255, 193, 7, 0.22);
    top: -34px;
    left: -34px;
    z-index: 0;
    pointer-events: none;
}
.bfd-story-visual-deco-dots {
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(0, 60, 122, 0.14) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    bottom: 60px;
    right: -16px;
    z-index: 0;
    pointer-events: none;
}
.bfd-story-img-main {
    
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 24px 64px rgba(0, 60, 122, 0.18);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 1;
}
.bfd-story-img-float {
    width: 52%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 6px solid var(--bfd-white);
    box-shadow: 0 16px 48px rgba(0, 60, 122, 0.18);
    transition: transform 0.5s ease;
    z-index: 2;
}

@media (max-width: 860px) {
    .bfd-intro-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 860px) {
    .bfd-donor-list {
        max-height: 200px;
    }
}
@media (max-width: 860px) {
    .bfd-story-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
@media (max-width: 540px) {
    .bfd-story-visual {
        height: 260px;
    }
}
@media (max-width: 540px) {
    .bfd-story-img-float {
        height: 140px;
    }
}
@media (max-width: 540px) {
    .bfd-story-img-main {
        height: 200px;
        width: 82%;
    }
}
@media (max-width: 860px) {
    
.bfd-story-img-main {
   
    object-fit: cover;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 24px 64px rgba(0, 60, 122, 0.18);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 1;
}
}



        #bearCharges,
    #taxExemption,
    #anonymousDonation {
        border-color: #888888;
    }
    .message {
        background-color: #ffffff;
        padding: 10px 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        color: #000;
        text-align: center;
        white-space: nowrap; 
        width: fit-content;
        max-width: 90%;        
        position: absolute; /* Positioning inside #donation-messages */
        top: 150px;
        left: 50%;
        transform: translate(-50%, -50%); /* Centers it horizontally & vertically */
        
        z-index: 10; 
    }
    .promo-section {
        background: #fff;
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show,
    .btn:first-child:active, :not(.btn-check)+.btn:active {
        background-color: #003c7a;
        border-color: #003c7a;
    }
    .btn-outline-primary {
        border-color: #000;
        color: #000;
    }
    .progress-container {
        position: relative;
        height: 6px;
        background: #ddd;
        border-radius: 3px;
        width: 98%;
    }
    .progress-bar {
        height: 8px;
        width:0%;
        background: #28a745;
        border-radius: 3px;
    }
    .progress-marker {
        left: 0%;
        position: absolute;
        top: -12px;
        transform: translateX(-50%);
        background: #28a745;
        color: white;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
    }
    .card {
        height: 100%; 
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card:hover {
        transform: translateY(-5px); /* Moves the card slightly up */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Increases shadow */
    }
    .icon {
        font-size: 3rem; /* Adjust icon size */
    }
    #pgCharges,
    #cvCharges,
    #taxExemption,
    #anonymousDonation {
        border-color: #888888;
    }
    #donor-container {
        min-height: 150px; /* Ensures space even when no donors */
        padding: 10px;
    }
    .donor-list {
        max-height: 200px; /* Adjust height as needed */
        overflow-y: auto;
        padding-right: 5px;
    }
    /* Custom scrollbar */
    .donor-list::-webkit-scrollbar {
        width: 6px;
    }
    .donor-list::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }
    .donor-list::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
    .donor-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #007bff;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
    .list-group-item{
        border: none;
    }
    .list-group-item strong{
        font-weight: 600
    }
    .no-donations {
        padding: 20px;
        color: #666;
        font-size: 15px;
    }

    .donate-link {
        display: inline-block;
        margin-top: 10px;
        padding: 8px 15px;
        background-color: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
    }

    .donate-link:hover {
        background-color: #0056b3;
    }
    @media (max-width: 768px) {
        .buttons-container {
            display: flex;
            flex-direction: column;
        }
        .promo-section {
            padding: 10px;
        }
        .sdg-images{
            height: 80px;
        }
    }
    .donation-status {
        text-align: center;
        font-weight: bold;
    }
    .impact-item {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease-in-out;
    }
    .impact-item:hover {
        transform: translateY(-5px);
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    }
    .impact-icon {
        font-size: 2rem;
        color: #00b1e3;
        margin-bottom: 10px;
    }
    .donation-section {
        background: #f8f9fa;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
   

/* Social Media Links */
.social-links a {
    text-decoration: none;
    color: #4f46e5;
    font-size: 1.8rem;
    margin: 0 10px;
    transition: 0.3s ease-in-out;
}

.social-links a:hover {
    color: #312e81;
    transform: scale(1.2);
}
 .share-popup {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: 50px;
        right: 0px;
        background: white;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        display: flex;
        flex-direction: row;
        gap: 10px;
        transition: visibility 0.3s, opacity 0.3s ease-in-out;
    }
    .share-popup.show {
        visibility: visible;
        opacity: 1;
    }
    .share-popup a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        text-decoration: none;
        font-size: 18px;
    }
    .facebook-link { background-color: #3b5998; }
    .twitter-link { background-color: #1da1f2; }
    .whatsapp-link { background-color: #25d366; }
    .linkedin-link { background-color: #0077b5; }
.testimonial-card {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.testimonial-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.testimonial-content {
    flex: 1;
}

.carousel-item {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
/* Testimonial Section */
.testimonial-section {
    text-align: center;
    position: relative;
}

/* Testimonial Card */
.testimonial-card {
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.testimonial-card:hover {
    transform: scale(1.05);
}

/* Custom Carousel Controls */
.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: none;
}

.carousel-control-prev-icon::before {
    content: '\f104'; /* FontAwesome left arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}

.carousel-control-next-icon::before {
    content: '\f105'; /* FontAwesome right arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}
 @media (max-width: 768px) {
    .testimonial-card {
        flex-direction: column; /* Stack image and text on mobile */
        text-align: center;
    }

    .testimonial-card img {
        width: 100px; /* Reduce image size on smaller screens */
        height: 100px;
    }

    .testimonial-content {
        text-align: center;
    }

    /* Adjust carousel controls for better touch experience */
    .carousel-control-prev, .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev-icon::before,
    .carousel-control-next-icon::before {
        font-size: 16px;
    }
}

/* Social Media Links */
.social-links a {
    text-decoration: none;
    color: #4f46e5;
    font-size: 1.8rem;
    margin: 0 10px;
    transition: 0.3s ease-in-out;
}

.social-links a:hover {
    color: #312e81;
    transform: scale(1.2);
}
    .promo-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.progress-container {
    position: relative;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    width: 98%;
}
.progress-bar {
    height: 8px;
    width: 0%;
    background: #28a745;
    border-radius: 3px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
.progress-marker {
    left: 0%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}


.donation-modal{
    border-radius:18px;
    overflow:hidden;
}

.amount-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border:1px solid #ccc;
    border-radius:8px;
    overflow:hidden;
}

.amount-btn{
    height:55px;
    border:none;
    background:#fff;
    font-size:20px;
    font-weight:600;
    border-right:1px solid #ddd;
    transition:.3s;
}

.amount-btn:last-child{
    border-right:none;
}

.amount-btn:hover{
    background:#f3f3f3;
}

.amount-btn.active{
    background:#0d4d8b;
    color:#fff;
}

.other-amount{
    height:52px;
    font-size:18px;
    text-align:center;
    border-radius:8px;
}

.donate-btn{
    background:#FFC107;
    border:none;
    color:#000;
    font-size:22px;
    font-weight:700;
    height:58px;
    border-radius:8px;
}

.donate-btn:hover{
    background:#ffb300;
}

.form-check-label{
    font-size:15px;
}

@media(max-width:576px){

.amount-btn{
    font-size:16px;
    height:50px;
}

.donate-btn{
    font-size:18px;
}

}