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

.dark-background p {
    padding-right: 50px;
}

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

.donors-section {
    padding-top: 80px;
}

.donors-gallery {
    display: flex;
    align-items: center;
    column-gap: 120px;
    padding-block: 100px;
    justify-content: center;
    padding-inline: 20px;
}

.donors-section h2 {
    margin-bottom: 0;
}

body .hero-inner 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 .hero-inner a:hover span {
    background-color: var(--primary-color);
}

body .hero-inner a {
    display: inline-flex;
    align-items: center;
}

.hero-inner {
    padding: 120px 0 70px;
    position: relative;
}

.hero-inner .hero-heading-container {
    max-width: 936px;
    width: 100%;
    margin-inline: auto;
}

.hero-inner h1 {
    background:  linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
;
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Urbanist;
    font-size: 90px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
    color: rgba(54, 64, 101, 1);
}

.hero-heading-container {
    padding-block: 70px;
    position: relative;
}

.hero-heading-row {
    border-bottom: 1px solid rgba(29, 35, 60, 0.1);
    margin-bottom: 70px;
}

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

.hero-text {
    text-align: center;
    max-width: 1040px;
    width: 100%;
    margin-inline: auto;
    color: rgba(54, 64, 101, 1);
}

.hero-inner-button {
    margin-top: 30px;
}

#pay-pal-modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(29, 35, 60, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(50px);
    transition: 0.3s all ease-in-out;
    z-index: -1;
    opacity: 0;
}

#pay-pal-modal.active {
    z-index: 10000;
    opacity: 1;
}

.modal-inner {
    background-color: #fff;
    position: relative;
    max-width: 680px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    text-align: center;
}

.close-confirmation {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 555px;
    background: linear-gradient(180.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.close-confirmation:hover {
    transform: scale(1.15);
}

.close-confirmation i {
    color: #ffffff;
    font-size: 16px;
}

.modal-inner h2 {
    margin-bottom: 0;
}

.modal-inner a {
    font-weight: 600;
}

@media(max-width: 991px) {
    .hero-heading-container {
        padding-block: 40px;
    }
}

@media(max-width: 575px) {

    .hero-inner h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: -2px;
        margin-bottom: 10px;
    }

    .hero-inner {
        padding: 70px 0 30px;
    }

    .hero-heading-container {
        padding-block: 30px;
    }

    .hero-heading-row {
        margin-bottom: 30px;
    }

    .hero-subtitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }
}

@media(max-width: 1500px) {
    .donors-gallery {
        column-gap: 60px;
    }
}

@media(max-width: 991px) {
    .dark-background p {
        text-align: center;
        margin-bottom: 30px;
        padding-right: 0;
    }

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

    .donors-gallery {
        padding-block: 40px;
        flex-direction: column;
        row-gap: 40px;
    }

    .donors-section {
        padding-top: 40px;
    }
}

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

}