@font-face {
    font-family: GeneralSans-Regular;
    src: url(../fonts/GeneralSans-Regular.woff2) format("woff2"), url(../fonts/GeneralSans-Regular.woff) format("woff"), url(../fonts/GeneralSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: GeneralSans-Medium;
    src: url(../fonts/GeneralSans-Medium.woff2) format("woff2"), url(../fonts/GeneralSans-Medium.woff) format("woff"), url(../fonts/GeneralSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: GeneralSans-Semibold;
    src: url(../fonts/GeneralSans-Semibold.woff2) format("woff2"), url(../fonts/GeneralSans-Semibold.woff) format("woff"), url(../fonts/GeneralSans-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

:root {
    --primary-color: #ff576d;
    --primary-color-light: #ffecec;
    --secondary-color: #8748c2;
    --secondary-color2: #59258a;
    --secondary-color-light: #f2e4ff;
    --font-color-dark: #341552;
    --blue-color: #d9f0f3;
    --fw-400: "GeneralSans-Regular";
    --fw-500: "GeneralSans-Medium";
    --fw-600: "GeneralSans-Semibold"
}

/* <<<<<<<<<<<<<,manish csss>>>>>>>>>>> */

/* <<<<<<<<<<<<<,manish csss>>>>>>>>>>> */
.who-are-we-card img {
    position: inherit !important;
    top: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    transition: none !important;
    padding-block: 37px;
}

.who-are-we-card {
    border: none !important;
    height: 430px !important;
}

.who-are-we-card h4 {
    font-size: 26px !important;
}

.who-are-we-card p {
    font-size: 22px !important;
}

.labs_div img {
    max-height: 30px;
    opacity: 0.6;
}

.our-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-bottom: 50px;
}

.community-card {
    padding: 15px !important;
    border: 1px solid #e5d4f4;
    position: relative;
    height: 100%;
    border-radius: 80px !important;
    transition: .5s ease-in-out;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    width: max-content;
}

.labs_div:hover {
    background-color: #E0D8FF;
}

.labs_div:hover img {
    opacity: 1;
}

.labs_div:hover p {
    color: #59258A;
}

.labs_div:hover .machine-link-dark,
.owl-case-study {
    display: block;
}

.labs_div p {
    font-size: 20px;
    margin-left: 10px;
    line-height: 33px;
    color: #341552 !important;
    font-family: var(--fw-600);
    margin-bottom: 0;
}

.our-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}


.tech-tabs {
    position: relative;
}

.tech-tabs .nav {
    display: block;
}

.tech-tabs .nav-item .nav-link {
    font-size: 32px;
    font-family: var(--fw-600);
    line-height: 61px;
    color: #C77FFF;
    padding-left: 30px;
    margin-bottom: 10px;
}

.tech-tabs li.nav-item {
    height: 100%;
    padding: 0;
}

.tech-tabs .nav-link {
    margin-left: 20px !important;
}

.tech-tabs .nav-item {
    position: relative;
}

.tech-tabs .nav-link.active {
    background-color: transparent !important;
    color: #fff !important;
}



.tech-tabs .nav-link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #C57EFD;
    border-radius: 50%;
    opacity: 0.7;
    background-color: transparent;
}

.tech-tabs .nav-link.active::after {
    background-color: #FFFDFA;
    border-color: #FFFDFA;
    opacity: 1;
}

.technologies {
    padding-top: 350px;
    padding-bottom: 105px;
    margin-top: -330px;

}

.v-line {
    /* position: relative; */
    position: absolute;
    bottom: 0;
}

.tech__apps__img {
    margin-bottom: 0 !important;
}

.v-line::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 4px;
    width: 1px;
    height: 230px;
    background-color: #C77FFF;

    margin-top: 20px;
}

.row-g {
    row-gap: 20px;
}

.hall-award {
    background-color: #fff;
    border: 1px solid #FE8595;
    border-radius: 25px;
    padding: 32px 60px 26px 150px;
    position: relative;
}

a .hall-arrow {
    width: 30px;
    height: 10px;
}

.hall-triangle {
    position: absolute;
    bottom: -74px;
    right: 15px;
}

.tavus {
    padding-top: 80px;
    background-color: #f7eeff;
}

.btn-clor {
    color: #F230AA !important;
    background-color: #fff !important;

}

.btn-clor img {
    filter: none !important;
}

.tavus-inner {
    background-color: #F230AA;
    padding: 80px;
    border-radius: 24px;
}

.title_div.tavus-inner a span {
    color: #f230aa !important;
}

.technologies__tab {
    min-height: 650px;
}

.discover {
    background-repeat: no-repeat;
    background-image: url('../images/discover-bg1.svg');
    background-size: contain;
    background-position: center center;
    /* background-color: #F7EEFF; */
    /* transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;

}

.discoverbg {
    background-color: #F7EEFF;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.design-descover {
    background-image: url('../images/discover-design.svg');
    background-size: cover;
    background-position: bottom left;
    height: 1100px;
    /* height: 100vh; */
}

.discover-inner {
    background-color: #9948E8;
    padding: 50px 70px;
    /* padding: 50px; */
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    width: 100%;
    max-width: 55%;
}

.testi__profile {
    margin-top: 100px;
}

.testi__profile__content {
    text-align: left;
}

.btn-clorr {
    color: #9948E8 !important;
}

.service-tab-sec {
    background-color: #FFECE2;
}

.service-tab {
    padding-top: 120px;
}

.service-tab nav .active-section {
    color: #FF576D !important;
    background-color: transparent;
}

.service-tab .nav-link {
    font-size: 32px;
    position: relative;
    color: var(--font-color-dark);
    font-family: var(--fw-600);
    padding-left: 100px;
    text-align: left;
    margin-bottom: 44px;
    cursor: pointer;

}

.service-tab .nav-link:hover span {
    color: #FF576D;
}

.service-tab .nav-link.active {
    background-color: transparent !important;
}

.service-tab .nav-link.active span {
    color: #FF576D;
}

.service-tab .nav-link.active::before {
    opacity: 1;
}

.service-tab .nav-link:hover::before {
    opacity: 1;
}

.backed_div {
    padding: 80px !important;
}

a.lab.btn__primary:hover {
    color: #fff !important;
}

.service-tab .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 35px;
    height: 20px;
    border-radius: 0px 30px 30px 0px;
    /* background-color: #FE8595; */
    opacity: 0;
    /* background-image: linear-gradient(73deg, #fff, transparent); */
    background-image: url('../images/icon.png');
}

.accordion-item {
    border-bottom: 1px solid #E6E6E6 !important;
}

.service-h6 {
    font-size: 24px !important;
    font-family: var(--fw-400);
    color: #FF576D !important;
    line-height: 35px !important;
    padding-top: 40px;
}

.service-tab .nav-link span {
    font-family: var(--fw-500);
    font-size: 24px;
    color: var(--font-color-dark);
}

.font-44 {
    font-size: 44px !important;
    line-height: 61px !important;
}

.font-24 {
    font-size: 22px !important;
}

.service-tab-text {
    position: relative;
}

.service-h6-txt {
    color: #FF576D;
    padding-top: 50px;
    font-size: 32px !important;

}

.service-tab .nav-item .nav-link {
    margin-left: 0px !important;
}

.real-stories {
    /* background-image: url(../images/pages/home/real-stories-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    /* height: 1000px; */
    /* height: 100vh; */

}

.service-bg:hover {
    box-shadow: none !important;
}


.real-card p {
    font-size: 26px;
    line-height: 40px;
    padding-block: 30px;
    color: #341552 !important;
}

.real-card .font-32 {
    color: #9948E8;
    font-family: var(--fw-600);
}

.real-card .font-18 {
    font-size: 18px;
}

.real-comma {
    width: 30px !important;
    height: 20px;
}

.real-card {
    background-color: #fff;
    padding-block: 60px;
    border-radius: 24px;
    padding-inline: 60px;
}

.real-btn {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    margin-top: 30px;

}

.brdr-top {
    border-top: 1px solid #C77FFF;
}

.real-caritas {
    width: 100px !important;
    height: 25px;
}

.brdr-top h6 {
    padding-top: 20px;
}

.cutting-edge {
    text-align: end;

}

.cutting-edge img {
    width: 250px;
    height: 190px;
}

.tech-div {
    padding-bottom: 50px;
}

.real-stories .swiper-button-next {
    color: #000 !important;
    bottom: 0 !important;
    width: 60px !important;

}

.real-stories .swiper-button-next::after {
    display: none !important;
}

.real-stories .swiper-button-prev::after {
    display: none !important;
}

.real-stories .swiper-button-prev {
    color: #000 !important;
    width: 60px !important;

}

.swiper {
    position: inherit !important;
}

.swiper-button-next img {
    width: 72px !important;
    height: 72px !important;
    top: -198px;
    position: absolute !important;
    right: -125px;

}

.swiper-button-prev img {
    width: 100px !important;
    top: -260px;
    position: absolute !important;
    left: -125px;
}

.swiper-pagination {
    display: none !important;
}






/* <<<<<<<<<<<<<<<<<service scroll tabs>>>>>>>>>>>>> */

.service-scroll {
    height: 100%;
    background-color: #fff !important;
}

.service-scroll link html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.service-scroll nav {
    position: relative;
    top: 5%;
    bottom: auto;
    z-index: 10;
}

.service-scroll ul {
    list-style: none;
    padding: 0;
}

.service-scroll li {
    padding: 10px 0;
}

.service-scroll span {
    display: inline-block;
    position: relative;
}

.service-scroll nav a {
    display: inline-block;
    color: #272727;
    text-decoration: none;
    font-size: 1em;
}

.service-scroll .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #272727;
}

.service-scroll .rect {
    height: 3px;
    width: 0px;
    left: 0;
    bottom: 4px;
    background-color: #272727;
    -webkit-transition: -webkit-transform 0.6s, width 1s;
    -moz-transition: -webkit-transform 0.6s, width 1s;
    transition: transform 0.6s, width 1s;
}

.service-tab {
    position: relative;
}

.service-tab nav a.active-section {
    color: #FF576D;
}

.service-scroll nav a:hover span,
nav .active-section span {
    background-color: #FE8595;
}

.service-scroll nav .active-section .rect {
    width: 40px;
}

.service-scroll .content-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #FFECE2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-scroll .content-section h1 {
    color: #9b59b6;
    font-size: 3em;
}

/*CREDITS*/
.service-scroll .about {
    position: fixed;
    bottom: 0;
    left: 1%;
}

.service-scroll .about a {
    text-decoration: none;
    font-size: 1.5em;
}

.service-scroll .about a:visited,
.about a:active,
.about a:link {
    color: #000;
}

.service-scroll .about a:hover {
    color: red;
}

.service-scroll .service-tab a:hover {
    color: #FE8595;
}

.service-tab .nav-link:hover {
    color: #FE8595;
}

.service-tab .nav-link.active {
    color: #FF576D;
}

.service-tab .active-section {
    color: #FE8595;
}

.active-section::before {
    content: '';
    position: absolute;
    top: 15.5%;
    left: -40px;
    width: 35px;
    height: 20px;
    border-radius: 0px 30px 30px 0px;
    background-color: #FE8595;
    background-image: linear-gradient(73deg, #fff, transparent);
}





/* <<<<<<<<<<<<<<<<end>>>>>>>>>>>>>>> */








/* <<<<<<<<<<real-slider>>>>>>>>>>>>>>>>>>>>>> */


.sample-slider {
    width: 66% !important;
}

.swiper-slide {
    opacity: 0.5;
}

.swiper-slide-active {
    opacity: 1;
}

/* .sample-slider img{
        width: 100%;
    } */


.sample-slider .swiper-slide {
    /* added */
    border-radius: 20px;
    /* added */
}

/* added */
.sample-slider img {
    width: 100%;
    vertical-align: bottom;
    /* added */
}

.native-dev {
    background-color: #F7EEFF;
    padding: 60px;
    border-radius: 24px;
    margin-bottom: 50px;
}

.native-img {
    display: flex;
    align-items: center;
    max-width: 60%;
    justify-content: space-between;
}

.native-text p {
    padding-top: 22px;
    padding-bottom: 50px;
}

.native-dev .nav-link.active {
    background-color: transparent !important;
    color: #000 !important;
}

.native-dev .nav-link.active img {
    filter: brightness(0);
}

.native-dev .nav-link {
    color: #D6B6F6 !important;
}

.font-32 {
    font-size: 32px !important;
    line-height: 43px !important;
}

.native-tab button {
    text-align: left !important;
}

.native-dev .nav-link img {
    width: 44px;
}

.native-tab button {
    margin-bottom: 30px;
}

.performance-slider .carousel-control-next-icon {
    display: none !important;
}

.performance-slider .carousel-control-prev-icon {
    display: none !important;
}

.performance-text {
    /* padding-inline: 40px;
    padding-block: 60px;
    background: #FFFFFF99;
    border-radius: 24px; */
    height: 100%;
}

.performance-text h3 {
    padding-top: 40px;
    font-size: 42px;
    padding-bottom: 64px;
    font-family: var(--fw-500);
}

.performance-slider .carousel-indicators [data-bs-target] {
    width: 30% !important;
    height: 4px !important;
    border-radius: 10px !important;
    overflow: hidden;

}

.carousel-indicators button.active {
    background-color: #0B033F;
}

.performance-slider .carousel-indicators {
    overflow: hidden;
    justify-content: center !important;
    /* position: relative; */
}

.performance-slider #carouselExampleIndicators {
    height: 100% !important;
}

.performance-slider .carousel-indicators button {
    position: relative;
}

/* .performance-slider .carousel-indicators .active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    content: '';
    border-radius: 10px;
    background: transparent;
} */



