/* Cause Style 1 */
.cause-style-1 .donation-info li:first-child:after {
    content: "/";
    margin-right: 5px;
    margin-left: 3px;
    padding: 0;
}
.cause-style-1 ul.donation-info {
    display: flex;
    padding: 0;
    margin-bottom: 2px;
}
.cause-style-1 .donation-info li {
    list-style: none;
    text-transform: uppercase;
}
.cause-style-1 .cause-media img{
height: 320px;
width: 100%;
}
.cause-style-1 .lifeline-donation-app{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cause-style-1 .donation-progress-wrap {
    position: absolute;
    bottom: 18px;
    width: 100%;
    padding: 0px 29px 0px 32px;
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.cause-style-1 .cause-item:hover .donation-progress-wrap{
    visibility: hidden;
    opacity: 0;
    transform: translateX(70px);
}
.cause-style-1 .progress {
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
}
.cause-style-1 .progress-bar {
    background-color: var( --e-global-color-primary );
    position: absolute;
    bottom: 0;
    left: 32px;
    height: 16px;
    width: 36% !important;
    border-radius: 12px 0px 0px 12px;
}
.cause-style-1 .cause-media{
    position: relative;
    overflow: hidden;
}
.cause-style-1 .donation-progress-wrap span {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: -4px;
}

.cause-style-1 .cause-content {
    background-color: #ffffff;
    padding: 25px 20px 25px 20px;
}
.cause-style-1 .urgent-popup-list{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120%);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
    width: 100%;
    text-align: center;
}
.cause-style-1 .cause-media figure:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0;
    z-index: 0;
    transform: translateY(-125px);
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
.cause-style-1  .cause-item:hover figure:before{
    visibility: visible;
    opacity: 0.7;
    transform: translateY(0);
}
.cause-style-1 .cause-item:hover .urgent-popup-list{
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}






/* Cause Style 2 */
.cause-style-2 .cause-gallery {
    display: flex;
    width: 50vw;
    flex-wrap: wrap;
}
.cause-style-2 .cause-item:before {
    content: "";
    background-image: url("https://deeds.webinanedemos.com/wp-content/uploads/2025/10/church.jpg");
    position: absolute;
    width: 100vw;
    right: -120px;
    bottom: 0px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-color: black;
}
/* .cause-style-2 .cause-item:after {
    content: "";
    background-image: url("https://webinane.net/dachurch/wp-content/uploads/2021/12/cause-bg.jpg");
    position: absolute;
    top: 0;
    right: -120px;
    width: 56vw;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
} */
/*.cause-item:after {
    content: "";
    background: black;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.8;
}*/
.cause-style-2 .cause-item {
    position: relative;
    padding: 90px 60px 100px 0;
}
.cause-style-2 .donation-button {
    display: inline-flex;
}
.cause-style-2 .cause-gallery figure:nth-child(2) {
    height: 168px;
}
.cause-style-2 .cause-gallery figure:nth-child(4) {
    margin-top: -180px !important;
}
.cause-style-2 .cause-item .title{
    margin-bottom: 15px;
}
.cause-style-2 .cause-item .progress {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
    position: relative;
    overflow: inherit !important;
}
.cause-style-2 .cause-item .progress .progress-bar{
    border-radius: 100px;
}
.cause-style-2 .cause-item .description{
    margin-bottom: 35px;
}
.cause-style-2 .donation-needed {
    margin-top: 30px;
    margin-bottom: 18px;
}
.cause-style-2 .donation-needed h4 span{
    font-size: 18px;
}
.cause-style-2.cause-item .progress-bar {
    background-color: var( --e-global-color-primary );
    position: absolute;
    top: -1px;
    left: -1px;
    height: 16px;
    border-radius: 20px;
}
.cause-style-2 .urgent-popup-list,
.cause-style-2 .donation-progress-wrap,
.cause-style-2 .cause-item .description,
.cause-style-2 .cause-item .title {
    position: relative;
    z-index: 2;
}
.cause-style-2 .cause-gallery figure {
    width: 50%;
}
.cause-style-2 .cause-gallery figure img {
    width: 100%;
}
.cause-style-2 .single-cause-btn {
    display: block;
    position: relative;
}
.cause-style-2 .single-cause-btn:hover {
    background-color: transparent !important;
}

