@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Light.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Light.woff') format('woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Regular.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Medium.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Bold.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts//RoobertTRIAL-Heavy.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Heavy.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}

html,
body {
    /* background: #fff url(./images/banner-bg.png) repeat-x; */
    font-family: 'Roobert', sans-serif;
    margin: 0;
    padding: 0;
}
p.font-regular {
    font-size: 1.1rem;
    font-weight: 200;
}
button {
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    &.submit {
        background: #03bd83;
        border-radius: 20px;
        /* color: #fff; */
        font-size: 14px;
        padding: .6rem 1.5rem;
    }
}

.notification {
    background: #1e1e1e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 13px;

    a {
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
    }

    .icon {
        margin: 0 5px 0 0;
        width: 1.3rem;
    }
}
.banner-wrapper {
    .caption {
        color: #fff;
        font-weight: 400;
        font-size: clamp(2.5rem, 5vw, 4rem);
        line-height: normal;
        margin-bottom: 30px;
        /* text-shadow: 0px 0px 2px #fff; */
    }
}

    #myCarousel {
        background: #000043 url("./images/ai-banner-bg.png") center bottom;
        /* background: linear-gradient(0deg,rgba(8, 188, 168, 1) 0%, rgba(20, 20, 32, 1) 100%); */
        /* border-radius: 0 0 80px 80px; */
    .carousel-indicators [data-bs-target] {
        background: #fff;
        border-radius: 10px;
        border: inherit;
        height: 10px;
        width: 16px;
    }
    .carousel-inner {
        padding: 0 60px;
        height: 685px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        height: 3rem;
        width: 3rem;
    }
    .carousel-indicators {
        margin: 1rem;
        .active {
            background: #00bd83;
        }
    }
}

.sign-up-withus {
    border-radius: 20px;
    border: solid 8px #fff;
    background: #E3ECEB;
    box-shadow: 0px 0px 8px 2px #ccc;
    min-height: 450px;
    padding: 3rem;
    position: relative;
    &::after {
        background: url("./images/robot-icon.png") no-repeat center center;
        content: "";
        display: block;
        height: 110px;
        position: absolute;
        right: 0;
        top: -80px;
        width: 120px;

    }
}

.connect-withus {
    /* background: #E3ECEB; */
    background: #fff url(./images/ai-banner-bg.png) no-repeat center center;
    padding: 2.5rem 0 1.5rem 0;
    .contact-us {
        input[type="text"], textarea {
            border-radius: 25px;
        }
    }
}

/* .notification-banner {
    background: #ffd4c7;
    background-size: 5%;
    border-bottom: dotted 1px #FF4D00;
    padding: 1rem 0;
    min-height: 100px;

    .bg-icon {
        .carousel-control-next,
        .carousel-control-prev {
            width: 40px;
        }
    }

    .notification {
        border-radius: 10px;
        background: transparent;
        color: #000;
        padding: 5px;

        button {
            background: #fff;
            border: solid 1px #ccc;
            padding: 4px 10px;
        }
    }

    .carousel-inner {
        display: flex;
        align-items: center;
        margin: 0 auto;
        min-height: 62px;
        width: 90%;

        .carousel-item .item-details {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }
    }
} */


.heading-title {
    font-weight: 100;
    span {
        color: #242454;
    }
}

.bread-crumb {
    color: #ccc;
    a {
        color: #666;
        font-size: 15px;
        text-decoration: none;
        &:hover, &.active {
            text-decoration: underline;
        }
        &.active {
            color: #141420;
        }
        /* &::after {
            content: "/";
            padding: 0 8px;
        } */
        &:last-child {
            &::after {
                content: "";
            }
        }
    }
}