/* .performance-slider .carousel-indicators  .active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    content: '';
    background-color: #0B033F;
    z-index: 1;
    animation: mymove 5000ms infinite;
} */
@keyframes mymove {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


/* <<<<<<<<<<<<<<<<end>>>>>>>> */



/* sonam new css start  */
.hall-fame {
    background-image: url("../images/pages/home/hall-fame-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    background-color: #F7EEFF;
    padding: 150px 0;
    background-position: bottom;
}

.fame_main {
    /* display: flex; */
    display: grid;
    position: relative;
    grid-template-columns: minmax(auto, 5fr) minmax(auto, 950px);
}

.fame_main2 {
    display: grid;
    position: relative;
    grid-template-columns: minmax(auto, 5fr) minmax(auto, 950px);
}

.fame_left2 {
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 24px;
    border: 1px solid #C77FFF;
    grid-gap: 48px;
    display: grid;
    grid-template-rows: minmax(auto, 1fr) auto;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    margin-right: -1px;
    width: 550px;
    /* display: flex;
    align-items: center; */
}

.fame_left2 h2,
.fame_left2 h6 {
    color: #9948E8;
}

.fame_right2 {
    background-color: #9948E8;
    padding: 0;
    border-radius: 24px;
    border: 1px solid #C77FFF;
    /* width: 65%; */
    margin-left: -150px;
    margin-top: 47px;
    padding-left: 100px;
    position: relative;
}

.fame_right2 img {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 90%;
}

.fame_right {
    background-color: #fff;
    padding: 45px 30px 30px;
    border-radius: 24px;
    border: 1px solid #FE8595;
    /* width: 65%; */
    margin-left: -72px;
    margin-top: 47px;
    padding-left: 100px;
    position: relative;
}

.fame_right2::after {
    background-image: url('../images/shap.svg');
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 999;
    width: 130px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}

.fame_left {
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 24px;
    border: 1px solid #FE8595;
    grid-gap: 48px;
    display: grid;
    grid-template-rows: minmax(auto, 1fr) auto;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    margin-right: -1px;
}

.fame_right::after {
    background-image: url('../images/pages/home/hall-triangle.svg');
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 999;
    width: 55px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.fame_left h2 {
    color: #9948E8;
}

.award_card {
    border: 1px solid #FE8595;
    background-color: #FFF3F3;
    border-radius: 12px;
    padding: 24px;
    /* padding-bottom: 2.35em; */
    transition: all .2s ease-out;
    margin-bottom: 20px;

}

.top-app-development {
    border-color: #FE8595;
    background-color: #FFFBFB;
}

.goodfirms-top-software {
    border-color: #FFAE43;
    background-color: #FFF5DB;
}

.the-manifest-iot {
    border-color: #930043;
    background-color: #FFF0F7;
}

.top-app-usa {
    border-color: #FF9600;
    background-color: #FFEFD8;
}

.design_award h4,
.design_award h6 {
    color: #004C9D !important;
}

.top-app-usa h4,
.top-app-usa h6 {
    color: #D57D00 !important;
}

.award_card-bottom {
    animation: marqueeBottom 20s linear infinite;
}

.award_card-top {
    animation: marqueeTop 20s linear infinite;
}

/* @keyframes marqueeBottom {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
} */
@keyframes marqueeBottom {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

@keyframes marqueeTop {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

/* @keyframes marqueeTop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
} */
.award_card h4 {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--fw-500);
    color: #FF576D;
}

.left_fame {
    display: none;
}

.award_card h6 {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--fw-600);
    color: #FF576D;
}

.the-netty {
    background-color: #EDF7FF;
    border-color: #787EFF;
}

.the-netty h4,
.the-netty h6 {
    color: #341552;
}

.award_img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.excellence-full {
    border-color: #F6D443;
    background-color: #FFFFF1;
}

.excellence-full h4,
.excellence-full h6 {
    color: #8F5C00;
}

.web-excellence {
    border-color: #FE8595;
    background-color: #FFECE2;
}

.badge {
    border-color: #FF576D;
    background-color: #FFD5DA;
}

.clutch-top-app {
    border-color: #9948E8;
    background-color: #EDDFFC;
}

.martequity h4,
.martequity h6 {
    color: #341552;
}

.case_study_card h6 {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--fw-500);
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* .internal-link, .menu-links ul li.link-heading a, .primary_color, a.megamenu__a.active, a:hover{
    color: #000 !important;
} */
a.case_study_card_a:hover {
    color: #341552;
}

.case_study_card h2 {
    font-size: 44px;
    line-height: 52px;
    font-family: var(--fw-500);
}

.case_study_card_a:hover h6,
.case_study_card_a:hover h2,
.case_study_card_a:hover p {
    /* color: #000 !important; */
}

.case_study_card p {
    font-size: 28px;
    line-height: 36px;
    font-family: var(--fw-400);
    color: #341552;
}

.case_study_card_left {
    padding: 60px 40px 0;
    border-radius: 24px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.product__img {
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.case_study_card_right {
    padding: 40px;
    border-radius: 24px;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(auto, 1fr) auto;
    /* grid-gap: 48px; */
}

.case_study_content {
    padding: 40px;
    border-radius: 24px;
    margin-bottom: 40px;
}

.case_study_content2 {
    padding: 40px;
}

.case_study_tecno {
    padding: 40px 40px 0;
}

.tech_stack_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

span.tech_stack {
    background-color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.case_study_card .tech_stack {
    margin-right: 10px;
}

.case_study_card label {
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #341552;
    border-radius: 50px;
    padding: 12px 24px;
    font-family: var(--fw-500);
    text-transform: uppercase;
    margin: 6px;
}

.opar__card .case_study_card label {
    color: #341552;
}

.case_study_card label:first-child {
    margin-left: 0;
}

.opar__card .case_study_card_left {
    background-color: #A191F5;
}

.opar__card .case_study_card_right {
    background-color: #E4E1FD;
}

.opar__card .case_study_content {
    background-color: #DBD4FF;
}

.caristas__card .case_study_card_left {
    background-color: #11454D;
}

.caristas__card .case_study_card_right {
    background-color: #E8FDF3;
}

.caristas__card .case_study_content {
    background-color: #D0FBE6;
}

.caristas__card h2 {
    color: #14C779 !important;
}

.caristas__card .case_study_card_left h6 {
    color: #14C779 !important;
}

.doughfi__card .case_study_card_left {
    background-color: #D44FCB;
}

.doughfi__card .case_study_card_right {
    background-color: #FCEDFB;
}

.doughfi__card .case_study_content {
    background-color: #FFDDFD;
}

.doughfi__card .case_study_content h6 {
    color: #EC39B7;
}

.doughfi__card .case_study_tecno label {
    border-color: #EC39B7;
    color: #EC39B7;
}

.clutch-card {
    background: #3f186575 !important;
    border: 1px solid transparent;
}

/* .clutch-card:hover {
    background-color: #fff !important;
} */
.clutch-card.clutch__award:hover img {
    filter: none;
}

.clutch-card.clutch__award:hover p {
    color: #63252D;
}

.clutch-card.clutch__award:hover {
    border-color: #FF576D;
    background-color: #FFF3F3 !important;
}

.clutch-card.netty__award:hover {
    border-color: #0000FF;
    background-color: #EDF7FF !important;
}

.clutch-card.netty__award:hover p {
    color: #341552;
}

.clutch-card p {
    margin: 0;
}

.work_us {
    padding: 40px;
    border-radius: 24px;
    background-color: #9948E8;
}

.market {
    padding: 40px 24px;
    border-radius: 24px;
    border: 1px solid #fff;
    height: 100%;
}

.market h2 {
    font-size: 84px;
    line-height: 124px;
    font-family: var(--fw-600);
    margin-bottom: 20px;
}

.market h6 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--fw-500);
}

.market p {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--fw-400);
    margin-bottom: 0;
}

.service__card {
    border: 2px solid #EDDFFC;
    border-radius: 12px;
    padding: 24px 20px;
    position: relative;
    height: 100%;
}

.service__card h6 {
    font-size: 18px;
    line-height: 24px;
    color: #979797;
    font-family: var(--fw-400);
    text-transform: uppercase;
}

.service__card h4 {
    color: #341552;
    font-size: 32px;
    line-height: 42px;
    font-family: var(--fw-600);
}

.service__card p {
    color: #858585;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    font-family: var(--fw-400);
}

.service__card__img {
    margin: 30px 0;
    height: 125px;
}

.service__card img.link-a {
    position: absolute;
    top: 24px;
    right: 20px;
    opacity: 0;
    transition: 0.3s;
}

.service__card:hover img.link-a {
    opacity: 1;
}

.service__card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-color: transparent;
}

.meet_section {
    width: 100%;
    max-width: 70%;
    margin-top: 100px;
}

.meet_section h5 {
    font-size: 32px;
    line-height: 42px;
    font-family: var(--fw-600);
}

.meet_section p {
    font-size: 18px;
    line-height: 21px;
    font-family: var(--fw-400);
    color: #858585;
}

.meet_section h5 span {
    color: #9948E8;
}

.experts__div {
    position: sticky;
    top: 100px;
}

.tech_logo {
    background-color: #FFF8ED;
    border-radius: 24px;
    padding: 60px 80px;
}

.tech_logo_div {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    overflow-x: scroll;
}

.tech_logo_div img {
    width: 120px;
}

.home-logo {
    padding: 30px 0 30px !important;
}

a.btn__secondary:hover {
    color: var(--primary-color) !important;
}

/* .fame_right::after{} */

.new-home-logo .cl__img.Marquee-tag.Marquee-tag2 {
    width: 200px;
    padding: 0;
}

.new-home-logo .Marquee-tag {
    height: auto;
}

.tech2_section label {
    padding: 15px 32px;
    border: 1px solid #C77FFF;
    border-radius: 50px;
    margin: 10px;
}

.tech2_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tech2_section label img {
    height: 50px;
}

.pt-80 {
    padding-top: 80px !important;
}

.discover2 {
    background-image: url("../images/discover-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F7EEFF;
}

/* .fame_left2 {
    padding: 30px 30px;
    width: 450px;
} */
a.btn.btn__primary.btn-clor span {
    color: #ff576d;
}

.discover-inner a.btn.btn__primary.btn-clor.btn-clorr span {
    color: #9947e8 !important;
}

.pt-180 {
    padding-top: 180px;
}

.who_are_div {
    padding: 45px !important;
    height: 100% !important;
    border-radius: 24px !important;
}

.who-are-we-card img {
    padding-block: 0;
    padding-bottom: 60px;
}

/* .aword_marquee{
    height:  680px;
    box-sizing:  border-box;
    padding:  1em;
} */
/* .award__main{
    animation:  30s linear infinite award_card;
    overflow: hidden;
}
@keyframes award_card  {
    0%  {
    transform:  translateY(-100%);
}
100%  {
    transform:  translateY(0);
}
}
.award_main_2{
    animation:  70s linear infinite award_card2;
    overflow: hidden;
}
@keyframes award_card2  {
    0%  {
    transform:  translateY(0);
}
100%  {
    transform:  translateY(-100%);
}
} */
.ai-tech {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ai-tech label {
    padding: 20px 20px;
    border-radius: 80px;
    border: 1px solid #C77FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 10px;
    font-size: 22px;
    line-height: 33px;
    font-family: var(--fw-600);
    color: #341552;
}

.ai-tech label:hover {
    background-color: #F1E2FF;
    color: #59258A;
}

.ai-tech label img {
    margin-right: 20px;
    opacity: 0.7;
}

.ai-tech label:hover img {
    opacity: 1;
}

#home-top-logos img {
    margin: auto;
    max-height: 60px;
}

.zapiar_img {
    /* max-height: 30px !important; */
}

/* div#home-top-logos {
    padding: 40px 0;
    background-color: #F7EEFF;
}
div#home-top-logos div{
    display: flex;
    align-items: center;
} */
.new-home-logo .Marquee-tag {
    width: auto !important;
    display: inline-block !important;
    margin: 0 32px !important;
}

.tech__apps__img {
    padding: 10px !important;
}

.Marquee-content3 {
    animation: 50s linear infinite marquee;
    white-space: nowrap;
}

.new-home-logo .cl__img {
    height: 60px !important;
    margin: 0 60px !important;
}

.new-home-logo .cl__img img {
    max-height: 100% !important;
}

.new-home__banner {
    padding: 200px 0 100px !important;
    height: auto !important;
}

a.btn.btn__primary.real-btn:hover {
    color: #fff !important;
}

a.btn.btn__primary:hover {
    color: #fff !important;
}

.new-coment {
    position: absolute;
    right: 100px;
    top: -50px;
}

.ai_form {
    position: relative;
    z-index: 9;
    background-color: #F1E2FF;
    padding: 40px 40px;
    border-radius: 24px;
    width: 100%;
}

.ai_form_main {
    position: relative;
    z-index: 3;
}

.ai_form h3 {
    font-size: 32px;
    line-height: 44px;
    color: #9948E8;
}

.form-control {
    border: none;
    height: 55px !important;
    padding-left: 12px;
    font-size: 16px !important;
    border-radius: 12px;
    font-size: 24px;
    font-family: var(--fw-400);
    line-height: 33px;
    /* padding-top: 0; */
}

textarea.form-control {
    height: auto !important;
    padding: 12px;
}

.ai_form select {
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 85% center;
}

.invalid-feedback,
.valid-feedback {
    position: inherit !important;
}

section.banner-section.ai_home {
    height: auto;
    padding-bottom: 50px;
    padding-top: 180px;
}

.discover {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover2 {
    padding: 180px 0 !important;
}

.clutch-card img {
    filter: brightness(10) invert(0);
}


/* capcha */
.submit__generated {
    display: inline-block;
}

.submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background-color: #fff;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}

.submit__generated.valid:after {
    content: "\f00c";
    color: #2ecc71;
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
    content: "\f00d";
    color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: none;
    color: #5a258a;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    font-size: 16px;
    /* position: absolute; */
    /* display: block; */
}

span.submit__error2,
span.submit__error--empty2 {
    color: #e74c3c;
    font-size: 16px;
    /* position: absolute; */
    /* display: block; */
}

.submit__overlay {
    height: 50px;
    width: 110px;
    background-color: transparent;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
}

.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}




.testi__profile__content img {
    max-width: auto !important;
}

.iti {
    width: 100%;
}

.clutch-card.netty__award img {
    filter: brightness(26) invert(1);
}

.clutch-card.netty__award:hover img {
    filter: none !important;
}

form.ai_form.needs-validation button.btn.btn__primary.submit.overla {
    min-width: auto !important;
}


.expertis {
    border-color: #00CEA6;
    background-color: #D7F7DE;
}

/* sonam new css end  */
.case_study_card .tech_stack {
    margin-bottom: 8px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5064px);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateY(-5064px);
    }

    100% {
        transform: translateY(0);
    }
}

.award__slide__main {
    height: 700px;
}

.slider__track__slide {
    animation: scroll 90s linear infinite;
    position: relative;
}

.slider__track2 .slider__track__slide {
    animation: scroll2 90s linear infinite;
    position: relative;
}

.technologies .container-custom {
    position: relative;
}

.technologies .container-custom::after {
    height: 150px;
    width: 1px;
    background-color: #C77FFF;
    content: '';
    position: absolute;
    bottom: 0;
    left: 25px;
}

.discover-inner .btn__primary:active,
.discover-inner .btn__primary:focus {
    background-color: #fff !important;
}

.title_div.tavus-inner a.btn.btn__primary.btn-clor:active,
.title_div.tavus-inner a.btn.btn__primary.btn-clor:focus {
    background-color: #fff !important;

}

.caristas__card label {
    color: #11454D;
    border-color: #11454D;
}

ul#service-tabs-nav li:hover a.nav-link,
ul#service-tabs-nav li:hover a.nav-link span {
    color: #FF576D !important;
}

ul#service-tabs-nav li.active a.nav-link,
ul#service-tabs-nav li.active a.nav-link span {
    color: #FF576D;
}

ul#service-tabs-nav li.active .nav-link::before {
    opacity: 1;
}

ul#technologies-tabs-nav li.nav-item.active a.nav-link {
    color: #fff;
}

ul#technologies-tabs-nav li.nav-item:hover a.nav-link {
    color: #fff !important;
}

ul#technologies-tabs-nav li.nav-item:hover a.nav-link::after {
    background-color: #fff;
    opacity: 1;
    border-color: #fff;
}

ul#technologies-tabs-nav li.nav-item.active a.nav-link::after {
    background-color: #fff;
    opacity: 1;
    border-color: #fff;
}






.fixed-nav {
    padding: 0 !important;
}

div#tabs__menus {
    padding: 40px 0;
    border-radius: 16px !important;
}

li.port-tab.tab-service.active a {
    color: #FF576D !important;
}

.tabs__menus ul {
    display: flex;
    justify-content: space-around;
}

.service-ideate {
    margin-bottom: 20px;
}

.start-up,
.enterprise {
    /* background-color: #F7EEFF; */
    border-radius: 24px;
    padding: 40px;
    border: 2px solid #F7EEFF;
    transition: 0.5s ease-in-out;
}

.start-up {
    width: 50%;
}

.enterprise {
    width: 50%;
}

.service-who-are-we {
    display: flex;
    column-gap: 25px;
}

.start-up:hover,
.enterprise:hover {
    width: 70%;
    transition: 0.5s ease-in-out;
    background-color: #F7EEFF;
}

.start-who {
    font-size: 18px;
    color: #C77FFF;
    text-transform: uppercase;
}

.start-up p {
    color: #5A268B !important;
    font-size: 18px !important;
}

.enterprise p {
    color: #5A268B !important;
    font-size: 18px !important;
}

.start-up a {
    display: block !important;
}

.startup-enterprise {
    padding-block: 48px;
    max-height: 250px;
}

.service-bg {
    background-color: #EDDFFC;
    border-radius: 12px;
    min-height: 510px !important;
}

.service-trans {
    background-color: transparent !important;
}

.service-trans h6 {
    font-size: 20px !important;
    font-weight: var(--fw-500) !important;
    line-height: 28.8px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 40px;
    color: #000 !important;
    text-transform: none !important;
}

.dot-arrow {
    padding-left: 77px;
    padding-bottom: 55px;
}

.service-tavus {
    width: 100px;
}

.service-tavus-cardd {
    min-height: 510px !important;
}

