.case-study-banner {
    padding: 50px 0 100px;
    background: #F3F7FE;
}
.case-study-inner {
    display: flex;
    align-items: center;
}
.case-study-inner-left,
.case-study-inner-right {
    width: 50%;
}
.case-study-badge {
    border-radius: 10px;
    border: 1px solid #DDE7FF;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.10);
    color: #0D56F9;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 9px 21px;
    gap: 12px;
    display: inline-flex;
    margin-bottom: 24px;
}
.case-study-inner-left h1 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.case-study-inner-left p {
    color: #6B6B6B;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top: 20px;
}
.case-study-list-box {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFFDF2;
    padding: 38px;
}
.case-study-list-box-top {
    display: flex;
    align-items: center;
    gap: 22px;
}
.case-study-list-box-top p {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.case-study-list-box small {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 177%;
    margin: 18px 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.case-study-list-box-badge {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    display: inline-flex;
    padding: 10px 12px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.case-study-list-box-date {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 177%; */
    margin: 12px 0 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.case-study-list-box-date svg {
    width: auto;
    height: 20px;
}
.case-study-list-box a.comman-btn {
    padding: 12px;
    width: 100%;
    display: block;
}
.case-study-list-inner {
    display: flex;
    column-gap: 24px;
    row-gap: 30px;
    flex-flow: wrap;
    justify-content:center ;
}
.case-study-list-box {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFFDF2;
    padding: 32px;
    width: calc(33.33% - 16px);
}
/* .case-study-list-box-top p .blue {
    display: block;
} */
.case-study-list-box:nth-child(6n + 2) {
    background: #FBFFF2;
}
.case-study-list-box:nth-child(6n + 3) {
    background: #FDF8FF;
}
.case-study-list-box:nth-child(6n + 4) {
    background: #FFF8FC;
}
.case-study-list-box:nth-child(6n + 5) {
    background: #F3FFFE;
}
.case-study-list-box:nth-child(6n + 6) {
    background: #FFFAF2;
}
.case-study-list-box-top-icon {
    width: 68px;
    height: 68px;
    background: #FFF;
    border: 1px solid #FFDDC4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 68px;
}
.methodology-note-outer {
    background: #F4FAFF;
}
.methodology-note-top p {
    border-radius: 12px;
    background: #FFF;
    display: inline-flex;
    padding: 13px 40px;
    color: #0D56F9;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.methodology-note-content {
    border-radius: 12px;
    border: 1px solid #E8ECFF;
    background: #FFF;
    padding: 40px;
    margin-top: 32px;
}
.methodology-note-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8ECFF;
    margin-bottom: 25px;
    padding-bottom: 25px;
    flex-flow: wrap;
    gap: 15px;
}
.methodology-note-content-top span {
    border-radius: 100px;
    background: #EFF8FF;
    display: inline-flex;
    color: #0D56F9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 6px 12px;
}
.methodology-note-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.methodology-note-content ul li {
    color: #5A5A5A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    padding-left: 22px;
    position: relative;
}
.methodology-note-content ul li:after {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #0D56F9;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
}
.methodology-note-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
        flex-flow: wrap;
    gap: 10px;
}
.methodology-note-content-bottom small {
    color: #5A5A5A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.methodology-note-content-bottom a {
    color: #0D56F9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.methodology-note-content-top p {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.methodology-note-top {
    text-align: center;
}
.case-study-inner-left h1 span {
    display: block;
}


@media(max-width:1350px){
    .case-study-badge {
        font-size: 14px;
        padding: 8px 14px;
        gap: 10px;
        margin-bottom: 20px;
    }
    .case-study-inner-left h1 {
        font-size: 40px;
    }
    .case-study-inner-left p {
        margin-top: 18px;
    }
    .case-study-inner-right img {
        width: 90%;
        margin: 0 0 0 auto;
        display: flex;
        align-items: center;
    }
    .case-study-banner {
        padding: 40px 0 80px;
    }
    .case-study-list-box {
        padding: 24px;
        width: calc(33.33% - 14px);
    }
    .case-study-list-inner {
        column-gap: 20px;
        row-gap: 24px;
    }
    .case-study-list-box-top p {
        font-size: 18px;
    }
    .case-study-list-box-top {
        gap: 18px;
    }
    .case-study-list-box-top-icon {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
    }
    span.case-study-list-box-top-icon svg {
        width: 30px;
        height: 30px;
    }
    span.case-study-badge svg {
        width: 16px;
        height: 16px;
    }
    .methodology-note-top p {
        padding: 12px 30px;
        font-size: 14px !important;
    }
    .methodology-note-content {
        padding: 30px;
        margin-top: 30px;
    }
    .methodology-note-content-top {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .methodology-note-content-bottom {
        margin-top: 20px;
    }
    .methodology-note-content ul li {
        font-size: 14px;
    }
    .methodology-note-content ul li:after {
        top: 9px;
    }
    .methodology-note-content-top p {
        font-size: 18px;
    }
    

}
@media(max-width:991px){
    .case-study-inner {
        flex-flow: wrap;
        gap: 30px;
    }
    .case-study-inner-left, .case-study-inner-right {
        width: 100%;
    }
    .case-study-inner-right img {
        width: 100%;
        margin: 0 auto;
        max-width: 700px;
    }
    .case-study-inner-left h1 {
        font-size: 36px;
    }
    .case-study-badge {
        font-size: 12px;
        padding: 6px 10px;
        gap: 8px;
        margin-bottom: 16px;
    }
    .case-study-list-box {
        padding: 24px;
        width: calc(50% - 10px);
    }
    .case-study-list-box-date {
        font-size: 12px;
        margin: 10px 0 16px;
        gap: 8px;
    }
    .case-study-list-box-date svg {
        width: auto;
        height: 16px;
    }
}
@media(max-width:767px){
    .case-study-banner {
        padding: 30px 0 60px;
    }
    .case-study-badge {
        margin-bottom: 10px;
    }
    .case-study-inner-left h1 {
        font-size: 30px;
    }
    .case-study-list-box {
        padding: 24px;
        width: calc(100% - 0px);
    }
    .methodology-note-content {
        padding: 24px;
        margin-top: 24px;
    }
}