* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    background: #fff;
    font-size: 1rem;
    text-align: left;
    overflow-x: hidden;
    margin: 0;
    -webkit-text-stroke: 0 !important;
    -webkit-font-smoothing: antialiased !important;
}

html {
    overflow-x: hidden;
}

.section-padding {
    padding: 60px 0;
}

a {
    text-decoration: none;
    color: #C1152A;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
}

/*header css*/
.navbar .megamenu {
    padding: 1rem;
}

.scrolled {
    background-color: #000 !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar .has-megamenu:hover .dropdown-menu {
    display: block !important;
}

/* PORTFOLIO PAGE */
.highlight {
    color: #ffffff;
    font-weight: bold;
    font-size: 37px;
    line-height: 52px;
}

.btn-consultant {
    background: #fbbf24;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
}

.btn-consultant:hover {
    background: #ffcc33;
    color: #000;
}

.iso-badge {
    display: inline-block;
    background: #111;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    color: #fbbf24;
    border: 2px solid #fbbf24;
    margin: 10px;
}

.portfolio_hero {
    background: linear-gradient(45deg, #13072e, #3c0da7);
    padding: 80px 0;
}

.portfolio_hero p {
    color: #fff;
    font-size: 19px;
    line-height: 34px;
}

.story-section {
    background: #1a1a1a;
    padding: 60px 20px;
}

.story-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fbbf24;
    /* Yellow */
    position: relative;
    padding-left: 15px;
}

.story-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 80%;
    width: 3px;
    background-color: #06b6d4;
    /* Teal vertical line */
}

.story-text {
    font-size: 1.1rem;
    color: #d1d5db;
    /* light gray */
    margin-top: 15px;
    max-width: 900px;
}



.case-card {
    background: #000;
    border-radius: 12px;
    padding: 25px 25px 60px;
    /* extra bottom padding */
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    min-height: 580px;
    /* increased height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
box-shadow: rgb(205 35 19 / 25%) 0px 7px 29px 0px;
}

.case-image {
    position: relative;
    /* remove absolute positioning */
    margin: 40px auto;
    /* center with space top/bottom */
    max-height: 300px;
    transition: all 0.5s ease;
    z-index: 1;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
              opacity 0.6s ease;
}

.case-logo{
    width: 100px;
    margin: 0 0 20px;
}

.case-title {
    color: #fbbf24;
    font-size: 1.2rem;
    font-weight: bold;
}

.case-subtitle {
    font-size: 1rem;
    color: #d1d5db;
}


.portfolio_cards_wrapper{
    background: #2d2121;
}
/* Image Section */


/* Hover Effect - slide image down & hide */
.case-card:hover .case-image {
    transform: translate(-50%, 120%);
    opacity: 0;
}

/* Hidden Content */
.case-card:hover .case-image {
    transform: translate(-50%, 120%);
    opacity: 0;
}

/* Hidden Content */
.case-hidden {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
    width: 90%;
}

.case-hidden p {
    font-size: 15px;
    line-height: 26px;
    color: #d1d5db;
    text-align: left;
}

.case-card:hover .case-hidden {
    opacity: 1;
    transform: translate(-50%, 0);
}


.case-card .btn-case {
    font-size: 15px;
    padding: 12px 25px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    z-index: 9;
    cursor: pointer;
    margin: 0 10px;
        border-radius: 20px;
    width: fit-content;
}

/* END HERE */

/* CASE STUDY PAGE */
.case_header {
    padding: 250px 0;
    background: #13072E;
}

.case_header h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.case_wrapper {
    background: #13072e;
}

.case_header h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.case_row {
    border-radius: 20px;
    background-color: transparent;
    padding: 25px 24px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}

.case_row:hover {
    background: #141414;
}

.case_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_img img {
    height: 550px;
}

.case_content {
    padding: 50px;
}

.case_content h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 800;
}

.case_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