.our-services {
    /* background: #fff url(./images/services-bg.png) repeat; */
    min-height: 500px;
    padding: 1.5rem 0;
    .card {
        /* border: solid 5px #fff;
        border-radius: 1rem;
        min-height: 350px;
        width: 95%; */
        border: none;
        background: transparent;
    }

    .card-title {
        border-radius: 0.6rem 0.6rem 0 0;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0;
        padding: 12px 0;
        text-align: center;

        &.last {
            background: #1e1e1e;
            color: #fff;
        }
    }

    .card-body {
        border-radius: 0 0 0.6rem 0.6rem;
        cursor: pointer;
        overflow: hidden;
        .know-more-btn {
            background: #08bca8;
            border-radius: 20px;
            color: #000;
            display: flex;
            justify-content: space-around;
            align-items: center;
            font-size: 14px;
            margin: 0 auto;
            padding: 8px 12px 9px;
            text-decoration: none;;
            width: 130px;
            &::after {
                background: url(./images/arrow-icon.png) repeat-x 0 2px;
                background-size: 50%;
                content: "";
                height: 12px;
                overflow: hidden;
                width: 12px;
            }
            img {
                width: 6px;
            }    
        }
        .scroll-down {
            margin: 0 auto;
        }
    }

    .list-items {
        list-style: none;
        margin: 0 2rem;
        padding: 0;
        text-align: center;

        li {
            font-weight: 200;
            padding-bottom: 14px;

            label {
                font-weight: 500;
                font-size: 15px;
            }

            &:last-child {
                padding-bottom: 0;
            }
        }
    }
    &.gen-ai-services {
        background: #fff url(./images/services-bg.png) repeat-x;
        background-position-y: 250px;
        max-height: 300px;
        padding: 1.5rem 0;
        .card {
            border-radius: 20px;
            border: solid 6px #fff;
            background: #E3ECEB;
            box-shadow: 0px 0px 1px 1px #E3ECEB;
            /* min-height: auto; */
            width: 90%;
            &.data-migration {
                background: #03AF9C;
            }
        }
        .card-body {
            /* min-height: 300px; */
            /* justify-content: space-around; */
            /* &::after {
                content: "";
                cursor: pointer;
                background: url('./images/arrow-icon-down.png') no-repeat center center;
                height: 22px;
                position: absolute;
                left: 0;
                bottom: 5px;
                width: 100%;
            } */
        }
        .services-icon {
            display: flex;
            justify-content: center;
            position: relative;
            min-height: 40px;
            text-align: center;
            img {
                border: solid 4px #fff;
                border-radius: 80px;
                background: #fff;
                position: absolute;
                top: -30px;
            }
        }
    }
}
.gen-ai-service-details {
    .image-frame {
        border-radius: 21px 21px 0 0; 
        /* height: 375px; */
        width: auto;
        img {
            width: 90%;
        }
        .manifaturing-unit {
            display: none;
            background: #313033;
            border-radius: 20px;
            width: 90%;
            height: 25px;
            bottom: 18px;
            /* display: flex; */
            align-items: center;
            justify-content: space-around;
            span {
                background: #f8f9fa;
                border-radius: 20px;
                display: inline-block;
                height: 20px;
                width: 20px;
            }
        }
        &.full {
            height: 450px;
            width: 80%;
            img {
                border-radius: 16px;
            }
        }
    }
    .services-list-points {
        margin: 1rem 0;
            li {
               padding: 0 0 12px 0;
               &:last-child {
                padding: 0;
               }
            }
    }
}

.agentic-ai-services {
    .card {
        border: solid 1px #ccc;
        border-radius: 1rem;
        min-height: 410px;
        &:hover {
            .card-footer {
                background: #08bca8;
                border-radius: 0 0 1rem 1rem;
                color: #fff;
                cursor: pointer;
                img {
                    /* transform: translateY(-10px); */
                    /* transition: transform .5s ease; */
                }
                &:hover img {
                    transform: translateY(10px);
                    transition: transform .5s ease;
                }
            }
        }
        .ai-kit {
            width: 32%;
        }
        .card-text {
            padding: 10px 0;
            text-align: center;
        }
    }
    .image-frame {
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 350px;
    }
}


.our-values {
    background: #E9EAF0;
    /* background: #fff url(./images/services-bg.png) repeat-x; */
    margin-bottom: 2rem;
    padding: 2rem 0 1rem 0;

    .card {
        border: none;
        background: #fff;
        margin-bottom: 1rem;

        .values-body {
            padding-left: 1rem;

            h6 {
                font-weight: 400;
                margin-bottom: 0.2rem;
            }

            p {
                font-size: 13px;
                font-weight: 300;
            }
        }
    }

    .card-title {
        font-size: 17px;
        font-weight: 500;
        padding: 8px 0;
    }

    .card-body {
        &.even {
            background: #FFE4D9;
        }
        .value-icon {
            width: 50px;
        }
    }
}