.service-bg p {
    font-size: 24px !important;
    color: #7D30C8 !important;
    padding-top: 40px;
    padding-bottom: 90px;
    font-weight: var(--fw-400);
    line-height: 38px !important;
}

.service-bg h5 {
    font-size: 20px !important;
    font-weight: var(--fw-500) !important;
    line-height: 24px !important;
    color: #7D30C8;
    margin-bottom: 0px !important;
}

.service-bg span {
    font-size: 20px !important;
    font-weight: var(--fw-400);
    line-height: 24px !important;
    color: #A338ED;
}

img.svg-left {
    position: absolute;
    bottom: -85px;
    left: 30px;
}

img.svg-right {
    position: absolute;
    right: -95px;
    bottom: 50px;
}

.opar-cardd {
    margin-bottom: 120px;
}

.service-pt-450 {
    padding-top: 450px;
}

.pt-70 {
    padding-top: 70px;
}

.ideate-card {
    height: auto;
    margin-bottom: 25px;
}

.ideate-card h4 {
    font-size: 29px !important;
    padding-top: 15px !important;
}

.service__card__img {
    max-width: 120px;
    object-fit: contain;
}

.landing-card img.service__card__img {
    max-width: 100px;
    margin-top: 0;
    /* height: 105px; */
}

.ideate-card h6 {
    padding-bottom: 15px !important;
}

.tab-service {
    position: relative;
}

.tab-service::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #9948E8;
    left: 200px;
}

.service-testimonial {
    /* width: 120px; */
    height: 35px;
}

/* <<<<<<<<<<<<<<<<<service-listing-end>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<design sprint start>>>>>>>>>>>>>>>>> */
.banner-section-neww {
    padding-top: 180px !important;
    height: inherit !important;
    background-color: #FFF8ED !important;
    padding-bottom: 120px !important;
}

/* .banner-section-neww h6 {
    color: #9948E8 !important;
} */

.banner-section-neww p {
    color: #341552 !important;
    font-size: 24px !important;
}

.btn-purple {
    background-color: #9948E8;
}

.btn-purple:active {
    background-color: #9948E8 !important;
    color: #fff !important;
}

.btn-purple:hover {
    background-color: #9948E8;
}

.btn-purple:focus {
    background-color: #9948E8 !important;
}

.banner-number {
    background-color: #FFF8ED;
    padding-top: 100px;
    padding-bottom: 124px;
    overflow: inherit !important;
}

.banner-number img {
    position: absolute;
    bottom: -210px;
    left: -39px;
}

.startup-number h5 {
    font-size: 94px;
    font-weight: var(--fw-600);
    line-height: 124.8px;
    text-align: left;
    color: #5A268B;
}

.startup-number p {
    font-size: 22px;
    font-weight: var(--fw-400);
    line-height: 28.8px;
    text-align: left;
    color: #5A268B;
}

.banner-number .numbers {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    position: relative;
}

.product-num {
    position: relative;
    padding: 0 30px;
}

.startup-number {
    height: 100%;
}

.product-num::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 2px;
    height: 100%;
    background-color: #9948E8;
    left: -24px;
    display: block !important;
}

.simplified-text h6 {
    font-size: 24px;
    font-weight: var(--fw-600);
    line-height: 40px;
    text-align: left;
    margin: 0;
}

.simplified-text h5 {
    font-size: 32px;
    font-weight: var(--fw-600);
    line-height: 44px;
    text-align: left;
    padding-block: 8px;
}

.pt-60 {
    padding-top: 60px;
}

.simplified-text p {
    font-size: 24px;
    font-weight: var(--fw-400);
    line-height: 33px;
    text-align: left;
    color: #858585;
    color: #858585;
    margin-bottom: 0;
    margin-top: 20px;
}

.exercise-plan {
    background-color: #FFF8ED;
    padding-top: 80px;
    position: relative;
    padding-bottom: 100px;
    overflow: inherit !important;
    /* height: 100vh; */
}

.exercise-plan .sticky-top {
    top: 80px !important;
}

.exercise-plan::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #F1DEC2;
    z-index: 0;
    top: 0%;
    left: 53%;
    transform: translate(0%, 0%);
}

.exercise {
    padding-top: 150px;
    padding-bottom: 50px;
}

.color-exercise p {
    padding: 24px;
    background-color: #F1E2FF;
    border-radius: 16px;
    font-size: 24px;
}

.day h4 {
    font-size: 24px;
    font-weight: var(--fw-600);
    line-height: 33.6px;
    color: #D98C12;
    background-color: #FFEFD7;
    padding: 24px;
    white-space: nowrap;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
}

/* .exercise {
    border: 1px solid #F1E2FF;
    padding: 32px 24px 32px 24px;
    border-radius: 16px;
    margin-right: 110px;
} */
.exercise h6 {
    font-size: 32px;
    font-weight: var(--fw-600);
    line-height: 44.8px;
    text-align: left;
    color: #341552;
}

.exercise p {
    font-size: 24px;
    font-weight: var(--fw-400);
    line-height: 33.6px;
    text-align: left;
    color: #858585;
    padding-top: 0px;
}

.pt-30 {
    padding-top: 30px !important;
}

.progress-plan-wrapper {
    position: relative;
}

.exercise-plan .bg-opacity {
    display: none
}

.exercise-plan.active .bg-opacity {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 350px;
    z-index: 11;
    display: block;
}

.bg-opacity img {
    height: 100%;
    width: 100%;
}

.design-bulb {
    position: absolute;
    top: -184px;
    left: -230px;
    max-width: 500px;
    z-index: 9;
}

.sprint-inner {
    margin-block: 184px !important;
    position: relative;
}

.design-rocket {
    position: absolute;
    bottom: -197px;
    right: -191px;
    width: 250px;
}

.design-sprint-cardd {
    padding-top: 70px;
}

.design-pt-120 {
    padding-top: 120px !important;
}

.design-pt-200 {
    padding-top: 200px;
}

.day {
    position: relative;
}

/* .day::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 273px;
    background-color: #EDDFFC;
    left: 55%;
    z-index: -1;
}
.day3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 580px;
    background-color: #EDDFFC;
    left: 63.6%;
    z-index: -1;
} */
.banner-new-hero {
    background-color: #FFF8ED;
    overflow: inherit !important;
}

.banner-new-hero2 {
    overflow: hidden !important;
}

.banner-new {
    position: relative;
}

.astro-left {
    position: absolute;
    width: 350px;
    bottom: 0px;
    left: -131px;
    z-index: 1000;
}

.astro-right {
    position: absolute;
    width: 350px;
    right: -50px;
    top: -191px;
    z-index: 1000;
}

.hole-wire {
    position: relative;
}

.hole-wire-img {
    position: absolute;
    left: -131px;
    width: 220px;
    top: 130px;
}

.startup-number::after {
    display: none;
}

.bg-yellow {
    background-color: #FFF8ED;
    padding-block: 80px;
}

.font-60 {
    font-size: 60px !important;
    line-height: 81px;
}

.dot-top {
    position: absolute;
    width: 396px;
    left: -131px;
    top: -140px;
}

.dot-bottom {
    position: absolute;
    bottom: 26px;
    right: -97px;
    width: 396px;
    z-index: 0;
}

.sprint-banner {
    width: 1300px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 100;
}

.hr-sprint {
    color: #F1E2FF;
    border-top: 2px solid #F1E2FF;
    /* margin-top: 100px; */
}

.client_testmonial {
    background-image: url(../images/pages/portfolio/team-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% !important;
}

.service-tab {
    position: relative;
}

.service-tab nav a.active-section {
    color: #FF576D;
}

.port-tab .active {
    color: #FF576D;
}

.accordion.accordion-flush.accordion-home .accordion-item:last-child {
    border-bottom: none !important;
}

/* new services */
a.btn.btn__primary.btn-purpul {
    background-color: #9948E8;
}

a.btn.btn__primary.btn-purpul:active {
    background-color: #9948E8 !important;
    color: #fff;
}

.tabs__menus li {
    font-size: 24px;
}

.m-block {
    display: none;
}





/*  */
/* .wrapper-faq{
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 70px;
  } */
.container-faq {
    transition: 0.5s ease-out;
    border-bottom: 1px solid #E6E6E6;
    /* padding: 15px; */
}

.title-faq {
    font-size: 26px;
    cursor: pointer;
    line-height: 36px;
    color: #341552;
    padding: 50px 0;
    font-family: var(--fw-400);
    position: relative;
    padding-right: 50px !important;
}

div#displayed .title-faq {
    font-family: var(--fw-600);
}

.desc-faq {
    font-size: 26px;
    line-height: 44px;
    display: none;
    margin: auto;
    padding-bottom: 40px;
    padding-top: 10px;
}

.wrapper-faq .container-faq:last-child {
    border-bottom: none;
}

#open-faq {
    background: #313131;
    height: 2px;
    width: 16px;
    position: absolute;
    border-radious: 15px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#closed-faq {
    background: #313131;
    height: 16px;
    position: absolute;
    width: 2px;
    top: -7px;
    left: 7.1px;
    border-radious: 15px;
}

