.flip-card .back-contents p {
    line-height: 25px;
}

.flip-card .back-contents,
.flip-card .front-contents {
    padding: 0 1.5rem;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.col-centered {
    margin: 0 auto !important;
    float: none !important;

}


@media only screen and (max-width: 1024px) {
    .btn-primary {
        margin-bottom: 30px;
    }
}


.errorlist {
    font-size: 12px;
    color: #F44336;
    margin-top: -20px;
    margin-bottom: 10px;

}


@media only screen and (max-width: 600px) {
    .btn-primary {
        margin-bottom: 30px;
    }

    .SignUp-btn {
        margin-bottom: 0px !important;
    }

    .banner-img-mbl {
        background-image: url(img/banner-img-mbl.png);
        opacity: 1;
        background-size: cover;
        background-color: #f1f2f7;

        -webkit-box-align: self-start !important;
        -webkit-align-items: self-start !important;
        -ms-flex-align: self-start !important;
        align-items: self-start !important;
    }

    .d-none-m {
        display: none;
    }

    .intro-four .intro-four--contents h1 {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .funraise-hero .btn-primary {
        margin-bottom: 10px;
    }

    .intro-four .intro-four--contents ul {
        margin-top: 15px;
    }

    .intro-four .intro-four--contents ul li {
        margin-right: 10px;
    }

    .intro-four {
        min-height: 700px !important;
    }

}


.iti--inline-dropdown .iti__dropdown-content {
    z-index: 15 !important;
}



.organizer-info {
    display: flex;
    align-items: center;
    margin: 10px;
}

.organizer-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.organizer-details {
    font-size: 14px;
}

.organizer-location {
    font-size: 12px;
    color: #009688;
    background-color: #e0f7fa;
    padding: 2px 6px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}

.campaign-stats {
    text-align: right;
    font-size: 14px;
    color: #66bb6a;
    margin-left: auto;
    margin-right: 10px;
}

.supporters {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.supporters img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -8px;
    border: 2px solid #eafaf0;
}

.supporters {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
}

.input-group {
    margin-top: 15px;
}

.category-widget {
    max-height: 245px;
    overflow-y: scroll;
}


/* Default styling for navigation items */
.nav-item {
    display: inline-block;
    /* Default display for larger screens */

}

/* Hide navigation items on medium and larger screens (768px to 1023.98px) */
@media (min-width: 768px) and (max-width: 2564px) {
    .nav-link.show-on-small {
        display: none;
        /* Hide items on medium screens */
    }
}

/* Show navigation items only on small screens (max-width: 767.98px) */
@media (max-width: 767.98px) {
    .nav-link.show-on-small {
        display: block;
        /* Stack items vertically */
        /* Add spacing between items */
    }
}

/* custome hero section */
.funraise-hero .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 14px;
    margin-bottom: 20px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;

    color: #168c7c;

    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(22, 140, 124, 0.15);
    border-radius: 50px;
}

.funraise-hero .hero-tag span {
    width: 8px;
    height: 8px;

    background: #1c9b88;
    border-radius: 50%;

    box-shadow: 0 0 0 4px rgba(28, 155, 136, 0.12);
}

.funraise-hero .hero-title {
    max-width: 650px;

    font-weight: 700;
    line-height: 1.12;

    letter-spacing: -1.5px;

    color: #252d35;

    margin-bottom: 22px;
}

.funraise-hero .hero-title span {
    display: block;
    color: #1c9b88;
}

.funraise-hero .hero-description {
    max-width: 560px;

    font-size: 18px;
    line-height: 1.7;

    color: #59636d;

    margin-bottom: 30px;
}

.funraise-hero .hero-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    margin-top: 20px;
    gap: 20px;

    font-size: 14px;
    font-weight: 500;

    color: #68737c;
}

.funraise-hero .hero-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.funraise-hero .hero-features i {
    font-size: 18px;
    color: #1c9b88;
}

.future-fundraising-title {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.future-fundraising-title span {
    color: #1c9b88;
}

.future-fundraising-description {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .funraise-hero .hero-tag {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .funraise-hero .hero-title {
        letter-spacing: -0.5px;
    }

    .funraise-hero .hero-description {
        font-size: 16px;
    }

    .funraise-hero .hero-features {
        display: none;
    }
}

/* farstrase services card */
.funraise-services .row {
    row-gap: 30px;
}

.funraise-services .icon-box-15 {
    position: relative;
    height: 100%;
    min-height: 330px;
    padding: 25px;
    background: #ffffff;
    border: 1px solid rgba(28, 155, 136, 0.12);
    border-radius: 14px;
    overflow: hidden;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.04);
}

.funraise-services .icon-box-15::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #1c9b88;
    transform: translateX(-50%);
    transition: width 0.4s ease;
}

.funraise-services .icon-box-15 img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 25px;
    transition:
        transform 0.4s ease;
}

.funraise-services .icon-box-15 h6 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #252d35;
    transition: color 0.3s ease;
    text-align: start;
}

.funraise-services .icon-box-15 p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #68737c;
    text-align: left;
}

.funraise-services .icon-box-15:hover {
    transform: translateY(-10px);
    border-color: rgba(28, 155, 136, 0.35);
    box-shadow:
        0 15px 30px rgba(28, 155, 136, 0.15),
        0 25px 60px rgba(28, 155, 136, 0.12);
}

.funraise-services .icon-box-15:hover::before {
    width: 100%;
}

.funraise-services .icon-box-15:hover img {
    transform: translateY(-5px) scale(1.06);
}

.funraise-services .icon-box-15:hover h6 {
    color: #1c9b88;
}