.gen-ai-services .card {
    position: relative;
    width: 300px;
    height: 340px;
    /* overflow: hidden; */
    transition: height 0.3s ease;
    }

.gen-ai-services .card:hover {
    /* height: 425px; */
    z-index: 10;
    /* box-shadow: 0 8px 16px rgba(0,0,0,0.2); */
}

  
.section-block {
    &.bg-color {
        background: #FFE4D9;
    }

    &.bg-light {
        background: #E9EAF0;
    }

    &.bg-image {
        background: url('./images/banner-bg-strip.png') repeat-x;
        /* min-height: 300px; */
    }

    padding: 2rem 0;

    .img-frame {
        border-radius: 1rem;

        .frame-content {
            background: #fff;
            border-radius: 1rem;
            padding: 1.5rem;

            img {
                width: 100%;
            }
            &.no-frame {
                padding: 0;
                img {
                    border-radius: 1rem;
                }
            }
        }
    }

    p {
        font-weight: 200;
        font-size: 1.1rem;
    }
}

.out-partenrs {
    background: #E9EAF0;

    img {
        margin: 0 47px;
        opacity: 0.4;
    }
}

.our-agents {
    padding-bottom: 1rem;

    .agents-list {
        ul {
            /* display: flex;
            justify-content: space-between; */
            margin: 0;
            padding: 0;

            li {
                list-style: none;

                /* min-height: 260px;
                width: 30%; */
                .agent-details {
                    background: #fff;
                    border-radius: 1rem;
                    list-style: none;
                    padding: 1.5rem;
                    min-height: 240px;
                    /* width: 30%; */
                    text-align: center;
                }

                img {
                    width: 20%;
                }

                h4 {
                    color: #FF4D00;
                    font-weight: 200;
                    margin: 1rem 0;
                }

                p {
                    font-size: 14px;
                }
            }
        }
    }

}

.blog-services {
    .blog-tags {
        margin-bottom: 1rem;
        ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0;
            li {
                margin: 0 10px 10px 0;
                a {
                    background: #E9EAF0;
                    border-radius: 1.5rem;
                    color: #141420;
                    cursor: pointer;
                    display: inline-block;
                    font-size: 14px;
                    padding: 6px 1rem;
                    text-decoration: none;
                    &:hover {
                        background: #ccc;
                        text-decoration: none;
                    }
                }
            }
        }
    }
}
.blog-wrapper {
    border-radius: 1.5rem;
}
.blog-categories {
    ul {
        margin: 0 0 0 10px;
        li {
            list-style: inside;
            padding: 0 0 1.2rem 0;
            a {
                text-decoration: none;
            }
            &:last-child {
                padding-bottom: 0;
            }
            span {
                background: #E9EAF0;
                border-radius: 6px;
                display: inline-block;
                font-size: 12px;
                float: right;
                padding: 3px;
                text-align: center;
                min-width: 32px;
            }
        }
    }
}
blockquote {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 22px;
    margin: 0 0 24px;
    display: flex;
    border-radius: 10px;
    align-items: flex-start;
    color: var(--heading-color);
    background: linear-gradient(rgba(1, 25, 255, 0.1) 0, rgba(1, 25, 255, 0) 100%);
    gap: 20px;
}

.contact-us {
    .contact-fom {
        input,
        textarea {
            background: #fff;
            border: solid 1px #dddde1;
            font-size: 14px;
            padding: 0.8rem;
        }
    }
    
}
.map-locations {
    position: relative;
    .map-location {
        display: none;
        position: absolute;
        text-align: center;
        img {
            margin-top: 10px;
        }
        &.usa {
            left: 175px;
            top: 75px;
        }
        &.india {
            right: 280px;
            top: 185px;
        }
    }
    .address {
        display: none;
        background: #fff;
        border-radius: 6px;
        border: solid 1px #03AF9C;
        box-shadow: 0px 0px 2px #7373a7;
        font-size: 13px;
        max-width: 275px;
        padding: 10px;
        animation: 1.5s fadeInUp;
        p {
            margin-bottom: 0;
        }
        &::after {
            border: 6px solid transparent;
            border-top-color: #fff;
            content: "";
            position: absolute;
            right: auto;
            bottom: 19px;
        }
    }
    .blink {
        animation: blink .8s linear infinite;
    }    
}
@keyframes fadeInUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


