.mobile-screen,
.safari-show {
    display: none;
}

.double-img-zig-wrap p {
    margin-top: 30px;
}

.double-img-zig-wrap .gen-ai .animation-left {
    margin-right: 100px;
}

.double-img-zig-wrap .gen-ai .animation-right {
    margin-left: 50px;
}

.align-start {
    align-items: start;
}

.counter-dashboard-parent p {
    max-width: 500px;
    width: 100%;
    margin: 130px auto 0px;
}

.counter-dashboard {
    background: #E1EEFF;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.counter-dashboard .dashboard-wrap>.top-wrap {
    height: 30px;
    width: 100%;
    border-radius: 6px;
    background: #ffff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8.99px 0px #0000001A;
    display: flex;
    align-items: center;
}

.counter-dashboard .dashboard-wrap>.top-wrap span {
    font-size: 10px;
    margin-left: 10px;
    position: relative;
}

.counter-dashboard .dashboard-wrap>.top-wrap span::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 8px;
    background-image: url(../../images/arrowImage.png);
    background-size: contain;
    right: -11px;
    top: 10px;
}

.anim-img-parent .gen-ai-container {
    max-width: 1200px;
}

.counter-parent {
    text-align: center;
}

.dash-grid-parent .flex-wrap {
    justify-content: space-around;
}

.dash-grid-parent .top-wrap>div {
    max-width: calc(90% / 4);
    flex: 0 0 calc(90% / 4);
}

.dash-grid-parent .mid-wrap {
    width: 100%;
    margin: 0px auto;
    max-width: 400px;
}

.dash-grid-parent .mid-wrap>div {
    max-width: calc(90% / 3);
    flex: 0 0 calc(90% / 3);
    margin-top: 30px;
}

.dash-grid-parent .mid-wrap>div,
.dash-grid-parent .top-wrap>div {
    background: #fff;
    padding: 10px 0px;
    border: 1px solid #CEE3FF;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 8.99px 0px #0000001A;
}

.dash-grid-parent .mid-wrap>div::before,
.dash-grid-parent .top-wrap>div::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    width: 6px;
    height: 27px;
    border-radius: 10px;
    transform: translate(0%, -50%);
}

.dash-grid-parent .top-wrap>div:nth-child(1)::before {
    background: #3C8AFF;
}

.dash-grid-parent .top-wrap>div:nth-child(2)::before {
    background: #79D70C;
}

.dash-grid-parent .top-wrap>div:nth-child(3)::before {
    background: #8F45AC;
}

.dash-grid-parent .top-wrap>div:nth-child(4)::before {
    background: #F23C5F;
}

.dash-grid-parent .mid-wrap>div:nth-child(1)::before {
    background: #0260ED;
}

.dash-grid-parent .mid-wrap>div:nth-child(2)::before {
    background: #FB28A1;
}

.dash-grid-parent .mid-wrap>div:nth-child(3)::before {
    background: #735CFF;
}

.dash-grid-parent p {
    font-size: 10px;
    margin-top: 10px;
}

.dash-grid-parent .counter {
    font-size: 26px;
    font-family: 'Zoho_Puvi_Bold';
}

.animated-svg-stroke {
    position: relative;
}

.animated-stroke-svg-parent {
    position: absolute;
    bottom: 110px;
    right: -95%;
    z-index: -1;
}

.dashed {
    stroke-dasharray: 10;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear alternate infinite;
}

.path.active {
    stroke-dashoffset: 0;
    transition: 2.5s ease;
}

.generative-ai-frame {
    max-width: 440px;
    width: 100%;
    margin-top: 60px;
}

.dotted-stroke-wrap {
    position: absolute;
    top: 0;
}

.cont-wrap {
    max-width: 500px;
}

.anim-img-parent .feature-image-wrapper {
    max-width: 560px;
    margin: 0px auto;
}

.bounce {
    opacity: 0;
    position: relative;
    top: 350px;
}

.active-anim .bounce {
    animation: bounce 1.5s ease;
    -webkit-animation: bounce 1.5s ease;
    -moz-animation: bounce 1.5s ease;
    -o-animation: bounce 1.5s ease;
    animation-delay: .5s;
    opacity: 1;
    transition: .5s ease;
    top: -100px;
}

.bounce.active {
    top: 0px;
}

@-webkit-keyframes bounce {
    0% {
        top: -100px;
    }
    20% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}

@media only screen and (max-width:768px) {
    .feature-bg {
        padding: 50px 0px;
    }
    .anim-img,
    .generative-ai-frame,
    .counter-dashboard-parent .counter-dashboard,
    .dotted-stroke-wrap,
    .animated-stroke-svg-parent {
        display: none;
    }
    .mobile-screen {
        display: block;
    }
    .col-reverse {
        flex-direction: column-reverse;
    }
    .cont-wrap {
        max-width: unset;
    }
    .double-img-zig-wrap .gen-ai .animation-left,
    .double-img-zig-wrap .gen-ai .animation-right {
        margin-right: 0px;
        margin-left: 0;
    }
    .counter-dashboard-parent p {
        margin: 30px auto 0px;
        max-width: unset;
    }
    .counter-dashboard-parent {
        margin-top: 50px;
    }
}

@media only screen and (max-width:992px) {
    .counter-dashboard-parent p {
        margin: 10px auto 0px;
    }
    .dash-grid-parent p {
        font-size: 8px;
    }
}