.txt_gradient_top {
    background: linear-gradient(to right, #00dbd9, #4284ff 50%, #fff 50%);
    position: relative;
    background-size: 200% 100%;
    background-position: 100%;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: .5s ease-in;
}

.txt_gradient_top.active {
    background-position: 0%;
    /* Triggers the gradient shift */
}

/* END HERE */

.col-megamenu .title {
    color: #000;
    min-height: auto;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

header .nav-link {
    position: relative;
    font-size: 15px;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    z-index: 9;
    cursor: pointer;
    margin: 0 10px;
}

.col-megamenu ul li a {
    color: #6b5d5d;
    position: relative;
    padding: 4px 0;
    margin: 2px 0;
    display: inline-block;
    line-height: 1.2;
    font-size: 13px;
}

.menu_img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 100px;
    margin: 20px 10px;
}

.dropdown-divider {
    width: 80%;
    border-top: 1px solid #f2e8e8;
}

.navbar .megamenu {
    box-shadow: rgba(195, 7, 26, 0.067) 0px 7px 29px 0px;
}

.contact_btn {
    color: #13072E !important;
    background-color: #fff;
    font-weight: 600;
    padding: 10px 35px !important;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 0 0 8px !important;
}

.contact_btn:hover {
    background-color: #13072E !important;
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

@media(max-width: 991px) {

    .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
    }

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/*header css ends*/
/* =======  step wrapper section start here =================================== */
.steps_wrapper h2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    font-size: 32px;
    text-decoration: none;
}

.step_content {
    width: 70%;
}

.step_content p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
}

.step-box {
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 20px;
    height: 100%;
    position: relative;
}

.step-number {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    background: #c8b8d4;
    padding: 10px 30px;
    border-radius: 100px;
    width: fit-content;
}

.step-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333366;
    margin-bottom: 15px;
}

.step-content ul {
    padding-left: 20px;
}

.step-content li {
    margin-bottom: 10px;
    list-style: disc !important;
}

.step-content strong {
    color: #333366;
}

/* Enhanced connector styles */
.step-container {
    position: relative;
}

.connector {
    position: absolute;
    top: 8%;
    left: 19%;
    width: 90%;
    height: 2px;
    background: transparent;
    border-top: 2px dotted #D8C6E7;
    z-index: -1;
}

.custom_wrapper {
    padding: 60px 0;
    margin: 50px 0;
    background: linear-gradient(45deg, #13072e, #3c0da7);
}

.custom_wrapper h3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    text-align: center;
}

.custom_wrapper p {
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    padding: 10px 0;
}

.custom_container {
    width: 70%;
    margin: 0 auto;
}

.custom_inner {
    text-align: center;
    margin: 30px;
}

.custom_inner h4 {
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 0;
    padding: 10px 0 0;
}

.custom_inner p {
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 22px;
}

.custom_inner img {
    width: 90px;
    height: auto;
}

.technology_stack h2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 32px;
}

.technology_wrapper {
    width: 70%;
}

.technology_wrapper h2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    font-size: 32px;
    text-decoration: none;
}

.technology_wrapper p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
}

.technology_inner {
    background: #c8b8d4;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 0;
}

.technology_inner h4 {
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
}

.technology_inner p {
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
}

.technology_stack {
    padding: 0 0 60px;
}

.tech_stack_img {
    display: flex;
    justify-content: center;
    align-items: end;
}

.tech_stack_img img {
    width: 80%;
}

.why_choose {
    padding: 80px 0;
    margin: 50px 0 0;
    background: linear-gradient(45deg, #13072e, #3c0da7);
}

.why_choose h2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-decoration: none;
    margin: 0 0 50px;
}

.choose_inner h3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-decoration: none;
}

