body{
    background: linear-gradient(180deg, #FAFAFA 0%, #F3F9FF 100%);
    overflow-x: hidden;
}

.bg-darkblue{
    background: linear-gradient(180deg, #0A1D39 0%, #002F5D 88.81%);
}

.c-light{
    color: #C6D7E7;
}

.hero.hero-case.--v2{
    min-height: unset;
    padding-bottom: 0;

    .btn-blue-grad{
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }
}

.btn-story{
    font-family: 'Lexend';
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-align: justify;
    vertical-align: middle;
    color: #1798EE;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all .3s ease;

    .fa-angle-down{
        background-color: #1798EE;
        mask-image: url(/assets/images/angle-down-solid.svg);
        background-size: contain;
        width: 16px;
        height: 18px;
        display: inline-block;
        background-image: unset;
        transition: all .3s ease;
    }

    &:hover{
        color: #002F5D;

        .fa-angle-down{
            background-color: #002141;
        }
    }
}

.wrapperArrow{
    display: inline-block;
    left: 120%;
    position: absolute;
    bottom: 0;
    transform: none;
    height: 40px;
    transform: translateX(-50%);

    .chevron{
        position: absolute;
        width: 1rem;
        height: 0.20rem;
        opacity: 0;
        transform: scale(0.3);
        animation: move-chevron 3s ease-out infinite;
        right: 49%;
    }

    /* animation delays for each chevron */
    .chevron:nth-child(1) {
        animation-delay: 0s;
    }
    .chevron:nth-child(2) {
        animation-delay: 1s;
    }
    .chevron:nth-child(3) {
        animation-delay: 2s;
    }

    .chevron:before {
        left: 0;
        transform: skewY(30deg);
    }

    .chevron:after {
        right: 0;
        width: 50%;
        transform: skewY(-30deg);
    }

    .chevron:before,
    .chevron:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        background: #1798EE;
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

.hero.hero-case{
    background-color: unset;
    padding-top: 6rem;
    padding-bottom: 6rem;
    min-height: 100vh;
    align-items: center;
    position: relative;
    margin-top: 20px;

    .bg-hero{
        position: absolute;
        height: auto;
        z-index: -1;
    }

    .bg-hero.--left{
        left: -10%;
        width: 380px;
        bottom: 150px;
    }

    .bg-hero.--right{
        right: 0;
        bottom: 100px;
        width: 490px;
    }

    h1{
        font-family: 'Lexend Deca';
        font-weight: 700;
        font-size: 48px;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }

    .card{
        outline: 1px solid #FFF;
        outline-offset: 16px;
        width: 415px;
        height: 480px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #E3E3E3;
        border-radius: 24px;
        margin: auto;
        position: relative;
        z-index: 3;
        overflow: hidden;
        /* mask: linear-gradient(to bottom, transparent 0%, black 0%, black 80%, transparent 100%); */

        &::before {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-image: url("/assets/case-study/images/sect1-gen/card-bg.webp"), linear-gradient(180deg, #FAFAFA 0%, #F3F9FF 100%);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 0.5;
            z-index: -1;
        }

        .logo-cust{
            width: 220px;
            height: auto;
            transform-style: preserve-3d;
            transform: translateZ(20px);
        }
    }

    #ntl {
        .card&::before{
            background-image: url("/assets/case-study/images/ntl/sect1/bg.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 1;
        }

        .logo-cust{
            width: 330px;
        }
    }

    #sobono {
        .card&::before{
            background-image: url("/assets/case-study/images/sobono/sect1/sobono-person.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 1;
        }

        .logo-cust{
            width: 128px;
        }

        .card-logo-client{
            position: absolute;
            width: auto;
            height: 55px;
            background: linear-gradient(180deg, #FFFFFF 65%, #EFEFEF 100%);
            padding: 12px 12px 12px 18px;
            border-radius: 30px 0 0 30px;
            box-shadow: 0px 6px 6.9px 0px #00000040;
            right: 0px;
            top: 22px;
        }
    }

    #boc {
        .card&::before{
            background-image: url("/assets/case-study/images/boc/sect1/hero.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 1;
        }

        .logo-cust{
            width: 230px;
        }
    }

    #bukaka {
        .card&::before{
            background-image: url("/assets/case-study/images/bukaka/sect1/hero.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 1;
        }

        .logo-cust{
            width: 210px;
        }
    }

    #beumer {
        .card&::before{
            background-image: url("/assets/case-study/images/beumer/sect1/bg.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 1;
        }

        .logo-cust{
            width: 270px;
        }
    }

    .sect-desc{
        margin-bottom: 24px;
    }

    .sect-desc:last-of-type{
        margin-bottom: 54px;
    }

    @media (min-width:1200px) {
        h1{
            margin-bottom: 46px;
        }

        .sect-desc{
            line-height: 1.7;
        }
    }
}

.waves-move{
    position: relative;
    text-align: center;
    background: transparent;
    width: 100%;
    margin-top: 60px;
}

.waves {
    position: relative;
    width: 100%;
    height: 5vh;
    margin-bottom: 0px;
    max-height: 100px;
}

.parallax:not(.s_parallax_no_overflow_hidden) {
    overflow: hidden;
}

.parallax > use {
    animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

@keyframes move-wave {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.card-glass{
    outline: 1px solid #FFF;
    outline-offset: 16px;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 24px;
    margin: auto;
    padding: 24px;
}

.ecl{
    position: absolute;
    z-index: -1;
}

.ecl.--1{
    right: 125px;
    top: 0;
    width: 600px;
    height: auto;
}

.animated-background {
    right: 0;
    position: absolute;
    width: 60vw;
    height: 90%;
    filter: blur(80px);
    z-index: -1;
    pointer-events: none;
    top: 0;
    overflow: hidden;
}
  
  .blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--color);
    border-radius: 50% 40% 60% 50%;
    opacity: 0.65;
    mix-blend-mode: screen;
    transition: all 8s ease-in-out;
}

.btn-blue-grad{
    /* background: linear-gradient(90deg, #002F5D 0%, #0063C3 100%); */
    background: linear-gradient(90deg, #1798EE 0%, #002F5D 50%, #1798EE 100%);
    background-size: 200%;
    background-position: 100%;
    box-shadow: 0px 11.06px 18.43px 0px #00214129;
    border-radius: 40px;
    padding: 16px 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    transition: all .4s ease;

    &:hover{
        background-position: 0%;
    }
}

.grad-text-rainbow{
    background: linear-gradient(90.79deg, #0C304E 21.09%, #144F81 35.36%, #185F9B 48.62%, #1A67A7 56.92%, #EE4345 80.42%, #F16365 85.26%);
    color: transparent;
    background-clip: text;
}

.grad-text-rainbow-light{
    background: linear-gradient(90.99deg, #002F5D 4.34%, #2286FF 50.75%, #EE4345 97.35%);
    color: transparent;
    background-clip: text;
}

.grad-text-orange{
    background: linear-gradient(90.14deg, #EE4345 13.23%, #F16365 77.55%);
    color: transparent;
    background-clip: text;
}

.sect-desc{
    font-family: 'Lexend Deca';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
}

.sect-desc-sm{
    font-family: 'Lexend';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}

.sect-head{
    font-family: 'Lexend';
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}
  

.testimoni-case{
    position: relative;
    /* height: 115vh;  */
    min-height: 850px;
    /* height: 80vh;
    min-height: 620px; */
    align-items: start;

    @media (min-width:1200px) {
        .row{
            gap: 100px;
        }
    }

    .card{
        border-radius: 16px;
        padding: 32px;
    }

    .card-text{
        font-family: 'Lexend';
        font-weight: 400;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .card-name{
        font-family: 'Lexend';
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
    }

    .testi-photo{
        border-radius: 20px;
    }

    .card-container {
        position: absolute;
        top: 0;
        height: 375px;
        width: 454px;
        flex-wrap: wrap;
        justify-content: center;
        transition: filter .3s ease;
        right: 4%;

        &:hover .card-move{
            filter: blur(2px);
        }
    }

    .card-container-ph{
        height: 375px;
        width: 454px;
        /* background-color: #002141; */
    }
      
    .card-move {
        width: 215px;
        height: 152px;
        background-color: #FFF;
        color: #4A4A4A;
        text-align: center;
        line-height: 100px;
        border-radius: 10px;
        flex: 0 0 calc(50% - 1rem);
        position: absolute;
        /* position: relative; */
        /* filter: blur(2px); */
        padding: 24px;
        border: 1px solid #DFDFDF;
        transition: all .3s ease;

        &:hover{
            filter: blur(0px) !important;
            box-shadow: 0px 5px 17.9px 0px #1798EE2E;
            border: 1px solid #1798EE;
        }

        .card-top{
            display: flex;
            gap: 16px;
            margin-bottom: 20px;
        }

        .card-icon{
            width: 34px;
            height: 34px;
        }

        .card-title{
            font-family: 'Lexend';
            font-weight: 500;
            font-size: 24px;
            line-height: 1.3;
            letter-spacing: 0.5px;
            margin-bottom: 0;
            color: #002F5D;
        }

        .card-desc{
            font-family: 'Lexend';
            font-weight: 400;
            font-size: 17px;
            line-height: 1.3;
            letter-spacing: 0px;
            color: #4A4A4A;
            text-align: left;
            height: 45px;
            overflow: hidden;
        }
    }

    .card-move:nth-child(1) {
        top: 50px;
        left: 0;
        /* margin-top: -20px; */
    }

    .card-move:nth-child(2) {
        bottom: 0;
        left: 0;
        /* margin-top: 10px; */
    }
    
    .card-move:nth-child(3) {
        top: 100px;
        right: 0;
        /* margin-top: -20px; */
    }
    
    .card-move:nth-child(4) {
        bottom: -50px;
        right: 0;
        /* margin-top: 10px; */
    }
}

.testimoni-case.--v2{
    min-height: unset;
    padding-top: 6rem;
    padding-bottom: 0;

    @media (min-width:1200px) {
        .row{
            gap: unset;
        }
    }

    .card{
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;

        .count-tl{
            font-family: 'Lexend';
            font-weight: 700;
            font-size: 40px;
            line-height: 130%;
            letter-spacing: 0.5px;
            margin-bottom: 0;
        }

        .card-title{
            font-family: 'Lexend';
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0px;
            text-align: center;
            color: #4A4A4A;
            margin-bottom: 0;
        }

        .card-desc{
            font-family: 'Lexend';
            font-weight: 300;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0px;
            text-align: center;
            color: #818181;
            margin-bottom: 0;
        }
    }

    .col-lg-3:nth-of-type(1) .card{
        border: 1px solid #184CA9;
    }
    .col-lg-3:nth-of-type(2) .card{
        border: 1px solid #BC4B0B;
    }
    .col-lg-3:nth-of-type(3) .card{
        border: 1px solid #3E23B4;
    }
    .col-lg-3:nth-of-type(4) .card{
        border: 1px solid #218511;
    }

    .col-xl-11 .row:last-of-type{
        width: 90.5%;
        margin: 48px auto;
    }
}

.mini-banner, .mini-banner--v2{
    background-color: #002F5D;
    padding: 24px;
    border-radius: 16px;
    width: auto;

    .d-flex, .d-lg-flex{
        gap: 32px;
    }

    .btn-wa-long{
        padding: 11px 20px;
        background-color: #25D366;
        border-radius: 36px;
        color: #FFF;
        display: flex;
        gap: 10px;
        text-decoration: none;
        transition: all .3s ease;
        justify-content: center;
        
        img{
            width: 22px;
            height: 22px;
        }

        &:hover{
            background-color: #1fb656;
        }
    }
}

.mini-banner--v2{
    background: linear-gradient(90deg, #002F5D 0%, #0063C3 100%);
    width: 100%;
    border-radius: 0;
    padding: 32px 24px;
}

.sect-h3{
    font-family: 'Lexend';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #333333;
}

.customer-highlight{
    .animated-background{
        bottom: 0;
        top: unset;
    }
    .img-container{

        .img-cust{
            width: 100%;
            height: auto;
        }

        .d-block:nth-of-type(2){
            margin-top: 50px;
        }
    }

    .card-glass{
        border: none;
        border-radius: 12px;
        padding: 24px;
    }
}

@keyframes gradient-move {
    to{
        background-size: 250% 100%;
    }
}

.customer-highlight.--v2{
    .highlight-card{
        background: #155FFF0A;
        display: flex;
        gap: 56px;
        align-items: center;
        padding: 40px;
        border-radius: 16px;
    }

    .line-highlight{
        position: absolute;
        left: 0;
        width: 1px;
        bottom: 0;
    }

    .sect-desc{
        padding-left: 24px;
    }

    .minihead{
        border-left: 4px solid #EE4345;
        margin-left: -25px;
        padding-left: 21px;
    }
}

@keyframes fillBar {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.result{
    .btn-point{
        font-size: 20px;
        background: transparent;
        background-size: 0% 100%;
        margin-bottom: 0;
        border: 1px solid #DFDFDF;
        padding: 16px 32px;
        border-radius: 16px;
        color: #96AABD;
        transition: all .3s ease;
        display: flex;
        gap: 12px;
        align-items: center;

        &:hover{
            border: 1px solid #002F5D;
            color: #002F5D;

            .icon {
                .i-h{
                    opacity: 1;
                }

                .i-g, .i-w{
                    opacity: 0;
                }
            }
        }

        .icon{
            width: 32px;
            height: 32px;
            position: relative;

            .i-g, .i-w, .i-h{
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
            }

            .i-g{
                opacity: 1;
            }
        }
    }

    .point-btn.active .btn-point{
        background: linear-gradient(90deg, #002F5D 0%, #106AA7 100%);
        /* background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left center; */
        /* animation: gradient-move 10s linear; */

        color: #FFF;
        font-weight: 600;

        .icon {
            .i-w{
                opacity: 1;
            }

            .i-g, .i-h{
                opacity: 0;
            }
        }
    }

    .btn-point.no-gradient {
        background: transparent;
        transition: none;
        color: #96AABD;
    }

    .point-btn{
        position: relative;
    }

    .point-menu{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
        margin-bottom: 48px;
    }

    .card-glass{
        display: flex;
        flex-direction: row;
        border-radius: 12px;
        padding: 0;
        position: relative;
        overflow: hidden;

        .loader {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0%;
            background: #EE4345;
            border-radius: 12px;
        }
    }

    @media (max-width:991px) {
        .card-glass {
            outline-offset: 0;
            outline: none;

            .loader{
                display: none;
            }

            .s-solution{
                border-radius: 0 0 12px 12px;
            }
        }
    }

    .tab-pane.active .loader {
        animation: fillBar 12s linear forwards;
    }

    .s-problem, .s-solution{
        width: 50%;
        padding: 32px;

        .sect-desc{
            margin-bottom: 0;
        }
    }

    .s-problem{
        border-radius: 12px 0 0 12px;
    }

    .s-solution{
        background: linear-gradient(104deg, #F7FAFF 53.56%, #F0F6FF 102.05%);
        border: 1px solid;
        border-image-source: linear-gradient(90deg, #1798EE 0%, #002F5D 100%);
        border: 1px solid #1798EE;
        border-radius: 0 12px 12px 0;

        .sect-desc.text-darkblue{
            color: #2B5279 !important;
        }
    }

    @media (min-width:1200px) {
        .tab-content>.tab-pane.active {
            display: block;
            opacity: 1;
            animation: fadeIn 0.5s ease forwards;
        }
    
        .tab-content>.tab-pane:not(.active) {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
    }

    @media (min-width:992px) {
        .accordion-item{
            background-color: transparent;
            border: none;
        }
    }

    @media (max-width:991px) {
        .tab-content>.tab-pane {
            display: block;
            margin-bottom: 10px;
            border-radius: 0;
            opacity: 1;
            border-bottom: 1px solid #002F5D;
        }

        .accordion{
            --bs-accordion-bg: none;
            background-color: transparent;
            --bs-accordion-border-color: unset;
        }

        .accordion-button{
            display: flex;
            gap: 24px;
            font-size: 18px;

            img{
                width: 32px;
                height: 32px;
            }
        }

        .accordion-button[aria-expanded="false"]::after{
            transform: none;
        }

        .accordion-button:not(.collapsed) {
            color: var(--bs-accordion-active-color);
            background-color: unset;
            box-shadow: none;
            border-radius: unset !important;
        }

        .accordion-button:focus{
            box-shadow: none;
        }

        .card-glass{
            flex-direction: column;
            
            .s-problem, .s-solution{
                width: 100%;
            }
        }

        .accordion-collapse.show{
            margin-bottom: 20px;
        }
    }

    .card{
        padding: 24px;
        border-radius: 12px;
        border: 1px solid #E6E6E6;

        .sect-desc{
            margin-bottom: 0;
        }
    }

    .accordion-item .card:first-of-type{
        margin-bottom: 24px;
    }

    .accordion-item .card:last-of-type{
        background: linear-gradient(104deg, #F8FBFF 53.56%, #F0F6FF 102.05%) padding-box, linear-gradient(90deg, #1798EE 0%, #002F5D 100%);
        border-radius: 12px;
        border: 1px solid transparent;
    }

    .card-title{
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 16px;

        p{
            margin-bottom: 0;
            font-family: 'Lexend';
            font-weight: 700;
            font-size: 24px;
            line-height: 1.3;
            letter-spacing: 0.5px;
        }
    }

    .fa-circle-xmark{
        background: url("/assets/images/circle-xmark-solid.svg") no-repeat center;
        background-size: contain;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .fa-circle-check{
        width: 20px;
        height: 20px;
        background: url("/assets/case-study/images/circle-check-solid-blue.svg") no-repeat center;
        background-size: contain;
        display: inline-block;
    }
}

.banner-last.--v2{
    margin-bottom: 50px;

    .card-glass{
        width: 240px;
    }
}

.banner-last{
    margin-bottom: 150px;
    position: relative;
    overflow-x: clip;

    .ecl.--2{
        top: -50%;
        left: -20%;
        transform: scale(.7) rotate(249deg);
    }

    .ecl.--3{
        bottom: -50%;
        right: -20%;
        transform: scale(.7) rotate(259deg);
    }

    .logo-so{
        margin-bottom: 54px;
    }

    .sect-head{
        font-weight: 600;
    }

    .card-glass{
        border-radius: 4px;
        padding: 12px;
        position: absolute;
        width: 230px;
        right: 53px;
        bottom: 40px;
        z-index: 5;
        outline-offset: 0;
        outline: 8px solid #FFFFFF52;
        background: #FFF;
        backdrop-filter: blur(10px);

        .sect-desc-sm{
            font-size: 12px;
            margin-bottom: 0;
            font-weight: 500;
        }
    }
}

.banner-last .banner{
    background: linear-gradient(90deg, #002141 0%, #106AA7 100%);
    border-radius: 16px;
    overflow: hidden;
    z-index: 3;
}

.banner-left{
    padding: 42px 0 42px 42px;
    z-index: 5;
}

.col-lg-6.position-relative{
    height: 380px;
}

.img-right{
    width: auto;
    height: 380px;
    position: absolute;
    right: 0;
}

.btn-orange{
    background: linear-gradient(90deg, #dd4144 0%, #ff4a4d 50%, #dd4144 100%);
    background-size: 200%;
    background-position: 100%;
    color: #FFF;
    transition: all .4s ease;

    &:hover{
        background-position: 0%;
        color: #FFF;
    }
}


/* responsive */
@media (min-width: 1400px) {
    .pe-xxl-6 {
        padding-right: 4rem !important;
    }
}

@media (max-width:1199px) {
    .banner-last{
        .col-lg-6.position-relative, .img-right{
            height: 300px;
        }
    }

    .testimoni-case{
        .card-move{
            width: 190px;
        }

        .card-container{
            width: 400px;
            right: 4%;
            height: 330px;
        }

        .card-move:nth-child(1){
            top: 0;
        }

        .card-move:nth-child(3){
            top: 50px;
        }

        .mini-banner{
            margin-top: 50px;
        }
    }
}

@media (max-width:991px) {
    .hero.hero-case.--v2{
        .bg-hero.--left{
            display: none;
        }
    }

    .testimoni-case{
        .row{
            gap: 20px;
        }

        .card-container{
            width: 100%;
            height: auto;
            display: flex;
            gap: 20px;
            position: relative;
            right: unset;
            margin-bottom: 100px;

            .card-move{
                position: relative;
                top: 0;
                height: auto;

                .card-desc{
                    height: auto;
                }
            }

            .card-move:nth-child(odd){
                top: 50px;
            }
        }
    }

    .testimoni-case.--v2 .row{
        gap: unset;

        .col-xl-11 .row:last-of-type{
            width: 100%;
            margin: 48px auto;
        }

        .card{
            .count-tl{
                font-size: 32px;
            }
            .card-title{
                font-size: 16px;
                line-height: 130%;
            }
            .card-desc{
                font-size: 14px;
            }
        }
    }

    .customer-highlight.--v2{
        .highlight-card{
            flex-direction: column;
        }
    }
}

@media (max-width:767px) {
    .hero.hero-case{
        padding-top: 4rem;

        h1{
            font-size: 34px;
            margin-bottom: 32px;
        }
    }

    .hero.hero-case.--v2{
        .bg-hero{
            display: none;
        }
    }

    .sect-head{
        font-size: 28px;
    }

    .sect-desc{
        font-size: 16px;
    }

    .btn-blue-grad{
        font-size: 14px;
    }

    .result{
        .accordion-button{
            font-size: 16px;

            img{
                width: 28px;
                height: 28px;
            }
        }

        .card-title p{
            font-size: 18px;
        }

        .fa-circle-check, .fa-circle-xmark{
            width: 16px;
            height: 16px;
        }
    }

    .testimoni-case{
        .card-container{
            flex-direction: column;

            .card-move{
                width: 100%;
            }

            .card-move:nth-child(odd){
                top: 0;
            }
        }
    }

    .banner-last{
        .col-lg-6.position-relative, .img-right{
            height: 300px;
        }

        .banner-left{
            padding: 22px;
        }
    }

    .testimoni-case.--v2{
        .card{
            gap: 12px;
            
            .count-tl{
                font-size: 28px;
            }
            .card-title{
                font-size: 16px;
                line-height: 130%;
            }
            .card-desc{
                font-size: 14px;
            }
        }
    }

    .customer-highlight.--v2 {
        .sect-desc {
            padding-left: 0;
        }

        .minihead{
            border: none;
            padding-left: 0;
            margin-left: 0;
        }

        .highlight-card{
            gap: 28px;
        }
    }
}

/* @media (max-width:576px) {
    .testimoni-case.--v2{
        .card{
            height: 240px;
        }
    }
}

@media (max-width:380px) {
    .testimoni-case.--v2{
        .card{
            height: 270px;
        }
    }
}

@media (max-width:375px) {
    .testimoni-case.--v2{
        .col-6{
            width: 100%;
        }

        .card{
            height: unset;
        }
    }
} */