.cnc-casestudy-section.cnc-casestudy-section-layout6 {
    padding: 100px 0;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .container {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper {
    margin-bottom: 70px;
    text-align: center;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6
    .title-wrapper.title-half-wrapper
    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    max-width: calc(50% - 15px);
    width: 100%;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper {
    max-width: calc(50% - 15px);
    width: 100%;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn {
    display: inline-flex;
    align-items: center;
    background-color: #005ac3;
    color: #fff;
    font-weight: 400;
    padding: 14px 35px 14px 35px;
    border-radius: 5px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: normal;
    text-decoration: none;
    width: fit-content;
    margin-top: auto;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn:hover,
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn:focus {
    background-color: #02357e;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn:hover .arrow,
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn:focus .arrow {
    left: 5px;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn .arrow {
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn .arrow img {
    max-width: 100%;
    height: auto;
    display: block;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn .arrow svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    stroke: #fff;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn .arrow i {
    color: #fff;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6
    .title-wrapper
    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #000727;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper :is(p) {
    color: rgba(0, 7, 39, 0.6);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6
    .title-wrapper
    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):not(:last-child),
.cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper :is(p):not(:last-child) {
    margin: 0 0 10px 0;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper {
    margin-bottom: 130px;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col {
    padding: 42px 30px;
    border-bottom: 2px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    flex-wrap: wrap;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6
    .casestudy-wrapper
    a.col
    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #000727;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image {
    box-sizing: border-box;
    max-width: 342px;
    width: 100%;
    position: relative;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image .img-col {
    position: absolute;
    top: -100px;
    pointer-events: none;
    transition:
        opacity 0.4s ease,
        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    z-index: 2;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col:hover .image .img-col {
    transform: scale(1.06);
    opacity: 1;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image img {
    border-radius: 10px;
    max-width: 100%;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
    display: block;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6
    .casestudy-wrapper
    a.col
    .wrap
    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 24px;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6
    .casestudy-wrapper
    a.col:hover
    .wrap
    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    opacity: 1;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .arrow-icon {
    max-width: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .arrow-icon img {
    max-width: 100%;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .arrow-icon svg,
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .arrow-icon i {
    width: 100%;
    height: 100%;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col:hover .arrow-icon {
    transform: rotate(45deg);
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more {
    text-align: center;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn {
    padding: 14px 35px;
    border-radius: 280px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
    border: 1px solid #005ac3;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #005ac3;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn .arrow {
    margin-left: 15px;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn .arrow img {
    max-width: 100%;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn .arrow svg,
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn .arrow i {
    width: 100%;
    height: 100%;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn:hover {
    background-color: #02357e;
    border-color: #02357e;
}
.cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn:hover .arrow {
    left: 5px;
}

@media (max-width: 1199px) {
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image {
        max-width: 290px;
    }
}
@media (max-width: 1024px) {
    .cnc-casestudy-section.cnc-casestudy-section-layout6 {
        padding: 50px 0;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6
        .title-wrapper
        :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        font-size: 40px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper :is(p),
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn,
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn {
        font-size: 18px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6
        .casestudy-wrapper
        a.col
        :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        font-size: 28px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6
        .casestudy-wrapper
        a.col
        .wrap
        :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper,
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper {
        margin-bottom: 52px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col {
        padding: 34px 0;
        gap: 12px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image {
        max-width: 200px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image .img-col {
        top: -72px;
    }
}

@media (max-width: 767px) {
    .cnc-casestudy-section.cnc-casestudy-section-layout6 {
        padding: 30px 0;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper,
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper {
        margin-bottom: 30px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6
        .title-wrapper
        :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        font-size: 30px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper :is(p),
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .view-more .btn,
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .title-wrapper.title-half-wrapper .info-wrapper .btn {
        font-size: 16px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col {
        padding: 30px 0;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6
        .casestudy-wrapper
        a.col
        :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        font-size: 24px;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image {
        max-width: 100%;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6 .casestudy-wrapper a.col .image .img-col {
        position: static;
        opacity: 1;
        pointer-events: all;
    }
    .cnc-casestudy-section.cnc-casestudy-section-layout6
        .casestudy-wrapper
        a.col
        .wrap
        :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        font-size: 20px;
        opacity: 1;
    }
}