.choose_inner {
    background: linear-gradient(252deg, #13072e, #3c0da7);
    padding: 45px;
    border-radius: 12px;
}

.choose_inner p {
    color: #fff;
    line-height: 27px;
    font-size: 18px;
    padding: 10px 0;
}

.starrted_div h3 {
    font-size: 40px;
    color: #ffff;
    font-weight: 700;
    margin: 40px 0;
}

.starrted_div p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.about_wrapper {
    padding: 80px 0;
}

.about_wrapper p {
    font-weight: 400;
    font-style: normal;
    color: rgb(31, 28, 80);
    font-size: 30px;
    line-height: 44px;
}

.about_wrapper p span {
    font-size: 32px;
    font-weight: 700;
}

.mission_wrapper {
    padding: 100px 0;
    margin: 50px 0 0;
    background: linear-gradient(45deg, #13072e, #3c0da7);
}

.mission_inner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 10px;
}

.mission_inner p {
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 34px;
}

.mission_wrapper .mission_row {
    background: url('../images/mission_bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px;
    border-radius: 20px;
}

.all_inner h3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 22px;
}

.all_inner p {
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: rgb(0, 0, 0);
}

.all_service_wrapper {
    background: #13072e;
    padding: 70px 0;
}

.all_inner {
    background: #ebebeb;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
}

.all_inner p {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin: 10px 0;
    line-height: 22px;
}

.all_service_wrapper h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 40px;
}

.why_choose_about {
    background: #fff;
    padding: 60px 0;
}

.why_choose_about h2 {
    text-align: center;
    color: #000000;
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 40px;
}

.why_choose_about h3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(31, 28, 80);
    font-size: 20px;
}

.choose_inner_n {
    text-align: center;
}

.why_choose_about p {
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 22px;
}

.choose_inner_n h3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(31, 28, 80);
    font-size: 20px;
}

/* ENQUIRY POPUP */
#querymodel h3 {
    color: #222;
    font-size: 2.1rem;
    font-weight: 500;
}

#querymodel p {
    color: #adadad;
    letter-spacing: -.5px;
    font-size: 1rem;
}

#querymodel label {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

#querymodel input {
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 8px;
}

.btn-custom {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
    padding: 15px;
    border-radius: 0;
    font-size: 15px !important;
    border-color: #d7c2c2;
}

.modal-body .btn-close {
    position: absolute;
    right: 20px;
}

/*entry popup css end*/

.app-intro {
    width: 100%;
    /* height: calc(100vh - 130px); */
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.appi_intro_video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}


.appi_portfolio_panel {
    background: #13072E;
    padding: 6rem 0 0;
}

.appi_portfolio_panel .appi__head2 {
    /* font-size: 42px; */
    line-height: 1.4
}

.appi_portfolio_panel .appi__subhead {
    /* font-size: 20px; */
    line-height: 1.6;
    color: #000;
}

.appi_portfolio_panel .container>.ds_flex {
    align-items: flex-end
}

.right_sec {
    margin-bottom: 5px
}

.appi_stats_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 70px
}


.appi_industry {
    padding: 5rem 0 1rem
}

.appi_stats {
    padding: 10px 25px;
    position: relative;
    border-left: 1px solid #391E77
}

