/*Case Study Pages*/
.case_subheading {
    font-size: 23px;
    font-weight: 400 !important;
    font-style: italic;
    line-height: normal;
    margin-bottom: 20px;
}

.case_subheading span {
    position: relative;
    z-index: 1
}

.case_subheading span::after {
    position: absolute;
    content: "";
    bottom: -6px;
    height: 8px;
    width: 106%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="208" height="6" viewBox="0 0 208 6" fill="none"><path d="M1 5C39.544 2.5796 134.706 -1.26279 207 2.73087" stroke="%23EA257D" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat scroll center center/cover;
    left: -7px;
    transition: 3s all;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

.banner-text.aos-animate .case_subheading span::after {
    transform: scaleX(1);
    transition-delay: 1.5s;
}

.case-study-banner {
    background: #18181A;
    padding-bottom: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%)
}

.cs-banner-box {
    display: flex;
    justify-content: space-between;
    ;
    margin-top: 50px
}

.cs-banner-box .item {
    border-top: 1px solid #3F3F3F;
    border-right: 1px solid #3F3F3F
}

.cs-banner-box .inner-box {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 25px
}

.cs-banner-box .item:first-child .inner-box {
    padding-left: 0
}

.cs-banner-box .item:last-child {
    border-right: 0
}

.cs-banner-box .title {
    color: rgba(255, 255, 255, 0.34);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.417px;
    letter-spacing: 3.257px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.case-banner-image {
    margin-top: -150px;
    position: relative;
    z-index: 1;
    padding-bottom: 50px
}

.cs_banner_shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: inherit !important;
    z-index: -1;
    width: 800px;
    bottom: 0;
}

.case-banner-image img {
    max-width: 1400px;
}

.content-border {
    padding-top: 20px;
    position: relative
}

.content-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200px;
    height: 4px;
    background: #EA257D;
    border-radius: 3px
}

.border-heading {
    border-bottom: 1px solid #3f3f3f1f;
    padding-bottom: 30px;
    margin-bottom: 40px
}

.cs-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05)
}

.cs-image-wrapper img {
    width: 100%;
    height: 100%
}

.small-image-wrapper .col-sm-6:nth-child(odd) .cs-image-wrapper {
    margin-top: 30px
}

.cs-image-gallery {
    margin-top: 50px
}

.gradient-bg-alt {
    background: linear-gradient(180deg, #d9d9d90f 0%, rgba(217, 217, 217, 0.00) 98.57%);
}

.cs-number-box .num {
    color: #EA257D;
    font-size: 22.381px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px
}

.cs-number-box .title {
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

/* === Case Study: Structure / Every screen (dark band) === */
.content-area.cs-dark {
    background: #18181A;
    color: #b2b2b2;
}

.content-area.cs-dark + .content-area.cs-dark {
    background: #18181A;
    color: #b2b2b2;
}


.cs-eyebrow-line {
    display: block;
    width: 117px;
    height: 4px;
    border-radius: 3px;
    background: #EA257D;
    margin-bottom: 24px;
}

/* Category tree card */
.cs-tree-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 40px 45px;
}

.cs-tree-root {

    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 26px;
}

.cs-tree {
    list-style: none;
    margin: 0 0 26px;
    padding: 0 0 0 26px;
    position: relative;
}

.cs-tree::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 18px;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.cs-tree li {
    position: relative;
    padding-bottom: 20px;
}

.cs-tree li:last-child {
    padding-bottom: 0;
}

.cs-tree li::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EA257D;
    transform: translateX(-2.5px);
}

.cs-tree .branch {
    display: block;

    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.8px;
    color: #fff;
}

.cs-tree .sub {
    display: block;

    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.cs-tree-note {
    font-size: 15px;
    line-height: 24px;
    color: #888;
    margin: 0;
}

/* Device mockups */
.cs-screens {
    margin-top: 25px;
}

.cs-device-label {
    display: block;

    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 5.16px;
    text-transform: uppercase;
    color: #b2b2b2;
    margin-bottom: 18px;
    padding-left: 16px;
    position: relative;
}

.cs-device-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EA257D;
}