.service_experts__div .meet_section {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service_experts__div {
    position: relative;
    min-height: calc(100vh - 200px);

}

/* <<<<<<<<<<,strategy start>>>>>>>>>>>>>>>>> */
.strategy-banner {
    width: 800px;
    padding-top: 60px;
}

.strategy-dot-bottom {
    position: absolute;
    bottom: 36px;
    right: -97px;
    width: 500px;
    z-index: 0;
}

.strategy-dot-top {
    position: absolute;
    width: 513px;
    left: -142px;
    top: -100px;
}

.pink-icon {
    position: absolute;
    left: 0%;
    width: 170px;
    top: 25%;
}

.yellow-icon {
    position: absolute;
    width: 140px;
    top: 260px;
    right: -10px;
}

.astro-strategy {
    position: absolute;
    width: 500px;
    right: 70px;
    top: -190px;
    z-index: 1000;
}

.strategy-number {
    padding-top: 190px;
}

.product-strategy {
    background-image: url(../images/pages/services/product-strategy-new/product-strategy-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left bottom;
    z-index: 1000;
}

.road-flag {
    position: absolute;
    width: 550px;
    top: -230px;
    left: -216px;
}

.strategy-horse {
    position: absolute;
    width: 120px;
    bottom: -87px;
    right: -44px;
}

.stages1 h6 {
    font-family: var(--fw-500);
    line-height: 44px;
    padding-top: 24px;
    font-size: 32px;
    margin: 0;
}

.stages1 h4 {
    font-family: var(--fw-600);
    line-height: 61.6px;
    font-size: 44px;
}

/* .stages1 img {
    height: 100px;
} */
.stage1-p {
    font-size: 24px;
    font-family: var(--fw-400);
    line-height: 34px;
    color: #858585;
    padding-top: 130px;
}

.stages {
    position: relative;
    margin-bottom: 50px;
    margin-top: 100px;
}

.stages-wrapper {
    background-color: #fffdfa;
}

.stages1 {
    /* background-color: #fff; */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.stage-count {
    background-color: #F1E2FF;
    width: 250px;
    height: 250px;
    border-radius: 24px;
    padding: 16px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.stage-count h5 {
    font-size: 104px;
    line-height: 104px;
    text-align: start;
    color: #341552;
    font-family: var(--fw-400);
}

.stage-count h6 {
    font-size: 24px;
    position: absolute;
    bottom: 16px;
    right: 40px;
    line-height: 33.6px;
    font-family: var(--fw-400);
}

.strategy-main-btn {
    padding-top: 30px;
}

/* <<<<<<<<<<<<<<<,strategy end>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<iamge scroll straetgy start>>>>>>>>>>>> */
.product-m {
    cursor: pointer;
}

.stages-img {
    height: 100vh;
    /* border-radius: 16px; */
    width: 100%;
    overflow: hidden;
}

.stages-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* .pt-40{
    padding-top: 40px !important;
} */
/* <<<<<<<<new>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<iamge scroll straetgy en>>>>>>>>>>>> */

.review-main {
    border-radius: 24px;
    position: relative;
}

.review-main::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100px;
    background-color: transparent;
    top: 0;
    left: 0;
    border: 1px solid #EFDFDF;
    border-right: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

ul.list.list2 li::after {
    top: 50%;
    transform: translateY(-50%);
}

.md-none {
    display: none;
}

.review-main::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100px;
    background-color: transparent;
    top: 0;
    right: 0;
    border: 1px solid #EFDFDF;
    border-left: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

/* <<<<<<<<<<<<<<ui-ux start>>>>>>>>>>>>> */
.ui-banner {
    background-color: #F2F0FF !important;
}

.ui-hero-banner {
    background-color: #F2F0FF;
}

.ui-number {
    background-color: #F2F0FF;
}

.ui-innovation {
    padding-top: 124px;
    padding-bottom: 50px;
}

.ui-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.innovation-card {
    border: 2px solid #E5CAFF;
    padding: 24px;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.innovation-card p {
    color: #858585;
    display: none;
    transition: 0.5s ease-in-out;
}

.ui-minus {
    display: none;
    width: 26px;
    height: 26px;
}

.ui-plus {
    width: 26px;
    height: 26px;
}

.innovation-card:hover p {
    display: block;
    transition: 0.9s ease-in-out;
}

.innovation-card:hover .ux-audit {
    display: none;
}

.innovation-card:hover .ui-minus {
    display: block;
}

.innovation-card:hover .ui-plus {
    display: none;
}

.innovation-card:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 21px 40px 0px #1111111F;
    border: 2px solid transparent;
}

.ui-card .row {
    row-gap: 18px;
}

.ui-card {
    padding-top: 80px;
}

.innovation-card p {
    font-size: 18px;
    line-height: 26px;
}

.ui-engagement h6 {
    font-size: 18px;
    font-family: var(--fw-500);
    line-height: 24.3px;
    color: #9948E8;
}

.engagement-text p {
    font-size: 24px;
    line-height: 33.6px;
    color: #341552;
}

.engagement-point img {
    width: 60px;
}

.engagement-point h3 {
    padding-block: 24px;
    margin: 0;
    font-size: 32px;
    font-weight: var(--fw-600);
    line-height: 44.8px;
    color: #341552;
}

.engagement-point p {
    font-size: 24px;
    line-height: 33px;
    color: #858585;
}

.engagement-point {
    padding-bottom: 60px;
}

.hr-ui-ux {
    margin-top: 0px;
}

.ui-technologies {
    padding-top: 80px;
    margin-top: 0px;
}



/* <<<<<<<<<<<<,<<,,ui-ux end>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<product mangemnt start>>>>>>>>>>>>>>> */
.text-red h6 {
    color: #FF576D !important;
}

.color-341552 {
    color: #341552 !important;
}

.text-silver {
    color: #858585 !important;
}


/* <<<<<<<<<<<<<<<product mangemnt end>>>>>>>>>>>>>>> */
.testi__profile__content h6 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.testi__profile__content img {
    max-width: 130px;
}

.testi__profile__img {
    margin-right: 16px;
    width: 86px !important;
}

.testi__profile__img img {
    /* border-radius: 50%; */
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover;
}


/* yogi home 08-05-2024 */
#service-tabs-content {
    min-height: 500px;

}


.real-stories {
    background: #9948E8;
    position: relative;

}


.real__bg {
    max-width: inherit;
    margin-bottom: -350px;
    position: relative;

}



.real__bg {
    left: -100px;
}






.real__bg_area {
    width: 52%;


}

.real-stories .section-inner {
    padding-top: 120px;
    padding-bottom: 0;
}



.real-stories-star {
    position: absolute;
    right: 24px;
    bottom: 100px;


}








@media(min-width:1921px) {


    .real__bg {

        right: 100px;
        left: inherit;
    }

    .real-stories {
        height: auto;
        min-height: 1120px;
    }

    .real__bg_area {

        text-align: right;

    }


}







@media(max-width:1921px) {

    .real__bg {
        left: -30%;
        max-width: 110%;
    }
}


@media(max-width:767px) {


    .service-tab-text video {
        height: 180px;
    }
}

/* yogi home 08-05-2024 */
section.menu__section.fixed-nav div#tabs__menus {
    padding: 25px 0;
}

.stratgy_main_img {
    width: 100%;
    max-width: 60%;
    margin: auto;
}

.stratgy_astro {
    position: absolute;
    width: 450px;
    right: 4%;
    top: -35%;
    z-index: 9;
}


/* <<<<<<<<<<<<<<ui-ux start>>>>>>>>>>>>> */

.ui-heading h2 {
    width: 92%;
    color: #341552;
}

.hr-ui-ux {
    margin-top: 0px;
}

.ui-ux-banner {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
}

/* <<<<<<<<<<<<,<<,,ui-ux end>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<product mangemnt start>>>>>>>>>>>>>>> */

.tools-product h3 {
    font-size: 44px;
    line-height: 61px;
}

.tools-product p {
    font-size: 24px;
    line-height: 33.6px;
}

.team-roles p {
    font-size: 24px;
    line-height: 33.6px;
}

.astro-left-mange {
    position: absolute;
    width: 700px;
    bottom: 260px;
    left: -134px;
    z-index: 1000;
}

.astro-right-mange {
    position: absolute;
    width: 600px;
    right: -85px;
    top: 0px;
    z-index: 1000;
}

.product-mange-new {
    padding-bottom: 60px !important;
}

.dot-top-mange {
    position: absolute;
    width: 500px;
    left: -160px;
    top: -50px;
    height: 400px;
}

.dot-bottom-mange {
    position: absolute;
    bottom: 160px;
    right: -130px;
    width: 30%;
    z-index: 0;
    /* height: 344px; */
}

.ui-content img {
    width: 124px;
}

.tools-product {
    padding-top: 60px;
}

.product-mange-bg {
    background-image: url(../images/pages/services/product-management-new/product-mange-bg.png) !important;
}

.mange-new-banner {
    width: 800px;
}

.one-team-frame img {
    border-radius: 24px;
}

.orbit-dot {
    position: relative;
}

.tools-dot {
    position: absolute;
    top: 130px;
    height: 695px;
    left: 23px;
}

/* <<<<<<<<<<<<<<<<<<<management animation start>>>>>>>>>>>>>>>>>>>>>> */
.orbit {
    background: transparent;
    min-height: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
}

.orbit-wrapper {
    height: 800px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/pages//services//product-management-new/tools-dot.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;

}

.orbit-icon {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 1.2em;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    text-align: center;
    display: block;
}

.orbit-wrap {
    height: auto;
    list-style: none;
    font-size: 50px;
}

.orbit-wrap>li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

ul[class^=ring] {
    transition: all 300ms ease-in-out;
}

ul[class^=ring] li {
    transition: all 300ms ease-in-out;
}

.ring-0 {
    width: 1050px;
    height: 1050px;
    animation: clockwiseRotate 35s linear infinite;
}

.ring-0 i {
    animation: counterClockwiseRotate 35s linear infinite;
}

.ring-0>*:nth-of-type(1) {
    transform: rotate(72deg) translate(10.5em) rotate(90deg);
}

.ring-0>*:nth-of-type(2) {
    transform: rotate(144deg) translate(10.5em) rotate(90deg);
}

.ring-0>*:nth-of-type(3) {
    transform: rotate(216deg) translate(10.5em) rotate(90deg);
}

.ring-0>*:nth-of-type(4) {
    transform: rotate(288deg) translate(10.5em) rotate(90deg);
}

.ring-0>*:nth-of-type(5) {
    transform: rotate(360deg) translate(10.5em) rotate(90deg);
}

.ring-1 {
    width: 700px;
    height: 700px;
    animation: clockwiseRotate 30s linear infinite;
}

.ring-1 i {
    animation: counterClockwiseRotate 30s linear infinite;
}

.ring-1>*:nth-of-type(1) {
    transform: rotate(90deg) translate(7em) rotate(90deg);
}

.ring-1>*:nth-of-type(2) {
    transform: rotate(180deg) translate(7em) rotate(90deg);
}

.ring-1>*:nth-of-type(3) {
    transform: rotate(270deg) translate(7em) rotate(90deg);
}

.ring-1>*:nth-of-type(4) {
    transform: rotate(360deg) translate(7em) rotate(90deg);
}

.ring-2 {
    width: 350px;
    height: 350px;
    animation: clockwiseRotate 25s linear infinite;
}

.ring-2 i {
    animation: counterClockwiseRotate 25s linear infinite;
}

.ring-2>*:nth-of-type(1) {
    transform: rotate(47.5deg) translate(8em) rotate(-47.5deg);
}

.ring-2>*:nth-of-type(2) {
    transform: rotate(95deg) translate(8em) rotate(-95deg);
}

.ring-2>*:nth-of-type(3) {
    transform: rotate(142.5deg) translate(8em) rotate(-142.5deg);
}

.ring-2>*:nth-of-type(4) {
    transform: rotate(190deg) translate(8em) rotate(-190deg);
}

.ring-2>*:nth-of-type(5) {
    transform: rotate(237.5deg) translate(8em) rotate(-237.5deg);
}

.ring-2>*:nth-of-type(6) {
    transform: rotate(285deg) translate(8em) rotate(-285deg);
}

.ring-2>*:nth-of-type(7) {
    transform: rotate(332.5deg) translate(8em) rotate(-332.5deg);
}

.ring-2>*:nth-of-type(8) {
    transform: rotate(380deg) translate(8em) rotate(-380deg);
}

.ring-3 {
    width: 10em;
    height: 10em;
    animation: clockwiseRotate 20s linear infinite;
}

.ring-3 i {
    animation: counterClockwiseRotate 20s linear infinite;
}

.ring-3>*:nth-of-type(1) {
    transform: rotate(126.6666666667deg) translate(5em) rotate(-126.6666666667deg);
}

.ring-3>*:nth-of-type(2) {
    transform: rotate(253.3333333333deg) translate(5em) rotate(-253.3333333333deg);
}

.ring-3>*:nth-of-type(3) {
    transform: rotate(380deg) translate(5em) rotate(-380deg);
}

ul[class^=ring] {
    border: 2px solid #C77FFF;
    border-style: dotted;
    position: relative;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
}

ul[class^=ring] li {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6em;
    height: 1.6em;
    margin: -0.8em;
}

/* center;
*/
.orbit-center {
    z-index: 5;
    font-size: 2em;
    width: 120px;
    height: 120px !important;
    line-height: unset;
    text-align: center;
    background-image: url(../images/pages/services/product-management-new/simublade-logo.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .orbit-center:hover .orbit-center__icon {
    transform: rotateZ(0deg);
} */
.orbit-center__icon {
    transform: rotateZ(-360deg);
    transition: all 300ms ease-in-out;
}

/* .orbit-wrap > li.orbit-center:hover ~ li > ul {
    width: 0;
    height: 0;
}
.orbit-wrap > li.orbit-center:hover ~ li > ul * {
    transform: translate(0, 0);
} */
/* animations */
@keyframes clockwiseRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes counterClockwiseRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* icons */
.fa-heart-o {
    background: #B71C1C;
    color: white;
}

.fa-coffee {
    background: #4CAF50;
    color: #CDDC39;
}

.fa-safari {
    background: white;
    color: darkslateblue;
}

.fa-firefox {
    background: #1565C0;
    color: #FF8F00;
}

.fa-chrome {
    background: #FBC02D;
    color: #EF6C00;
}

.fa-edge {
    background: #03A9F4;
    color: white;
}

.fa-android {
    background: snow;
    color: limegreen;
}

.fa-apple {
    background: #444;
    color: white;
}

.fa-linux {
    background: white;
    color: #222;
}

.fa-windows {
    background: white;
    color: #03A9F4;
}

.fa-terminal {
    background: #222;
    color: #fff;
}

.fa-html5 {
    background: white;
    color: #E65100;
}

.fa-css3 {
    background: white;
    color: #2196F3;
}

.fa-git {
    background: #222;
    color: white;
}

.fa-free-code-camp {
    background: green;
    color: white;
}

.fa-meetup {
    background: red;
    color: white;
}

.fa-podcast {
    background: red;
    color: white;
}

.fa-codepen {
    background: #333;
    color: white;
}

.fa-code:before {
    content: "" !important;
}

/* <<<<<<<<<branding start>>>>>>>>> */
.branding-banner {
    width: 1124px !important;
    padding-top: 0px !important;
}

.branding-inner {
    width: 850px;
}

.branding-dot img {
    position: absolute;
    width: 100%;
    top: -150px;
    height: 1000px;
}

.branding-btn {
    position: relative;
    z-index: 1;
}

.branding-dot {
    position: relative;
}

.branding-discover {
    z-index: 111111 !important;
}

.pt-124 {
    padding-top: 120px !important;
}

.btn-purple {
    background-color: #9948E8 !important;
}

.text-purple {
    color: #9948E8 !important;
}

/* <<<<<<<<<,branding end>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<mobile app start>>>>>>>>>>>>> */
.mobile-banner-new {
    background-color: #F0F9FF !important;
}

.success-idea {
    background-color: #F0F9FF !important;
}

.success-stage h4 {
    background-color: #D0E5F5 !important;
    color: #341552 !important;
}

.success-idea::before {
    background-color: #D0E5F5 !important;
}

.success-stage {
    display: flex;
    justify-content: center;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<mobile app end>>>>>>>>>>>>> */




/* service animation */
.cards__logo {
    width: 100%;
    margin: 0 auto;
    perspective: 1000px;
    padding: 0;
    border-radius: 12px;
    background-color: transparent;
    margin-bottom: 25px;
}

.cards__container {
    width: 100%;
    position: relative;
    padding-bottom: 71.5%;
    transition: 1s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transform-style: preserve-3d;
}

img.client_img {
    position: absolute;
    top: 20px;
    left: 24px;
    height: 35px;
}

.cards__front,
.cards__back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background-size: cover;
    box-shadow: 25px 25px 50px rgba(black, 0.2);
    background-position: center center;
}

.cards__front {
    z-index: 2;
    transform: rotateY(0deg);
}

.cards__back {
    transform: rotateY(180deg);
}

.cards.is-flipped .cards__container {
    transform: rotateY(180deg);
}

.card-1 {
    background-image: url('../images/pages/services/logos/crowdtrace.png')
}

.card-2 {
    background-image: url('../images/pages/services/logos/jitt.png')
}

.card-3 {
    background-image: url('../images/pages/services/logos/quantlab.png')
}

.card-4 {
    background-image: url('../images/pages/services/logos/tavus.png')
}

.card-5 {
    background-image: url('../images/pages/services/logos/used-engines.png')
}

.card-6 {
    background-image: url('../images/pages/services/logos/opar.png')
}

.engagement-text {
    position: sticky;
    top: 100px;
}

.technologies__tab_uiux {
    min-height: 350px;
}

.managment-accordion .accordion-header h4 {
    font-size: 32px;
    line-height: 33px;
    padding: 10px 0;
    font-family: var(--fw-500);
}

.managment-accordion .accordion-item {
    border-bottom: none !important;
}

.orbit-wrapper {
    background-image: url('../images/pages//services//product-management-new/tools-dot.png');
}

.branding-dot.branding-dot2 img {
    height: 900px;
    /* object-fit: cover; */
}

section.banner-number.ui-number.branding_number {
    padding-top: 200px;
}



/* new css start */
.branding_top_section p {
    font-size: 24px;
    color: #341552;
}

img.fram-left {
    position: absolute;
    top: -80px;
    left: 0;
    width: 500px;
}

img.fram-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;

}

img.branding-left {
    position: absolute;
    top: 0;
    left: 0;
}

.main_banner {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}

img.branding-right {
    position: absolute;
    right: 160px;
    top: -363px;
}

.branding_top_section {
    height: auto !important;
    padding-top: 200px;
}

img.uiux-left {
    position: absolute;
    left: 0;
    top: -350px;
}

img.uiux-right {
    position: absolute;
    top: -300px;
    right: 0;
}

.discover-inner.discover-inner-uiux {
    width: 100%;
    max-width: 800px !important;
}

img.discover-left {
    position: absolute;
    bottom: 0;
    left: -200px;
    width: 300px;
}

img.discover-right {
    position: absolute;
    right: -90px;
    top: -70px;
}

.discover-right-branding {
    width: 150px;
    right: -121px !important;
}

img.discover-left-branding {
    position: absolute;
    width: 180px;
    left: -110px;
    top: -116px;
}

img.managment-left {
    position: absolute;
    left: -250px;
    width: 500px;
    top: -250px;
}

img.managment-right {
    position: absolute;
    bottom: -100px;
    right: -80px;
    width: 200px;
}


/* <<<<<<<<<<<<<<<backend start>>>>>>>>>>>> */
.backend-success {
    display: flex;
    padding-bottom: 40px;
}

.backend-success h6 {
    color: #858585;
    font-size: 24px;
}

.success-steps {
    display: flex;
    align-items: center;
    background-color: #F0F9FF;
    padding: 24px;
    margin-left: 24px;
    border-radius: 12px;
    width: 100%;
}

.success-steps img {
    width: 140px;
}

.step-content {
    padding-left: 40px;
}

.step-content p {
    color: #858585;
}

.ring-2>*:nth-of-type(1) {
    transform: rotate(47.5deg) translate(3.4em) rotate(90deg);
}

.success-steps:hover {
    background-color: #E2F3FF;
}

/* <<<<<<<<<<<<backend end>>>>>>>>>>> */



/* <<<<<<<<<<<<<<<backend start>>>>>>>>>>>> */
.backend-success {
    display: flex;
    padding-bottom: 40px;
}

.backend-success h6 {
    color: #858585;
    font-size: 24px;
}

.success-steps {
    display: flex;
    align-items: center;
    background-color: #F0F9FF;
    padding: 24px;
    margin-left: 24px;
    border-radius: 12px;
    width: 100%;
}

.success-steps img {
    width: 140px;
}

.step-content {
    padding-left: 40px;
}

.step-content p {
    color: #858585;
}

.ring-2>*:nth-of-type(1) {
    transform: rotate(47.5deg) translate(3.4em) rotate(90deg);
}

.success-steps:hover {
    background-color: #E2F3FF;
}

#show-less-more {
    width: unset;
    height: unset;
    word-wrap: break-word;
}

.moreless-button {
    display: none;
}

.backend-success-head h1 {
    font-size: 44px !important;
    line-height: 60px;
}

/* <<<<<<<<<<<<backend end>>>>>>>>>>> */
.service-who-are-we a:hover {
    color: #341552;
}

.z-ind {
    position: relative;
    z-index: 111111;
}

.webflow-review {
    margin-top: 120px;
}

.ring-webflow-1>*:nth-of-type(2) {
    transform: rotate(180deg) translate(7em) rotate(180deg);
}

.ring-webflow-1>*:nth-of-type(1) {
    transform: rotate(90deg) translate(7em) rotate(180deg);
}

/* <<<<<<<<<<,software start>>>>>> */
.software-point {
    display: flex;
    align-items: center;
}

.software-point h3 {
    padding-left: 24px;
}

/* <<<<<<<<<<,software  end>>>>>> */
/* <<<<<<<<<<<<<<<<grow QA  start>>>>>>>>>> */
.qa-banner {
    background-color: #EEFFF6 !important;
}

.qa-stage h4 {
    background-color: #CCEFCF !important;
}

.qa-plan::before {
    background-color: #CCEFCF !important;
}

.qa-stage-point h6 {
    color:
        #341552 !important;
}

/* <<<<<<<<<<<<<<<<grow QA  end>>>>>>>>>> */
/* <<<<<<<<<hire start>>>>>>> */
.hire-steps {
    background-color: #EEFFF6 !important;
}

.hire-steps:hover {
    background-color: #D9FFEB !important;
}

.table-fire th,
.table-fire td {
    background: #F7EEFF;
    border: 1px solid #9948E8;
}

.table-fire th,
.table-fire td {
    border-left: none;
    border-top: none;
    padding: 24px 48px;
}

.table-fire th:last-child,
.table-fire td:last-child {
    border-right: none;
}

.table-fire tr:last-child td {
    border-bottom: none;
}

.table-head {
    color: #9948E8 !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 33.6px;
}

.table-milestone {
    border-top-left-radius: 24px;
}

.table-free {
    border-top-right-radius: 24px;
}

.table-dev {
    border-bottom-left-radius: 24px;
}

.table-no {
    border-bottom-right-radius: 24px;
}

.table-fire td {
    color: #5A268B !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 33.6px;
    vertical-align: middle;
}

/* <<<<<<<<<<<hire end>>>>>>>> */

.our_discovery {
    background-color: #F7EEFF;
    border-radius: 24px;
    padding: 60px;
}

.our_discovery h2 {
    color: #5A268B;
}

.our_discovery_box span {
    font-size: 18px;
    line-height: 18px !important;
    color: #5A268B;
    font-family: var(--fw-400);
}

.our_discovery_box:hover span {
    color: #9948E8;
}

.our_discovery_box h4 {
    font-size: 32px;
    line-height: 44px !important;
    color: #9948E8;
    font-family: var(--fw-600);
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.our_discovery_box h4::after {
    content: '';
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #9948E8;
    position: absolute;
    top: 18px;
    transition: 0.3s;
    left: -14px;
}

.our_discovery_box:hover h4 {
    padding-left: 35px;
}

.our_discovery_box:hover h4::after {
    left: 0px;
}

.our_discovery_box {
    padding: 30px 0;
    border-bottom: 1px solid #9948E8;
}

.our_discovery_box:last-child {
    border-bottom: none;
}

.turn_div {
    background-color: #9948E8;
    /* padding: 60px; */
    border-radius: 24px;
}

.turn_div_content {
    padding: 60px;

}


.animation_section .label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-family: var(--fw-600);
    padding: 10px 30px;
    border-radius: 50px;
    white-space: nowrap;
}

.animation-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.animation_section .label.k {
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animation_section .label.opportunity {
    background-color: #FF7A7A;
    top: 48.5%;
    left: 23%;
    transform: rotate(-15deg);
}

.animation_section .label.vision {
    background-color: #E2F3FF;
    top: 13%;
    left: 34%;
    transform: rotate(15deg);
    color: #9948E8;
}

.animation_section .label.markets {
    background-color: #F7EEFF;
    top: 28%;
    left: 51%;
    color: #9948E8;
    transform: rotate(-15deg);
}

.animation_section .label.obstacles {
    background-color: #5b2b8a;
    top: 84%;
    left: 13%;
    transform: rotate(15deg);
}

.animation_section .label.budget {
    background-color: #fff;
    top: 77%;
    left: 59%;
    transform: rotate(-15deg);
    color: #5A268B;
}

/*  */
.animation_section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    /* background-color: #ccc; */
}

.ai-descover {
    height: 100vh;
}

section.banner-number.ui-number.ai_number.branding_number.mobile-banner-new {
    padding-top: 100px;
}




/* <<<<<<<<manish css  sroll start>>>>>>> */
.scrollable-container {
    position: relative;
    height: 500px;
    /* Adjust height as needed */
    overflow-y: auto;
    text-align: left;
    direction: rtl;
    /* Set direction to right-to-left */
}

.scrollable-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 40px !important;
}

.scrollable-container.nav-item {
    margin-bottom: 10px;
    /* Adjust as needed */
}

.scrollable-container .nav-link {
    display: block;
    padding: 5px;
    background-color: #5A268B;
    /* Background color for demonstration */
}

.scrollable-container::-webkit-scrollbar {
    width: 4px;
    /* Width of the scrollbar */
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #C77FFF;
    /* Color of the scrollbar thumb */
    border-radius: 5px;


}

.scrollable-container::-webkit-scrollbar-track {
    background-color: #ddd;
    /* Color of the scrollbar track */
    border-radius: 5px;
    color: #F1E2FF !important;
}

.scrollable-container::-webkit-scrollbar-corner {
    background-color: transparent;
    /* Hide scrollbar corner */
}

.cyber-tab {
    min-height: inherit !important;
}

/* <<<<<<<<,manish css scoll end>>>>> */

.transfrom-num h5 {
    font-size: 60px;
}

/* <<<<<<<<discovery css start>>>>>>>> */

.discovery-banner {
    background-color: #FFF8ED;
}

.discovery-banner-new {
    position: relative;
    z-index: 10;
    padding-top: 0;
    /* margin-top: -90px; */
}

img.dis-fram-right {
    position: absolute;
    bottom: 250px;
    right: 0;
    width: 550px;
}

section.dis-num.banner-number.ui-number.branding_number {
    padding-top: 50px;
}

.dis-btn span {
    color: #9947e8 !important;
}

/* ><<<<<<<<<<<<<discovery css end>>>>> */
.discovery-h6 {
    font-size: 24px !important;
    padding-top: 0px !important;
    color: #5A268B !important;
    font-family: var(--fw-600);
}

.discovery-ul {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.discovery-ul li {
    font-size: 18px;
    line-height: 33px;
    color: #FF576D;
    padding: 8px 16px;
    border: 1px solid #FF576D;
    border-radius: 49px;
    font-family: var(--fw-500);
    width: max-content;

}

.discovery-ul3 {
    display: block;
}

.ml-12 {
    margin-left: 12px;
}

.discovery-ul2 {
    padding-top: 0px;
}

/* <<<<<<<<manish css end>>>>> */


/* rocket section start */
.rocket__section .rocket-part img {
    display: block;
    margin: 0 auto;
}

.rocket__section .rocket_img00 {
    position: relative;
}

.rocket__section .rocket_img01,
.rocket__section .rocket_img02 {
    opacity: 0;
    /* Set initial opacity for both images */
}

.rocket__section .rocket_img01 {
    z-index: 11;
    height: 100px;
}

.rocket__section .rocket_img02 {
    z-index: 10;
    margin-bottom: 0;
    left: -16px;
    height: 230px;
}

.rocket__section .rocket_img03 {
    left: 12px;
    height: 250px;
    margin-top: 10px !important;
}

.rocket__section .rocker__area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    padding: 10px;
    text-align: center;
}

.rocket__section .rocket-part {
    margin-top: -150%;
}

.rocket__section .anime__rocket {
    position: relative;
}

.rocket__section.bg_secondary2 {
    background-color: #59258a;
}

.rocket__section {
    padding: 120px 0;
}

.title__anime h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.title__anime {
    background: #C77FFF66;
    padding: 16px;
    border-radius: 12px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.afterarrow::after {
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -100%;
    content: "";
    background-image: url(../images/pages/services/discovery-new/afterarrow.png);
}

.beforearrow::after {
    width: 220px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 100%;
    content: "";
    background-image: url(../images/pages/services/discovery-new/beforearrow.png);
}

.title__anime ul li {
    position: relative;
    padding-left: 20px;
}

.title__anime ul li::before {
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    content: "";
    top: 43%;
}

/* rocket section start */
.mvp-banner-left {
    top: 0 !important;
}

.scoping-section {
    background-image: url('../images/pages/services/discovery-new/bg-fram.svg');
}

.scoping-div {
    background-color: #fff;
    padding: 60px 45px;
    border: 1px solid #C77FFF;
}

.scoping-div h3 {
    color: #5A268B !important;
}

.scrollable-list .nav-item {
    margin-bottom: 30px !important;
}

img.block-fram-left {
    top: 0px;
}

img.block-banner {
    padding-top: 0px;
}

.scoping_steps {
    padding: 90px 45px;
    border: 3px dashed #FE8594;
    background-color: #FFF8ED;
    text-align: center;
    border-radius: 24px;
    position: relative;
}

.scoping_steps h3 {
    color: #9948E8;
    font-size: 32px;
    font-family: var(--fw-600);
    line-height: 44px;
    margin: 0;
}

.scoping_steps:hover {
    background-color: #F1E2FF;
    border-color: #C77FFF;
}

.goals {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 50px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-300 {
    margin-top: 300px;
}

.p-60-45 {
    padding: 60px 45px;
}

.p-115-80 {
    padding: 115px 45px;
}

.scoping_steps_content {
    position: absolute;
    background-color: #fff;
    padding: 16px;
    border: 1px solid #C77FFF;
    border-radius: 8px;
    font-size: 18px;
    line-height: 25px;
    color: #5A268B;
    text-align: left;
    width: 350px;
    font-family: var(--fw-500);
    display: none;
    z-index: 9;
    /* opacity: 0; */
}

.goals .scoping_steps_content {
    bottom: 75%;
    left: 50%;
    z-index: 9;
}

.goals .scoping_steps_arrow {
    position: absolute;
    bottom: 5px;
    right: 40px;
}

.scoping_steps .scoping_steps_content2 {
    display: none;
    /* opacity: 0; */
}

.scoping_steps_arrow {
    position: absolute;
}

.scoping_steps_content2 label {
    background-color: #F1E2FF;
    font-size: 18px;
    line-height: 33px;
    padding: 8px 16px;
    border-radius: 50px;
    white-space: nowrap;
    color: #9948E8;
    font-family: var(--fw-500);
    margin-bottom: 5px;

}

.scoping_steps .scoping_steps_content2 {
    position: absolute;
    top: 100%;
    left: 75%;
    text-align: left;

}

.scoping_steps:hover .scoping_steps_content2 {
    display: block;
    /* opacity: 1; */
    z-index: 99;
}

.scoping_steps:hover .scoping_steps_content {
    display: block;
    /* opacity: 1; */
}

.scoping_steps span {
    height: 32px;
    width: 100%;
    max-width: 32px;
    margin: 0 auto 10px;
    background-color: #F1E2FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.scoping_steps span img {
    width: 100%;
    height: 100%;
}

.scoping_steps:hover span {
    background-color: #C77FFF;
}

.scoping_steps:hover span img {
    filter: brightness(30) invert(0);
}

.cost .scoping_steps_arrow {
    bottom: -15px;
    right: 70px;
    transform: rotate(200deg);
}

.cost .scoping_steps_content {
    top: 70%;
    left: -30px;
}

.cost .scoping_steps_content2 {
    top: 110% !important;
}

.target_market .scoping_steps_content {
    top: -90px;
    left: 50%;
}

.target_market .scoping_steps_arrow {
    bottom: -15px;
    right: 70px;
    transform: rotate(200deg);
}

.target_market .scoping_steps_content2 {
    top: 110% !important;
    left: 65%;
}

.tech_stack .scoping_steps_content {
    bottom: 65%;
    right: 56%;
}

.tech_stack .scoping_steps_arrow {
    bottom: -20px;
    left: 70px;
    transform: rotate(4deg);
}

.tech_stack .scoping_steps_content2 {
    left: 70px;
    top: 110%;
}

.project_ideation .scoping_steps_content2 {
    top: -38%;
    left: auto;
    right: -25%;
    text-align: right;
}

.project_ideation .scoping_steps_content {
    top: 50%;
    left: -20%;
    bottom: auto;
}

.project_ideation .scoping_steps_arrow {
    top: 5%;
    right: 33px !important;
}

.priority-based .scoping_steps_arrow {
    bottom: -20px;
    right: 60px;
    transform: rotate(180deg);
}

.priority-based .scoping_steps_content {
    left: -30%;
    top: 30%;
    bottom: auto;
}

.priority-based .scoping_steps_content2 {
    top: 110%;
    left: 50%;
}

.uiux img.scoping_steps_arrow {
    top: 20%;
    left: -20px;
    transform: rotate(200deg);
}

.uiux .scoping_steps_content2 {
    right: 105%;
    left: auto;
    top: 30%;
    text-align: right;
}

.uiux .scoping_steps_content {
    left: -20%;
    bottom: -30%;
}

.scoping_main {
    /* background-image: url('../images/pages/services/discovery-new/line.svg');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom center; */
    position: relative;
    padding-bottom: 100px !important;
}

img.scoping_steps_bg {
    bottom: 5%;
    position: absolute;
    width: 75%;
    left: 10%;
}

.scoping_main_mobile {
    display: none;
}

section.banner-number.ui-number.branding_number.mobile-banner-new {
    padding-top: 150px;
}

/* <<<<<<<<<<<<startup- start>>>>>>>> */
.manage-business {
    background-color: #F7EEFF !important;
}

.manage-business::before {
    background-color: #F1E2FF !important;
}

h4.manage-b {
    background-color: #F1E2FF !important;
    color: #9948E8 !important;
}

.pb-124 {
    padding-bottom: 124px !important;
}

.partnership p {
    font-size: 18px;
    font-weight: var(--fw-500);
    line-height: 24.3px;
    margin-bottom: 0px;
}

.partnership h3 {
    font-size: 50px;
    font-weight: var(--fw-500);
    /* line-height: 81px; */
}

.partnership span {
    font-size: 26px;
    font-weight: var(--fw-400);
    /* line-height: 81px; */
}

.partnership {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    border-right: 1px solid #F7EEFF;
}

.startup-inner {
    padding: 60px 40px !important;
    text-align: left;
    min-width: 1020px;
}

.partner1 {
    margin-bottom: 150px;
}

/* <<<<<<<<<<startupn end>>>>>>>>> */
.discovery-tab-m2 a.nav-link {
    padding-left: 50px;
}

.discovery-tab-m2 .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.start-up-new-img {
    background-color: #F7EEFF;
    overflow: hidden;
}

.start-up.start-up-new {
    padding: 0;
}

.internal_service {
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
}

.internal_service .internal_service_div {
    border: 1px solid #C77FFF;
    border-radius: 16px;
    overflow: hidden;
    width: 50%;
    transition: 0.3s;
}

.internal_service h6 {
    font-size: 18px;
    line-height: 24px;
    color: #C77FFF;
    text-transform: uppercase;
}

.internal_service_img {
    padding: 45px 45px 0;
    background-color: #F7EEFF;
    overflow: hidden;
    height: 400px;
}

.internal_service_content {
    padding: 45px;
}

.internal_service_content h3 {
    color: #5A268B;
}

.internal_service_content p {
    color: #858585;
}

.internal_service_img img {
    padding-top: 20px;
}

.internal_service_div:hover {
    width: 70%;

}

/* new css */
body {
    background-color: #fff;
}

.stages1,
.stages-wrapper {
    background-color: #fff !important;
}

.discoverbg {
    z-index: 99;
}

.newBgcolor {
    background-color: #F7EEFF !important;
}

.newBgcolor:hover {
    background-color: #F1E2FF !important;
}

.heroesImg {
    height: 350px;
}

.section.labs-banner-section {
    position: relative;
}

.linesbg::after {
    background-image: url(../images/pages/services/enterprise-new/lines.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 600px;
    height: 350px;
    content: "";
    position: absolute;
    top: 140px;
    right: 0;
    z-index: -1;
}

.we-startup p {
    font-size: 18px !important;
    line-height: 25px;
}

.full-rocket {
    display: none;
}

/* arvr ring animation */
.arvr-ring1 {
    height: 1000px;
    width: 100%;
    max-width: 1000px;
    border-radius: 50%;
    border: 2px dashed #C77FFF;
    margin: auto;
    position: relative;
    z-index: 1;
}

.arvr-ring2 {
    height: 700px;
    width: 100%;
    max-width: 700px;
    border-radius: 50%;
    border: 2px dashed #C77FFF;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.arvr-ring3 {
    height: 400px;
    width: 100%;
    max-width: 400px;
    border-radius: 50%;
    border: 2px dashed #C77FFF;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.arvr-ring4 {
    height: 150px;
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    background-color: #F7EEFF;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -3;
}

.arvr-ring4 img {
    animation: counterClockwiseRotate2 40s linear infinite;
}

.ring-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F7EEFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    animation: counterClockwiseRotate2 40s linear infinite;

}

.ring-item img {
    width: 30px;
    /* animation: counterClockwiseRotate2 35s linear infinite; */
}

.ring-item p {
    font-size: 18px !important;
    font-family: var(--fw-600);
    line-height: 24px;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #C77FFF;
    border-radius: 50px;
    display: none;
    position: absolute;
    top: 70%;
    box-shadow: rgb(199 127 255 / 42%) 0px 4px 12px;
    right: 70%;
    z-index: 99;
    white-space: nowrap;
}

.ring-item:hover {
    background-color: #9948E8;
}

.ring-item:hover p {
    display: block;
}

.ring-item1 {
    top: 350px;
    left: -25px;
    /* transform: rotate(45deg); */
}

.ring-item2 {
    top: -40px;
    left: 45%;
}

.ring-item3 {
    right: -15px;
    top: 300px;
}

.ring-item4 {
    bottom: 100px;
    left: 110px;
}

.ring-item5 {
    bottom: 80px;
    right: 125px;
}

.ring-item6 {
    top: 50px;
    left: 70px;
}

.ring-item7 {
    top: 40px;
    left: 520px;
}

.ring-item8 {
    bottom: 150px;
    left: 0px;
}

.ring-item9 {
    bottom: 150px;
    right: 0;
}

.ring-item10 {
    top: 100px;
    left: -30px;
}

.ring-item11 {
    top: 100px;
    right: -30px;
}

.ring-item12 {
    bottom: -40px;
    left: 160px;
}

.arvr-animation {
    background-image: url(../images/pages//services//product-management-new/tools-dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 200px;
}

.arvr-ring1 {
    animation: animName 40s linear infinite;
    margin-bottom: -350px;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes counterClockwiseRotate2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.software-w-80 {
    width: 80%;
}


#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #faf5ff;
    /* color: #fff; */
    /* text-align: center; */
    padding: 15px;
    display: none;
    z-index: 999;
}

#cookie-consent-banner a {
    color: var(--primary-color);
}

#cookie-consent-banner button {
    margin-left: 20px;
    padding: 10px;
}

.scrollable-container a.nav-link {
    line-height: 51px !important;
}

.transf-num4 {
    display: none;
}

/* contact new */
.mt-160 {
    margin-top: 160px;
}

div.contact-frame {
    grid-template-columns: minmax(auto, 3fr) minmax(auto, 450px);
}

div.contact-fram-r {
    z-index: 2;
    border: 1px solid #9948E8;
    background-color: #fff;
    padding-left: 30px;
    margin-top: 70px;
}

.bg-contact {
    background-color: #F1E2FF;
}

div.contact-fram-l {
    border: 1px solid #5A268B;
    background-color: #F1E2FF;
    padding: 55px 104px 100px 44px;
}

.contact-text h2 {
    color: #5A268B;
    margin-bottom: 30px !important;
}

.contact-location {
    padding: 0;
    border-bottom: 1px solid #C77FFF;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.contact-location p {
    display: flex;
    align-items: flex-start;
}

/* .contact-text h2{
    color: #5A268B;
    font-size: 60px;
    padding-bottom: 90px;
    border-bottom: 1px solid #C77FFF;
    width: 90%;
} */
.contact-text h3 {
    font-size: 24px;
    color: #5A268B;
    padding-block: 32px;
    font-family: var(--fw-500);
}

.contact-step {
    display: flex;
    align-items: center;
    width: 92%;
}

.contact-step1 {
    padding-right: 20px;
}

.contact-step1 h2 {
    color: #5A268B;
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 8px;
    font-family: var(--fw-500);
}

.contact-step1 p {
    color: #5A268B;
    font-size: 18px;
    line-height: 25.2px;
}

.contact-fram-r::after {
    background-image: url(../images/pages/contact-new/contact-triangle.svg);
    display: block;
    content: '';
    position: absolute;
    left: 17px;
    top: -45px;
    z-index: 999;
    width: 55px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.display-contact {
    display: none;
}

.contact-new-banner {
    position: relative;
}

.contact-astro {
    width: 250px;
    height: 300px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.contact-phn {
    display: none;
}

.bg-colour {
    background-color: #F7EEFF;
}

img.contact-web {
    position: absolute;
    right: 100px;
    top: 0;
    width: 200px;
}

.contact-location-mobile {
    display: none;
}

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


/* <<<<<<<<<<hire dev start>>>>>>> */
.mile {
    padding: 70px 40px;
    background-color: #E8FDF3;
    border: 2px solid #08AC2C;
    border-radius: 24px;
    padding-bottom: 60px;
}

.mile h1 {
    font-size: 60px;
    padding-bottom: 60px;
    line-height: 72px;
    color: #341552;
}

.mile p {
    font-size: 26px;
    color: #341552;
    line-height: 38px;
    height: 80px;
    margin-bottom: 0px;
}

.milestones-border:last-child {
    border: none;
}

.mile-c:last-child {
    padding-bottom: 0;
}

.simu {
    background-color: #F7EEFF;
    border: 2px solid #C77FFF;
    border-radius: 24px;
}

.simu h1 {
    color: #9948E8;
}

.simu-text {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.mile-c {
    padding: 32px 0;
}

.milestones-border {
    border-bottom: 1px solid #08AC2C;
}

.simu-text img {
    width: 40px;
    height: 40px;
}

p.simu-para {
    border-bottom: none;
    color: #5A268B;
}

.simu-content {
    border-bottom: 1px solid #9948E8;
}

.free {
    background-color: #FCFCED;
    border: 2px solid #D3C51A;
}

.free-content {
    border-bottom: 1px solid #D3C51A;
}

img.gear {
    width: 155px;
}

img.content {
    width: 144px;
}

/* <<<<<<<hire dev end>>>>>>> */
/* <<<<<<<<<<<new portfolio start>>>>>>> */
.portfolio-page {
    background-image: url(../images/pages/portfolio-new/graph.svg);
    background-repeat: repeat;
    /* background-size: contain; */
}

.portfolio-page .hall-fame {
    background-size: inherit;
    background-position: inherit;
}

.portfolio-new {
    /* height: 100vh; */
    /* overflow: unset !important; */
    padding-bottom: 350px;
    padding-top: 200px;
    background-image: url(../images/pages/portfolio-new/portfolio-banner.svg);
    background-position: 85% 70%;
    background-size: 65%;
    background-repeat: no-repeat;
}

.portfolio-new-banner {
    position: relative;
}

.portfolio-heading p {
    font-size: 22px;
    line-height: 40px;
}

.doughfi__card div.quantlab-left {
    background-color: #FF4A33;
}

.doughfi__card div.quantlab-right {
    background-color: #FFE2DE;
}

.doughfi__card div.quantlab-content {
    background-color: #FFBAB1;
}

.doughfi__card div.quantlab-content h6 {
    color: #FF4A33;
}

.doughfi__card div.quantlab-tech label {
    border-color: #FF4A33;
    color: #FF4A33;
}

div.quantlab-img img {
    position: relative;
    right: -44px;
}

section.portfolio-tavus {
    background-color: transparent;
}

section#nav-section-main .portfolio-menu {
    padding: 40px 70px !important;
    border-radius: 12px !important;
}

li.portfolio-tab::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #9948E8;
    left: -100px;
}

li.port-tab.portfolio-tab.active a {
    color: #FF576D !important;
}

.opar__card div.jitt-left {
    background-color: #2A314B;
}

.opar__card div.jitt-right {
    background-color: #CCD4F0;
}

.opar__card div.jitt-content {
    background-color: #8499E6;
}

div.jitt-tech label {
    color: #2A314B;
    border-color: #2A314B;
}

.opar__card div.just-left {
    background-color: #2DB9FF;
}

.opar__card div.just-right {
    background-color: #EDF5FC;
}

.opar__card div.just-content {
    background-color: #DDEFFF;
}

.opar__card div.just-content h6 {
    color: #2DB9FF;
}

div.just-tech label {
    color: #2DB9FF;
    border-color: #2DB9FF;
}

.port-testi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.service-bg p.port-testi-p {
    font-size: 44px !important;
    line-height: 52.8px !important;
}

div.portfolio-testimonial {
    padding: 52px 40px;
}

.service-bg div.port-texti-content h5 {
    font-size: 32px !important;
    line-height: 38.4px !important;
}

.service-bg div.port-texti-content span {
    font-size: 24px !important;
    line-height: 28.8px !important;
}

.opar__card div.beer-left {
    background-color: #FBF286;
}

.opar__card div.beer-right {
    background-color: #FCFCED;
}

.opar__card div.beer-content {
    background-color: #FEFFDD;
}

div.beer-tech label {
    color: #7F7612;
    border-color: #7F7612;
}

.opar__card div.beer-content h6 {
    color: #5A268B;
}

.opar__card div.crowd-left {
    background-color: #4849A1;
}

.opar__card div.crowd-right {
    background-color: #D9DAFF;
}

.opar__card div.crowd-content {
    background-color: #C5C5FF;
}

div.crowd-tech label {
    color: #4849A1;
    border-color: #4849A1;
}

.opar__card div.crowd-content h6 {
    color: #4849A1;
}

div.crowdtrace-img {
    padding-bottom: 20px;
}

.opar__card div.used-left {
    background-color: #3459EF;
}

.opar__card div.used-right {
    background-color: #C6D1FF;
}

.opar__card div.used-content {
    background-color: #AABBFF;
}

div.used-tech label {
    color: #3D5FE5;
    border-color: #3D5FE5;
}

.opar__card div.used-content h6 {
    color: #3459EF;
}

.opar__card div.grip-left {
    background-color: #FFA96B;
}

.opar__card div.grip-right {
    background-color: #FFEADB;
}

.opar__card div.grip-content {
    background-color: #FFCBA6;
}

div.grip-tech label {
    color: #FF7715;
    border-color: #FF7715;
}

.opar__card div.grip-content h6 {
    color: #FF7715;
}

.mb-120 {
    margin-bottom: 120px;
}

.color-black {
    color: #000 !important;
}

/* <<<<<<<<<new portfolio end>>>>>>>>>> */
/* <<<<<<<portfolio js new css start>>>>>>>>> */
button.port-all-btn {
    padding-left: 60px;
}

nav.port-menu-new {
    padding-block: 0px;
    padding-inline: 40px;
}

.portfolio-menu {
    text-align: center;
}

.control {
    background: transparent;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
}

.control:hover {
    background: transparent;
}

.mixitup-control-active {
    color: #fff;
    background: transparent;
}

.fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
}

.portfolio-item {
    padding-top: 30px;
}

.pd {
    padding: 0;
    padding: 10px;
}

/* .pd img {
    height: 180px;
    transition: all 0.5s;
  } */
.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
}

.portfolio-overlay p,
.portfolio-overlay a {
    position: relative;
    z-index: 4;
}

.portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
}

.portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
}

.portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977F;
    border-right: 1px solid #50977F;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977F;
    border-left: 1px solid #50977F;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

.portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977F;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
}

.portfolio-overlay .magnify-icon:hover {
    background: #000;
}

.portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

/* <<<<<<<<<<<<<<<<portfolio js new css start>>>>>>>>> */
/* new css */
.labs-steps {
    background-color: #F7EEFF;
}

.labs-steps:hover {
    background-color: #F1E2FF;
}

img.investors_img {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 350px;
}

.investors_div {
    background-color: #9948E8;
}

.research_main .container-custom::after {
    display: none;
}

.service-tab .nav-link label {
    font-size: 24px;
    line-height: 32px;
    padding-left: 48px;
    font-family: var(--fw-400);
    margin-top: 10px;
    display: none;
}

ul#service-tabs-nav li.active a.nav-link label {
    display: block;
}

ul#service-tabs-nav li.active a.nav-link label {
    color: #341552;
}

.shortening-card {
    background-color: #fff;
    border: 1px solid #C77FFF !important;
}

.discovery-tab-m23 .nav-link::before {
    top: 20px;
}

/* .ab-tab .nav-link::before {
    content: '';
    position: absolute;
    top: 23px !important;
} */

.time-to-market {
    margin-bottom: -300px;
}