.appi_stats_num {
    color: #391E77;
    font-size: 42px;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.appi_stats_num span {
    margin: 0
}

.appi_stats_head {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    line-height: 1.4
}

.appi_stats_para {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400
}


.appi__head2 {
    color: #000000;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 50px
}

.appi_portfolio_panel {
    background: #fff;
    padding: 6rem 0 3rem;
    margin-top: -1px;
    min-height: 100vh;
}

.left_sec {
    width: 80%
}

.left_sec .appi__head2 {
    margin-bottom: 20px;
    color: #000;
}

.left_sec .appi__head2 span {
    font-weight: 700;
    font-style: normal;
    color: #1f1c50;
    font-kerning: none;
    text-decoration: none;
}



.industry_cta {
    background: url(//appinventiv.com/wp-content/themes/twentynineteen-child/css/pages/../../new-images/partnerwithus.webp) no-repeat;
    background-size: contain;
    padding: 50px 30px;
    position: relative
}

.solution_cta {
    background: url(//appinventiv.com/wp-content/themes/twentynineteen-child/css/pages/../../new-images/appinventiv-mask-new.svg) no-repeat;
    background-color: #1b1b1b;
    width: 450px;
    border-radius: 8px
}

.solution_cta .cta_para {
    font-size: 28px;
    line-height: 42px;
    color: #fff
}

.solution_cta .para {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px
}

.icon_up {
    margin-bottom: 10px
}

.cta_para {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px
}

/*choose sec css*/
.choose {
    padding: 6rem 0;
    background-color: #13072E;
}

.choose h2 {
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 30px;
    color: #fff;
}

.choose-card {
    background: linear-gradient(133deg, transparent, #3D207E);
    padding: 80px 40px 20px;
    min-height: 360px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.choose-card:hover {
    background: linear-gradient(133deg, #3D207E, transparent);
    transform: scale(1.01);
}

.choose h3 {
    font-weight: 800;
    color: #fff;
}

.choose p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.nums {
    position: absolute;
    left: 14px;
    top: 14px;
    background: #B3AAFF;
    color: #000;
    padding: 4px 16px;
    border-radius: 20px;
}

.certify {
    position: absolute;
    top: 70px;
    right: 40px;
    width: 80px;
}

/*choose sec css end*/

/*partner section css*/
.partner-sec {
    padding: 8rem 0;
    text-align: center;
    background-color: #fff;
}

.partner-sec h2 {
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 30px;
    color: #000;
}

.partner-sec h4 {
    color: #000;
    margin-bottom: 60px;
}

.partner {
    background-color: #13072E;
    border: 2px solid #B3AAFF;
    padding: 20px 30px;
    border-radius: 20px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*partner css end*/

/*testimonial*/
.testimonial {
    padding: 5rem 0 2rem;
    text-align: center;
    background: linear-gradient(45deg, #13072e, #3c0da7);
}

.testimonial-inner h2 {
    margin-bottom: 60px;
    font-weight: 800;
    color: #fff;
}

.testi {
    margin: 0 auto;
    max-width: 640px;
}

.testi p {
    font-size: 22px;
    color: #fff;
}

.testi img {
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 60px;
    width: 60px;
}

.testi-client h4 {
    font-size: 18px;
    color: #c2bcbc;
    font-weight: 600;
}

.testi-client p {
    font-size: 16px;
    color: #B3AAFF;
}

.testimonial-inner {
    background: linear-gradient(133deg, transparent, #3D207E);
    max-width: 80%;
    padding: 5rem 1rem 3rem;
    margin: 20px auto;
    border-radius: 20px;
}

/*testimonial end*/


/*services page css*/
.appi_bg {
    background-color: #000;
    padding: 6rem 0
}

.serv_card_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    padding-top: 1rem
}

.hov_card {
    position: relative;
    margin-top: 0;
    color: #fff;
    border: 1px solid #2e3552;
    border-radius: 8px;
    width: 100%;
    display: block;
    transition: all ease-in .2s
}

.hov_card a {
    padding: 30px;
    display: block
}

.hov_card:hover {
    border: 1px solid #5566B8;
}

.title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 22px 0;
    display: inline-block;
    min-height: 72px
}

.hov_card .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff
}

.our_services_cta {
    background: #391E77 url(//appinventiv.com/wp-content/themes/twentynineteen-child/css/pages/../../new-images/our-services-cta.webp) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.our_services_cta .common__btn.hv_blue .btn-effect:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

.our_services_cta .common__btn.hv_blue .btn-effect:hover svg {
    stroke: #fff
}

.our_services_cta .common__btn.hv_blue {
    margin: 0
}

/*services css end*/

.services_panel {
    background-color: #13072E;
    padding: 6rem 0 4rem;
}

.busn_part_panel {
    background-color: #000;
    padding: 6rem 0 4rem;
}

.request_panel {
    background-color: #fff;
    background-image: url(../images/bg.jpg);
    padding: 8rem 0;
    text-align: center;
}

.request_panel h3 {
    color: #000;
    margin-bottom: 60px;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.request_panel h4 {
    color: #000;
    margin-bottom: 20px;
}

.request_panel a.cta-btn {
    color: #fff;
    background-color: #C1152A;
    padding: 10px 24px;
}

.comp_logo_wrap {
    padding-top: 2rem
}

.dgrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 60px
}

.dgrid img {
    filter: invert(100%) sepia(0) saturate(100%) hue-rotate(284deg) brightness(220%) contrast(0%)
}


.common__btn {
    margin-top: 40px;
    display: table
}

.common__btn .btn-effect {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    border: 2px solid #fff;
    padding: 14px 50px 14px 25px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center
}

.common__btn .btn-effect:hover svg {
    -webkit-animation: arrowmove .4s infinite alternate ease-in-out;
    animation: arrowmove .4s infinite alternate ease-in-out
}

.common__btn .btn-effect:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff
}

.common__btn.hv_blue .btn-effect:hover {
    color: #fff;
    background-color: #1468fb;
    border: 2px solid #1468fb
}

.common__btn.blk .btn-effect:hover {
    color: #fff;
    background-color: #1468fb;
    border: 2px solid #1468fb
}

.common__btn.blk .btn-effect:hover svg {
    stroke: #fff
}

.common__btn.blk .btn-effect {
    color: #000;
    border: 2px solid #000
}

.common__btn.blk svg {
    stroke: #000
}

.common__btn.hv_wht .btn-effect {
    color: #000;
    background: #fff;
    border: none
}

.common__btn.hv_wht svg {
    stroke: #000
}

/* footer css*/
footer {
    padding: 6rem 0 3rem;
    background-color: #13072E;
}

.footer-list li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0 0;
    list-style: none;
}

.footer-list h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.footer-list ul li a {
    color: #fff;
}

.footer-list ul li a:hover {
    color: red;
}

.footer_cont {
    padding: 50px 0 0;
    border-top: 1px solid #333;
}

.footer_cont p {
    color: #fff;
}

.footer_work {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.footer_work img {
    width: 60px;
    margin: 0 10px;
}


/* footer css end*/

/*service page css*/
.service-hero {
    background-color: #eef0f6;
    background-image: url(https://cdn-ilajckf.nitrocdn.com/utLabjbGVjpaYDQkazoKnooguTzYeQRR/assets/images/optimized/rev-a408fb7/tamediacdn.techaheadcorp.com/wp-content/uploads/2024/07/01074853/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
    margin-top: 87px;
}

.service-hero h2 {
    color: #222;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.4;
}

.service-hero p {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
}

.service-about {
    padding: 6rem 0 4rem;
    background-color: #fff;
}

.service-about h3 {
    color: #000;
    line-height: 1.3;
    font-size: 36px;
}

.service-about p {
    color: #000;
    font-size: 20px;
}

/*strategy section css*/
.strategy {
    padding: 6rem 0 4rem;
    background-color: #fff;
    text-align: center;
}

.strategy h4,
.strategy h3,
.strategy p {
    color: #000;
}

.st-card {
    padding: 40px 30px;
    text-align: left;
    background: linear-gradient(180deg, #e0dcf7 0%, rgba(223, 219, 247, 0) 100%);
    border-radius: 20px;
}

.st-card h4 {
    margin: 20px 0;
}

/*strategy section css end*/
/*solution section css*/
.solution {
    background-color: #fff;
    padding: 4rem 0 3rem;
}

.solution h2,
.solution h5 {
    color: #000;
}

.solution li {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
}

/*solution section end*/
/*service page css ends*/


.contact_wrapper {
    padding: 120px 0;
}

.contact_wrapper h2 {
    text-align: left;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 60px;
    margin: 0 0 40px;
}

.form_contact button {
    width: fit-content;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ce021c;
    border: 0;
}

.dets_inner h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    word-spacing: .2em;
}

.dets_inner p {
    text-shadow: 0 0 0 rgba(0, 0, 0, .3);
    transition: color .3s;
    font-weight: 400;
    font-size: 17px;
    color: #333;
}

.dets_inner {
    margin: 40px 0;
}

.bespoke_solution {
    padding: 60px 0;
}

.bespoke_solution h4 {
    color: #030303;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
}

.bespoke_solution h2 {
    color: #222;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.bespoke_solution h2 span {
    font-weight: 800;
}

.bespoke_inner {
    position: relative;
    box-shadow: #eaecf8 0 0 20px;
    border-radius: 24px;
    background: #fff;
    padding: 30px;
    border-top: 10px solid #9063f4;
    text-align: center;
}

.bespoke_inner h3 {
    color: #222;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

.bespoke_inner p {
    color: #000;
    font-family: poppins, Sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
}

.bespoke_btn {
    display: flex;
    justify-content: center;
}

.bespoke_btn a {
    color: #fff;
    background: red;
    padding: 7px 15px;
    border-radius: 10px;
}

.logo_size {
    width: 300px;
}

.vdo-text {
    position: absolute;
    bottom: 120px;
    left: 60px;
}

.vdo-text h2 {
    font-size: 40px;
    color: #fff;
    line-height: 70px;
}

.vdo-text p {
    font-size: 20px;
    color: #fff;
}

.award_winner {
    padding: 60px 0;
}

.award_winner h4 {
    color: #030303;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
}

.award_winner p {
    color: #222;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.numbers_about {
    margin: 0 0 400px;
    position: relative;
}

.numbers_about::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #cf0001 0%, #acb7b7 100%);
}

.award_winner {
    background-color: transparent;
    background-image: linear-gradient(0deg, rgb(104 236 141 / 7%) 0%, rgb(255 255 255) 100%);
}

.numbers_about h2 {
    color: #222;
    font-family: "Poppins", Sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: .8;
    letter-spacing: normal;
}

.numbers_about h5 {
    color: #222;
    font-family: "Poppins", Sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1550px) {

    .container,
    .appi_intro {
        max-width: 1340px
    }

    .intro_head {
        font-size: 42px
    }

    .intro_subhead {
        font-size: 20px
    }

    .states_head span {
        font-size: 22px
    }

    .results_text,
    .cs,
    .results_head {
        font-size: 12px
    }

    .showcase_subhead {
        font-size: 20px
    }

    .showcase_inner {
        width: 32%
    }

    .showcase_visuals {
        width: 61%
    }

    .scr_bar {
        height: 437px
    }

    .appi_card_wrap {
        max-width: 950px
    }

    .card_num {
        font-size: 65px
    }

    .card_head {
        font-size: 18px
    }

    .title {
        font-size: 24px
    }

    .badge_head {
        font-size: 18px
    }

    .badge_card_text span {
        font-size: 14px
    }

    .form-col .form_control,
    .select-grid .selectric .label {
        font-size: 16px
    }

    .p_text {
        font-size: 16px
    }

    .client_text {
        padding-left: 40px;
        font-size: 16px;
        font-weight: 300
    }

    .cards {
        --cards-closed-size: 8rem
    }

    .card-heading {
        font-size: 12px;
        bottom: -40px
    }

    .card_info_num {
        font-size: 72px
    }

    .card_info_head {
        font-size: 20px
    }

    .card_info_para {
        font-size: 14px
    }

    .industry_demands {
        padding: 0
    }

    .appi_portfolio_panel .appi__head2 {
        font-size: 34px
    }

    .appi_portfolio_panel .appi__subhead {
        font-size: 16px
    }

    .appi_stats_head {
        font-size: 20px
    }

    .appi_stats_para {
        font-size: 16px
    }

    .appi_stats_num {
        font-size: 36px
    }

    .appi_stats {
        padding: 10px 25px
    }

    .hov_card a {
        padding: 25px
    }

    .title {
        font-size: 18px;
        line-height: 28px;
        margin: 15px 0;
        min-height: 60px
    }

    .hov_card .desc {
        font-size: 13px;
        line-height: 22px
    }

    .tech_solutions_left .appi__head2,
    .part_wrapper .appi__head2 {
        font-size: 34px
    }

    .tech_card_inner .head4 {
        font-size: 20px;
        line-height: 30px
    }

    .tech_card_inner .tech_para {
        font-size: 16px;
        line-height: 26px;
        padding-top: 15px
    }

    .tech_card_inner {
        padding: 25px 110px 25px 60px
    }

    .tech_solutions_left {
        margin-bottom: 6rem
    }

    .tech_solutions_left,
    .tech_card_panel {
        padding-top: 6rem
    }

    .tech_card_panel {
        margin-top: -15px
    }

    .tech_card_inner:after {
        top: 30px
    }

    .owl-carousel .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px
    }

    .global_leaders.owl-theme .owl-nav {
        top: -115px;
        right: 150px
    }

    .client_says.owl-theme .owl-nav {
        top: -60px;
        right: 150px
    }

    .card_indus>a {
        padding: 25px
    }

    .tools_tab_link {
        font-size: 18px
    }

    .tools_tab_link {
        font-size: 18px;
        padding: 20px 0;
        padding-left: 70px
    }

    .tools_tab_grid ul li span {
        margin: 0 0 0 20px;
        font-size: 12px
    }

    .tech_stack_head {
        font-size: 16px
    }

    .card_grid_panel {
        grid-gap: 30px
    }

    .part_wrapper {
        padding: 4rem 0
    }

    .card_logo img {
        transform: scale(.7)
    }

    .tools_tech_wrap {
        padding: 6rem 0 0
    }

    .client_experiences {
        padding: 6rem 0
    }
}

@media (max-width:992px) {
    .navbar .megamenu {
        overflow-y: scroll;
        height: 500px;
    }

    .case_img img {
        height: 550px;
        width: 100%;
        object-fit: cover;
    }

    .case_img {
        flex-direction: column-reverse;
    }

    .case_header h1 {
        font-size: 25px;
    }

    .case_row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .case_content {
        padding: 20px;
    }

    .megamenu .col-lg-3.col-6 {
        width: 100%;
    }

    .choose_inner_n {
        text-align: center;
        border: 1px solid rgba(204, 204, 204, 0.72);
        margin: 0px 0px 40px;
        padding: 10px;
    }

    .numbers_about {
        margin: 0 0 50px;
        text-align: center;
    }

    .all_inner {
        margin: 0 0 30px;
    }

    .app-intro {
        height: calc(100vh - 130px);
    }

    .logo_size {
        width: 200px;
    }

    .left_sec,
    .right_sec {
        width: 100%;
    }

    .serv_card_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .vdo-text {
        bottom: 25px;
        left: 25px;
    }

    .vdo-text h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .vdo-text p {
        font-size: 18px;
    }
}


@media (max-width:767px) {

    .serv_card_wrap,
    .appi_stats_wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        padding: 0;
    }

    .appi__head2,
    .choose h2,
    .partner-sec h2 {
        font-size: 24px !important;
    }

    .certify {
        top: 35px;
    }

    .choose-card {
        margin-bottom: 10px;
        padding: 80px 20px 20px;
        min-height: 320px;
    }

    .choose p {
        font-size: 17px;
    }

    .partner-sec {
        padding: 3rem 0;
    }

    .testimonial-inner {
        max-width: 100%;
    }

    .testimonial-inner h2 {
        margin-bottom: 30px !important;
    }

    .testi p {
        font-size: 17px !important;
    }

    .testi img {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .navbar>.container-fluid {
        flex-wrap: inherit;
    }

    .vdo-text {
        bottom: 15px !important;
        left: 15px !important;
    }

    .vdo-text h2 {
        font-size: 20px !important;
        line-height: 30px;
    }

    .vdo-text p {
        font-size: 16px !important;
    }
}