.process-subtitle-item {
    width: 20% !important;
}

.gallery-section a {
    height: 400px;
    border-radius: 20px;
}

.gallery-section a img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.gallery-section {
    padding-block: 40px;
}

.gallery-slide {
    margin-inline: 15px;
}

.gallery-section .arrows-wrapper {
    margin-top: 30px;
    position: relative;
}

.arrows-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color:  rgba(29, 35, 60, 0.1);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.text-section {
    padding: 10px 0 80px;
}

.gallery-section {
    padding-bottom: 0;
}

.text-section p {
    margin-bottom: 20px;
}

.text-section p:last-of-type {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .gallery-section a {
        height: 280px;
    }
}

@media(max-width: 575px) {
    .gallery-section a {
        height: 250px;
    }

    .gallery-slide {
        margin-inline: 5px;
    }

    .gallery-section {
        padding-top: 20px;
    }

    .arrows-wrapper {
        margin-top: 20px;
    }

    .text-section {
        padding: 0 0 30px;
    }

    .gallery-section .arrows-wrapper {
        margin: 30px 0;
    }
}

@media(max-width: 400px) {
    .bottom-banner .blue-button {
        line-height: 120%;
    }
}

@media(max-width: 375px) {
    .gallery-section a {
        height: 150px;
    }
}

.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;
}

.gallery-section a:hover img {
    filter: brightness(120%);
    transition: 0.3s all ease-in-out;
}

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

    body .process-item-content h4 {
        display: none;
    }
}

@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;
    }

    .gallery-slide-wrapper {
        margin-inline: -8px;
    }
}

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

}

/* Bottom banner */

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

.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;
}

.banner-buttons {
    column-gap: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
}

@media(max-width: 575px) {
    .bottom-banner {
        padding-block: 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;
    }
}


/* Bottom baner ends */