@media (max-width: 767px) {
    .funraise-services .icon-box-15 {
        min-height: auto;
        padding: 35px 25px;
    }

    .funraise-services .icon-box-15 img {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }
}

.vision-left-animation {
    animation: visionSlideFromLeft 0.8s ease-out;
}

/* your campain */
.front-ai-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.front-ai-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -250px;
    right: -150px;
    border-radius: 50%;
    background: rgba(6, 181, 144, 0.07);
    filter: blur(10px);
    pointer-events: none;
}

.front-ai-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -100px;
    border-radius: 50%;
    background: rgba(6, 181, 144, 0.05);
    pointer-events: none;
}

.front-ai-visual {
    position: relative;
    z-index: 2;
    padding: 25px;
}

.front-ai-image-card {
    position: relative;
    overflow: visible;
    border-radius: 30px;
    transform: rotate(-2deg);
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
}

.front-ai-image-card::before {
    content: "";
    position: absolute;
    inset: -14px;
    z-index: -1;
    border: 1px solid rgba(6, 181, 144, 0.20);
    border-radius: 34px;
    transform: rotate(5deg);
    transition: transform 0.6s ease;
}

.front-ai-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: 30px;
    background: rgba(6, 181, 144, 0.12);
    filter: blur(30px);
    transform: translateY(25px);
}

.front-ai-image-card img {
    display: block;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 35px 80px rgba(20, 70, 60, 0.20);
    transition:
        transform 0.7s cubic-bezier(.2, .8, .2, 1),
        filter 0.5s ease;
}

.front-ai-visual:hover .front-ai-image-card {
    transform: rotate(0deg) translateY(-10px);
}

.front-ai-visual:hover .front-ai-image-card::before {
    transform: rotate(0deg) scale(1.02);
}

.front-ai-visual:hover .front-ai-image-card img {
    transform: scale(1.035);
}

.front-ai-image-overlay {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: linear-gradient(135deg,
            rgba(6, 181, 144, 0.10),
            transparent 50%,
            rgba(0, 0, 0, 0.10));
    pointer-events: none;
}

.front-ai-floating-card {
    position: absolute;
    left: -25px;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 205px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 45px rgba(20, 70, 60, 0.16);
    transform: translateY(0);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.front-ai-visual:hover .front-ai-floating-card {
    transform: translateY(-8px);
    box-shadow: 0 28px 55px rgba(20, 70, 60, 0.20);
}

.front-ai-floating-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: #06b590;
}

.front-ai-floating-icon i {
    font-size: 21px;
    color: #ffffff;
}

.front-ai-floating-card small {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7b8798;
}

.front-ai-floating-card strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #193b34;
}

.front-ai-orbit {
    position: absolute;
    border: 1px dashed rgba(6, 181, 144, 0.25);
    border-radius: 50%;
    pointer-events: none;
}

.front-ai-orbit-one {
    width: 95px;
    height: 95px;
    top: -25px;
    right: -25px;
}

.front-ai-orbit-two {
    width: 45px;
    height: 45px;
    right: 15px;
    top: 0;
    border-style: solid;
    background: rgba(6, 181, 144, 0.05);
}

.front-ai-content {
    position: relative;
    z-index: 3;
}

.front-ai-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #06b590;
}

.front-ai-eyebrow span {
    width: 32px;
    height: 2px;
    border-radius: 10px;
    background: #06b590;
}

.front-ai-heading {
    margin: 0 0 22px;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -2px;
    color: #172b4d;
}

.front-ai-heading span {
    display: block;
    color: #06b590;
}

.front-ai-text {
    max-width: 550px;
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #718096;
}

.front-ai-text strong {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: #293d59;
}

.front-ai-features {
    margin-top: 35px;
}

.front-ai-feature {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 78px;
    margin-bottom: 12px;
    padding: 10px 14px 10px 10px;
    border: 1px solid #edf3f1;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 7px 25px rgba(25, 70, 60, 0.05);
    cursor: pointer;
    transition:
        transform 0.4s cubic-bezier(.2, .8, .2, 1),
        border-color 0.4s ease,
        box-shadow 0.4s ease,
        background 0.4s ease;
}

.front-ai-feature:hover {
    transform: translateX(10px);
    border-color: rgba(6, 181, 144, 0.25);
    background: linear-gradient(100deg,
            #ffffff,
            #f2fcf9);
    box-shadow:
        0 18px 40px rgba(25, 70, 60, 0.11);
}

.front-ai-feature-number {
    width: 35px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    color: #a5afbd;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.front-ai-feature:hover .front-ai-feature-number {
    color: #06b590;
    transform: translateX(2px);
}

.front-ai-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 15px;
    border-radius: 14px;
    background: #e9faf6;
    transition:
        transform 0.4s ease,
        background 0.4s ease;
}

.front-ai-feature-icon i {
    font-size: 20px;
    color: #06b590;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.front-ai-feature:hover .front-ai-feature-icon {
    background: #06b590;
    transform: rotate(-5deg) scale(1.08);
}

.front-ai-feature:hover .front-ai-feature-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.front-ai-feature-info {
    flex: 1;
}

.front-ai-feature-info h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #273b57;
    transition: color 0.3s ease;
}

.front-ai-feature:hover .front-ai-feature-info h6 {
    color: #06b590;
}



@media (max-width: 991px) {


    .front-ai-visual {
        margin-bottom: 65px;
    }

    .front-ai-heading {
        font-size: 42px;
    }
}