#btn-back-to-top {
    background: #03bd83;
    border: none;
    border-radius: 33px;
    display: none;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 18px;
    line-height: 10px;
}

@media (max-width: 575.98px) {
    body {
        header {
            nav {
                .top-header {
                    border-radius: 10px;
                    margin: 0 auto;
                    width: 98%;
                }
            }
            
        }
        nav {
            /* display: flex;
            flex-direction: column; */
            .offcanvas-lg.offcanvas-end {
                background: #fff;
                width: 70%;
            }
            .nav-menu .item {
                color: #000;
            }
            .navbar-brand {
                padding: 0;
            }
            .navbar-brand img {
                width: 200px;
            }
            .navbar-toggler {
                border: solid 1px #03bd83;
            }
            .navbar-nav {
                li {
                    margin: 0 0 1.5rem 0;
                    a {
                        padding: 0;
                    }
                    a.book-a-demo {
                        margin: 2px 0 0 0;
                    }
                }
            }
            &.navbar a.nav-link.book-a-demo {
                margin: 0;
            }
        }

        .banner-wrapper {
            & .banner {
                /* padding: 0; */
                
                .bot-image {
                    float: right;
                    width: 100%;
                }

                .caption {
                    color: #fff;
                    font-size: 22px;
                    text-shadow: none;
                    width: auto;
                    margin-bottom: 15px;
                }
            }
            #myCarousel {
                .carousel-inner {
                    padding: 0px;
                    height: 200px;
                }
                .carousel-indicators {
                    margin-bottom: 5px;
                    width: 95%;
                    &.active {
                        background: #fff;
                    }
                }
            }
            
            .btn-primary-modern {
                padding: 10px;
            }

            & .metrics-info {
                & .reports {
                    .values {
                        font-size: 1.2rem;
                        font-weight: 500;
                        padding: 10px 0 0 0;
                    }
                }
            }
        }

        .notification-banner {
            .carousel-inner {
                width: 88%;

                .item-details {
                    p {
                        font-size: 13px;
                    }

                    img {
                        margin-right: 10px;
                        width: 30%;
                    }
                }

                /* .carousel-control-next, .carousel-control-prev {
                    width: 10px;
                }  */
            }

        }

        .out-partenrs {
            img {
                margin: 0 20px;
            }
        }

        .security-system {
            & .our-security {
                flex-direction: column;
                & .security-info {
                    ul {
                        display: block;
                        /* flex-wrap: wrap; */
                    }
                    .cloud-security {
                        ul {
                            display: flex;
                            flex-wrap: wrap;
                            li {
                                min-height: 85px;
                                width: 90px;
                                img {
                                    width: 100%;
                                }
                            }
                        }
                    }
                }
            }
        }

        .section-block {
            &.bg-image {
                background: url('./images/banner-bg-strip.png') repeat;
            }
        }

        .banner-wrapper .banner {
            padding-bottom: 0;

            &.pages-banner {
                height: auto;
                padding-bottom: 1.5rem;
                .bot-image {
                    /* width: 210px; */
                    /* &.one,
                    &.two,
                    &.three {
                        display: none;
                    } */
                }
            }
        }
    }

    /* .underwriting-bot-wrapper {
        .underwriter-bot.underwriter-bot {
            display: flex;
            justify-content: center;
            margin: 60px auto 60px auto;
            position: relative;
            width: 75%;
            .bot-circle {
                &:first-child, &:nth-child(2) {
                    display: none;
                }  
                &.mobile {
                    display: flex;
                }
            }
        }
        .triangle-down {
            display: none;
        }
    } */
    /* .underwriting-bot-wrapper.underwriting-bot-wrapper {
        margin-top: 260px;
        .underwriting-stages.underwriting-stages {
            margin-top: 30px;
            width: 100%;
        }
        .underwriting-stages {
            & .stages {
                height: 65px;
                width: 65px;
                .stage-info.stage-info {
                    left: -48px;
                    top: -128px;
                    width: 160px;
                }
                &.two {
                    .stage-info.stage-info {
                        left: -58px;
                        top: -210px;
                        width: 180px;
                        &::before {
                            bottom: -150px;
                            height: 150px;
                        }
                    }
                }
                &.middle {
                    left: -58px;
                    top: -210px;
                    width: 180px;
                }
            }
        }
    } */

    /* .map-locations {
        & .map-location {
            &.usa {
                left: -10px;
                top: -65px;
            }
            &.india {
                left: -18px;
                top: -32px;
            }
            .address {
                max-width: 210px;
            }
        }
    } */
    
    .our-services {
        &.gen-ai-services {
            max-height: inherit;
            .services-icon {
                img {
                    position: initial;
                }
            }
            .card:hover {
                /* height: 465px; */
            }
        }
    }
    .gen-ai-service-details {
        .image-frame {
            img {
                width: 100%;
            }
            &.full {
                height: auto;
                width: 100%;
            }
        }
        &.mobile-order {
            flex-direction: column-reverse;
        }
    }
}
@media (max-width: 991px) {
    .banner-wrapper .banner.pages-banner {
        img.four {
            display: none;
        }
    }
    .underwriting-bot-wrapper {
        .underwriter-bot.underwriter-bot {
            width: 100%;
        }
    }
}

