.project-card {
    border-radius: 24px;
    padding-left: 40px;
    display: flex;
    height: 100%;
    gap: 56px;
    align-items: center;
    border: 1px solid #EAECF0;
    box-shadow: 0px 12px 16px 0px #28293D09;
    background-color: #F4F8FF;
}

.project-card > div {
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


.project-card .project-card-footer .project-link-full {
    color: #fff !important;
}

.project-link-full {
    border-radius: 8px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background-color: #101828;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;

    gap: 16px;
}

.project-card img {
    display: block;
    max-height: 597px;
}

.project-card-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.project-card-header img {
    max-height: 64px;
    margin-bottom: 24px;
}

.project-card-footer {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}


.project-tags {
    margin-top: 10px;
}


.project-results {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    width: 100%;
    justify-content: space-between;
}

.project-results p {
    margin: 0;
}

.project-percentage {
    color: #101828;
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}

.project-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0;
    color: #101828;
}



.project-tag {
    display: inline-block;
    background: #f0f0f5;
    border-radius: 8px;
    padding: 4px 8px;
    margin-right: 5px;
    font-size: 12px;
}

.project-card h3 {
    margin: 0;
    color: rgba(16, 24, 40, 1);

    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;


}

.project-slider-wrapper {
    position: relative;
    margin: 40px 0;
}

.project-owl-slider .owl-stage-outer {
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.project-owl-slider .owl-prev,
.project-owl-slider .owl-next {
    box-shadow: 0px 0px 32px 0px #28293D0D;
    background-color: #3070FA !important;
    width: 56px;
    height: 56px;
    gap: 10px;
    border-radius: 12px;

}

.project-owl-slider  .owl-prev-custom,
.project-owl-slider .owl-next-custom {
    display: flex;
    justify-content: center;
}

.project-owl-slider .project-card img {
    width: auto;
}

.project-owl-slider {
    min-height: 400px;
    overflow: hidden;
}

.custom-prev.disabled button,
.custom-next.disabled button {
    box-shadow: 0px 0px 32px 0px rgba(40, 41, 61, 0.05);
    border: 1px solid rgba(242, 244, 247, 1);
    background-color: #fff !important;
}

.custom-prev.disabled button {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 10.1113L3.125 10.1113' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 4.48633L3.125 10.1113L8.75 15.7363' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

.custom-next.disabled button {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10.111h13.75M11.25 15.736l5.625-5.625-5.625-5.625' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

@media (max-width: 991px) {
    .project-card img {
        display: none;
    }
}

@media (max-width: 576px) {
    .project-owl-slider .owl-stage-outer {
        width: calc(100vw - 30px);
        padding-left: 0;
    }

    .project-card h3 {
        font-family: Inter;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
    }

    .project-description {
        font-size: 16px;
        line-height: 24px;
    }

    .project-card-header img {
        display: block;
    }

    .project-percentage {
        font-size: 32px;
        line-height: 40px;
    }

    .project-card {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
    }
    .project-owl-slider,
    .project-card {
        min-height: auto;
    }


    .project-owl-slider .owl-item {
        max-width: 100%;
    }
}