    html {
        scroll-behavior: smooth;
    }

    .custom-tab-userbehavior .nav-item .img-fluid {
        width: 45px;
        height: 45px;
    }

    .analytics-icon #first-img {
        width: 75px;
        height: 70px;
    }

    .second-img {
        width: 90px;
        height: 90px;
    }

    @media (max-width:991.98px) {

        .feature-card,
        .feature-metric {
            width: 48% !important;
            margin-bottom: 20px !important;
        }
    }

    @media (max-width:575.98px) {

        .feature-card,
        .feature-metric {
            width: 100% !important;
        }

        .feature-step {
            padding: 25px 15px !important;
            margin: 0 0 20px 0 !important;
        }

        .feature-step p {
            font-size: 16px !important;
        }
    }

    .added-badge {
        width: 160px;
        height: 160px;
        border: 3px dashed #1b2045;
        border-radius: 50%;
        background: #01353a;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .dashed-box {
        border: 3px dashed #7da0d9;
        border-radius: 22px;
        padding: 20px;
        width: 100%
    }

    .arrow-big {
        width: 70px;
        max-width: 100%;
    }

    .bar-img {
        width: 130px;
        height: auto
    }

    .icon-img {
        width: 70px;
        height: auto
    }

    .plus-img {
        width: 28px;
        height: auto;
        margin: 0 auto 6px;
        display: block
    }

    @media (max-width:991.98px) {
        .added-row {
            flex-direction: column !important;
            text-align: center
        }

        .arrow-big {
            transform: rotate(90deg);
            margin: 12px 0
        }
    }

    @media (max-width:575.98px) {
        .added-badge {
            width: 120px;
            height: 120px;
            font-size: 26px;
            margin: 0 auto 15px
        }

        .dashed-box {
            padding: 15px
        }

        .bar-img {
            width: 110px
        }

        .icon-img {
            width: 60px
        }

        .plus-img {
            width: 24px
        }
    }

    .report-box {
        background: #dfe8fd;
        border-radius: 22px;
        padding: 20px 25px;
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 30px
    }

    .report-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 18px
    }

    .report-step .step-badge {
        width: 60px;
        height: 60px;
        background: #1b2045;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .report-step .down-arrow {
        width: 92px;
        height: auto;
        margin-top: 6px
    }

    .report-title {
        font-size: 30px;
        font-weight: 700;
        color: #1b2045;
        line-height: 1.25
    }

    .report-arrow-right {
        width: 92px;
        height: auto;
        margin-left: auto
    }

    .chart-wrapper {
        margin-bottom: 30px;
        text-align: center
    }

    .chart-wrapper img {
        width: 100%;
        height: auto
    }

    .chart-caption {
        font-weight: 600;
        color: #1b2045;
        margin-top: 12px
    }

    @media(max-width:991.98px) {
        .report-box {
            margin-bottom: 25px
        }

        .chart-wrapper {
            margin-bottom: 25px
        }
    }

    .prediction-box {
        border: 3px dashed #7da0d9;
        border-radius: 22px;
        padding: 20px 25px;
        width: 100%;
    }

    .prediction-box i {
        font-size: 20px;
        margin-right: 8px
    }

    .prediction-box li {
        font-weight: 600;
        color: #1b2045;
        margin-bottom: 6px
    }

    @media(max-width:991.98px) {
        .prediction-box {
            margin-top: 25px
        }
    }

    .future-step {
        background: #e8edfa;
        border-radius: 22px;
        padding: 35px 25px;
        position: relative;
    }

    .future-step .step-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #0d1746;
        color: #fff;
        font: 700 32px/80px "Karla", sans-serif;
        text-align: center;
        position: absolute;
        left: 25px;
        top: 25px;
    }

    .future-step h4 {
        margin-left: 115px;
        font-weight: 700;
        color: #0d1746;
    }

    .future-img-box {
        border: 3px dashed #1b2045;
        border-radius: 22px;
        padding: 18px;
        text-align: center;
    }

    .future-img-box img {
        width: 100%;
        height: auto;
    }

    @media(max-width:991.98px) {
        .future-row {
            flex-direction: column;
            text-align: center;
        }

        .future-step {
            margin-bottom: 25px;
        }
    }

    .appendix-section {
        padding: 90px 0 70px;
        position: relative;
    }

    .appendix-heading {
        font: 700 56px/1 "Karla", sans-serif;
        color: #0d1746;
        margin-bottom: 6px;
    }

    .appendix-heading .num {
        font-size: 64px;
        margin-right: 6px;
    }

    .appendix-bar {
        width: 330px;
        height: 18px;
        background: #01353a;
        border-radius: 9px;
    }

    .appendix-bar::after {
        content: "";
        display: block;
        width: 150px;
        height: 2px;
        background: #01353a;
        margin-top: 18px;
    }

    .app-list {
        padding-left: 0;
        margin-top: 45px;
    }

    .app-list li {
        list-style: none;
        margin-bottom: 40px;
        color: #0d1746;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.35;
        position: relative;
    }

    .app-list li::before {
        content: "\25B6";
        color: #0d1746;
        font-size: 14px;
        position: absolute;
        left: -26px;
        top: 4px;
    }

    .app-list li span {
        display: block;
        font: normal 18px/1.4 "Karla", sans-serif;
        font-weight: 400;
        margin-top: 4px;
    }

    /* right-hand arrow + text */
    .arrow-stack img {
        max-width: 100%;
        height: auto;
    }

    .arrow-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .arrow-text h2 {
        font: 700 48px/1.1 "Karla", sans-serif;
        color: #0d1746;
        margin: 0;
    }

    .arrow-text h3 {
        font: 700 46px/1 "Karla", sans-serif;
        color: #0d1746;
        margin: 0;
    }

    .arrow-text .sub {
        font: 600 40px/1 "Karla", sans-serif;
        color: #01353a;
    }

    @media(max-width:991.98px) {
        .appendix-heading {
            font-size: 44px;
        }

        .app-list li {
            font-size: 20px;
            margin-bottom: 30px;
        }

        .arrow-text h2 {
            font-size: 36px;
        }

        .arrow-text h3 {
            font-size: 34px;
        }

        .arrow-text .sub {
            font-size: 30px;
        }
    }