/* CSS Animations  */

/* @keyframes drop-in {
    from {
      transform:
        rotate(60deg) translateY(-100%);
      opacity: 0;
    }
    to {
      transform:
        rotate(0deg) translateY(0%);
      opacity: 1;
    }
} */
.bot-image {
    animation: drop-in 1000ms;
}


.btn-change {
    -webkit-transition: all 0.5s ease-in-out;
}
.btn-change:hover {
    -webkit-transform: scale(1.1);
}


.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hover-zoom {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1);
}

.accelerated {
    transition: transform 800ms;
    will-change: transform;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
}
.accelerated:hover,
.accelerated:focus {
    transform: translateY(-12px);
    /* transform: rotateY( 180deg );
    transition: transform 0.5s; */
}


/* Fade-in and Scale-up effect for circles */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Dashed line animation */
@keyframes drawLine {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 100, 0;
    }
}
.dashed-line {
    background: #ccc;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawLine 1.5s linear forwards;
}



/* Bounce effect for human approval */
/* @keyframes bounceEffect {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
} */

/* Apply animations */
/* .circle {
    animation: fadeInScale 1s ease-in-out;
}



.human-approval {
    animation: bounceEffect 1s infinite ease-in-out;
} */

/* @keyframes circle-animate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
} */




/* @keyframes decision-grids {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
} */


  
/* For Underwriting Bot Line animation */
@keyframes line-progress {
    from {
        /* translate: -60vw 0;
        scale: 0 1; */
    width: 0;
    }

    to {
        width: 100%;
        /* translate: 0 0;
        scale: 100% 1; */
    }
}

