/* ********************** harshil start ************* */
:root {
    --mainColor: #4285F4
}

.bg-for-cta {
    background: linear-gradient(#0283c6, #0369A1);
    padding: 50px;
    border-radius: 16px;
}

.btn-get {
    background: #fff !important;
    border-radius: 24px !important;
    color: #0284c7 !important;
    padding: 12px 22px !important;
    border: 2px solid transparent !important;

}

.btn-get:hover {
    background-color: #0284c7 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

.btn-call {
    background-color: #0284c7 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    padding: 12px 22px !important;
    border-radius: 24px !important;
}

.btn-call:hover {
    background: #fff !important;
    color: #0284c7 !important;
    border: 2px solid transparent !important;
}

.cta-text-add h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 500;
}

.cta-text-add h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 300;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

/*#contact-form{*/
/*    margin-top:200px !important;*/
/*}*/
.accordion-button:focus {
    z-index: 3;
    border-color: #fbbc00;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fbbc0521 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.myBg {
    background: linear-gradient(to left, var(--mainColor) -15%, #e9effd 100%) !important;
}

.myShadow {
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .15) !important;
}

.myShadow:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15) !important;
}

.myShadowHoverOnly:hover {
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, .15) !important; */
    box-shadow: 0 6px 20px -3px rgb(0 0 0 / 36%) !important
}

.myPText {
    line-height: 25px !important;
    color: #000000b8 !important;
}

.myRounded {
    border-radius: 1rem !important;
}

.myScrollSticky {
    position: sticky;
    top: 170px;
}

.myCard {
    height: 80px;
    width: 80px;
}

.myFw-bolder {
    font-weight: bolder !important;
}

.myFw-600 {
    font-weight: 600;
}

