/*==============================================
    CTA One
===============================================*/
.cta-one {
    position: relative;
    display: block;
    background-color: #212529;
    padding: 136px 0 140px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.cta-one__title-box {
    position: relative;
    display: block;
}

.cta-one__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--anity-white);
}

.cta-one__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 42px;
}



/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-two__inner {
    position: relative;
    display: block;
    text-align: center;
    background-color: #121212;
    border-radius: 37px;
    padding: 146px 0 146px;
    overflow: hidden;
    z-index: 1;
}

.cta-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .50;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-two__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--anity-white);
}

.cta-two__btn-box {
    position: relative;
    display: block;
    margin-top: 49px;
}

/*--------------------------------------------------------------
# CTA Three (Updated with #763402 Gradient)
--------------------------------------------------------------*/
.cta-three {
    position: relative;
    display: block;
    background: linear-gradient(to right, #763402 0%, #945a28 100%);
    padding: 68px 0px 61px;
    text-align: center;
}

/* CTA Content Styling */
.cta-three__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Left Box */
.cta-three__content .left-box {
    position: relative;
    display: block;
}

.cta-three__content .left-box .title h2 {
    color: white;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1em;
}

.cta-three__content .left-box .text {
    padding-top: 14px;
}

.cta-three__content .left-box .text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 30px;
}

/* Right Box */
.cta-three__content .right-box {
    position: relative;
    display: block;
}

/* Donate Button Styling */
.cta-three__content .right-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}



.cta-three__content .right-box .btn-box .thm-btn:hover {
    color: white;
    background-color: #945a28;
    border-color: white;
}

/* Hover Effects */
.cta-three__content .right-box .btn-box .thm-btn::after {
    background-color: white;
}

.cta-three__content .right-box .btn-box .thm-btn:hover span {
    background-color: white;
    color: #763402;
}












/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/