@media (max-width: 767px) {


    .front-ai-visual {
        padding: 15px;
        margin-bottom: 50px;
    }

    .front-ai-floating-card {
        left: -5px;
        bottom: 20px;
    }

    .front-ai-heading {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .front-ai-feature {
        min-height: 70px;
    }

    .front-ai-feature-number {
        display: none;
    }

    .front-ai-feature-icon {
        margin-left: 3px;
        margin-right: 13px;
    }


}

@media (max-width: 480px) {
    .front-ai-heading {
        font-size: 30px;
    }

    .front-ai-floating-card {
        min-width: 185px;
        padding: 11px 13px;
    }

    .front-ai-floating-icon {
        width: 38px;
        height: 38px;
    }

    .front-ai-feature {
        padding-right: 8px;
    }

    .front-ai-feature-info h6 {
        font-size: 13px;
    }
}

/* join use today */
.front-join-section {
    background:
        linear-gradient(120deg,
            #ffffff 0%,
            #fbfefd 55%,
            #f4fcfa 100%);
}

.front-join-section .front-ai-heading {
    margin-bottom: 18px;
}

.front-join-section .front-ai-heading span {
    display: inline;
}

.front-join-subtitle {
    display: block;
    max-width: 480px;
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 500;
    color: #06b590 !important;
}

.front-join-description {
    max-width: 520px;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.9;
    color: #718096;
}

.front-join-action {
    margin: 0;
}






.front-join-section .front-ai-image-card {
    transform: rotate(2deg);
}

.front-join-section .front-ai-image-card::before {
    transform: rotate(-5deg);
}

.front-join-section .front-ai-visual:hover .front-ai-image-card {
    transform: rotate(0deg) translateY(-10px);
}

.front-join-section .front-ai-visual:hover .front-ai-image-card::before {
    transform: rotate(0deg) scale(1.02);
}

.front-join-section .front-ai-floating-card {
    left: auto;
    right: -25px;
    bottom: 35px;
}

.front-join-section .front-ai-floating-icon {
    background: #06b590;
}

.front-join-section .front-ai-image-card::after {
    background: rgba(6, 181, 144, 0.14);
}

@media (max-width: 991px) {
    .front-join-section {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .front-join-section .front-ai-visual {
        margin-top: 45px;
    }

    .front-join-section .front-ai-heading {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .front-join-section {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .front-join-section .front-ai-visual {
        margin-top: 45px;
        padding: 15px;
    }

    .front-join-section .front-ai-floating-card {
        right: -5px;
        bottom: 20px;
    }

    .front-join-section .front-ai-heading {
        font-size: 34px;
    }

    .front-join-subtitle {
        font-size: 15px;
    }

    .front-join-description {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media (max-width: 480px) {
    .front-join-section .front-ai-heading {
        font-size: 30px;
    }

    .front-join-section .front-ai-floating-card {
        min-width: 180px;
    }


}

/* campain */
.front-campaign-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.front-campaign-heading h1 {
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #172b4d;
}

.front-campaign-heading p {
    width: 45px;
    height: 3px;
    margin-top: 0 !important;
    border-radius: 10px;
    background: #06b590;
}

.front-campaign-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e9eeee !important;
    border-radius: 18px !important;
    background: #ffffff;
    box-shadow:
        0 5px 20px rgba(20, 45, 40, 0.05) !important;
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.front-campaign-card:hover {
    transform: translateY(-8px);
    border-color: rgba(6, 181, 144, 0.22) !important;
    box-shadow:
        0 22px 45px rgba(20, 60, 50, 0.12) !important;
}

.front-campaign-image-link {
    display: block;
    overflow: hidden;
}

.front-campaign-image {
    display: block;
    width: 100%;
    transition:
        transform 0.65s cubic-bezier(.2, .8, .2, 1),
        filter 0.4s ease;
}

.front-campaign-card:hover .front-campaign-image {
    transform: scale(1.055);
    filter: brightness(0.94);
}

.front-campaign-body {
    padding: 22px !important;
}

.front-campaign-name {
    margin-bottom: 9px !important;
    font-size: 18px !important;
    line-height: 1.4;
    font-weight: 700 !important;
    color: #172b4d;
}

.front-campaign-name a {
    color: inherit;
    text-decoration: none;
    transition:
        color 0.3s ease;
}

.front-campaign-card:hover .front-campaign-name a {
    color: #06b590;
}

.front-campaign-meta {
    margin-top: 0;
}

.front-campaign-meta li {
    font-size: 11px;
    color: #9aa3ae;
}

.front-campaign-meta a {
    color: #7d8792;
    text-decoration: none;
    transition:
        color 0.3s ease;
}

.front-campaign-meta a:hover {
    color: #06b590;
}

.front-campaign-progress {
    margin-top: 15px;
    padding: 14px;
    border: 1px solid #edf2f0;
    border-radius: 12px;
    background: #fafcfb;
    transition:
        border-color 0.35s ease,
        background 0.35s ease;
}

.front-campaign-card:hover .front-campaign-progress {
    border-color: rgba(6, 181, 144, 0.15);
    background: #f7fcfa;
}

.front-campaign-progress .labels {
    margin-bottom: 7px;
}

.front-campaign-progress .labels span {
    font-size: 11px;
    color: #89939f;
}

.front-campaign-progress .labels span:last-child {
    font-weight: 600;
    color: #293d59;
}

.front-campaign-percentage {
    color: #06b590 !important;
}

.front-campaign-progress-track {
    height: 6px !important;
    overflow: hidden;
    border-radius: 20px;
    background: #e6eeeb !important;
}

.front-campaign-progress-bar {
    height: 100% !important;
    border-radius: 20px;
    background: #06b590 !important;
    box-shadow:
        0 0 8px rgba(6, 181, 144, 0.25);
    transition:
        width 1s ease;
}

.front-campaign-description {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.7;
    color: #7d8896;
}

.front-campaign-button {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    border-radius: 9px !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.front-campaign-arrow {
    transition:
        transform 0.3s ease;
}

.front-campaign-button:hover {
    transform: translateY(-2px);
}

.front-campaign-button:hover .front-campaign-arrow {
    transform: translateX(4px);
}

.front-campaign-see-more {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    border-radius: 10px !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.front-campaign-see-more-arrow {
    transition:
        transform 0.3s ease;
}

.front-campaign-see-more:hover {
    transform: translateY(-3px);
}

.front-campaign-see-more:hover .front-campaign-see-more-arrow {
    transform: translateX(5px);
}

@media (max-width: 767px) {
    .front-campaign-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .front-campaign-body {
        padding: 18px !important;
    }

    .front-campaign-name {
        font-size: 17px !important;
    }

    .front-campaign-progress {
        padding: 12px;
    }

    .front-campaign-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 480px) {
    .front-campaign-heading h1 {
        font-size: 30px;
    }

    .front-campaign-image {
        height: 230px !important;
    }

    .front-campaign-description {
        font-size: 12px;
    }
}

/* faq */
.front-faq-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.front-faq-heading {
    position: relative;
}

.front-faq-eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #06b590;
}

.front-faq-heading h3 {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #172b4d;
}

.front-faq-heading p {
    margin: 0;
    font-size: 14px;
    color: #87929f;
}

.front-faq-accordion {
    border-top: 1px solid #e9efed;
}

.front-faq-item {
    border: 0 !important;
    border-bottom: 1px solid #e9efed !important;
    background: transparent !important;
}

.front-faq-question {
    position: relative;
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 22px 55px 22px 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #273b57 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: left;
    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.front-faq-question::after {
    position: absolute;
    right: 5px;
    width: 32px;
    height: 32px;
    margin: 0;
    border: 1px solid #dce9e5;
    border-radius: 50%;
    background-image: none !important;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #06b590;
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease;
}

.front-faq-question:not(.collapsed) {
    color: #06b590 !important;
}

.front-faq-question:not(.collapsed)::after {
    content: "−";
    border-color: #06b590;
    background: #06b590;
    color: #ffffff;
    transform: rotate(180deg);
}

.front-faq-question:hover {
    color: #06b590 !important;
}

.front-faq-question:hover::after {
    border-color: #06b590;
    background: #f0faf7;
}

.front-faq-number {
    flex-shrink: 0;
    width: 42px;
    margin-right: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #aab5b2;
    transition:
        color 0.3s ease;
}

.front-faq-question:not(.collapsed) .front-faq-number {
    color: #06b590;
}

.front-faq-question-text {
    padding-right: 15px;
}

.front-faq-answer {
    padding: 0 55px 25px 59px !important;
    color: #788592;
    font-size: 14px;
    line-height: 1.85;
}

.front-faq-answer-content {
    margin-bottom: 15px;
}

.front-faq-details {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #06b590;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.front-faq-details span {
    transition:
        transform 0.3s ease;
}

.front-faq-details:hover {
    color: #058e73;
    gap: 10px;
}

.front-faq-details:hover span {
    transform: translateX(3px);
}

.front-faq-more {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    border-radius: 10px !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.front-faq-more span {
    transition:
        transform 0.3s ease;
}

.front-faq-more:hover {
    transform: translateY(-3px);
}

.front-faq-more:hover span {
    transform: translateX(4px);
}
.front-faq-question:focus,
.front-faq-question:active,
.front-faq-question:focus-visible {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
@media (max-width: 767px) {
    .front-faq-heading h3 {
        font-size: 32px;
    }

    .front-faq-question {
        padding: 18px 48px 18px 0 !important;
        font-size: 14px !important;
    }

    .front-faq-number {
        width: 35px;
        margin-right: 8px;
    }

    .front-faq-question::after {
        right: 0;
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .front-faq-answer {
        padding: 0 42px 22px 43px !important;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .front-faq-heading h3 {
        font-size: 29px;
    }

    .front-faq-question {
        font-size: 13px !important;
    }

    .front-faq-number {
        width: 30px;
        font-size: 10px;
    }

    .front-faq-answer {
        padding-left: 38px !important;
    }
}
/* counter section */
.fastraise-home-counter-section {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
    background: #172b4d;
}

.fastraise-home-counter-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fastraise-home-counter-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fastraise-home-counter-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(41 84 71 / 94%) 0%, rgb(10 53 29 / 46%) 50%, rgb(139 220 173 / 33%) 100%);
}
.fastraise-home-counter-content {
    position: relative;
    z-index: 2;
}

.fastraise-home-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.fastraise-home-counter-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 35px 25px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: center;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.fastraise-home-counter-card::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    height: 3px;
    content: "";
    background: #06b590;
    border-radius: 0 0 4px 4px;
    transform: translateX(-50%);
    transition:
        width 0.35s ease;
}

.fastraise-home-counter-card:hover {
    transform: translateY(-7px);
    border-color: rgba(6, 181, 144, 0.55);
    background: rgba(255, 255, 255, 0.10);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.18);
}

.fastraise-home-counter-card:hover::before {
    width: 70px;
}

.fastraise-home-counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border: 1px solid rgba(6, 181, 144, 0.35);
    border-radius: 12px;
    background: rgba(6, 181, 144, 0.10);
    color: #06b590;
    font-size: 25px;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.fastraise-home-counter-card:hover
.fastraise-home-counter-icon {
    background: #06b590;
    color: #ffffff;
    transform: translateY(-3px);
}

.fastraise-home-counter-value {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.8px;
}

.fastraise-home-counter-title {
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .fastraise-home-counter-section {
        padding: 60px 0;
    }
    .fastraise-home-counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .fastraise-home-counter-card {
        min-height: 200px;
        padding: 30px 20px;
    }
    .fastraise-home-counter-value {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .fastraise-home-counter-section {
        padding: 45px 0;
    }
    .fastraise-home-counter-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .fastraise-home-counter-card {
        min-height: 175px;
        padding: 28px 20px;
    }
    .fastraise-home-counter-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .fastraise-home-counter-value {
        font-size: 32px;
    }
    .fastraise-home-counter-title {
        font-size: 11px;
        letter-spacing: 0.8px;
    }
}

@media (max-width: 380px) {
    .fastraise-home-counter-section {
        padding: 40px 0;
    }
    .fastraise-home-counter-card {
        min-height: 165px;
    }
    .fastraise-home-counter-value {
        font-size: 29px;
    }
}
/* blogs */
.fastraise-home-blogs-section {
    position: relative;
    overflow: hidden;
    padding: 75px 0 80px;
    background: #ffffff;
}

.fastraise-home-blogs-heading {
    position: relative;
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.fastraise-home-blogs-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
}

.fastraise-home-blogs-heading h1 {
    margin: 0 0 12px;
    color: #172b4d;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 1.2;
}

.fastraise-home-blogs-heading p {
    max-width: 560px;
    margin: 0 auto;
    color: #87929f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.fastraise-home-blogs-grid {
    row-gap: 30px;
}

.fastraise-home-blog-column {
    margin-bottom: 10px;
}

.fastraise-home-blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid #e8efed !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 6px 25px rgba(23, 43, 77, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.fastraise-home-blog-card:hover {
    transform: translateY(-7px);
    border-color: #d9ebe5 !important;
    box-shadow: 0 18px 40px rgba(23, 43, 77, 0.11);
}

.fastraise-home-blog-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f4f7f6;
}

.fastraise-home-blog-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 300/250;
    transition: transform 0.55s ease;
}

.fastraise-home-blog-card:hover .fastraise-home-blog-image {
    transform: scale(1.05);
}

.fastraise-home-blog-image-wrapper::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(23, 43, 77, 0) 55%, rgba(23, 43, 77, 0.18) 100%);
}

.fastraise-home-blog-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px 25px 24px !important;
}

.fastraise-home-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1.5;
    text-transform: uppercase;
}

.fastraise-home-blog-date {
    color: #9aa6a3;
}

.fastraise-home-blog-meta-divider {
    color: #cbd6d3;
}

.fastraise-home-blog-category {
    color: #06b590;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fastraise-home-blog-category:hover {
    color: #058e73;
}

.fastraise-home-blog-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.2px;
}

.fastraise-home-blog-title a {
    color: #172b4d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fastraise-home-blog-title a:hover {
    color: #06b590;
}

.fastraise-home-blog-description {
    display: -webkit-box;
    margin: 0 0 18px;
    overflow: hidden;
    color: #788592;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fastraise-home-blog-read-more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    margin-top: auto;
    color: #06b590;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
}

.fastraise-home-blog-read-more span {
    transition: transform 0.3s ease;
}

.fastraise-home-blog-read-more:hover {
    gap: 10px;
    color: #058e73;
}

.fastraise-home-blog-read-more:hover span {
    transform: translateX(3px);
}

.fastraise-home-blogs-more {
    margin-top: 25px;
}


.fastraise-home-blogs-empty {
    padding: 35px 0;
}

.fastraise-home-blogs-empty h6 {
    margin: 0;
    color: #87929f;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .fastraise-home-blogs-section {
        padding: 60px 0 65px;
    }
    .fastraise-home-blogs-heading {
        margin-bottom: 40px;
    }
    .fastraise-home-blogs-heading h1 {
        font-size: 34px;
    }
    .fastraise-home-blog-card {
        min-height: 480px;
    }
   
}

@media (max-width: 767px) {
    .fastraise-home-blogs-section {
        padding: 50px 0 55px;
    }
    .fastraise-home-blogs-heading {
        margin-bottom: 32px;
    }
    .fastraise-home-blogs-heading h1 {
        font-size: 32px;
    }
    .fastraise-home-blogs-heading p {
        padding: 0 15px;
        font-size: 13px;
    }
    .fastraise-home-blog-column {
        margin-bottom: 5px;
    }
    .fastraise-home-blog-card {
        min-height: 0;
    }
    .fastraise-home-blog-content {
        padding: 22px 20px 22px !important;
    }
    .fastraise-home-blog-title {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .fastraise-home-blogs-heading h1 {
        font-size: 29px;
    }
    .fastraise-home-blogs-eyebrow {
        font-size: 9px;
        letter-spacing: 1.7px;
    }
    .fastraise-home-blog-content {
        padding: 20px 18px !important;
    }
    .fastraise-home-blog-title {
        font-size: 16px;
    }
    .fastraise-home-blog-description {
        font-size: 12px;
    }
}
/* custome donation forms */
.fastraise-forms-intro-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 85px;
    background: linear-gradient(180deg, #f8fbfa 0%, #ffffff 100%);
    border-bottom: 1px solid #e9efed;
}

.fastraise-forms-intro-section::before {
    position: absolute;
    top: -120px;
    left: 50%;
    width: 420px;
    height: 420px;
    content: "";
    border-radius: 50%;
    background: rgba(6, 181, 144, 0.045);
    transform: translateX(-50%);
}

.fastraise-forms-intro-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.fastraise-forms-intro-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 1.4;
}

.fastraise-forms-intro-title {
    margin: 0;
    color: #172b4d;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.18;
}

.fastraise-forms-intro-divider {
    width: 55px;
    height: 3px;
    margin: 22px auto 23px;
    border-radius: 5px;
    background: #06b590;
}

.fastraise-forms-intro-description {
    max-width: 760px;
    margin: 0 auto;
    color: #788592;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
}

.fastraise-forms-benefits-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0 100px;
    background: #ffffff;
}

