.dark-background {
    padding-block: 80px;
    background-color: rgba(29, 35, 60, 1);
}

.dark-background p {
 text-align: center;
    margin-bottom: 40px;
}

.dark-background .row {
    justify-content: center;
    align-items: center;
}

.dark-button-wrapper {
    text-align: center;
}

.gallery-center-wrapper {
    margin-top: 80px;
}

.dark-background .arrows-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    top: unset;
}

.dark-background {
    overflow: visible;
}

body .bottom-banner a span {
    content: '';
    position: relative;
    -webkit-mask: url('/wp-content/uploads/2025/09/Donate-icon-white.svg');
    background-color: #ffffff;
    top: unset;
    left: -10px;
    width: 25px;
    height: 25px;
    display: inline-flex;
}

body .bottom-banner a:hover span {
    background-color: var(--primary-color);
}

body .bottom-banner a {
    display: inline-flex;
    align-items: center;
}

@media(max-width: 575px) {
    .dark-background {
       padding: 30px 0 60px;
    }

    .dark-background p {
        margin-bottom: 30px;
    }

    .gallery-center-wrapper {
        margin-top: 30px;
    }

    .dark-background .arrows-wrapper {
        bottom: -84px;
    }

}


.bottom-banner {
    padding-block: 80px;
    position: relative;
    border-top: 1px solid rgba(29, 35, 60, 0.1);;
}

.bottom-banner:before {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
}

.bottom-banner p {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 40px;
}

body .bottom-banner:before {
    display: none;
}

@media(max-width: 575px) {


    body .bottom-banner {
       padding: 50px 0 40px;
    }

    .bottom-banner p {
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .bottom-banner:before {
        width: 120px;
    }

    .bottom-banner a {
        width: 100%;
        padding: 26px 20px;
    }
}