.research_main {
    margin-bottom: 250px;
    overflow: visible;
}

.service-tab-text2 img {
    height: auto !important;
    margin-top: 60px;
}



.case_study_card {
    cursor: url("../images/view-more.svg"), auto;
}

.case_study_content2 {
    opacity: 0;
}

.portfolio_pills {
    background-color: #FBF7FF;
    padding: 36px 40px;
    border-radius: 12px;
    justify-content: space-between;
}

.portfolio_pills button.nav-link.active {
    background-color: transparent;
    color: #FF576D;
}

.portfolio_pills li {
    width: 20%;
    margin: 0 !important;
    text-align: center;
}

.p-w-25 {
    width: 25% !important;
}

.portfolio_pills .nav-link {
    padding: 0;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #341552;
    font-family: var(--fw-600);
    border: 1px solid transparent;
    margin: 0 !important;
    text-align: center !important;
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-radius: 0 !important;
}

.border-left-right {
    border-color: #9948E8 !important;
}

.web-after {
    position: relative;
}

.web-after::after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #9948E8;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio_pills .nav-link:hover {
    color: #FF576D;
}



div.location-step {
    background-color: #FFF8ED99;
}

div.location-step:hover {
    background-color: #FFF8ED;
}

section.texas-logo-new {
    background-color: #F7EEFF;
}

/* ------------------- */
.shortening-card {
    padding-bottom: 80px !important;
}

.backend-success h6 {
    font-family: var(--fw-500);
}

/* ------------------- */

/*  */
.location_banner {
    background-size: 50%;
    background-position: 95% 80%;
    padding-bottom: 100px;
    padding-top: 250px;

}

.dubai_location {
    background-image: url('../images/pages/location/dubai/banner.png');
}

.australia_location {
    background-image: url('../images/pages/location/australia/banner.png');
}

.singapore_location {
    background-image: url('../images/pages/location/singapore/banner.png');
}

.london_location {
    background-image: url('../images/pages/location/london/banner.png');
}

.qatar_location {
    background-image: url('../images/pages/location/qatar/banner.png');
}

.sf_location {
    background-image: url('../images/pages/location/san-francisco/banner.png');
}

.saudi_location {
    background-image: url('../images/pages/location/saudi/banner.png');
}

.location-logos .cl__img img {
    max-height: 70px;
}

.location-logos .cl__img {
    padding: 0;
    width: auto !important;
    margin: 0;
    padding: 0 60px;
}

.location-logos {
    background-color: #F7EEFF;
    padding: 30px 0;
    overflow: hidden;
}

.location_tech-tab {
    min-height: 550px !important;
}

.tech__label label {
    border: 1px solid #C77FFF;
    border-radius: 50px;
    text-align: center;
    font-family: var(--fw-600);
    padding: 20px 28px;
    margin: 8px;
    min-width: 100px;
    font-size: 18px;
    line-height: 24px;
}

.tech__label label:hover {
    background-color: #F1E2FF;
    color: #59258A;
}

.industries-discover {
    background-image: url('../images/pages/industries/industries-discover-bg.svg');
}

.portfolio-discover {
    background-image: url('../images/pages/portfolio-new/port-discover-bg.svg');
    background-size: inherit;
}

.discover____left {
    position: absolute;
    left: 0;
    top: 0;
}

.discover____right {
    position: absolute;
    right: 0;
    top: 200px;
}

.tech__label2 label {
    font-size: 22px;
    line-height: 28px;
    border: 1px solid #C77FFF;
    padding: 12px 24px;
    border-radius: 50px;
    margin: 8px 4px;
    font-family: var(--fw-600);
    color: #341552;
}

#industries__tab a.nav-link {
    padding-left: 0;
    color: #858585;
}

#industries__tab a.nav-link span {
    color: #858585;
}

#industries__tab li.active a.nav-link {
    padding-left: 0;
    color: #9948E8 !important;
}

#industries__tab li.active a.nav-link span {
    padding-left: 0;
    color: #9948E8 !important;
}

#industries__tab li:hover a.nav-link {
    padding-left: 0;
    color: #9948E8 !important;
}

#industries__tab li:hover a.nav-link span {
    padding-left: 0;
    color: #9948E8 !important;
}

#industries__tab a.nav-link::before {
    display: none !important;
}

.purpul-text {
    color: #9948E8;
}