.fastraise-forms-benefits-content {
    position: relative;
}

.fastraise-forms-benefits-heading {
    margin-bottom: 20px;
}

.fastraise-forms-benefits-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
}

.fastraise-forms-benefits-heading h2 {
    margin: 0;
    color: #172b4d;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 1.25;
}

.fastraise-forms-benefits-divider {
    width: 45px;
    height: 3px;
    margin: 0 0 25px;
    border-radius: 5px;
    background: #06b590;
}

.fastraise-forms-benefits-content > p {
    margin: 0;
    color: #788592;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}

.fastraise-forms-video-container {
    position: relative;
    padding-left: 15px;
}

.fastraise-forms-video-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    background: #172b4d;
    box-shadow: 0 20px 50px rgba(23, 43, 77, 0.13);
}

.fastraise-forms-video-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fastraise-forms-video-image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 350px;
    object-fit: cover;
    border-radius: 0 !important;
    transition: transform 0.6s ease;
}

.fastraise-forms-video-card:hover .fastraise-forms-video-image img {
    transform: scale(1.03);
}

.fastraise-forms-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(23, 43, 77, 0.35), rgba(6, 181, 144, 0.20));
    transition: background 0.35s ease;
}

.fastraise-forms-video-card:hover .fastraise-forms-video-overlay {
    background: linear-gradient(135deg, rgba(23, 43, 77, 0.48), rgba(6, 181, 144, 0.28));
}

