.common-banner {
    padding: 60px 0;
}

.text-blue {
    color: var(--primary-color);
}

.banner_btn_blu {
    border: 1px solid var(--primary-color);
    padding: 10px 30px;
    color: var(--white-color) !important;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.4s;
}

.banner_btn_blu:hover {
    background: var(--white-color);
    color: var(--primary-color) !important;
}

/* ====================== BANNER CSS STARTS HERE  ====================== */

.ai-banner {
    background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
    min-height: unset;

}

.ai-new.ai-banner::before {
    display: none;
}

.ai-banner-img {
    max-width: 1056px;
    height: 460px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.ai-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abs-tab {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 6px;
}

.abs-tab img {
    height: 24px;
    width: 24px;
}

.abs-tab h6 {
    font-weight: 300;
    text-transform: capitalize;
    text-align: start;
    margin: 0px;
}

.abs-tab.one {
    position: absolute;
    top: 35px;
    left: -53px;
}

.abs-tab.two {
    position: absolute;
    top: 135px;
    right: -116px;
    animation-delay: .4s;
}

.abs-tab.three {
    position: absolute;
    bottom: 100px;
    left: -120px;
    animation-delay: .6s;
}

/* ====================== BANNER CSS ENDS HERE ======================= */


/* ====================== EXPERTISE CSS STARTS HERE ======================= */


.expert-icon-testing {
    height: 50px;
    width: 50px;
}

.expert-icon-testing-2 {
    height: 68px;
    width: 68px;
}

.ai-experties-content ul li {
    list-style: disc !important;
    color: #494949;
    position: relative;
    left: 12px;
}

.ai-experties-content ul li p {
    font-size: 18px;
    line-height: 2.0em;
    ;
    color: #494949;
    margin-bottom: 6px;
    margin-top: 16px;
}

.ai-experties-content ul {
    list-style: disc;
    padding-left: 1.5rem;
}

/* ====================== EXPERTISE CSS ENDS HERE ======================= */

/* ====================== AI DEVELOPMENT CSS STARTS HERE ======================= */

.ai-development {
    background: radial-gradient(77.6% 246.24% at 89.06% 16.58%, #FFF9F3 0%, #F3F6FF 100%);
}

.ai-development .card:hover {
    background: radial-gradient(50% 200% at 10% 10%, #FFF9F3 0%, #F3F6FF 100%);
}

/* ====================== AI DEVELOPMENT CSS ENDS HERE ======================= */

/* ====================== FAQ CSS STARTS HERE ======================= */

.faq-sec .accordion-button {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #212121 !important;
}

.faq-sec .accordion-button::after {
    content: none;
}

.faq-sec .accordion-item {
    border-color: rgba(240, 240, 240, 1) !important;
    padding: 15px 0;
}

.faq-sec .accordion-button {
    padding-left: 0;
    padding-right: 0;
}

.faq-sec .accordion-button .down-caret i,
.faq-sec .accordion-button .up-caret i {
    color: rgba(140, 140, 140, 1);
}

.faq-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-sec .accordion-button.collapsed .down-caret {
    display: block;
}

.faq-sec .accordion-button.collapsed .up-caret {
    display: none;
}

.faq-sec .accordion-button .down-caret {
    display: none;
}

.faq-sec .accordion-button .up-caret {
    display: block;
}

.faq-sec .accordion-body {
    padding-top: 0;
    padding-left: 0;
}

.faq-sec .sub-heading {
    max-width: 80%;
}

/* ====================== FAQ CSS ENDS HERE ======================= */

/* ====================== AWARD CSS STARTS HERE ======================= */

.award-img {
    width: 310px;
    height: 140px;
    margin: 0 auto;
}

.award-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ====================== AWARD CSS ENDS HERE ======================= */

/* ====================== CTA CSS STARTS HERE ======================= */

.cta-bg {
    background: linear-gradient(275.24deg, #0E51B7 1.2%, #003367 118.2%);
    padding: 30px;
    position: relative;
    z-index: 99;
}

.cta-bg::before {
    content: '';
    background-image: url('../../new/img/ai/robo2.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -22%;
    left: 30px;
    z-index: -1;
    animation: anim-updown 3s infinite;
}

@keyframes anim-updown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.cta-bg:after {
    content: '';
    background-image: url('../../new/img/ai/robo-1.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -22%;
    right: 30px;
    z-index: -1;
    animation: anim-updown 3s infinite;
}

.cta-bg .sec-title {
    color: #fff !important;
}

.social-icons li a {
    text-decoration: none;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.social-icons li a i {
    font-size: 26px;
}

.social-icons li a:hover {
    color: #0083EB;
    background-color: #fff;
}

.social-icons {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
}

.cat-inr-box {
    text-align: center;
}

.cat-bottom-box {
    width: 100%;
    margin: 0 auto;
}

.cat-inr-box a {
    color: #fff;
    transition: all .3s ease-in-out !important;
}

.cat-inr-box a:hover {
    text-decoration: underline !important;
    color: #c1c1c1 !important;
}

/* ====================== CTA CSS ENDS HERE ======================= */

/* ====================== EXPERTISE CSS STARTS HERE ======================= */

.experties-sec {
    background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.expertise-right-box {
    background-color: #fff;
    border: 1px solid rgba(240, 240, 240, 1);
    padding: 40px 40px 65px 40px;
}

.expertise-right-box .form-label {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #212121;
}

.expertise-right-box .form-control {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #F0F0F0;
    border-radius: 0;
    padding: 28px;
    color: #494949;
}

.expertise-right-box .form-control::placeholder {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #494949;
}

.expertise-right-box textarea {
    height: 97px !important;
    padding: 15px 28px 15px 28px !important;
}

.expertise-right-box .form-check-label {
    font-size: 16px !important;
    line-height: 24px;
    color: #494949 !important;
}

.expertise-right-box input[type="checkbox"]~label::before,
.expertise-right-box input[type="radio"]~label::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 19px;
    height: 19px;
    border-radius: 6px;
}

.expertise-right-box input[type="checkbox"]~label::after {
    top: 10px;
}

.expertise-right-box input[type="checkbox"]:checked~label::before {
    background: #0083EB;
}

/* ====================== EXPERTISE CSS ENDS HERE ======================= */


/* ==================== WHY CHOOSE US SECTION CSS STARTS HERE ==================== */
.why_choose_area {
    background: #0073ec;
    /* Solid rich blue matching screenshot */
    color: #ffffff;
}

.why_choose_img {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 550px;

    @media (max-width: 1440px) {
        height: 620px;
    }
}

.why_choose_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_choose_content {
    padding-left: 40px;
}


.why_choose_desc {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 30px;
}

.why_choose_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.why_choose_area .btn_outline {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid #ffffff !important;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.why_choose_area .btn_outline:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

@media (max-width: 991px) {
    .why_choose_content {
        padding-left: 0;
        margin-top: 2.5rem;
        padding-top: 0 !important;
    }

    .why_choose_title {
        text-align: center;
        font-size: 28px;
    }

    .why_choose_desc {
        text-align: center;
    }

    .why_choose_list li {
        justify-content: start;
        text-align: left;
    }

    .why_choose_btn_wrap {
        text-align: center;
    }

    .why_choose_img {
        max-height: 100%;
        height: auto;
    }

    .why_choose_icon {
        margin: 0 !important;
    }

    .why_choose_info {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .why_choose_title {
        font-size: 24px;
    }

    .why_choose_icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 1.1rem;
        border-radius: 10px;
    }
}

/* ==================== WHY CHOOSE SECTION CSS ENDS HERE ==================== */


/* =============== AI SOLUTIONS SECTION CSS STARTS HERE =============== */

.ai_solutions_area {
    background-color: #F7F9FE;
}

.ai_solutions_area .card {
    height: 100% !important;
    border: 1px solid #ebebeb !important;
    border-radius: 5px !important;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ai_solutions_area .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 131, 236, 0.1), 0 10px 10px -5px rgba(0, 131, 236, 0.04);
    border-color: rgba(0, 131, 236, 0.3) !important;
}

.ai_solutions_area .card-body {
    padding: 2rem !important;
}

.ai_solutions_area .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: rgba(0, 131, 236, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0083ec;
    transition: all 0.3s ease;
}

.ai_solutions_area .card:hover .card-icon {
    background-color: #0083ec;
    color: #ffffff;
    transform: scale(1.05);
}

.ai_solutions_area .card-icon svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.ai_solutions_area h5 {
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.ai_solutions_area p {
    color: #64748b;
    line-height: 1.6;
}

/* =============== AI SOLUTIONS SECTION CSS ENDS HERE =============== */

/* ==================== PROCESS FAQ's SECTION CSS STARTS HERE ==================== */

.process-faq .accordion-item {
    border: none;
}

.process-faq .accordion-button:not(.collapsed) {
    background-color: unset;
    border-bottom: unset;
}

.process-faq .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.process-faq .accordion-button.collapsed:focus {
    box-shadow: none;
}

.process-faq .accordion-button {
    color: #212121 !important;
    border: none;
    padding-left: 0px;
    box-shadow: none;
    border-top: 1px solid #eee;
    padding-top: 18px;
    padding-bottom: 18px;
}

.process-faq .accordion-body {
    padding-left: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
}

/* ==================== PROCESS FAQ's SECTION CSS ENDS HERE ==================== */

/* ======================= HAPPY CLIENT CSS STARTS HERE ====================== */

.opl ul {
    padding: 0;
    display: flex;
    gap: 10px;
    width: 100%;
    flex-flow: wrap;
    align-content: center;
    margin-bottom: 0;
    gap: 0;
}

.opl ul li {
    flex: calc(20% - 10px);
    min-width: calc(20% - 10px);

    @media (max-width: 767.98px) {
        flex: 50%;
        min-width: 50%;

    }
}

.clients-logo {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.clients-logo img {
    width: 100%;
    object-fit: contain;
    max-width: 180px;
    max-height: 90px;
    height: 90px;
}

/* ======================= HAPPY CLIENT CSS ENDS HERE ====================== */

/* ==================== PROCESS CSS START ==================== */

#conteneur {
    margin: 30px auto;
    height: 28vh;
}

.horizontal-accordeon {
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    display: flex;
}

.horizontal-accordeon .link {
    position: relative;
    flex-basis: 16.6667%;
    flex-shrink: 1;
    height: 100%;
    color: black;
    border-right: 2px solid #eee;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s ease-out;
    padding: 12px 24px;
}

.horizontal-accordeon .number {
    font-size: 36px;
    font-weight: 600;
    color: #0083EB;
}


.horizontal-accordeon .link:last-child {
    border-right: 0;
}

.horizontal-accordeon .link:hover {
    width: 85%;
    flex-basis: 30%;
}

.horizontal-accordeon .link:hover img {
    filter: brightness(0%);
}

.horizontal-accordeon .link .small {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 100px;
    line-height: 78px;
    text-align: center;
    font-size: 24px;
}

.horizontal-accordeon .link .small img {
    transition: .5s ease-out;
    width: 30px;
}

.horizontal-accordeon .link .full {
    position: absolute;
    top: 22px;
    left: 100px;
    text-transform: uppercase;
}

.horizontal-accordeon .link .full .f1,
.horizontal-accordeon .link .full .f2 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.horizontal-accordeon .link .full .f2 {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s 0.4s, transform 0.4s 0.4s;
}

.horizontal-accordeon .link:hover .f2,
.horizontal-accordeon .link.active .f2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.horizontal-accordeon .link .prev {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 12px;
    line-height: 78px;
    transition: .5s opacity;
    opacity: 0;
}

.horizontal-accordeon .link .prev img {
    width: 30px;
}

.horizontal-accordeon .link:hover .prev {
    opacity: 0;
}

.horizontal-accordeon:hover .prev {
    opacity: 1;
}

.horizontal-accordeon .link.active {
    width: 85%;
    flex-basis: 30%;
}

.horizontal-accordeon .link.active img {
    filter: brightness(0%);
}

.horizontal-accordeon .link .f2 {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s, max-height 0.3s;
    overflow: hidden;
}

.horizontal-accordeon .link:hover .f2,
.horizontal-accordeon .link.active .f2 {
    opacity: 1;
    max-height: 200px;
}

/* ==================== HORIZONTAL ACCORDIAN END ==================== */


/* ==================== STICKY TOP CSS START ==================== */

.sticky-top-section {
    position: relative;
    overflow: visible;
}

.top-sticky-200 {
    position: sticky;
    top: 200px;
}

/* ==================== STICKY TOP CSS END ==================== */

.build-inr {
    background: url('../img/mobile-app/build-bg.png');
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.build-lft h4 {
    color: #fff !important;
}

.build-rt-img {
    height: 510px;
}

.build-rt-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: left;
}

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.check-icon {
    position: absolute;
    left: 0;
    display: inline-block;
    top: -1px;
}



/* =============== BLOG CSS STARTS HERE =============== */

.blog-area-new {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.blog-box {
    width: 100%;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.blog-area-new .blog-img {
    width: 100%;
    height: 250px;
}

.blog-area-new .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-area-new .blog-info {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px;
    position: relative;
    min-height: 160px;
}

.blog-area-new .blog-info .date-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0083eb;
    color: #fff;
    border-radius: 0;
    padding: 4px 8px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0;
}

/* =============== BLOG CSS ENDS HERE =============== */


/* =============== STICKY PORTFOLIO CSS START HERE =============== */

.sticky-sec-portfolio {
    position: relative;
    overflow: visible;
}

.sticky-portfolio-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sticky-portfolio-box h4 {
    position: sticky;
    top: 120px;
}

.portfolio-img-box h2 {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.portfolio-img-box.first {
    position: sticky;
    top: 110px;
    /* top: 150px; */
}

.portfolio-img-box.second {
    position: sticky;
    /* top: 180px; */
    top: 138px;
}

.portfolio-img-box.third {
    position: sticky;
    /* top: 210px; */
    top: 165px;
}

.portfolio-img-box.fourth {
    position: sticky;
    top: 240px;
}


/* =============== STICKY PORTFOLIO CSS ENDS HERE =============== */

.ai-experties .card .expert-icon,
.card .icon {
    display: inline-block;
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    min-width: 50px;
}

.ai-experties .card,
.core-ai .card {
    height: calc(100% - 1rem);
    margin-bottom: 1rem;
}

.ai-technologies .card {
    transition: all 0.3s ease-in-out;
}

.ai-technologies .card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.ai-technologies .card:hover {
    background-color: #0083EB;
}

.ai-technologies .card:hover a {
    transition: all 0.3s ease-in-out;
}

.ai-technologies .card:hover a,
.ai-technologies .card:hover i {
    color: #fff !important;
}


.award-hd {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    background: #0785e8;
    color: #fff;
}

.award-hd::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0785e8;
    left: -100%;
}

.award-img_wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.awards_img {
    text-align: center;
}

.awards_img img {
    width: 140px;
}

.award-hd h2 {
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}

/* New Banner css end */

@media (max-width: 1920px) {
    .model-content-box h1 {
        font-size: 11rem;
        line-height: 20rem;
    }
}

@media (max-width:1200px) {
    .model-content-box h1 {
        font-size: 8rem !important;
        line-height: 15rem !important;
    }
}

@media (max-width: 768px) {
    .model-content-box h1 {
        font-size: 4rem !important;
        line-height: 7rem !important;
    }
}

@media (max-width: 575px) {
    .model-content-box h1 {
        font-size: 5rem !important;
        line-height: 7rem !important;
    }
}

.anim-updown {
    animation: up-down 3s infinite;
}

.anim-updown.slow {
    animation: up-down-slow 5s infinite;
}

@keyframes up-down-slow {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* =============== TRUSTED LOGO SECTION =============== */

.trusted_area {
    background-color: #ffffff;
}

.trusted_area .inner-trusted-box {
    background-color: #f3f6ff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
}

.trusted_area .slider-wrapper {
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.marquee-top {
    animation: scroll-left 25s linear infinite;
}

.marquee-bottom {
    animation: scroll-right 25s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.logo-list {
    display: flex;
    flex-shrink: 0;
    gap: 16px;
    padding-right: 16px;
}

.trusted_area .logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 20px;
    height: 80px;
    width: 180px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.trusted_area .logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

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

@media (max-width: 576px) {
    .marquee-container {
        gap: 12px;
    }

    .logo-list {
        gap: 12px;
        padding-right: 12px;
    }

    .trusted_area .logo-card {
        width: 130px;
        height: 70px;
        padding: 8px 15px;
    }
}

/* =============== TRUSTED LOGO SECTION =============== */


/* ==================== INDUSTRIES SECTION CSS ENDS HERE ==================== */

.ind-we-serve {
    background: #edf3ff;
    position: relative;
}

.indus-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.4 / 1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    z-index: 10;
}

.indus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.indus-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indus-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.indus-card:hover .indus-img img {
    transform: scale(1.08);
}

.indus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.3s ease;
}

.indus-card:hover .indus-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.1) 100%);
}

.indus-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem;
    box-sizing: border-box;
    text-align: center;
}

.indus-title {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

/* ==================== INDUSTRIES SECTION CSS ENDS HERE ==================== */


/* Common CTA Services and industries Page  */

.ai-cta-inner-box {
    background: linear-gradient(275.24deg, #0e51b7 1.2%, #003367 118.2%);
    padding: 80px 48px;
}

.ai-cta-box {
    position: relative;
}

.abs-tab.cta-one {
    position: absolute;
    top: -54px;
    right: -16px;
    background: #2121211a;
}

.abs-tab.cta-one h6 {
    color: var(--white-color);
}

.abs-tab.cta-two {
    position: absolute;
    top: -36px;
    left: -97px;
    background: #2121211a;
    animation-delay: 0.4s;
}

.abs-tab.cta-two h6,
.abs-tab.cta-two h6 a {
    color: var(--white-color);
}

/* ==================== TX PORTFOLIO SECTION CSS STARTS HERE ==================== */

.tx-portfolio-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    overflow: clip;
    padding: 70px 0;
}

.tx-portfolio-container {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    padding: 0;
    height: 520px;
    width: 100%;
}

.tx-portfolio-sidebar-col {
    background-color: #2b76f9;
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    overflow: visible !important;
}

.tx-portfolio-sidebar {
    padding: 24px 0 24px 24px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
}

.tx-portfolio-tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 0;
    overflow: visible;
}

.tx-portfolio-tab {
    position: relative;
    padding: 12px 18px;
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    overflow: visible;
}

.tx-portfolio-tab:hover {
    color: #ffffff;
}

.tx-portfolio-tab.active {
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-right: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.35) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tx-portfolio-tab.active::after {
    content: "";
    position: absolute;
    left: 100%;
    top: -1.5px;
    bottom: -1.5px;
    width: 180px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1.5px solid;
    border-bottom: 1.5px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%) 1;
    pointer-events: none;
    z-index: 20;
}

.tx-tab-text {
    position: relative;
    z-index: 2;
}

.tx-active-glow {
    display: none !important;
}

.tx-portfolio-content-col {
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.tx-portfolio-display-area {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.tx-portfolio-cards-container {
    width: 42%;
    height: 100%;
    position: relative;
    z-index: 20;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.tx-portfolio-details-card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    width: calc(135% - 40px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.tx-portfolio-details-card.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.tx-portfolio-card-inner {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.tx-portfolio-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.25;
    white-space: pre-line;
}

.tx-portfolio-desc {
    font-size: 15px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.6;
}

.tx-portfolio-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tx-portfolio-btns a {
    display: inline-flex;
    align-items: center;
}

.tx-portfolio-btns img {
    height: 38px;
    width: auto;
    display: block;
}

.tx-portfolio-btns .btn_blu {
    height: 38px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.tx-portfolio-images-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.tx-portfolio-img-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-portfolio-img-item.active {
    opacity: 1;
    visibility: visible;
}

.tx-portfolio-img-item img {
    max-width: 100%;
    object-fit: contain;
    height: 100%;
    margin-left: auto;

    @media (min-width: 767px) and (max-width: 991px) {
        margin-left: 0 !important;
    }
}

/* Responsive Styling */
@media (max-width: 991px) {
    .tx-portfolio-section {
        height: auto !important;
        padding-bottom: 0;
    }

    .tx-portfolio-sticky-wrapper {
        position: relative !important;
        height: auto !important;
        top: auto !important;
    }

    .tx-portfolio-container {
        flex-direction: column;
        height: auto !important;
    }

    .tx-portfolio-sidebar {
        padding: 30px 20px;
        height: auto;
    }

    .tx-portfolio-tabs {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-right: 0;
        padding-bottom: 0px;
        scrollbar-width: none;
    }

    .tx-portfolio-tabs::-webkit-scrollbar {
        display: none;
    }

    .tx-portfolio-tab.active {
        border: 1px solid #ffffff !important;
    }

    .tx-portfolio-tab {
        display: inline-block;
        flex-shrink: 0;
        padding: 7px 18px;
        border-radius: 4px;
    }

    .tx-portfolio-tab.active::after {
        display: none !important;
    }

    .tx-portfolio-display-area {
        flex-direction: column-reverse;
        height: auto;
        min-height: auto;
        padding: 40px 20px;
        gap: 30px;
    }

    .tx-portfolio-cards-container {
        width: 100%;
        padding: 0;
    }

    .tx-portfolio-details-card {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        display: none;
    }

    .tx-portfolio-details-card.active {
        display: block;
        transform: none;
    }

    .tx-portfolio-card-inner {
        padding: 30px 24px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .tx-portfolio-title {
        font-size: 24px;
    }

    .tx-portfolio-desc {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .tx-portfolio-btns {
        justify-content: center;
        /* Center the buttons on mobile viewports */
    }

    .tx-portfolio-images-container {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 575px) {
    .tx-portfolio-sidebar {
        padding: 24px 15px;
    }

    .tx-portfolio-display-area {
        padding: 30px 0 0;
    }

    .tx-portfolio-images-container {
        height: 220px;
    }

    .tx-portfolio-card-inner {
        padding: 24px 16px;
    }

    .tx-portfolio-title {
        font-size: 20px;
    }

    .tx-portfolio-btns .btn_blu {
        width: 100%;
    }

    .tx-portfolio-tab {
        font-size: 13px;
    }
}

/* ==================== TX PORTFOLIO SECTION CSS ENDS HERE ==================== */



/* ====================== TESTIMONIALS SECTION CSS ======================= */

.testimonials_area {
    padding: 60px 0;
    overflow: hidden;
}

.testimonial-slider-container {
    position: relative;
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-marquee-row {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

.testimonial-marquee-row .marquee-track {
    display: flex;
    width: max-content;
    flex-shrink: 0;
}

.testimonial-marquee-row.marquee-right .marquee-track {
    animation: marquee-left-scroll 35s linear infinite;
}

.testimonial-slider-container:hover .marquee-track {
    animation-play-state: paused !important;
}

.marquee-group {
    display: flex;
    gap: 24px;
    padding-right: 24px;
    flex-shrink: 0;
}

@keyframes marquee-left-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.testimonial-card {
    width: 420px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
}


.testimonial-card .quote-icon-svg {
    color: var(--primary-color);
    margin-bottom: 0;
    opacity: 0.85;
    transition: transform 0.3s ease;
}

.testimonial-card:hover .quote-icon-svg {
    transform: scale(1.1);
}

.testimonial-card .star-rating {
    display: flex;
    gap: 4px;
}

.testimonial-card .star-rating i {
    color: #ecc80d;
    font-size: 14px;
}

.testimonial-card .star-rating i.empty-star {
    color: #e2e8f0;
}

.testimonial-card .testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 25px;
    flex-grow: 1;
}

.testimonial-card .testimonial-user {
    display: flex;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}

.testimonial-card .user-info {
    margin-left: 0;
}

.testimonial-card .user-name {
    font-size: 16px;
    font-weight: 600;
    color: #071c4d;
    margin-bottom: 2px;
    line-height: 1.2;
}

.testimonial-card .user-title {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.2;
}

/* ====================== TESTIMONIALS SECTION CSS ENDS ======================= */


/* ====================== CLOUD EXCELLENCE SECTION ======================= */

.cloud_excellence_area {
    background-color: #f4f7fc;
    padding: 80px 0;
}

.cloud_excellence_area .cloud-desc {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 32px;
}

.cloud_excellence_area .cloud-item-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border: 1px solid #ebebeb;
    gap: 1rem;
}

.cloud_excellence_area .cloud-item-card p {
    color: #6b7280;
}

.cloud_excellence_area .cloud-item-card p b {
    color: #010100;
}

.cloud_excellence_area .cloud-item-card .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #f4f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .cloud_excellence_area {
        padding: 60px 0;
    }

    .cloud_excellence_area .cloud-text-box {
        text-align: center;
    }

    .cloud_excellence_area .cloud-desc {
        margin-bottom: 0;
    }

    .cloud_excellence_area .cloud-item-card {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .cloud_excellence_area {
        padding: 50px 0;
    }

    .cloud_excellence_area .cloud-desc {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .ai-tools-top-icons {
        margin-bottom: 15px;
    }
}

/* ====================== CLOUD EXCELLENCE SECTION ======================= */


/* ====================== AWS PARTNER CTA SECTION ======================= */

.aws_partner_cta_area {
    background-color: #fff;
}

.aws_partner_cta_area .aws-cta-inner {
    background: linear-gradient(135deg, var(--primary-color, #0083ec) 0%, #005cb3 100%);
    border-radius: 12px;
    padding: 48px;
    box-shadow: 0 10px 30px rgba(0, 131, 236, 0.15);
}

.aws_partner_cta_area .aws-cta-content {
    color: #fff;
}

.aws_partner_cta_area .aws-cta-title {
    color: #fff;
}

.aws_partner_cta_area .aws-cta-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0ox;
    color: rgba(255, 255, 255, 0.9);
}

.aws_partner_cta_area .banner_btn_outline {
    border: 1px solid #cbd5e1;
    padding: 10px 30px;
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.4s;
    background-color: #ffffff;
}

.aws_partner_cta_area .banner_btn_outline:hover {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}


@media (max-width: 991px) {
    .aws_partner_cta_area .aws-cta-inner {
        padding: 32px;
    }
}

@media (max-width: 576px) {

    .aws_partner_cta_area .aws-cta-inner {
        padding: 24px 16px;
    }
}

/* ====================== AWS PARTNER SECTION ======================= */


/* ====================== FAQ SECTION CSS ======================= */

.faq_area {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

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

.faq_content_left {
    position: relative;
}

.faq-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.faq_area .accordion {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq_area .accordion-item {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff;
    border-radius: 10px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.faq_area .accordion-item:last-child {
    border-bottom: 1px solid #e2e8f0;
}

.faq_area .accordion-item:hover {
    border-color: rgba(0, 131, 236, 0.15);
}

.faq_area .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: rgba(0, 131, 236, 0.25);
}

.faq_area .accordion-button {
    font-size: 1rem;
    font-weight: 600;
    color: #071c4d;
    padding: 1rem;
    background: transparent;
    box-shadow: none;
    border-radius: 5px !important;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
    align-items: baseline;
}

.faq_area .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background: transparent;
    box-shadow: none;
}

.faq_area .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq_area .accordion-button::after {
    background-image: none;
    content: "\f107";
    font-family: "FontAwesome" !important;
    font-size: 16px;
    font-weight: 900;
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #f1f5f9;
    color: var(--primary-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    transform: none;
    line-height: 0px;
}

.faq_area .accordion-button:not(.collapsed)::after {
    content: "\f107";
    background: var(--primary-color);
    color: #ffffff;
    transform: rotate(-180deg);
}

.faq_area .accordion-body {
    padding: 0 1rem 1rem;
    color: #4b5563;
    line-height: 1.8;
    font-size: 15px;
}

.faq_area .accordion-body p {
    color: #475569;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.7;
}

.faq_area .accordion-body ul {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.faq_area .accordion-body ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    list-style: none;
}

.faq_area .accordion-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #475569;
    border-radius: 50%;
}

.faq_area .accordion-body ul li strong {
    color: #071c4d;
}

/* ====================== FAQ SECTION CSS ENDS ======================= */


/* =============== AI TOOLS SECTION CSS STARTS HERE =============== */

.ai_tools_section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.ai-tools-top-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 3rem;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
    row-gap: 1rem;
}

.ai-tools-top-icons .icon-box {
    text-align: center;
}

.ai-tools-top-icons .icon-circle {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s;
    margin-bottom: 1rem;
    border: 1px solid #ececec;
}

.ai-tools-top-icons .icon-circle img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.ai-tools-top-icons .icon-box:nth-child(2),
.ai-tools-top-icons .icon-box:nth-child(4),
.ai-tools-top-icons .icon-box:nth-child(6),
.ai-tools-top-icons .icon-box:nth-child(8),
.ai-tools-top-icons .icon-box:nth-child(10) {
    transform: translateY(15px);
}

.ai-tools-top-icons .icon-box:nth-child(1),
.ai-tools-top-icons .icon-box:nth-child(3),
.ai-tools-top-icons .icon-box:nth-child(5),
.ai-tools-top-icons .icon-box:nth-child(7),
.ai-tools-top-icons .icon-box:nth-child(9) {
    transform: translateY(0px);
}

.ai-tools-content-center {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ai-tools-content-center h2 {
    font-weight: 700;
    color: #1e293b;
}

.ai-tools-content-center p {
    color: #64748b;
    margin-bottom: 1rem;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.float-robot {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 80px;
}

.float-robot1 {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 80px;
    transform: scaleX(-1);
}

.ai-bg-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    opacity: 0.25;
    pointer-events: none;
    width: 100%;
}

.ai-bg-text h2 {
    font-size: 14rem;
    font-weight: 900;
    margin: 0;
    line-height: 15rem;
    letter-spacing: 0;
    background-image: linear-gradient(#fff, var(--primary-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media (max-width: 991px) {
    .ai-bg-text h2 {
        font-size: 10rem;
        line-height: 9rem;
    }

    .ai-bg-text span {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .ai-bg-text h2 {
        font-size: 5rem;
        line-height: 4rem;
    }

    .ai-bg-text span {
        font-size: 1.5rem;
    }
}

/* =============== AI TOOLS SECTION CSS ENDS HERE =============== */