﻿.splide:not( .is-overflow ) .splide__list {
    transform: translateX(0) !important;
}

.project-img-card {
    max-height: 250px;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.card:hover .card-hover-body {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000060;
}

.card:hover .volunteer-info, .card .volunteer-work {
    display: none;
}

.card:hover .volunteer-work {
    display: block;
}

.card-story .card-story-title {
    display: flex;
    align-items: flex-end;
    color: var(--white);
}

.card-story:hover .card-story-title {
    display: none;
}

.card.project-gallery-card {
    max-width: 430px;
    height: 530px;
    transition: all ease-in .4s;
}

.card.price-card {
    border-radius: var(--rounded-default, 8px);
    border: 1px solid rgba(219, 219, 219, 1);
}

    .card.price-card .card-body {
        padding: 20px;
    }

    .card.price-card .card-title {
        margin-bottom: 20px;
    }

    .card.price-card .card-price-label {
        font-size: 26px;
        line-height: 26px;
        color: var(--primary);
        margin-bottom: 20px;
    }

.plan-description {
    color: rgba(73, 74, 73, 1);
    margin-bottom: 20px;
    min-height: 80px;
}

.price-card-divider {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.plan-feature-list {
}

.plan-feature-header {
    color: rgba(128, 128, 128, 1);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.plan-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

    .plan-feature-item:last-child {
        margin-bottom: 0;
    }

.f-20 {
    font-size: 20px;
    line-height: 36px;
}

#PromotionModal .promotion-modal-card {
    background: url(/Content/images/new-design/giving-tuesday-cover.png) no-repeat center;
    background-size: cover;
}

    #PromotionModal .promotion-modal-card .card-body {
        padding: 30px;
        background: rgba(0,0,0, 0.2);
    }

#PromotionModal.modal.window-modal .modal-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 20px !important;
}

.pagination-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.problem-card .card-footer {
    display: none !important;
    background-color: rgba(236, 239, 214, 1);
    border-color: #000000;
}

    .problem-card .card-footer.collapsed {
        display: flex !important;
    }

.solution-card {
    border-top: 1px solid #000000;
}

    .solution-card .card-body {
        background-color: rgba(236, 239, 214, 1);
    }

.problem-accordion {
    transition: margin-top ease .3s;
    border-color: #000000 !important;
}

    .problem-accordion.section-block-heading {
        margin-bottom: 0;
    }

        .problem-accordion.section-block-heading:has(.solution-card.show), .problem-accordion.section-block-heading:has(.solution-card.collapsing) {
            margin-top: 60px;
        }

#postsVerticalSlider .swiper-slide .card {
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.14);
}

.card.price-card {
    border-radius: var(--rounded-default, 8px);
    border: 1px solid rgba(219, 219, 219, 1);
}

    .card.price-card.current-plan {
        border: 1px solid var(--primary);
    }

    .card.price-card .card-body {
        padding: 20px;
    }

    .card.price-card .card-title {
        margin-bottom: 20px;
    }

    .card.price-card .card-price-label {
        font-size: 26px;
        line-height: 28px;
        color: var(--primary);
        margin-bottom: 20px;
    }

    .card.price-card .card-footer {
        min-height: 335px;
    }

.plan-description {
    color: rgba(73, 74, 73, 1);
    margin-bottom: 20px;
    min-height: 108px;
}

.price-card-divider {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.plan-feature-list {
}

.plan-feature-header {
    color: rgba(128, 128, 128, 1);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.plan-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

    .plan-feature-item:last-child {
        margin-bottom: 0;
    }

.f-20 {
    font-size: 20px;
    line-height: 36px;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #9fb034 !important;
}