.cs-device {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.cs-device img {
    width: 100%;
    height: auto;
    display: block;
}

/* Tall full-page screenshots: clip to a window so they read as a device screen */
.cs-device-scroll {
    max-height: 460px;
    overflow: hidden;
}

.cs-device-tall {
    max-height: 420px;
}


@media (max-width: 991px) {
    .cs-tree-card {
        margin-top: 30px;
    }

    .cs-device-scroll {
        max-height: 360px;
    }
}

@media (max-width: 767px) {
    .cs-dark .content-text-muted p {
        font-size: 16px;
    }

    .cs-tree-card {
        padding: 28px 24px;
    }

    .cs-tree-root {
        font-size: 22px;
    }

    .cs-device-scroll,
    .cs-device-tall {
        max-height: 300px;
    }

    .cs-device-label {
        letter-spacing: 3.5px;
    }
}


/* === Case Study: Simple / Custom / Wired / Quote / Launched / CTA === */

/* Save-flow steps (Custom functionality) */
.cs-save-flow {
    margin-top: 50px;
}

.cs-flow-head {
    margin-bottom: 20px;
    gap: 16px;
}

.cs-step-num {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EA257D;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.cs-flow-title {

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
    margin-bottom: 4px;
}

.cs-flow-sub {

    font-size: 13px;
    line-height: 18px;
    color: #888;
}

/* Marketing flow diagram (Wired into marketing engine) */
.cs-flow-diagram {
    margin-top: 50px;
}

.cs-flow-node {
    border-radius: 12px;
    padding: 28px 30px;
    height: 100%;
}

.cs-flow-node .num {
    color: #EA257D;

    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.cs-flow-node-title {

    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.cs-flow-node p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    margin: 0;
}

.cs-flow-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #EA257D;
    font-size: 18px;
}

/* Client quote (dark band) */


.cs-quote {
    position: relative;
    margin: 0 auto;
    padding: 50px 100px;
    background: #18181A;
    color: #B2B2B2;
    border-radius: 10px
}

.cs-quote-mark {
    font-weight: 700;
    font-size: 180px;
    line-height: 1;
    color: #EA257D;
    display: block;
    line-height: 0;
}

.cs-quote-body {
    margin: 0;
    border: 0;
    padding: 0;
}

.cs-quote-text {

    font-weight: 700;
    font-style: italic;
    font-size: 45px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 22px;
}

.cs-quote .title {
    color: #FFF;
    font-size: 31px;
    font-style: italic;
    line-height: 42px;
    margin-bottom: 20px;
}

.cs-quote-note {
    font-size: 18px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.55);
}

/* Scorecard (Launched) */
.cs-scorecard {
    margin-top: 55px;
    padding-top: 40px;
    border-top: 1px solid #ececec;
}

.cs-scorecard-head {
    gap: 12px 20px;
    margin-bottom: 34px;
}

.cs-scorecard-head span,
.cs-scorecard-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #18181a;
}

.cs-dark .cs-scorecard-title {
    color: #fff
}

.cs-metric-top {
    gap: 14px;
    margin-bottom: 16px;
}

.cs-metric-ring {
    flex: 0 0 auto;
    position: relative;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-ring-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.cs-ring-track {
    fill: none;
    stroke: #f0e3ea;
    stroke-width: 5;
}

.cs-ring-fill {
    fill: none;
    stroke: #EA257D;
    stroke-width: 5;
    stroke-linecap: round;
    /* 2*pi*r, r=33  ->  ~207.35 */
    stroke-dasharray: 207.35;
    stroke-dashoffset: 207.35;
    transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1),
        stroke 0.5s ease 1.5s;
}

.cs-ring-num {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #EA257D;
    transition: color 0.5s ease 1.5s;
}