.industry_banner {
    padding: 200px 0 120px;
    background-color: #FFF8ED;
    background-image: url('../images/pages/industries/bg-line.svg');
    background-repeat: repeat;
}

img.industry_banner_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 100px;
    /* width: 100%; */
}

/* button.accordion-button[aria-expanded=false] {
    font-family: var(--fw-600);
} */
.discovery-acc-m button.accordion-button[aria-expanded=false] {
    font-family: var(--fw-600);
}

.discovery-acc-m .accordion-button {
    font-weight: var(--fw-600) !important;
}

img.industry_discover_img_right {
    position: absolute;
    right: -50px;
    top: -93px;
}

img.industry_discover_img_left {
    position: absolute;
    bottom: -100px;
    left: -80px;
}

/* <<<<<<<<<<<.net page starr>>>>>>>>> */
div.dot-accordion .dot-net-accordion {
    border-bottom: 1px solid #9948E8 !important;
    border-radius: 0px;
}

div.dot-net-accordion h4 {
    color: #9948E8 !important;
    font-family: var(--fw-600) !important;
}

button.collapsed h4 {
    color: #341552 !important;
    font-family: var(--fw-500) !important;
}

div.dot-net-p {
    color: #9948E8 !important;
}

section.dot-banner {
    background-color: transparent !important;
    /* padding-top: 0px !important; */
}

img.dot-banner-img {
    position: inherit;
    /* margin-top: -30px; */
    height: 110px;
    margin-bottom: 20px;
}

div.dot-accordion .dot-border-bottom {
    border-bottom: none !important;
}

section.dot-potential .accordion-button:not(.collapsed)::after {
    background-image: url(../images/pages/hire/dot-net/minus.png);
    transform: rotate(180deg);
}

section.dot-potential .accordion-button::after {
    width: 32px;
    height: 32px;
    background-size: 30px;
    background-position: center center;
    background-image: url(../images/pages/hire/dot-net/plus.png);
}

.dot-flexible-1 {
    border-bottom: 1px solid #08AC2C;
    padding-bottom: 70px;
}

.dot-flexible-2 {
    border-bottom: 1px solid #9948E8;
    padding-bottom: 70px;
}

.dot-flexible-3 {
    border-bottom: 1px solid #D3C51A;
    padding-bottom: 70px;
}

div.dot-hire p {
    height: unset;
}

div.dot-hire {
    height: 100%;
}

/* .potential-text{
    position: sticky;
    top: 100px;
} */
h2.dot-approch {
    height: 170px;
    font-size: 36px !important;
    line-height: 50px !important;
}

.dot-hire p {
    font-size: 28px;
    line-height: 40px;
}

.simu.dot-hire p {
    color: #5A268B;
}

div.dot-net-acc2 {
    padding-top: 60px;
}

div.dot-tabs-new {
    width: auto !important;
    margin-inline: 8px;
    /* height: 40px; */
    padding: 10px 25px !important;
}

.dot-tabs-size img {
    height: 40px !important;
}

.dot-tabs-size2 img {
    height: 30px !important;
}

.net-frame img {
    width: 240px;
}

.ang-tabs-size img {
    height: 26px !important;
}

.react-tabs-size img {
    height: 20px !important;
}

.dot-tech-tab {
    min-height: unset !important;
}

/* <<<<<<<<<<.net page end>>>>> */

.hire__banner {
    padding: 150px 0 60px;
}

.hire__service__card {
    overflow: hidden;
}

.hire__service__card .ui-content h2 {
    display: none;
    margin: 0;
}

.hire__service__card h2 {
    color: #341552;
    padding-right: 60px;
}

.hire__service__card:hover .ui-content h2 {
    display: block;

    color: #9948E8;
}

.hire__service__card .ui-heading h2 {
    width: 100%;
}

.hire__service__card:hover .ui-content {
    height: 100%;
    position: absolute;
    top: 0;
    padding: 24px;
    left: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background-color: #EEFFF6;
}

.hire__service__card:hover {
    border-color: #EEFFF6;
}

.link__arrow {
    width: 32px !important;
    position: absolute;
    top: 30px;
    right: 24px;
    display: none;
}

.hire__service__card:hover .link__arrow {
    display: block;
}

/* <<<<<<<<<<<<<<<<<,,manish case study grip css start>>>>>>>>>>>>>>>>>>>>>> */
.grip-banner li {
    border: 1px solid #5A268B;
    border-radius: 30px;
    padding: 8px 24px;
    font-size: 24px;
    color: #5A268B;
}

.grip-banner ul {
    display: flex;
    align-items: center;
}

.grip-li2 {
    margin-left: 20px;
}

.grip-color {
    color: #5A268B;
    font-family: var(--fw-500);
    margin-bottom: 30px;
}

.grip-banner-num h5 {
    font-size: 60px;
    line-height: 84px;
    color: #9948E8;
    font-family: var(--fw-500);
}

.grip-banner-num p {
    font-size: 24px;
    color: #341552;
    line-height: 33px;
}

.grip-text li {
    font-size: 20px;
    padding: 8px 20px;
    font-family: var(--fw-500);
}

.grip-acc .accordion-button::after {
    width: 24px;
    height: 24px;
    background-size: 20px;
    background-position: center center;
    background-image: url(../images/icons/bold-plus.svg);
}

.grip-acc .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/bold-minus.svg);
    transform: rotate(180deg);
}

.rationale-li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.font-44-grip {
    line-height: 52px !important;
}

.outcome-section {
    position: relative;
}

.outcome-section::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #00000045;
}

.outcome-section video {
    object-fit: cover;
    margin-bottom: -10px;
}

.outcome-section .outcome-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.outcome-section h2 {
    font-size: 70px;
    line-height: 90px;
}

.clutch-card-new:hover {
    background-color: #F7EEFF;
    border: 2px solid #EDDFFC;
    transition: none;
    box-shadow: none;
}

.clutch-card-new:hover img {
    display: block !important;
}

/* <<<<<<<<<<<gripstudio css slider start>>>>> */
.horizontal-sliders,
.horizontal-slider {
    display: flex;
    flex-wrap: no-wrap;
    width: 500%;
    overflow-x: hidden;
}

.main {
    overflow-x: hidden;
}

/* <<<slider custom css>>>>> */
.steamlining-ui {
    background-color: #FFF8ED;
}

.ui-1 {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    padding: 24px;
    border-radius: 24px;
    width: 950px !important;
    height: 800px;
    position: relative;
}

.ui-1 img {
    height: 740px;
}

.ui-2 {
    padding: 24px 0px 24px 24px !important;
}

.ui-margin {
    margin-inline: 25px;
}

.fitness-bg {
    background-color: #F8F8F8;
    height: 100% !important;
}

.fit-1 {
    width: 690px;
    height: 400px;
    background-color: #FFFFFF;
    padding: 32px;
    border-radius: 12px;
}

.fitness h6 {
    color: #5A268B;
    font-family: var(--fw-500);
    padding: 16px 24px;
    background-color: #F1E2FF;
    border-radius: 80px;
    display: inline-block;
}

.steam-slide {
    height: 100% !important;
}

/* <<<<<<<<<<<<gripstudio css slider end>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<grip css end>>>>>>>>>>>>>>>> */

.clutch-card.clutch__award2:hover {
    border-color: #FF5637;
    background-color: #FFF3F3;
}

.clutch-card .clutch__award3:hover {
    background-color: #fff;

}

.performance-slider {
    height: 100% !important;
    padding-inline: 40px;
    padding-block: 60px;
    background: #FFFFFF99;
    border-radius: 24px;
}

.performance-slider .carousel-indicators {
    bottom: 0;
    justify-content: start;
    margin: 0 !important;
}

.potential-text2 {
    height: 100vh;
    /* position: sticky;
    top: 100px; */
}

.hire-accordion .accordion-header h4 {
    font-size: 24px !important;
}

.hire-accordion .accordion-body {
    font-size: 18px !important;
    line-height: 25px;
    padding-bottom: 24px;
}

.react-font {
    font-size: 24px;
    color: #341552;
    font-family: var(--fw-600);
    margin-bottom: 0px;
}

.steps-4 .exercise p {
    color: #5A268B;
}

.accordion-item.grip-border {
    border-bottom: 1px solid #858585 !important;
}

ul.rationale-li li img {
    width: 20px;
    height: auto;
    margin-top: 10px;
}

ul.rationale-li li {
    display: flex;
    align-items: self-start;
    padding-bottom: 15px ;
}
.rationale-li{
    padding-top: 25px;
}

.ui-1 h3 {
    /* font-size: 32px; */
    font-family: var(--fw-500);
    /* line-height: 40px; */
    text-align: left;
    color: #341552 !important;
    padding-top: 20px;
}

.fitness {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    margin: 0 30px 0 0;
    width: 40%;


}

.fitness_main {
    display: -webkit-box;
    overflow-x: scroll;
    padding: 100px 0;
}

.font-bold-500 {
    font-family: var(--fw-500);
}

.techstack {
    background-color: #FFF8ED;
    padding: 40px;
    border-radius: 12px;
}

.techstack h6 {
    font-size: 32px;
    line-height: 44px;
    color: #341552;
}

.setting-img {
    background-color: #000;
}

.horizontal__main__mobile {
    display: none;
}

.location_award {
    background-color: #9947e8 !important;
}

.clutch-card.googfarm__award:hover {
    border-color: #397bf3;
    background-color: #01a9f40a !important;
}

/* <<<<<<<<<<<<<manish new bugs -m start>>>> */
.stages1 img {
    width: 100px;
}


/* <<<<<<<<<<<<<manish new bugs -m end>>>> */




/* <<<<<<<<<<<<<saudi landing page css start>>>>>>>> */

.usp-content {
    /* display: none; */
    color: #341552;
    padding-top: 20px;
}

/* .ups-border:hover .usp-content {
    display: block;
} */

.usp-box {
    background-color: transparent !important;
    padding: 0px;
}

.usp-text h2 {
    color: #341552 !important;
}

.ups-border {
    border: 1px solid #9948E83D;
    border-radius: 24px;
    background-color: #FAF5FF;
    padding: 45px 60px;
}

.ups-border h4::after {
    content: '';
    height: 0px;
    width: 0;
    border-radius: 0px;
    background-color: unset !important;
    position: static !important;
    top: 0;
    transition: 0.3s;
    left: 0;
    display: none !important;
}

.usp-pt-img {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
}

.usp-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.ups-icon1 {
    width: 20px;
    height: 20px;
}

.ups-icon2 {
    display: none;
}

.ups-border:hover .ups-icon2 {
    display: block;
}

.ups-border:hover .ups-icon1 {
    display: none;
}

.saudi-bg {
    background-color: transparent !important;
}


.saudi-tabs #technologies-tabs-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.saudi-tabs ul#technologies-tabs-nav li.nav-item.active a.nav-link {
    color: #FFFFFF;
    background-color: #59258A;
    border-radius: 24px;
    padding: 7px 32px;
    border: 1px solid transparent;
}

.saudi-tabs .nav-item .nav-link {
    color: #341552;
    margin-left: 0px;
    font-size: 24px;
    border: 1px solid #341552;
    border-radius: 24px;
    padding: 7px 32px;
    font-weight: var(--fw-600);
}

.crowd {
    padding: 18px 18px 45px 18px;
    background-color: #D9DAFF;
    border-radius: 24px;
    height: 100%;
}

.crowd-contnt {
    padding: 45px 55px 0 45px;
    background-color: #4849A1;
    border-radius: 24px;
}

.crowd-contnt h2 {
    font-size: 38px;
    line-height: 53px;
    font-weight: var(--fw-600);
    color: #FFFFFF;
}

.crowd-pt {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 40px;
    margin-left: 10px;
}

.crowd-pt h6 {
    padding: 12px 24px;
    border-radius: 32px;
    color: #4849A1;
    border: 1px solid #4849A1;
    font-size: 14px;
}

.crowd-imgg {
    display: flex;
    justify-content: end;
    align-items: center;
}

.crowd-imgg img {
    width: 428px;
}

.grip {
    background-color: #FFDDFD;
}

.grip-contnt {
    background-color: #D44FCB;
}

.grip-pt h6 {
    color: #D44FCB;
    border: 1px solid #D44FCB;
}

.m-inline {
    margin-inline: 12px;
}

img.pt-3.opar-logoo {
    margin-left: 10px;
    margin-top: 10px;
}

.grip-imgg img {
    width: 360px;
    height: 290px;
}

.jitt {
    background-color: #CCD4F0;
}

.jitt-contnt {
    background-color: #2A314B;
}

.jitt-pt h6 {
    color: #2A314B;
    border: 1px solid #2A314B;
}

.opar {
    background-color: #E4E1FD;
}

.opar-contnt {
    background-color: #A191F5;
}

.opar-contnt h2 {
    color: #0B033F;
}

.opar-pt h6 {
    color: #0B033F;
    border: 1px solid #0B033F;
    font-weight: var(--fw-500);
}

.opar-imgg img {
    width: 450px;
    height: 354px;
}

.saudi-dis {
    background-color: #541F87;
    border-radius: 24px;
    padding: 70px 70px 20px 70px;
}

.saudi-btn {
    padding-top: 60px;
}

.saudi-btn span {
    color: #5A268B !important;
}

/* .campaign-saudi .iti__arrow {
    display: none !important;
}
.campaign-saudi .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
} */

.saudi-ind {
    padding: 45px 20px;
    border: 1px solid #9948E8;
    border-radius: 24px;
    margin-top: 20px;
    min-height: 343px;
    /* background-color: #F7EEFF; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.indus-img {
    width: 65px;
    height: 65px;
    margin-bottom: 100px;

}

.saudi-ind .usp-head {
    padding-top: 30px;
}

.pb-80 {
    padding-bottom: 88px;
}

section.saudi-bannerr {
    background-color: transparent !important;
}

.saudi-clutch-card {
    background-color: #9948E8 !important;
    border: 1px solid #C77FFF !important;
    /* opacity: 35%; */
}

.clutch-card.clutch__award.saudi-clutch-card:hover {
    background-color: #9948E8 !important;
    border: 1px solid #C77FFF !important;
    opacity: unset;

}

.clutch-card.clutch__award.saudi-clutch-card:hover img {
    filter: brightness(10) invert(0);
}

.clutch-card.clutch__award.saudi-clutch-card:hover p {
    color: #fff !important;
}

.clutch-card.clutch__award.saudi-netty:hover img {
    filter: brightness(10) invert(1);
}

.clutch-card.clutch__award.saudi-netty img {
    filter: brightness(10) invert(1);
}

.saudi-ind-p {
    display: none;
    line-height: 25px;
}

.saudi-ind:hover .saudi-ind-p {
    display: block;
    font-size: 17px;
}

.saudi-ind:hover .indus-img {
    display: none;
}

.saudi-ind:hover h2 {
    color: transparent;
}

.saudi-ind:hover .ups-icon2 {
    display: block;
}

.saudi-ind:hover .ups-icon1 {
    display: none;
}

.saudi-ind:hover {
    /* min-height: 300px; */
    background-color: #F7EEFF;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.usp-main {
    overflow: inherit;
}

.saudi-ind-p2 {
    display: none;
}

.saudi-award {
    background-color: #FFF5F5;
    border: 1px solid #EFDFDF;
    padding-inline: 80px;
}

.saudi-btn .btn__primary:active {
    background-color: #fff !important;
}

.saudi-btn .btn__primary:focus {
    background-color: #fff !important;
}

.saudi-bg .technologies__tab {
    min-height: 0px;
}

.middle-rocket {
    position: absolute;
    width: 115px;
    height: 140px;
    bottom: -94px;
    right: 38px;
}

.saudi-award-rock {
    position: absolute;
    width: 200px;
    z-index: 11111;
    left: 4px;
    top: 350px;
}

div.saudi-btn {
    display: inline-block !important;
}

.saudi-text {
    padding-bottom: 60px;
}

.stages1-startegy {
    width: 60px !important;
}

/* <<<<<<<<<<<<<saudi landing page css start>>>>>>>> */



