.case__study-title {
    margin-bottom: 16px;
}

.case__study-desc {
    padding-right: 30px;
}

.case__study-card {
    background-image: url(../../images/our-sucess-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 40px;
    margin: 0;
}

.case__study-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    margin-right: 25px;
    position: relative;
}

.case__study-content {
    padding-left: 25px;
}

.case__study-card-title {
    color: var(--color-text-primary);
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 10px;
    opacity: 90%;
}

.case__study-subtitle {
    color: var(--color-text-primary);
    font-size: 18px;
    font-weight: 400;
    opacity: 80%;
    margin-bottom: 24px;
}

.case__study-text {
    margin-bottom: 32px;
    color: var(--color-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.case__study-stats {
    background: linear-gradient(#212326, #212326) padding-box, linear-gradient(90deg, #5147476e 0%, #3131319c 100%) border-box;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 4px 19.3px 1px rgb(56 56 56 / 25%);
    gap: 20px;
}
.case__study-stat{
    width: 44%;
}
.case__study-stat-value {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.case__study-stat-value span {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--color-text-primary);
}

.case-study__slider {
    padding-bottom: 60px;
}

@media (max-width: 1399px) {
    .case__study-content {
        padding-left: 0;
    }

    .case__study-img-wrap {
        margin-right: 0;
    }

    .case__study-card-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .case__study-subtitle {
        margin-bottom: 7px;
    }

    .case__study-text {
        margin-bottom: 25px;
    }

    .case__study-stat-value span {
        font-size: 26px;
        line-height: 30px;
    }

    .case__study-stat-value svg {
        width: auto;
        height: 40px;
    }
    .case__study-stats{
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .case__study-card {
        padding: 40px 20px;
    }

    .case__study-text {
        font-size: 15px;
        line-height: 22px;
    }

    .case__study-stat-text {
        font-size: 14px;
        line-height: 20px;
    }

    .case__study-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .case__study-img-wrap {
        margin-bottom: 20px;
    }

    .case__study-img-wrap img {
        width: 100%;
    }

    .case__study-img-wrap img {
        width: 100%;
        height: 330px;
        object-fit: cover;
    }

   
    .case__study-stats {
        gap: 40px;
    }
}
@media (max-width: 767px) {
.case__study-desc {
       padding-right: 0;
    }
    .case__study-subtitle{
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .case__study-title {
        margin-bottom: 8px;
    }

  
    .case__study-card{
        background-image: none;
        padding:0;
    }
    .case__study-card-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .case__study-subtitle{
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .case__study-text{
        font-size: 14px;
        line-height: 20px;
    }
    .case__study-img-wrap img {
        height: 220px;
    }
    .case__study-stat-value {
    margin-bottom: 10px;
}
        .case__study-stat-value svg {
        height: 30px;
    }
    .case__study-stat-value span {
        font-size: 22px;
        line-height: 30px;
    }
    .case-study__slider {
    padding-bottom: 50px;
}
    .case__study-stats {
        gap: 20px;
    }
    .case__study-stat-text {
        font-size: 13px;
    }
    .case__study-action{
         text-align: center;
    }
}