/* Filled state (added by JS when in view) */
.cs-metric.is-filled .cs-ring-fill {
    stroke-dashoffset: 0;
}

.cs-metric.is-complete .cs-ring-fill {
    stroke: #12b76a;
}

.cs-metric.is-complete .cs-ring-num {
    color: #12b76a;
}

.cs-metric-score {

    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    color: #18181a;
}

.cs-metric-name {

    font-weight: 600;
    font-size: 10.5px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #3f3f3f;
    margin-top: 6px;
}

.cs-metric-foot {
    position: relative;
    padding-top: 12px;
    padding-bottom: 14px;
    align-items: center;
}

/* Track (the faint base line) */
.cs-metric-foot::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: rgba(38, 38, 38, 0.17);
}

/* Animated fill bar that grows left -> right */
.cs-metric-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #EA257D;
    z-index: 1;
    transition: width 1.6s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.5s ease 1.5s;
}

.cs-metric.is-filled .cs-metric-bar {
    width: 100%;
}

.cs-metric.is-complete .cs-metric-bar {
    background: #12b76a;
    box-shadow: 0 0 12px rgba(18, 183, 106, 0.5);
}

.cs-metric-key {

    font-weight: 500;
    font-size: 9px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #3f3f3f;
}

.cs-metric-val {

    font-weight: 700;
    font-size: 13.4px;
    color: #000;
}

/* Deliverables numbered grid (Launched) */
.cs-deliverables {
    margin-top: 55px;
}

.cs-deliverable {
    gap: 20px;
    align-items: flex-start;
    padding: 25px;
    background: #d9d9d91f;
    border-radius: 7px;
    font-size: 17px;
    line-height: 25px;
    color: #1E1E1E;
    transition: all 0.4s
}

.cs-deliverable-num {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252525;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: -50px;
    margin-bottom: 14px;

}

.cs-deliverable:hover {
    background: #252525;
    color: #fff;
}

.cs-deliverable:hover .cs-deliverable-num {
    background: #EA257D
}

.cs-final-gallery {
    margin-top: 55px;
}

/* Final CTA (dark band) */
.cs-cta-area {
    background: #18181A;
}

.cs-cta-area .container {
    position: relative;
    z-index: 1
}

.cs-cta-area .gradient_shape {
    position: absolute;
    right: 30%;
    width: 600px
}

.cs-cta-title {
    line-height: 100%;
    margin-bottom: 22px;
}

.cs-cta-title span {
    position: relative;
    z-index: 1
}

.cs-cta-title span::after {
    position: absolute;
    content: "";
    bottom: -5px;
    height: 20px;
    width: 106%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="392" height="14" viewBox="0 0 392 14" fill="none"><path d="M3.5 9.99414C75.1619 7.57374 253.589 0.731357 388 4.72502" stroke="%23EA257D" stroke-width="7" stroke-linecap="round"/></svg>') no-repeat scroll center center/100%;
    left: -7px;
    transition: 3s all;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;

}

.cs-cta-area.aos-animate .cs-cta-title span::after {
    transform: scaleX(1);
    transition-delay: 1.5s;
}

.cs-cta-text p {
    color: rgba(255, 255, 255, 0.63);
    max-width: 580px;
    margin-bottom: 34px;
}

.cs-cta-btn {
    display: inline-block;
    padding: 22px 46px;
    border-radius: 58px;
    background: linear-gradient(90deg, #EA257D, #823191);
    color: #fff;

    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s;
}

.cs-cta-btn:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-2px);
}

.cs-cta-devices .cs-device {
    max-height: 420px;
}

.divider.dark {
    background: #18181A
}

.curve-area {
    position: relative;
    z-index: 1
}

.curve_bg_white {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 300px;
    background: #fff;
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}

.curve-area .container {
    position: relative;
    z-index: 1
}

.curve-area .gradient_shape {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    z-index: -1
}