.fastraise-forms-play-button {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.fastraise-forms-play-button:hover {
    transform: scale(1.08);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
}

.fastraise-forms-play-button img {
    width: 24px;
    height: 24px;
}

@media (max-width: 991px) {
    .fastraise-forms-intro-section {
        padding: 70px 0 65px;
    }
    .fastraise-forms-intro-title {
        font-size: 40px;
    }
    .fastraise-forms-benefits-section {
        padding: 70px 0 75px;
    }
    .fastraise-forms-benefits-heading h2 {
        font-size: 32px;
    }
    .fastraise-forms-video-container {
        padding-left: 0;
        margin-top: 20px;
    }
    .fastraise-forms-video-image img {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .fastraise-forms-intro-section {
        padding: 55px 0 50px;
    }
    .fastraise-forms-intro-title {
        font-size: 34px;
        letter-spacing: -0.6px;
    }
    .fastraise-forms-intro-description {
        font-size: 13px;
        line-height: 1.8;
    }
    .fastraise-forms-benefits-section {
        padding: 55px 0 60px;
    }
    .fastraise-forms-benefits-heading h2 {
        font-size: 30px;
    }
    .fastraise-forms-benefits-content > p {
        font-size: 13px;
        line-height: 1.8;
    }
    .fastraise-forms-video-container {
        margin-top: 35px;
    }
    .fastraise-forms-video-image img {
        min-height: 260px;
    }
    .fastraise-forms-play-button {
        width: 62px;
        height: 62px;
    }
    .fastraise-forms-play-button img {
        width: 21px;
        height: 21px;
    }
}

@media (max-width: 480px) {
    .fastraise-forms-intro-section {
        padding: 45px 0;
    }
    .fastraise-forms-intro-eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
    }
    .fastraise-forms-intro-title {
        font-size: 29px;
    }
    .fastraise-forms-intro-divider {
        margin: 18px auto 20px;
    }
    .fastraise-forms-intro-description {
        padding: 0 5px;
        font-size: 12px;
    }
    .fastraise-forms-benefits-section {
        padding: 45px 0 50px;
    }
    .fastraise-forms-benefits-heading h2 {
        font-size: 27px;
    }
    .fastraise-forms-video-container {
        margin-top: 30px;
    }
    .fastraise-forms-video-image img {
        min-height: 220px;
    }
}
.fastraise-forms-simple-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0 100px;
    background: #f8fbfa;
}