.connectMainBg {
    /* background-color: #40447e !important; */
    background: linear-gradient(to right, var(--mainColor) -20%, #e9effd 120%);
}




.radiantBgImage {
    background-image: linear-gradient(to right, black 42%, #254795 100%) !important;
    transition: all ease 0.5s;
}

.radiantBg {
    background: linear-gradient(to right, black 42%, #254795 100%);

    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.textInEcommerce {
    color: #7f8195 !important;
}

.borderRadius23 {
    border-radius: 23px !important;
}

.myHr {
    width: 100%;
    height: 1px;
    background-color: #E9EAFC;
}

.textWithSvg {
    display: flex;
    align-items: flex-start;
}

.threeHiringCard {
    min-height: 300px;
    height: 100%;
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s;
}

.threeHiringCard:hover {
    transform: scale(1.05);
    /* background: linear-gradient(to right, var(--mainColor) -20%, #e9effd 120%); */
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s;
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .15) !important;
}

.popedSvg img {
    width: 100%;
}

.popedSvg {

    width: 80px;
    height: 80px;
    padding: 1rem;
    border-radius: 50%;
    background: linear-gradient(to left, var(--mainColor) -15%, #e9effd 100%) !important;

}

/* .popedSvg~h3 {
    margin-left: 100px;
} */

/* ************* for RPA start ************* */
.myBgEye {
    background-image: url('../img/new-img/rpaimg3.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.myH7 {
    font-size: 13px !important;
}

.hoverOnlyCard {
    height: 100%;
    min-height: 200px;
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s;
}

.hoverOnlyCard:hover {
    transform: scale(1.05);
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15) !important;
}

.myBorder {
    border: 2px solid;
}

.myBgRPAImage2 {
    background-image: url('../img/new-img/rpaimg3.webp') !important;
}

.rpaSixSvg img {
    width: 100%;
}

.rpaSixSvg {
    padding: 1.5rem;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background: linear-gradient(to left, var(--mainColor) -15%, #e9effd 100%) !important;

}

.onanyclassname:hover {
    animation: pulse 1s ease-in-out infinite !important;
    animation-fill-mode: forwards !important;
}

.rpaBoxes:hover {
    background-color: white !important;
    border: none;
    box-shadow: 0 6px 20px -3px rgb(0 0 0 / 36%) !important;

    transform: scale(1.05);
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s;
}

.rpaBoxes {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}


.myRpaUl {
    display: flex;
    flex-direction: column;
}

.myRpaUl li {
    counter-increment: item;
    margin-bottom: 15px;
    transition: all ease 0.5s;
}

.myRpaUl li:hover {
    font-weight: 600;
    transform: scale(1.3);
    transition: all ease 0.5s;
}

.myRpaUl li::before {
    content: counter(item);
    display: inline-block;
    margin-right: 10px;
    /* position: absolute; */
    opacity: 0.5;
    transform: scale(2);
}



/* ************* for RPA end ************* */
/* ************* for document processing start ************* */
.docProSixSvg {
    padding: 0.9rem;
    border-radius: 50%;
    height: auto;
    width: calc(100% - 20px);
    background: linear-gradient(to left, var(--mainColor) -15%, #e9effd 100%) !important;
    /* background: linear-gradient(to right, var(--mainColor) -20%, #e9effd 120%); */

    /* background-image: linear-gradient(to right, black 42%, #254795 100%) !important; */
    color: white;
}

.docProHover {
    box-shadow: 0 6px 10px -3px rgb(0 0 0 / 36%) !important;
    padding: 10px;
    margin: 0;
    min-height: 120px;
    height: 100%;
    background: linear-gradient(to left, var(--mainColor) -50%, #e9effd 100%) !important;
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s;
}

.docProHover:hover {
    box-shadow: 0 6px 20px -3px rgb(0 0 0 / 36%) !important;
    /* transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s; */
    transform: translateY(-8px);
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s;
}

.fileIcons {
    color: #203e82;
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s !important;
}

.fileIcons:hover .fileIconsDiv {
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s;
    opacity: 0.5;
}

.fileIcons .fileIconsDiv:hover {
    transform: translateY(-8px) !important;
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s !important;
    opacity: 1 !important;
    border-radius: 25px;
    color: #112042 !important;

    background: linear-gradient(to left, var(--mainColor) -50%, #e9effd 100%) !important;
    box-shadow: 0 6px 20px -3px rgb(0 0 0 / 36%) !important;
}

.docProNavs {
    text-align: center;
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s !important;
    font-size: 1.5rem;

}

.docProNavs a {
    /* color: #7f8195; */
    color: black;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    background-color: #e9effd;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    font-size: 20px;

}

.docProNavs .active::before {
    content: '';
    width: inherit;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    animation: line-l2r 0.7s cubic-bezier(0.02, 0.65, 0.34, 1.19) both;
    height: 3px;

    background: linear-gradient(to right, black 70%, #254795 100%);
}

.docProTabs .active {
    animation: fadeUp 0.7s cubic-bezier(0.03, 0.88, 0.29, 1.31) both;
}

.docProContainer svg {
    height: 25px;
    width: 25px;
}

.docProContainer li {
    list-style-type: disc;
}

.docProContainer h5 {
    display: flex;
    align-items: center;
}

.docProContainer p {
    line-height: 25px !important;
}

.docProContainer>div:hover {
    background: linear-gradient(to right, black 42%, #254795 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;


}


@keyframes fadeUp {
    0% {
        opacity: 0.2;
        transform: translateY(45px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes line-l2r {
    0% {
        opacity: 0.5;
        width: 0%;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

.docProNavs .active {
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s !important;
    /* background: linear-gradient(to left, var(--mainColor) -50%, #e9effd 100%) !important; */
    /* background-image: linear-gradient(to right, black 42%, #254795 100%) !important; */
}

.clasnMae {
    animation: pulse-border 0.6s cubic-bezier(0.03, 0.88, 0.97, 1.36) 2s;
}

@keyframes pulse-border {
    0% {
        transform: translateY(1rem);
        opacity: 0.2;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;

    }
}

/* ************* for document processing end ************* */
/* ************* WPA developer start ************* */
.wpaCard {
    box-shadow: 0 6px 10px -3px rgb(0 0 0 / 36%) !important;
    padding: 15px;
    margin: 0;
    /* min-height: 100px; */
    height: 100%;
    background: linear-gradient(to left, var(--mainColor) -50%, #e9effd 100%) !important;
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s;
}

.wpaCard:hover {
    box-shadow: 0 6px 20px -3px rgb(0 0 0 / 36%) !important;
    /* transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s; */
    transform: translateY(-4px);
    transition: all cubic-bezier(0.03, 0.88, 0.97, 1.36) 0.4s;
}

.wpaAfter {
    position: relative;
}

.wpaDivInBg img {
    border-radius: 30px;
    max-width: 100%;
}

.wpaDivInBg {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    position: sticky;
    height: 100%;
}

/* .wpaAfter::before {
    z-index: 10;
    border-radius: 30px 0 0 30px;

    position: absolute;
    content: '';
    background: linear-gradient(to left, var(--mainColor) -50%, #e9effd 100%) !important;
    box-shadow: 0px 0px 39px -19px currentColor;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    margin: auto auto;
    max-height: 550px;
} */



/* ************* WPA developer end ************* */


/* ************* c shrap developer start ************* */

.cSteps {
    counter-reset: item;
}

.cSteps span::after {
    counter-increment: item;
    content: counter(item);
}

.cSteps h4 {
    font-size: 15px !important;
    margin-top: 20px !important;
}

.cSteps .myShadow {
    background-color: white !important;
    border: none !important;
    border-radius: 10px !important;
    min-height: 230px;
}

.cSteps .rpaSixSvg span::after {
    /* counter-increment: item;
    content: counter(item); */
    /* height: 19px;
    width: 19px; */
    height: 80%;
    width: 80%;

    color: white;
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: #659bf5e6;
    /* background: linear-gradient(to left, var(--mainColor) 100%, #e9effd 122%) !important; */
    ;
    border-radius: 50%;

}

.cSteps .rpaSixSvg span {
    content: '';
    height: 27px;
    width: 27px;
    position: absolute;
    background-color: white;
    top: 1px;
    right: 1px;
    border-radius: 50%;

}

.cSteps .rpaSixSvg {
    position: relative;
}

/* ************* c shrap developer end ************* */

@media screen and (max-width:992px) {
    .threeHiringCard {
        min-height: 100%;
    }
}

@media screen and (max-width:768px) {
    .myRpaUl li:hover {
        transform: scale(1.2);
    }

}

@media screen and (max-width:576px) {}

/* ********************** harshil end ************* */

/* ********************** 30-05-2025 ************* */
.messagerobo-top_main-heading{
    font-weight: 700;
}
.massage_robo-device_img {
    padding: 12px;
    box-shadow: 0px 8px 10px rgba(0, 71, 166, 0.2);
    border: 0.1px solid #0015672a;
    margin: 12px 12px;
    border-radius: 8px;
    width: 100%;
    height: 380px;
}
.massage_robo-device_img-step1 {
    padding: 12px;
    box-shadow: 0px 8px 10px rgba(0, 71, 166, 0.2);
    border: 0.1px solid #0015672a;
    margin: 12px 12px;
    border-radius: 8px;
    width: 100%;
    height: 300px;
}
.massage_robo-device_img-step2 {
    padding: 12px;
    box-shadow: 0px 8px 10px rgba(0, 71, 166, 0.2);
    border: 0.1px solid #0015672a;
    margin: 12px 12px;
    border-radius: 8px;
    width: 100%;
    height: 300px;
}
.massage_robo-device_img-step3 {
    padding: 12px;
    box-shadow: 0px 8px 10px rgba(0, 71, 166, 0.2);
    border: 0.1px solid #0015672a;
    margin: 12px 12px;
    border-radius: 8px;
    width: 100%;
    height: 300px;
}


/* ********************** 30-05-2025 end ************* */