.cs-device {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05)
}

.quote-img {
    margin-top: -110px;
}

.cs-scorecard-head {
    margin-top: 40px
}

@media (max-width: 991px) {
    .cs-quote {
        padding-left: 70px;
    }

    .cs-quote-mark {
        font-size: 120px;
    }

    .cs-quote-text {
        font-size: 32px;
        line-height: 42px;
    }

    .cs-cta-title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .cs-flow-node-title {
        font-size: 20px;
    }

    .cs-quote {
        padding: 20px 10px 20px 46px;
    }

    .cs-quote-mark {
        font-size: 90px;
        top: -6px;
    }

    .cs-quote-text {
        font-size: 26px;
        line-height: 34px;
    }

    .cs-quote-note {
        font-size: 16px;
    }

    .cs-metric-score {
        font-size: 36px;
    }

    .cs-deliverable-num {
        width: 54px;
        height: 54px;
        font-size: 17px;
    }

    .cs-deliverable p {
        font-size: 15px;
    }

    .cs-cta-title {
        font-size: 32px;
        line-height: 40px;
    }

    .cs-cta-btn {
        padding: 18px 36px;
        font-size: 16px;
    }
}


/* === Scorecard sleek reveal + completion pop === */
.cs-metric {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.cs-metric.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* gentle pop on the score when the ring completes */
.cs-metric-score {
    display: inline-block;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.4s ease;
}

.cs-metric.is-complete .cs-metric-score {
    animation: cs-score-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes cs-score-pop {
    0% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}

/* soft ring glow at completion */
.cs-metric.is-complete .cs-ring-svg {
    filter: drop-shadow(0 0 6px rgba(18, 183, 106, 0.45));
    transition: filter 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {

    .cs-metric,
    .cs-ring-fill,
    .cs-metric-bar,
    .cs-ring-num,
    .cs-metric-score {
        transition: none !important;
        animation: none !important;
    }

    .cs-metric {
        opacity: 1;
        transform: none;
    }
}


/* === Sleek scroll reveals (case study) === */
[data-reveal] {
    opacity: 0;
    will-change: opacity, transform;
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal="up"] {
    transform: translateY(34px);
}

[data-reveal="down"] {
    transform: translateY(-34px);
}

[data-reveal="left"] {
    transform: translateX(40px);
}

[data-reveal="right"] {
    transform: translateX(-40px);
}

[data-reveal="scale"] {
    transform: scale(0.94);
}

[data-reveal="fade"] {
    transform: none;
}

[data-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.no-shadow {
    box-shadow: none
}

.column-content-text .title {
    font-size: 26px
}

.cs-dark .cs-scorecard {
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #c0c0c01a;
}

.cs-dark .cs-metric-score {
    color: #fff
}

.cs-dark .cs-metric-name {
    color: #aaaaaa;
}

.cs-dark .cs-metric-key {
    color: #c2c2c2;
}

.cs-dark .cs-metric-val {
    color: #ffffff;
}

.max_img img {
    max-width: 800px;

}

.curve_bg_white.small {
    height: 180px
}

.cs-banner-box.alt-left {
    flex-wrap: wrap
}

.cs-banner-box.alt-left .item {
    flex: 0 0 50%;
    max-width: 50%
}

.cs-banner-box.alt-left .inner-box {
    padding: 30px
}

.cs-banner-box.alt-left .item:first-child,
.cs-banner-box.alt-left .item:nth-child(2) {
    border-top: 0
}

.cs-banner-box.alt-left .item:nth-child(2) {
    border-right: 0
}

.cs-banner-box.alt-left .item:nth-child(odd) .inner-box {
    padding-left: 0
}

.case-study-banner.alt {
    padding-bottom: 70px
}

.mx_x_img {
    max-width: 800px;
    float: right;
    transform: translateX(100px);

}

.content-img-adeler {
    position: relative;
    z-index: 1;
    margin-top: 50px
}

.px_50 {
    padding: 0 5%
}

.grid-cs-photo {
    margin-top: 40px
}

.grid-cs-photo .text {
    margin-top: 20px
}

.grid-cs-photo .title {
    color: #fff;
    font-size: 20px
}

.large_bottom {
    padding-bottom: 250px
}

.cs-quote-area.ntop {
    margin-top: -150px
}

.cs-quote.alt {
    z-index: 1;
    background: #232326
}

.cs-quote.alt .title {
    font-size: 28px;
    font-style: italic;
    line-height: 120%;
}

.case-study-banner.v2 .case-banner-image img {
    max-width: 100%
}

.case-study-banner.v2 .case-banner-image {
    margin-top: 50px;
}

.case-study-banner.v2 {
    padding-bottom: 0;
    clip-path: inherit
}

.cs-gallery-slider {
    margin-top: 30px
}

.cs-gallery-slider .slide {
    padding: 40px 20px
}

.cs-gallery-slider .slick-list {
    margin-left: -250px;
    margin-right: -250px
}

.content-stats-box {
    margin: 50px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee
}

.inner-stats-box .stats-num {
    color: #EA257D
}

.cs-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 40px
}

.cs-logos-wrapper .item {
    padding: 0 25px;
    flex: 1
}
.cs-logos-wrapper .item img{
    filter: grayscale(1)
}
.column-content-text ul{
    list-style: none;
    margin: 0;
    padding: 0
}
.column-content-text ul li{
    margin: 5px 0
}

@media(max-width:1400px) {
    .case-banner-image img {
        max-width: 1200px;
    }

    .cs-quote {
        padding: 50px
    }

    .quote-img {
        margin-top: 0px;
    }

    .cs-quote .title {
        font-size: 40px
    }
}

@media(max-width:991px) {
    .case_subheading {
        line-height: 120%;
        font-size: 22px
    }

    .cs-number-box .title {
        font-size: 20px
    }

    .case-banner-image img {
        max-width: 120%;
    }

    .cs-quote {
        padding: 40px
    }

    .cs-quote .title {
        font-size: 30px;
        line-height: 100%
    }

    .cs-quote-mark {
        margin-top: 50px;
    }

    .quote-img {
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    .cs-quote {
        padding: 30px
    }

    .cs-quote .title {
        font-size: 26px;
        line-height: 120%;
    }

    .cs-banner-box .inner-box {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cs-flow-node {
        padding: 0
    }

    .quote-img {
        margin-top: 0px;
    }

    .cs-quote-mark {
        margin-top: 40px
    }

    .cs-deliverable {
        margin-top: 30px
    }
}

@media(max-width:575px) {
    .case-header-logo {
        margin: 0 auto 30px;
        width: 50%
    }

    .cs-banner-box {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .cs-banner-box .item {
        flex: 0 0 50%;
        width: 50%;
        border: 1px solid #3F3F3F
    }

    .cs-banner-box .inner-box {
        font-size: 14px;
        line-height: 25px;
        padding: 20px;
        text-align: center;
    }

    .cs-banner-box .item:first-child .inner-box {
        padding-left: 20px
    }

    .cs-banner-box .item:last-child {
        border: 1px solid #3F3F3F
    }

    .case-banner-image img {
        max-width: 125%;
    }

    .case-study-banner {
        padding-bottom: 160px;
    }

    .case-banner-image {
        margin-top: -100px;
    }

    .small-image-wrapper {
        margin-top: 30px
    }

    .cs-flow-node {
        padding: 0
    }

    .cs-quote {
        text-align: center
    }

    .quote-img {
        margin-top: 0;
        margin-bottom: 30px
    }

    .cs-quote-mark {
        margin-top: 40px
    }

    .cs-quote-area {
        padding-top: 0
    }

    .cs-deliverable {
        margin-top: 20px
    }

    .cs-cta-title span::after {
        bottom: 0
    }
}