.fastraise-forms-simple-media {
    position: relative;
    padding-right: 20px;
}

.fastraise-forms-simple-video {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    background: #172b4d;
    box-shadow: 0 20px 45px rgba(23, 43, 77, 0.12);
}

.fastraise-forms-simple-video figure {
    margin: 0;
}

.fastraise-forms-simple-video img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

.fastraise-forms-simple-video:hover img {
    transform: scale(1.03);
}

.fastraise-forms-simple-content {
    padding-left: 15px;
}

.fastraise-forms-simple-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.fastraise-forms-simple-content h2 {
    margin: 0;
    color: #172b4d;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 1.25;
}

.fastraise-forms-simple-divider {
    width: 45px;
    height: 3px;
    margin: 20px 0 25px;
    border-radius: 5px;
    background: #06b590;
}

.fastraise-forms-simple-content p {
    margin: 0;
    color: #788592;
    font-size: 14px;
    line-height: 1.9;
}

.fastraise-forms-security-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}

.fastraise-forms-security-content {
    position: relative;
}

.fastraise-forms-security-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.fastraise-forms-security-content h2 {
    margin: 0;
    color: #172b4d;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 1.25;
}

.fastraise-forms-security-divider {
    width: 45px;
    height: 3px;
    margin: 20px 0 25px;
    border-radius: 5px;
    background: #06b590;
}