/* For Underwriting Main circle round animation */
@keyframes circle-animate {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes bot-circle {
    0% {
        /* transform: scale(0); */
        transform: translateY(-40%);
        opacity: 0;   
    }
    100% {
        /* transform: scale(1); */
        transform: translateY(0);
        opacity: 1;
    }
}
/* For Stage Info circle content animation */
@keyframes stage-info-slideup {
    0% {
        transform: translateY(85%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px rgb(26, 117, 206) inset;
  }
.grow {
    animation: grow 2s ease infinite;
}
@keyframes grow {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

/* For Animations start while page reaches to underwritting bot section */

/* .underwriting-bot-wrapper {
    &.animate {
        .underwriting-stages {
            .line {
                animation-duration: 2.5s;
                animation-name: line-progress;
                animation-timing-function: linear; 
            }
            .stages {
                opacity: 0;
                animation-fill-mode: forwards;
                animation-iteration-count: 1;
                .stage-info {
                    opacity: 0;
                    transform: translateY(85%);
                    animation-name: stage-info-slideup;
                    animation-fill-mode: forwards;
                    animation-iteration-count: 1;
                }
                &.one {
                    animation-delay: .5s;
                    .stage-info {
                        animation-delay: .5s;
                    }
                }
                &.two {
                    animation-delay: 1s;
                    .stage-info {
                        animation-delay: 1s;
                    }
                }
                &.three {
                    animation-delay: 1.5s;
                    .stage-info {
                        animation-delay: 1.5s;
                    }
                }
            }
        }
    }
} */

.underwriting-bot-wrapper {
    margin-top: 200px;
    .underwriting-stages {
        width: 85%;
        .line {
            animation-duration: 2.5s;
            animation-name: line-progress;
            animation-timing-function: linear;
            border-top: dashed 2px #ffd4c7;
        }
        .stages {
            background: #ffd4c7;
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 75px;
            margin-top: -40px;
            position: relative;
            text-align: center;
            width: 75px;
            opacity: 0;
            animation: circle-animate 3s;
            animation-fill-mode: forwards;
            animation-iteration-count: 1;
            label {
                position: absolute;
                bottom: -40px;
                left: 0px;
                font-size: 13px;
                font-weight: 500;
                width: 100%;
            }
            .stage-info {
                background: #E2EEFF;
                border-radius: 8px 0 8px 0;
                font-size: 12px;
                padding: 10px;
                position: absolute;
                left: -60px;
                top: -120px;
                width: 190px;
                opacity: 0;
                transform: translateY(85%);
                animation-name: stage-info-slideup;
                animation-fill-mode: forwards;
                animation-iteration-count: 1;
                strong {
                    display: block;
                }
                 &::before {
                    height: 50px;
                    content: "";
                    border: dashed 1px #ffd4c7;
                    position: absolute;
                    bottom: -50px;
                    transform: rotate3d(3, 2, 1, 0deg);
                    width: 1px;
                 }
            }
            &.one {
                animation-delay: .5s;
                .stage-info {
                    animation-delay: .5s;
                }
            }
            &.two {
                animation-delay: 1s;
                .stage-info {
                    animation-delay: 1s;
                }
            }
            &.three {
                animation-delay: 1.5s;
                .stage-info {
                    animation-delay: 1.5s;
                }
            }
            &.static {
                animation: circle-animate 0;
                animation-fill-mode: inherit;
                animation-iteration-count: 0;
                opacity: 1;
            }
        }
    }
    .underwriter-bot {
        display: flex;
        justify-content: space-around;
        margin: 60px auto 60px auto;
        position: relative;
        width: 82%;
    }
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #ffd4c7;
    position: absolute;
    bottom: -18px;
    left: 28px;
    transform: rotate(-180deg);
  }
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
.bot-circle {
    display: flex;
    width: 300px;
    height: 300px;
    background-color: #ffd4c7;
    border-radius: 50%;
    position: relative;
    animation: bot-circle 8s forwards; 
    &.mobile {
        display: none;
    }
}
.bot-circle-medium, .circle-dot {
    display: flex;
    width: 200px;
    height: 200px;
    background-color: #ffb49d;
    border-radius: 50%;
    position: relative;
    margin:  auto;
    animation: circle-animate 3.5s;
}
.bot-circle-small {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin:  auto;
}
.decision-grids {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    &::after {
        border: 6px solid transparent;
        border-top-color: #fff;
        content: "";
        position: absolute;
        right: 25px;
        bottom: -12px;
    }
    &.step1 {
        position: absolute;
        left: 40px;
        top: 50px;
        animation-delay: 4s;
    }
    &.step2 {
        position: absolute;
        right: 25px;
        top: 70px;
        animation-delay: 5s;
    }
    &.step3 {
        position: absolute;
        left: 110px;
        top: 230px;
        animation-delay: 6s;
    }
    &.step4 {
        position: absolute;
        left: 20px;
        top: 160px;
        animation-delay: 7s;
    }
    &.step5 {
        position: absolute;
        left: 220px;
        bottom: 120px;
        animation-delay: 8s;
    }
    /* &.step6 {
        position: absolute;
        left: 185px;
        top: 80px;
    }
    &.step7 {
        position: absolute;
        left: 45px;
        top: 25px;
    }
    &.step8 {
        position: absolute;
        left: 80px;
        top: 203px;
    }
    &.step9 {
        position: absolute;
        left: 20px;
        top: 120px;
    }
    &.step10 {
        position: absolute;
        left: 220px;
        bottom: 100px;
    } */
}
/* For Underwriting Decision Grids tool tip animation */
.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 4s;
}
@keyframes fadeInUp {
    from {
        /* transform: translate3d(0,10px,0) */
        transform: scale(0);
    }
    to {
        /* transform: translate3d(0,0,0); */
        transform: scale(1);
        opacity: 1
    }
}
/* @keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
} */
/* .fade-in-top {
    opacity: 0; 
    animation: fadeInTop 1s ease-out forwards;
} */



/* .animatedFadeInUp {
    opacity: 0
} */