/* <<<<<<<<<<<<hassan video start>>>>>>>>> */
.tavus-btnn2 {
    background-color: transparent;
    border: none;
    position: fixed;
    z-index: 111;
    bottom: 50px;
}
.tavus-btnn2 img {
    width: 120px;
}
.tavus-dialog {
    position: absolute !important;
    width: 430px;
    top: 60%;
    height: 240px;
    left: 100px;
}
.tavus-content {
    background-color: transparent;
    border: none;
}
.tavus-content video {
    width: 430px;
    height: 260px;
}
.tavus-cross {
    background-image: url(../images/tavus-cross.png) !important;
    position: absolute;
    right: -25px;
    top: 12px;
    width: 43px;
    background-size: contain;
    opacity: 1;
    height: 42px;
}
.tavus-header {
    border-bottom: none !important;
}
.tavus-cross:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1 !important;
}
.tavus-cross:hover {
    outline: 0;
    box-shadow: none !important;
    opacity: 1 !important;
}
.tavus-video-new {
    overflow-y: hidden;
    overflow-x: hidden;
}
/* .tavus-video-new #staticBackdrop{
    background: transparent !important;
    opacity: 1 !important;
    transition: none !important;
} */
/* <<<<<<<<chatgpt>>> */
.tavus-video-main .popup {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 10px;
    width: 300px;
    /* background-color: rgba(0, 0, 0, 0.8); */
    color: white;
    padding: 10px;
    z-index: 1111111;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}
.tavus-video-main .popup video {
    width: 100%;
}
.tavus-video-main button{
    background-color: transparent !important;
    border: none !important;
    position: fixed;
    z-index: 111;
    bottom: 50px;
}
.tavus-video-main button img{
   width: 120px;
}
.tavus-video-main video{
    position: absolute;
    z-index: 1111;
    bottom: 0px;
    left: 26px;
    width: 430px !important;
    border-radius: 8px;
}
.tavus-video-main #close-popup{
    position: absolute;
    right: -164px;
    top: -235px;
    background-image: url(../images/tavus-cross.png);
    background-size: cover;
    width: 40px;
    height: 45px;
    z-index: 11111;
    color: transparent;
}
.tavus-video-main .custom-controls {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.tavus-video-main .custom-controls #copy-link {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.tavus-video-main .custom-controls #copy-link:hover {
    background-color: #0056B3;
}
.tavus-video-main #copy-link {
    background-color: transparent !important;
    border: none !important;
    position: fixed;
    z-index: 1111;
    bottom: 78px;
    left: 290px;
    display: none;
}
#copy-link img{
    width: 20px;
}
.tavus-video-main:hover  #copy-link {
   display: block;
}
a.grip-android{
    background-color: transparent !important;
    border: 1px solid #5A268B;
    color: #5A268B !important;
    border-radius: 40px !important;
    padding: 8px 24px !important;
    font-size: 24px !important;
    line-height: 34px;
    letter-spacing: unset !important;
    min-width: 132px !important;
    text-transform: none;
}
a.grip-android:active, a.grip-android:focus {
    background-color: transparent !important;
    border: 1px solid #5A268B;
    color: #5A268B !important;
}
a.grip-android:hover {
    background-color: transparent !important;
    border: 1px solid #5A268B;
    color: #5A268B !important;
}
a.grip-android:hover .m-b-text-up{
    color: #5A268B !important;
}
a.grip-android .m-b-arrow{
    display: none !important;
}
div.grip-ios a{
    min-width: 90px !important;
    text-transform: none;
} 
div.grip-ios{
    margin-left: 24px ;
} 
.rbt-persona{
    overflow: inherit;
}
.steamlining-ui-ux{
    background-color: #223B51;
}
.rbt-slide-img{
    margin-right: 25px !important;
}
/* <<<<<<<hassan video end>>>>>>>> */





/* <<<<<<<<<<<<<offer approve start>>>>>>>>> */
a.offer-banner-btn{
    min-width: 175px !important;
}
section.offer-app-bg{
    background-color: transparent !important;
}
.dis-work-offer{
    background-color: #F8F8F8 !important;
}
.dis-work-offer li{
    padding-bottom: 8px ;
    list-style: disc;
}
.dis-work-offer ul{
    margin-left: 30px;
}




/* <<<<<<<grip horizontal slide new>>>> */
  .grip-fit-card{
    background-color: #F8F8F8 !important;
    /* padding-top: 60px; */
    
  }
  .grip-fit-card .fitness{
    width: unset !important;
    margin: 0px !important;
    border-radius: 12px !important;
    height: 520px !important;
    text-align: left;
  }
  .grip-fit-card .panel{
   
    border-radius: 12px !important;
  }
  .containerr {
   
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}

.firstContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: yellow;
}

.lastContainer {
    display: flex;
    height: 100vh;
    background: yellow;
}

.grip-fit-card .panel {
    width: 750px !important;
    height: 560px !important;
    padding-top: 100px !important;
}
.fitness h6 {
    color: #5A268B;
    font-family: var(--fw-500);
    padding: 16px 24px;
    background-color: #F1E2FF;
    border-radius: 80px;
    display: inline-block;
}
.grip-fit-card .pin-spacer{
    height: 1250px !important;
}
/* .panel.header{
    background-color: transparent !important;
} */
.grip-fit-card .dis-work-offer {
    width: 2295px !important;
    margin: 0px !important;
    border-radius: 12px !important;
    height: 450px !important;
    text-align: left;
}
.offer-main{
    top: 20px !important;
}
.john-main{
    top: 20px !important;
}
.horizontal-sliders {
    padding-top: 80px !important;
}
.grip-slide-4{
    position: relative;
    top: 27px;
    border-radius: 0px 0px 22px 0px;
    height: 744px !important;
}
.grip-slide-2{
    position: relative;
    top: 29px;
    border-radius: 0px 0px 22px 0px;
}
.rb-th-left{
    background-color: #2A4B68 !important;
}
/* .rb-th-left h2{
    font-size: 42px !important;
} */
.rbt-img{
           width: 600px !important;
        position: absolute;
        bottom: -20px !important;
        left: 39% !important;
        transform: translateX(-50%);
}
.rbt-right{
    background-color: #B1C9DF !important;
}
.rbt-content{
    background-color: #5887AF !important;
}
.rbt-content h6{
    color: #0E2B44 !important;
}
.rbt-content p{
    color: #0E2B44 !important;
}
.rbt-techno label{
    color: #0E2B44 !important;
    border: 1px solid #0E2B44 !important;
}
.offer-left{
    background-color: #11AC8F !important;
}
.offer-right{
    background-color: #B2F5F4 !important;
}
.offer-content{
    background-color: #56C2C1 !important;
}
.offer-content h6{
    color: #0B2E2D !important;
}
.offer-content p{
    color: #0B2E2D !important;
}
.offer-tech label{
    color: #0B2E2D !important;
    border: 1px solid #0B2E2D !important;
}
.machine{
    padding: 50px 40px !important;
}
.offer_img {
    width: 750px !important;
    left: 55% !important;
}
.jitt_img{
    width: 75% !important;
}



/* <<<<<<<<,insurance page>>>>>>>>> */
ul.insurance-li li{
    padding-bottom: 0px !important;
}
ul.insurance-li {
    padding-top: 45px !important;
}
ul.insurance-li img{
    margin-right: 25px !important;
}
img.legal-banner-img{
    top: 12px !important;
}



/* ///////////staff aug css start////// */
.staff-banner-span{
    color: #341552;
    font-weight: 600;
    font-size: 24px;
    line-height: 33.6px;
    position: relative;
}
.staff-aug-banner{
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}
.staff-num{
    padding: 0 5px !important;
    position: relative;
}
.staff-font-size h5{
    font-size: 60px !important;
    padding-bottom: 20px;
}
.font-40{
    font-size: 40px !important;
}
.mt-100{
    margin-top: 100px !important;
}
.full-stack-staff{
    background-color: #FCEDFB;
    border-radius: 24px;
    padding: 62px 37px;
}
.staff-full-stack-bg{
    background-color: #FFFFFF !important;
    min-height: 250px !important;
}
.staff-full-stack-bg:hover {
    transition: none !important;
    /* box-shadow: none !important; */
    border: 2px solid #E5CAFF !important;
}
.staff-full-stack-bg:hover .ux-audit{
    display: block !important;
}
.staff-full-stack-bg:hover .ui-plus {
    display: block !important;
}
.staff-full-stack-bg .ui-content img{
    width: 85px !important;
}
.font-20{
font-size: 20px !important;
}
.staff-full-stack-bg .ui-headingg {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.ui-pluss{
    width: 26px;
    height: 26px;
}
.staff-content img{
    width: 100px !important;
}
.frontend-dev{
    background-color: #E3F6D4 !important;
}
.backend-dev{
    background-color: #D4E3F6 !important;
}
.mobile-dev{
    background-color: #FCF5ED !important;
}
.qa-dev{
    background-color: #FCEDED !important;
}
.web-dev{
    background-color: #E3F6D4 !important;
}
.staff-count-text{
font-weight: 600;
font-size: 24px;
/* line-height: 148%; */
/* letter-spacing: 0%; */
color: #5A268B;
position: absolute;
    top: 90px;
}
.staff-count-text-2{
    font-weight: 600;
    font-size: 24px;
    /* line-height: 148%; */
    /* letter-spacing: 0%; */
    color: #5A268B;
    position: absolute;
        top: 0px;
    }
    .clutch-page-contact-form {
        background-color: #F7EEFF;
        padding: 60px 40px 60px 40px;
        border-radius: 24px;
        position: relative;
        z-index: 109;
    }
   div.staff-aug-new img.fram-left {
        position: absolute;
        top: 140px;
        left: -114px;
        width: 500px;
    }
    .web-designer{
        background-color: #F6E3D4;
    }
    .staff-it-steps {
        position: relative;
    }
   .it-step .steps-wrapper::before {
        content: "";
        position: absolute;
        top: 60px; /* adjust depending on step height */
        left: 0;
        right: 0;
        height: 2px;
        border-top: 1px dashed #000000;
        z-index: 0;
        width: 90%;
      }
    .staff-it-steps h6{
        background-color: #F1E2FF;
        color: #9948E8;
        padding: 24px 60px;
font-weight: 600;
font-size: 24px;
line-height: 33.6px;
display: inline;
border-radius: 12px;
    }
    .staff-it-steps h5{
font-weight: 600;
font-size: 24px;
line-height: 100%;
color: #341552;
margin-top: 60px;
padding-bottom: 24px;
margin-bottom: 0px !important;
height: 70px;
    }
    .staff-it-steps p{
font-weight: 400;
font-size: 24px;
line-height: 33.6px;
color: #341552;
    }
    .it-step .steps-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        /* margin: 40px auto; */
        /* max-width: 1200px; */
        padding: 40px 0;
        flex-wrap: wrap;
      }
.staff-full-stack-bg h2{
    margin-bottom: 0px !important;
}
.staff-full-stack-bg .ui-heading{
    align-items: center !important;
}


      /* ////////campaign form new//// */


      .campaign-new-form form {
        background: #FFFFFF;
        padding-bottom: 30px !important;
        border: 1px solid #9948E8;
        border-radius: 20px;
        padding: 15px 0px;
        width: 100%;
        /* max-width: 400px; */
        box-shadow: 0 5px 15px rgba(155, 81, 224, 0.2);
        /* z-index: 1111; */
        position: relative;
      }
      .campaign-new-form input::placeholder{
        color: #9682AA !important;
      }
     .campaign-new-form input, select {
        width: 100%;
        padding: 10px 40px;
        margin-bottom: 18px;
        border: none;
        border-bottom: 1px solid #9682AA;
        font-size: 20px;
        background-color: transparent;
        outline: none !important;
        color: #9682AA !important;
      }
      .campaign-new-form textarea::placeholder {
        color: #9682AA !important;
      }
      .campaign-new-form textarea {
        width: 100%;
        padding: 2px 0px 0px 48px;
        margin: 10px 0;
        border: none;
        border-bottom: 1px solid #9682AA;
        background-color: transparent;
        font-size: 24px;
        color: #9682AA !important;
        resize: vertical;
        height: 70px;
        outline: none;
    }
    .campaign-new-form .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
        padding-right: 6px;
        padding-left: 40px !important;
        margin-left: 0;
    }
      
  
     .campaign-new-form input:focus, select:focus {
        border-bottom-color: #4a90e2;
      }
      .campaign-new-form select#lookingFor {
        margin-top: 18px; /* extra top padding here */
      }
      .error {
        color: red;
        font-size: 12px;
        margin-top: -14px;
        margin-bottom: 12px;
      }
  
    .campaign-new-form  button {
        background-color: #9948E8;
        color: #FFFFFF;
        padding: 17px 32px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        /* width: 100%; */
        margin-left: 40px;
        margin-top: 20px;
      }
  
     .campaign-new-form button:hover {
        background-color: #7d3acc;
      }
  
      @media screen and (max-width: 480px) {
       .campaign-new-form form {
          padding: 20px;
          border-radius: 16px;
        }
        .campaign-new-form  select#lookingFor {
            margin-top: 20px;
          }
  
       .campaign-new-form input, select {
          padding: 12px;
          font-size: 14px;
        }
  
       .campaign-new-form button {
          padding: 12px;
          font-size: 13px;
        }
      }


      .campaign-new-form select {
        background-color: #FFFFFF;
        color: #9682AA !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23888888" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 40px center; /* margin-left effect */
        background-size: 24px 24px; /* arrow size */
        padding-right: 60px; /* prevent overlap with arrow */
      }
      select#lookingFor {
        background-color: #FFFFFF;
        color: #9682AA !important;
        /* border: 2px solid #c193f0; */
        /* border-radius: 8px; */
        /* padding: 12px; */
        /* font-size: 15px; */
        /* height: 160px; set height for multiple view */
        overflow-y: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }
      .campaign-new-form select#lookingFor option {
        background-color: #FFFFFF !important;
        color: #9682AA !important;
      }

    
      .campaign-new-form .iti__selected-flag {
        display: none;
      }
    
      /* mobile adjustments if needed */
      @media screen and (max-width: 480px) {
        .campaign-new-form select {
          background-position: right 30px center;
        }
        .campaign-new-form select#lookingFor optgroup {
            color: #341552;
            font-weight: bold;
          }
          
          .campaign-new-form select#lookingFor option {
            color: #9682AA;
          }
          .campaign-new-form textarea {
            padding: 12px;
            font-size: 14px;
        }
      }

      .campaign-new-form-bg {
        border: 1px solid #9948E8;
        background-color: #F1E2FF;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 8px;
        top: 8px;
        border-radius: 24px;
        z-index: 0;
    }
    .margin-top-minus-new-staff{
        margin-top: -10px;
    }
     .lookingforfooter-form{
        margin-top: 0px !important;
    }
    .campaign-new-form #phone2Error{
        padding-top: 8px !important;
    }
    .campaign-new-form select.custom-dropdown,
select#experience {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10L12 14L16 10" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px 24px;
  
    padding-right: 40px;
    height: 60px;
}

.campaign-new-form select.custom-dropdown,
select#experience2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10L12 14L16 10" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px 24px;
  
    padding-right: 40px;
    height: 48px;
}
/* Optional: Add focus border effect */
/* .campaign-new-form select:focus {
  border-bottom: 2px solid #5f3b91;
} */

.full-stack-staff .innovation-card{
    padding: 16px !important;
}
.full-stack-staff .font-20 {
    font-size: 18px !important;
}

.campaign-new-form .captcha-container {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    text-align: right;
    padding-right: 20px;  }
  
 .campaign-new-form .captcha-container label {
    font-weight: bold;
    color: #9682AA !important;
    font-size: 18px !important;
  }
  
 .campaign-new-form .captcha-container input {
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px !important;
margin-bottom: 0px !important;

}
.grecaptcha-badge{
    width: 200px !important;
    height: 60px;
    display: block;
    transition: right 0.3s;
    position: relative !important;
    bottom: 0px !important;
    right: 35px !important;
    box-shadow: gray 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
}
.captcha-main{
    display: flex;
}