.fastraise-forms-security-content p {
    margin: 0;
    color: #788592;
    font-size: 14px;
    line-height: 1.9;
}

.fastraise-forms-security-media {
    position: relative;
}

.fastraise-forms-security-video {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    background: #172b4d;
    box-shadow: 0 20px 45px rgba(23, 43, 77, 0.12);
}

.fastraise-forms-security-image {
    overflow: hidden;
}

.fastraise-forms-security-image img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 0 !important;
    transition: transform 0.6s ease;
}

.fastraise-forms-security-video:hover .fastraise-forms-security-image img {
    transform: scale(1.03);
}

.fastraise-forms-security-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(23, 43, 77, 0.30), rgba(6, 181, 144, 0.18));
    transition: background 0.35s ease;
}

.fastraise-forms-security-video:hover .fastraise-forms-security-overlay {
    background: linear-gradient(135deg, rgba(23, 43, 77, 0.45), rgba(6, 181, 144, 0.25));
}

.fastraise-forms-security-play {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fastraise-forms-security-play:hover {
    transform: scale(1.08);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
}

.fastraise-forms-features-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 105px;
    background: #f8fbfa;
}

.fastraise-forms-features-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.fastraise-forms-features-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.fastraise-forms-features-heading h2 {
    margin: 0 0 13px;
    color: #172b4d;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 1.2;
}

.fastraise-forms-features-heading p {
    max-width: 600px;
    margin: 0 auto;
    color: #87929f;
    font-size: 14px;
    line-height: 1.8;
}

.fastraise-forms-features-grid {
    row-gap: 25px;
}

.fastraise-forms-feature-card {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 230px;
    padding: 30px 28px;
    border: 1px solid #e5eeeb;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(23, 43, 77, 0.035);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.fastraise-forms-feature-card:hover {
    transform: translateY(-6px);
    border-color: #d1e9e2;
    box-shadow: 0 16px 35px rgba(23, 43, 77, 0.08);
}

.fastraise-forms-feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    border: 1px solid #d8eee8;
    border-radius: 12px;
    background: #f0faf7;
    color: #06b590;
    font-size: 22px;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.fastraise-forms-feature-card:hover .fastraise-forms-feature-icon {
    background: #06b590;
    color: #ffffff;
    transform: translateY(-2px);
}

.fastraise-forms-feature-content {
    flex: 1;
}

.fastraise-forms-feature-number {
    display: block;
    margin-bottom: 5px;
    color: #b0bbb8;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.fastraise-forms-feature-content h6 {
    margin: 0 0 10px;
    color: #172b4d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.fastraise-forms-feature-content p {
    margin: 0;
    color: #788592;
    font-size: 12px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .fastraise-forms-simple-section,
    .fastraise-forms-security-section {
        padding: 70px 0 75px;
    }
    .fastraise-forms-simple-content h2,
    .fastraise-forms-security-content h2 {
        font-size: 31px;
    }
    .fastraise-forms-simple-media {
        padding-right: 0;
    }
    .fastraise-forms-simple-content {
        padding-left: 0;
    }
    .fastraise-forms-security-image img {
        height: 330px;
    }
    .fastraise-forms-features-section {
        padding: 75px 0 80px;
    }
    .fastraise-forms-features-heading h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .fastraise-forms-simple-section {
        padding: 55px 0 60px;
    }
    .fastraise-forms-security-section {
        padding: 60px 0;
    }
    .fastraise-forms-simple-content {
        margin-top: 35px;
    }
    .fastraise-forms-security-content {
        margin-bottom: 35px;
    }
    .fastraise-forms-simple-content h2,
    .fastraise-forms-security-content h2 {
        font-size: 29px;
    }
    .fastraise-forms-simple-content p,
    .fastraise-forms-security-content p {
        font-size: 13px;
        line-height: 1.8;
    }
    .fastraise-forms-security-image img {
        height: 280px;
    }
    .fastraise-forms-features-section {
        padding: 60px 0 65px;
    }
    .fastraise-forms-features-heading {
        margin-bottom: 35px;
    }
    .fastraise-forms-features-heading h2 {
        font-size: 31px;
    }
    .fastraise-forms-features-heading p {
        font-size: 13px;
    }
    .fastraise-forms-feature-card {
        min-height: 210px;
        padding: 25px 22px;
    }
}

@media (max-width: 480px) {
    .fastraise-forms-simple-section,
    .fastraise-forms-security-section {
        padding: 45px 0 50px;
    }
    .fastraise-forms-simple-content,
    .fastraise-forms-security-content {
        margin-top: 30px;
    }
    .fastraise-forms-simple-content h2,
    .fastraise-forms-security-content h2 {
        font-size: 27px;
    }
    .fastraise-forms-security-image img {
        height: 230px;
    }
    .fastraise-forms-security-play {
        width: 60px;
        height: 60px;
    }
    .fastraise-forms-features-section {
        padding: 50px 0 55px;
    }
    .fastraise-forms-features-heading h2 {
        font-size: 29px;
    }
    .fastraise-forms-feature-card {
        min-height: 0;
        padding: 22px 20px;
    }
    .fastraise-forms-feature-icon {
        width: 48px;
        height: 48px;
        margin-right: 15px;
        font-size: 20px;
    }
    .fastraise-forms-feature-content h6 {
        font-size: 15px;
    }
    .fastraise-forms-feature-content p {
        font-size: 12px;
    }
}
.fastraise-forms-trusted-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 105px;
    background: #ffffff;
}

.fastraise-forms-trusted-content {
    position: relative;
    padding-right: 20px;
}

.fastraise-forms-trusted-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
}

.fastraise-forms-trusted-content h2 {
    margin: 0;
    color: #172b4d;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 1.25;
}

.fastraise-forms-trusted-divider {
    width: 48px;
    height: 3px;
    margin: 20px 0 25px;
    border-radius: 5px;
    background: #06b590;
}

.fastraise-forms-trusted-content > p {
    margin: 0;
    color: #788592;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}

.fastraise-forms-trusted-action {
    margin-top: 30px;
}

.fastraise-forms-trusted-media {
    position: relative;
    padding-left: 15px;
}

.fastraise-forms-trusted-image {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    background: #f5f8f7;
    box-shadow: 0 20px 50px rgba(23, 43, 77, 0.10);
}

.fastraise-forms-trusted-image figure {
    margin: 0;
}

.fastraise-forms-trusted-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.fastraise-forms-trusted-image:hover img {
    transform: scale(1.03);
}

.fastraise-forms-trusted-media::after {
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 85px;
    height: 85px;
    content: "";
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(6, 181, 144, 0.12), rgba(6, 181, 144, 0.03));
    z-index: -1;
}

@media (max-width: 991px) {
    .fastraise-forms-trusted-section {
        padding: 75px 0 80px;
    }
    .fastraise-forms-trusted-content {
        padding-right: 0;
    }
    .fastraise-forms-trusted-content h2 {
        font-size: 32px;
    }
    .fastraise-forms-trusted-media {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .fastraise-forms-trusted-section {
        padding: 60px 0 65px;
    }
    .fastraise-forms-trusted-content {
        margin-bottom: 35px;
    }
    .fastraise-forms-trusted-content h2 {
        font-size: 30px;
    }
    .fastraise-forms-trusted-content > p {
        font-size: 13px;
        line-height: 1.8;
    }
    .fastraise-forms-trusted-action {
        margin-top: 25px;
    }
    .fastraise-forms-trusted-button {
        padding: 11px 20px !important;
    }
}

@media (max-width: 480px) {
    .fastraise-forms-trusted-section {
        padding: 50px 0 55px;
    }
    .fastraise-forms-trusted-content h2 {
        font-size: 27px;
    }
    .fastraise-forms-trusted-eyebrow {
        font-size: 9px;
        letter-spacing: 1.8px;
    }
    .fastraise-forms-trusted-content > p {
        font-size: 12px;
    }
}

/* peer to peer */
.fastraise-peer-fundraising-content-sections {
    position: relative;
    overflow: hidden;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-section,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-section {
    position: relative;
    min-height: 470px;
    overflow: hidden;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-image,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-image .bg_image_holder,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-image .bg_image_holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-image img,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-image img {
    display: none;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgba(248, 250, 249, 0.98) 0%,
        rgba(248, 250, 249, 0.96) 38%,
        rgba(248, 250, 249, 0.65) 52%,
        rgba(248, 250, 249, 0.08) 72%,
        rgba(248, 250, 249, 0) 100%
    );
    z-index: 1;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgba(248, 250, 249, 0) 0%,
        rgba(248, 250, 249, 0.08) 28%,
        rgba(248, 250, 249, 0.68) 48%,
        rgba(248, 250, 249, 0.97) 65%,
        rgba(248, 250, 249, 0.99) 100%
    );
    z-index: 1;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-container,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-container {
    position: relative;
    z-index: 2;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-content,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-content {
    position: relative;
    max-width: 470px;
    padding: 25px 10px;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-content-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #06b590;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-content h3,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-content h3 {
    margin: 0;
    color: #172b4d;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.7px;
}
.abcdefghij{
     color: #23447e !important;
     margin:10px !important;
     margin-top: 0px !important;
}
.fastraise-peer-fundraising-content-sections
.fastraise-peer-content-divider {
    width: 48px;
    height: 3px;
    margin: 20px 0 22px;
    border-radius: 20px;
    background: #06b590;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-content p,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-content p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.9;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-content,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-content {
    transition:
        transform 0.35s ease;
}

.fastraise-peer-fundraising-content-sections
.fastraise-peer-story-section:hover
.fastraise-peer-story-content,

.fastraise-peer-fundraising-content-sections
.fastraise-peer-network-section:hover
.fastraise-peer-network-content {
    transform: translateY(-4px);
}
.fastraise-peer-fundraising-content-sections
.fastraise-peer-cta-description{
    color:#ccc;
}
@media (max-width: 991px) {

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-section,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-section {
        min-height: 420px;
    }

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-content h3,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-content h3 {
        font-size: 30px;
    }

}

@media (max-width: 767px) {

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-section,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-section {
        min-height: auto;
        padding: 280px 0 55px;
    }

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-section::before,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-section::before {
        background: linear-gradient(
            180deg,
            rgba(23, 43, 77, 0.10) 0%,
            rgba(23, 43, 77, 0.15) 45%,
            #f8faf9 58%,
            #f8faf9 100%
        );
    }

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-content,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-content {
        max-width: 100%;
        padding: 20px 0;
    }

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-content h3,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-content h3 {
        font-size: 28px;
    }

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-content p,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-section .offset-lg-7 {
        margin-left: 0;
    }

}

@media (max-width: 480px) {

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-section,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-section {
        padding-top: 230px;
    }

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-story-content h3,

    .fastraise-peer-fundraising-content-sections
    .fastraise-peer-network-content h3 {
        font-size: 25px;
    }

}



