﻿@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body {
    font-family: "Sora", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
}

.gap-10 {
    gap: 10px;
}

h1 {
    font-size: 45px !important;
    line-height: 1.2em !important;
    font-weight: 800 !important;
}

h2 {
   
    line-height: 1.5em !important;
   
}
.font-2rem {
    font-size: 2rem;
}
/*font colors*/
.txt-gray {
    color: #737887;
}

.txt-gray-lite {
    color: #656A74;
}

.txt-gray-dark {
    color: #141D38;
}

.opacity {
    opacity: 0;
}

input,
input::placeholder {
    font-size: 12px;
}

h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}

.font-45 {
    font-size: 45px !important;
}


.lite-gray-bg {
    background: #EEF1F8;
    position: relative;
    z-index: 1;
}

    .lite-gray-bg::after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 396px;
        height: 444px;
        display: block;
        background-image: url('../images/home-page/circle-bg.svg');
    }

.button-outline {
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

    .button-outline:hover {
        text-decoration: none;
        color: #fff;
        background: #005cef;
        border: 1px solid #005cef;
    }

.text-blue {
    color: #0062FF !important;
}

.push-down80 {
    margin-top: 80px;
}

.banner-tittle {
    padding: 120px 0;
}

/*banner section starts*/
/* Hero Section */
.nes-hero {
    margin-top: 65px;
    height: 80vh;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    background: url('../images/home-page/nes-image-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    animation: moveBackground 10s infinite alternate;
}

.banner-section h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.2em;
    font-weight: 800;
}

.lite-green {
    color: #EFFF8F;
}

/* Keyframes for the floating animation */
@keyframes moveBackground {
    0% {
        background-position: center;
    }

    50% {
        background-position: 50% 38%;
    }

    100% {
        background-position: 50% 62%;
    }
}


/* Large screens (Desktops) */
@media (min-width: 1200px) {
    .nes-hero {
        min-height: 600px; /* More height for desktop */
    }
}

/* Tablets (Portrait & Landscape) */
@media (max-width: 1199px) and (min-width: 768px) {
    .nes-hero {
        min-height: 500px; /* Adjust height for tablets */
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .nes-hero {
        min-height: 610px; /* Smaller height for mobile */
        padding: 0 15px; /* Reduce padding for better fit */
        background-image: none !important;
        background: #00061b;
    }

    .nes-subtext {
        max-width: 83% !important;
    }

    .lite-gray-bg::after {
        width: 360px;
    }
}


/* Dark overlay for better contrast */
.nes-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.nes-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.nes-hero h1 {
    font-size: 4rem;
    font-weight: 600;
    text-align: left;
}

.nes-highlight {
    color: #f3a326; /* Highlighted text color */
}

.nes-highlight {
    color: #f3a326;
    transition: opacity 0.5s, transform 0.5s;
    display: inline-block;
}


.nes-subtext {
    font-size: 1.2rem;
    margin: 10px 0 20px;
    opacity: 0.9;
    text-align: left;
    max-width: 61%;
    font-weight: 400;
    line-height: 29px;
}

/* Buttons */
.nes-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.nes-btn {
    text-decoration: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}


.nes-primary {
    background-color: #004FCC;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nes-primary:hover {
        background-color: #0062FF;
        color: #fff;
        text-decoration: none;
    }

.nes-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

    .nes-secondary:hover {
        background-color: white;
        color: #000d1a;
    }
.center-m {
    justify-content: flex-start;
}
/* Responsive Design */
@media (max-width: 768px) {
    .nes-hero h1 {
        font-size: 2.5rem;
    }

    .flex-colum-m {
        flex-direction: column;
    }

        .flex-colum-m img {
            width: 100% !important;
        }

    .shadow-box {
        margin: 18px;
    }

    .banner-content h2 {
        text-align: center !important;
    }

    .nes-highlight {
        max-width: 248px !important;
    }

    .nes-subtext {
        font-size: 1rem;
    }

    .nes-btn {
        font-size: 0.9rem;
        padding: 10px 16px;
    }
    .wh-350 {
      max-height: inherit !important;
    }
 
}

/*banner section ends*/
/*swiper slider--*/
.service-section {
    position: relative;
}

    .service-section::after {
        content: '';
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 315px;
        height: 244px;
        background: url('../images/home-page/tech_shape_3.svg');
        background-repeat: no-repeat;
    }

.swiper-wrapper {
    height: 340px !important;
}

.swiper-slide .shadow-box {
    min-height: 310px !important;
    cursor: grab;
    display: flex !IMPORTANT;
    flex-direction: column;
    justify-content: space-between;
}

}



.swiper-wrapper {
    /*    margin-left: 30px !important;*/
}

.index-5 {
    position: relative;
    z-index: 5;
}

/*swiper slider ends*/
/*accordion changes starts----*/
.accordion-header {
    line-height: 15px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.accordion-button {
    background: #fff !important;
    padding: 20px 20px;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0 !important;
    text-align: left;
}

    .accordion-button:not(.collapsed) {
        color: #fff !important;
        background: #0062FF !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border:0 !important;
    }

    .accordion-button:focus {
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
    }
.accordion-item h2 {
    margin-bottom: 0;
}
.accordion .accordion-item {
    background: #fff;
  
}
.accordion .accordion-item .accordion-body {
   padding: 20px;
}
.accordion-item {
    border: 0 !important;
    margin-bottom: 15px;
    border-radius: 5px;
}

.accordion-body {
    color: #454a5b;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}

.accordion-button::after {
    width: 13px;
    height: 8px;
    content: "";
    margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
    --bs-accordion-btn-icon-width: 13px;
    --bs-accordion-btn-icon-height: 8px;
    --bs-accordion-btn-focus-box-shadow: 0;
    background-image: url('../images/home-page/arrow-up-white.png');
}

.accordion-button::after {
    --bs-accordion-btn-icon-width: 13px;
    --bs-accordion-btn-icon-height: 8px;
    --bs-accordion-btn-focus-box-shadow: 0;
    background-image: url('../images/home-page/arrow-down-black.png');
}
/*accordion changes ends----*/
/*common header --*/
.header .navbar-nav {
    margin: auto !important;
}

.header p {
    color: #0062FF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.header h2 {
    color: #141D38;
    font-size: 32px;
    font-weight: 700;
}

.nav-end ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
}

.header-right .search {
    width: 45px !important;
    text-align: center;
}
.navbar-collapse {
    justify-content: stretch;
}

.w-i-15 {
    width: 20px;
}

.nav-end .search {
    text-decoration: none;
    border: 1px solid #0062FF;
    padding: 12px 0;
    border-radius: 3px;
}

.bluebtn a {
    background: #004FCC;
    padding: 14px 15px;
    color: #FFC;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #004FCC;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    min-width: 182px;
    transition: 0.3s ease-in-out;
}

    .bluebtn a:hover {
        background: #0062FF;
        color: #FFC;
        text-decoration: none;
    }
/*common header ends --*/
.blue-background {
    background-color: #0062FF;
}

.stats-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    padding: 20px;
    gap: 20px;
}

.stat-item {
    /*text-align: center;
    flex: 1 1 calc(25% - 20px);*/
    min-width: 150px;
}

    .stat-item h3 {
        font-size: 2rem;
        margin: 0;
        color: #fff;
    }

    .stat-item p {
        font-size: 1rem;
        margin: 5px 0 0;
    }


/* Home page scroll section---- */

.connect-banner {
    background-color: #000623; /* Dark background color */
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('../images/home-page/curve-pattern.png'); /* Optionally use a wave background image */
    background-size: cover;
}

.shadow-box:hover {
    background-color: #007bff; /* Blue background */
    transform: scale(1.05); /* Slightly enlarges the card */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); /* Increased shadow for depth effect */
}

    .shadow-box:hover h3,
    .shadow-box:hover p,
    .shadow-box:hover span {
        color: white; /* Change text color to white */
    }

    .shadow-box:hover .fa-arrow-right {
        color: white; /* Change icon color to white */
    }

.banner-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    color: #ffffff;
}

    .banner-content h2 {
        margin-bottom: 0;
        color: #fff;
        font-size: 35px;
        text-align: left;
    }

        .banner-content h2 span {
            font-weight: 200;
        }

    .banner-content a {
        color: #ffffff;
        border: 1px solid #fff;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
        padding: 10px 30px;
    }

        .banner-content a:hover {
            background: #0068fa;
            transition: all 300ms;
        }

        .banner-content a i {
            font-weight: 300;
        }


/*card box with pattern image*/
.card-box-pattern {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    padding: 40px;
    min-height: 330px;
    overflow: hidden;
    position: relative;
}

    .card-box-pattern h3 {
        font-weight: 700;
        color: #000623;
        margin-bottom: 0;
        font-size: 22px;
    }

    .card-box-pattern img {
        width: 75px;
    }

    .card-box-pattern p {
        line-height: 24px;
    }

    .card-box-pattern:after {
        content: '';
        position: absolute;
        background-image: url(../images/home-page/circle-pattern.png);
        width: 200px;
        height: 200px;
        bottom: -115px;
        right: -112px;
        background-repeat: no-repeat;
    }

/* card box with pattern image ends*/


.faq-bg {
    background-image: url('../images/home-page/faq.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-2 {
    position: relative;
    z-index: 3;
}
/*Form section*/
.blue-box {
    background: #0062FF;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 50px;
}

    .blue-box:after {
        content: '';
        position: absolute;
        background-image: url(../images/home-page/logo-blue.png);
        width: 100%;
        height: 490px;
        z-index: 2;
        bottom: 0;
        left: -10%;
        background-repeat: no-repeat;
    }

.position-6 {
    position: relative;
    z-index: 9;
}

.position-3 {
    position: relative;
    z-index: 3;
}
/* form section ends*/



/*-----all in one solution starts---*/

.shadow-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    border-top: 5px solid #0062FF;
    padding: 30px 30px;
    position: relative;
    transition: all 300ms;
}

    .shadow-box p {
        padding: 20px 0;
    }

    .shadow-box a i {
        font-size: 14px;
        width: inherit !important;
    }
/*-----all in one solution ends---*/


/*footer starts--- */

.logo {
    width: 200px !important;
}

.page-footer {
    background: #000828;
    position: relative;
    overflow: hidden;
}

    .page-footer p, .page-footer li a {
        color: #8E939D;
        font-size: 11px;
        line-height: 22px;
        font-weight: 400 !important;
    }




.social-icons {
    margin: 0;
    padding: 0;
}

    .social-icons .fa-twitter {
        background: none;
    }

    .social-icons li {
        display: inline-block;
        margin-right: 5px;
    }

        .social-icons li a, .social-icons li a:hover {
            color: #fff;
            background: #0062FF;
            border-radius: 50px;
            padding: 5px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .social-icons li a:hover {
                background: #2a77f3;
            }

.page-footer:after {
    content: '';
    position: absolute;
    background-image: url(../images/home-page/footer-logo.png);
    width: 1053px;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.16;
    background-repeat: no-repeat;
}

.page-footer a {
    color: #8E939D;
    text-decoration: none;
}

    .page-footer a:hover {
        color: #a0a5af;
        text-decoration: none;
    }

.page-footer h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid #0062FF;
    display: inline;
    padding-bottom: 6px;
}

.contact-icons i {
    color: #fff;
    background: #0062FF;
    border-radius: 2px;
    padding: 10px;
    width: 32px;
}

.contact-icons span {
    color: #A1A6B0;
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
}

.main-list {
    margin: 0;
    padding: 0;
}

    .main-list li {
        list-style: none;
        line-height: 1.8em;
    }

        .main-list li a {
            color: #8E939D !important;
        }

            .main-list li a:hover {
                color: #a0a5af !important;
                text-decoration: none;
            }

            .main-list li a i {
                padding-right: 0;
                width: auto !important;
                margin-right: 3px;
            }

.email-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.email-input {
    flex-grow: 1;
    border: none !important;
    padding: 8px 10px !important;
    border-radius: 3px 0 0 3px !important;
    font-size: 14px !important;
    outline: none;
}

.send-button {
    background-color: #007bff !important;
    border: none;
    padding: 7px 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .send-button svg {
        width: 24px;
        height: 24px;
    }

/* footer ends -------*/


/*testimonials slider starts--*/
.swiper-container2 {
    overflow: hidden;
    left: 0 !important;
}

.header.header-sticky.sticky ul.navbar-nav > li > a {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.tst-line {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    height: 100%;
    min-height: 61px;
}

.swiper-slide .card-body {
    border: 1px solid #E3E7F0;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    min-height: 298px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-container2 .swiper-wrapper {
    margin-left: 0 !important;
    left: 0 !important;
    height: inherit !important;
}

.swiper-container2 .swiper-slide {
    left: 0 !important;
    width: 450px !important;
    cursor: grab;
}

.testimonial-logo {
    width: 100%;
    max-width: 170px;
}
/* testimonials slider ends ------*/



/* Responsive Styles for Tablets */
@media (max-width: 768px) {
    .accordion-button {
        line-height: 1.6;
    }

    .stat-item {
        flex: 1 1 calc(50% - 20px);
    }

        .stat-item h3 {
            font-size: 1.8rem;
        }

        .stat-item p {
            font-size: 0.9rem;
        }

    .banner-content {
        flex-direction: column;
    }
}
/* Responsive Styles for Mobile */
@media (max-width: 480px) {
    .stat-item {
        flex: 1 1 100%;
        margin: 10px 0;
    }

        .stat-item h3 {
            font-size: 1.5rem;
        }

        .stat-item p {
            font-size: 0.8rem;
        }

    .blue-box:after {
        display: none;
    }

    .pl-m-2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    .stat-item {
        text-align: center;
        flex: 1 1 calc(25% - 20px);
        min-width: 150px;
    }
    .pl-m-2 {
        padding: 0 10px !important;
    }
 

    .mobile-app-tab li::before {
        position: absolute !important;
        top: 3px !important;
        left: 0;
    }

    .mobile-app-tab li {
        padding-left: 25px !important;
        line-height: 1.5 !important;
        padding-bottom: 15px;
    }

    #t-center {
        justify-content: center !important;
    }

    .card-box-pattern {
        min-height: inherit;
    }

    .swiper-container {
        margin-left: 0px !important;
    }

    .swiper-wrapper {
        margin-left: 0px !important;
    }

    .mb-m {
        margin-bottom: 1.5em;
    }

    .text-overlay h3 {
        font-size: 22px !important;
    }

    .text-overlay p {
        font-size: 18px !important;
    }

    .f-column {
        flex-direction: column;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
    .mb-m {
        margin-bottom: 1.5em;
    }

    .text-overlay p {
        font-size: 22px !important;
    }
}
/*slider-----*/
/*media queries*/
@media screen and (min-width: 1400px) {
    .faq-responsive {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
    }
}

@media screen and (min-width: 1600px) {
    .faq-responsive {
        width: 100%;
        max-width: 845px;
        margin-left: auto;
    }
}

@media screen and (min-width: 1900px) {
    .faq-responsive {
        width: 100%;
        max-width: 865px;
        margin-left: auto;
    }
}

@media screen and (min-width: 2200px) {
    .faq-responsive {
        width: 100%;
        max-width: 910px;
        margin-left: auto;
    }
}

@media screen and (min-width: 3800px) {
    .faq-responsive {
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
    }
}

@media screen and (min-width: 4200px) {
    .faq-responsive {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
    }
}


/* Home page recent works */
.card-section {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .card-section a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit;
        overflow: hidden;
        border-radius: 20px;
    }

    .card-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .card-section:hover img {
        transform: scale(1.1);
    }

.text-overlay {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 50px;
    color: white;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
}

    .text-overlay p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }

    .text-overlay h3 {
        font-size: 16px;
        color: #00e2ff;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

.card-section:hover .text-overlay {
    transform: translateY(-20px);
    opacity: 1;
}

#font-30 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.mb-d {
    margin-bottom: 1.5em;
}


.nes-services-section {
    padding: 40px;
    background-color: #f9f9f9;
}

.nes-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.nes-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    transition: box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    border-top: 5px solid #0062FF;
    padding: 25px;
    transition: all 300ms;
}

    .nes-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background: #0068fa;
    }

        .nes-card:hover h3,
        .nes-card:hover p,
        .nes-card:hover span {
            color: #fff;
        }


    .nes-card h3 {
        color: #333333;
        margin-bottom: 10px;
        font-size: 1.2rem;
    }

    .nes-card p {
        color: #666666;
        margin-bottom: 15px;
    }

    .nes-card span {
        color: #007bff;
        font-weight: bold;
    }

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.derx {
    background: linear-gradient(90deg, #f6891b, #0098d7, #0d375f, #f6891b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: gradient-animation 7s ease-in-out infinite;
    background-size: 300% 300%;
}

/*api management*/
.hero-cards {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .hero-cards p {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .hero-cards h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

.gap-20 {
    gap: 20px;
}

.blue-box2 {
    background: #0062FF;
    overflow: hidden;
    border-radius: 6px;
    padding: 20px;
    color: #fff;
    width: 100%;
}
.blue-box3 {
    background: #043BC5;
    background: linear-gradient(90deg, rgba(4, 59, 197, 1) 100%, rgba(10, 61, 170, 1) 100%);
}

    .blue-box2 h3 {
        font-size: 15px;
        font-weight: 600;
    }

    .blue-box2 p {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
    }

.brd-b-1 {
    border-bottom: 2px solid #fff;
}

.circle-i i {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 19px;
    justify-content: center;
}

.api-faq-bg {
    background-image: url('../images/pages/prodcut-engineering/api.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.box-expand {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    color: #373737;
    font-size: 14px;
    padding: 30px 35px !important;
    margin-bottom: 30px;
}

    .box-expand h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .box-expand h5 {
        color: #024CC2;
        font-size: 15px;
    }

    .box-expand p {
        font-size: 13px;
        margin-bottom: 10px;
    }

.button-blue {
    background-color: #004FCC;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
}

    .button-blue:hover {
        background-color: #0062FF;
    }

.hidden {
    display: none;
}

.white-shadow-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    width: 100%;
    background: #fff;
}

    .white-shadow-box h2 {
        font-size: 15px;
        font-weight: 600;
    }

    .white-shadow-box p {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
    }

.blue-bg4 {
    background: rgb(0, 141, 201);
    background: linear-gradient(163deg, rgba(0, 141, 201, 1) 26%, rgba(27, 58, 218, 1) 87%);
}

.white-btn {
    background: #fff;
    padding: 12px 20px;
    color: #0062FF;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

    .white-btn:hover {
        background: #0062FF;
        color: #fff;
        text-decoration: none;
    }

    @media only screen and (max-width: 992px) {
        .fd-column {
            flex-direction: column;
        }
        .t-center {
            text-align: center;
            justify-content: center !important;
            padding-top: 40px;
        }
        .main-banner {
            padding: 100px 27px;
        }
     
        .hero-banner {
            background-size: 380px !important;
        }

        .header.pl-5 {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .mrt-30 {
            margin-top: 30px;
        }

        .content-block {
            margin: 10px 0;
            max-width: 100% !important;
        }

        .img-center {
            padding: 40px 40px;
        }

        .flex-colum-m {
            flex-direction: column;
        }

        .fc-mobile {
            justify-content: center !important;
        }
    }

    .w-65 {
        width: 65px;
    }

    .w-55 {
        width: 55px;
    }

    .lh-2 {
        line-height: 2 !important;
    }
    .border-gray {
        border: 1px solid #ddd;
    }

    .fw-400 {
        font-weight: 400;
    }


    .sliderbox {
        background: #fff;
        border: 1px solid #E3E7F0;
        padding: 20px;
        height: 100%;
        border-radius: 3px;
        width: 96.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .sliderbox hr {
            border-bottom: 1px solid #9ea3b0;
        }

        .sliderbox p {
            font-size: 12px;
            color: #656A74;
            margin-bottom: 0;
        }

    .testimonial-slider {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .slider-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
        margin-bottom: 35px;
    }

    .testimonial {
        flex: 0 0 100%;
        box-sizing: border-box;
        margin: 5px;
        border-radius: 10px;
        text-align: left;
    }

    @media (min-width: 768px) {
        .testimonial {
            flex: 0 0 48%;
        }
    }

    @media (max-width: 767px) {
        .hero-banner {
            background-image: none !important;
        }

        .center-m {
            justify-content: center !important;
        }
    }

    button {
        margin-top: 10px;
    }

    .pagination {
        text-align: center;
        margin-top: 10px;
        justify-content: center;
    }

    .pagination-dot {
        display: inline-block;
        height: 10px;
        width: 10px;
        background-color: gray;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

        .pagination-dot.active {
            background-color: black;
        }

    .min-h-80 {
        min-height: 80px;
    }

    /*mobile application development*/
    .hero-banner {
        background-color: #193477;
        background-size: cover;
        background-position: bottom right;
        background-image: url(../../../../images/pages/prodcut-engineering/custom-mobile-application.png);
        background-size: 450px;
        background-repeat: no-repeat;
    }

    .lite-blue {
        color: #00D5FF;
    }

    .font-42 {
        font-size: 42px !important;
    }

    .mobile-app-faq-bg {
        background-image: url('../images/pages/prodcut-engineering/mobile-app-dev-services.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .accordingheadsm .accordion-button {
        font-weight: 500;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .radius-5 {
        border-radius: 5px;
    }

    .shadow-2 {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
.font-15 {
    font-size: 15px;
    font-weight: 600;
}

    .font-16 {
        font-size: 16px;
        font-weight: 600;
    }

    .font-18 {
        font-size: 18px !important;
        font-weight: 600;
    }

    .rt-block {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: end;
    }

    .lf-block {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: start;
    }

    .content-block {
        width: 100%;
        max-width: 214px;
        text-align: center;
    }

    .content-block {
        background: #175670;
        color: #fff;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
    }

    @media screen and (max-width: 786px) {
        .help-wrp {
            display: none !important;
        }



        .content-block {
            margin: 10px 0;
            max-width: 100%;
        }
    }

    .half-circle:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        opacity: 0.2;
        background: #fff;
        border-radius: 100%;
        top: -43px;
      
        overflow: hidden;
    }

    .half-circle img {
        width: 45px;
    }

    .half-circle {
        margin-bottom: 60px;
        display:flex;
        justify-content: center;
    }

    .border-bottom-blue {
        border-bottom: 6px solid #0062FF;
    }

    .blue-line {
        height: 2px;
        background: #0062FF;
        opacity: 1;
    }

    .custom-nav-tab .nav-link.active, custom-nav-tab .nav-link:hover {
        border: 0 !important;
        background: none !important;
        color: #0062FF !important;
    }

    .custom-nav-tab .nav-link {
        color: #475569;
        font-size: 16px;
        font-weight: 600;
    }

        .custom-nav-tab .nav-link:focus, .custom-nav-tab .nav-link:hover {
            border-color: transparent !important;
        }

    .custom-nav-tab.nav-tabs {
        border-bottom: 0 !important;
        display: flex;
        justify-content: center;
    }

    .custom-nav-tab .nav-item {
        margin-right: 0px;
        padding: 0 35px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        line-height: 3;
    }

    .custom-nav-tab .nav-item {
        position: relative;
    }

    .custom-nav-tab .nav-link.active {
        border-bottom: 3px solid #0062FF !important;
    }

    .mobile-app-tab img {
        max-width: 400px;
        border-radius: 10px;
        height: 100%;
        display: flex
    }

    .white-bg {
        background: #fff;
    }

    .mobile-app-tab ul {
        margin: 0;
        padding: 0;
    }

    .mobile-app-tab li {
        position: relative;
        list-style: none;
        top: 3px !important;
        left: 0;
        padding-left: 25px;
        padding-right: 10px;
        font-size: 14px;
        padding-bottom: 15px;
    }

        .mobile-app-tab li::before {
            content: "";
            display: inline-block;
            background-image: url('../images/pages/prodcut-engineering/blue-check.png');
            background-size: contain;
            width: 18px;
            height: 18px;
            margin-right: 8px;
            position: absolute !important;
            top: 3px !important;
            left: 0;
        }

    .check-white li::before {
        background-image: url('../images/pages/prodcut-engineering/check-white.png');
    }

    .tabsection .nav {
        transform: inherit !important;
        position: inherit !important;
    }


    /* Pagination dots container */
    .pagination {
        text-align: center;
        justify-content: center;
        margin-top: 10px;
    }

        /* Individual pagination dot */
        .pagination .dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #ddd;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

            .pagination .dot.active {
                background-color: #024CC2;
            }

    .carousel-control.right, .carousel-control.left {
        background-image: inherit !important;
    }

    .carousel-control-prev-icon {
        background-image: url(images/arrow-left.svg);
        width: 44px !important;
        height: 44px !important;
    }

    .carousel-control-next-icon {
        background-image: url(images/arrow-right.svg);
        width: 44px !important;
        height: 44px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        opacity: 1;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: inherit !important;
    }
    /* corousel slider*/

    .post-slide {
        background: #fff;
        margin: 20px 15px 20px;
        border-radius: 15px;
        padding-top: 1px;
        box-shadow: 0px 14px 22px -9px #bbcbd8;
    }

    .owl-controls .owl-buttons {
        text-align: center;
        margin-top: 20px;
    }

        .owl-controls .owl-buttons .owl-prev {
            background: #fff;
            position: absolute;
            top: 36%;
            left: -40px;
            padding: 0 18px 0 15px;
            border-radius: 50px;
            box-shadow: 3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

        .owl-controls .owl-buttons .owl-next {
            background: #fff;
            position: absolute;
            top: 36%;
            right: -40px;
            padding: 0 15px 0 18px;
            border-radius: 50px;
            box-shadow: -3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

            .owl-controls .owl-buttons .owl-prev:after,
            .owl-controls .owl-buttons .owl-next:after {
                content: "\f104";
                font-family: FontAwesome;
                color: #0062FF;
                font-size: 30px;
            }

            .owl-controls .owl-buttons .owl-next:after {
                content: "\f105";
            }

    /* corousel ends */
    /* Carousel container styling */
    .carousel {
        position: relative;
        overflow: hidden;
        width: 90%;
        margin: 20px auto;
    }

    /* Slide container styling */
    .carousel-wrapper {
        display: flex;
        transition: transform 0.4s ease;
    }

    /* Individual slide styling */
    .slide {
        min-width: 100%;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        margin-right: 10px; /* gap between slides */
        text-align: center;
        font-size: 1.2em;
    }

        .slide .shadow {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            border-radius: 10px;
            border-bottom: 6.84px solid #0062FF;
        }

    .c-image {
        position: absolute;
        background: #0062FF;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 20px;
        width: 60px;
        bottom: -30px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 20px;
    }

        .c-image img {
            width: 24px;
        }
    /* Navigation buttons */
.corousel-buttons .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

        .nav:hover {
            opacity: 1;
        }

        .nav.next {
            background-image: url('../images/pages/prodcut-engineering/Arrow-right.svg') !important;
            height: 44px;
            width: 44px;
            background: transparent;
        }

        .nav.prev {
            background-image: url('../images/pages/prodcut-engineering/Arrow-left.svg') !important;
            height: 44px;
            width: 44px;
            background: transparent;
        }




    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .slide h4 {
        font-size: 18px;
        font-weight: 600;
        padding: 40px 20px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .slide p {
        font-size: 14px;
        padding: 0 20px;
        text-align: left;
    }

    .one-slide .slide p {
        font-size: 12px;
        padding: 0 20px;
        text-align: left;
    }

    @media (min-width: 768px) {
        .slide {
            min-width: calc(50% - 10px);
        }

        .one-slide .slide {
            min-width: 100% !important;
        }
        .slide3 {
            min-width: calc(33% - 10px);
        }

    }


    .blue-shadow {
        background: #008DC9;
        background: linear-gradient(90deg, rgba(0, 141, 201, 1) 0%, rgba(27, 58, 218, 1) 100%);
        border-radius: 10px;
        display: flex;
    }

    .w-0 {
        width: inherit !important;
    }

    /*pagination*/
    .pagination-dot {
        background: #EDEDED;
        width: 20px;
        height: 20px;
        margin: 0 10px;
    }

        .pagination-dot.active {
            background: #2052FF;
            box-shadow: inset 0 0 0 4px #EDEDED;
        }
.nes-card:hover {
    text-decoration: none;
}


@media (max-width: 768px) {
    .testimonial {
        flex: 0 0 100%;
    }
    #t-center {
        justify-content: center !important;
    }
}

footer .fa {
    min-height: inherit !important;
}
.accordion-button .fa-caret-down:before {
    content: inherit;
}

/*RPA */
.rpa-banner {
 
    background-size: cover;
    background-position: center !important;
    background-image: url(../../../../images/pages/rpa/rpa-banner.jpg);

    background-repeat: no-repeat;
}


    .rpa-banner.banner-right {
        height: 450px;
    }
.white-box-2 {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}



.pricing-container {
 
}

    .pricing-container .card-tag {
        border-radius: 0 0 8px 8px;
    }

        .pricing-container .card-tag h2 {
            margin-bottom: 10px;
            color: white;
            padding: 10px;
            margin: 0;
            border-radius: 8px 8px 0 0;
            font-size: 22px;
            text-align:center;
        }

    .pricing-container .green {
        background: #E4FFE9;
        border: 0 !important;
    }

.green h2 {
    background-color: #2e8b57;
}

.pink h2 {
    background-color: #f06292;
}

.pricing-container .pink {
    background: #FFE4EC;
}

.yellow h2 {
    background-color: #ffca28;
}

.pricing-container .yellow {
    background: #FCEBCA;
}

.indigo h2 {
    background-color: #ba68c8;
}

.pricing-container .indigo {
    background: #FAEDFE;
}

.blue h2 {
    background-color: #42a5f5;
}

.pricing-container .blue {
    background: #E7F0FF;
    border: 0 !important;
}

.pricing-container .price {
    font-size: 32px;
    margin: 20px 0 00px 0;
    font-weight: 600;
    text-align: center;
}
.pricing-container .price span {
    font-size: 14px;
    font-weight: 500;
}

.pricing-container ul {
    list-style: none;
    padding: 0px 0 30px 0;
    margin: 0 0 20px 0;
    text-align: center;

}

.pricing-container li {
    list-style: none;
    color: #353535;
    line-height: 2.5em;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

    .pricing-container li::before {
        content: "";
        background-image: url(../images/pages/rpa/check-circke.png);
        position: absolute;
        width: 35px;
        height: 35px;
        left: 75px;
        background-repeat: no-repeat;
        top: 5px;
    }

@media (max-width: 768px) {
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .pricing-container li::before {
        left: 70px;
        top: 0px;
    }
}


/*rpa calculator ---------- starts --------*/
.data-source-wrapper .form-check-input {
    margin-top: unset;
    box-shadow: inset 0 0 0 2px #ddd;
}

.form-check-input:checked {
    box-shadow: inset 0 0 0 0px #ddd;
}

.data-source-wrapper .form-check label {
    margin-bottom: unset;
}

.data-source-wrapper .form-check {
    display: flex;
    align-items: center;
}

.form-check-wrap input[type="checkbox"], input[type="radio"] {
    height: 15px;
    width: 15px;
    accent-color: #FFB100;
}

.range-opt-wrap {
    margin-top: 0.8rem;
    font-size: 0.9vw;
}

.document-wrap .source-of-data {
    font-size: 0.9vw;
    display: flex;
    align-items: center;
}

.documentRange {
    border-radius: 8px;
    height: 8px;
    outline: none;
    /*  -webkit-appearance: none;*/
}

.document-wrap label {
    font-weight: 500;
    font-size: 12px;
}

.range-opt-wrap span {
    color: #737373;
    font-size: 11px;
}

input[type="range"].document-range::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 23px;
    background: #fff;
    cursor: pointer;
    border: unset;
}

input[type="range"]::-moz-range-track {
    background-color: #FFB100;
}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #FFB100;
    height: 8px;
    border-radius: 10px;
}

input[type="range"]::-moz-range-track {
    background-color: #6E7A97;
    height: 8px;
    border-radius: 10px;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}

input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}

.font-size-25 {
    font-size: 25px;
}

#calc-button {
    background: linear-gradient(to top, #00aaff, #005eff);
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
}

.font-35 {
    font-size: 35px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000;
}

.brd-r-1 {
    border-right: 1px solid #ddd;
}

.form-check-wrap input[type="checkbox"], input[type="radio"] {
    height: 17px;
    width: 17px;
    margin-right: 3px;
}

.form-check label {
    padding-left: 5px;
}
#rpa-imp-calc {
    background: #F2F8FF;
}
#calc-wrapper1 {
    background: #2663FF;
    background: linear-gradient(to top, #00aaff, #005eff);
    min-height: 134px;
    height: 100%;
    border-radius: 5px;
}

.whitebox {
    background: #fff;
    border: 1px solid #E0E0E0;
}
.document-wrap label {
    font-weight: 500;
    font-size: 12px;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    gap: 1rem; /* optional spacing */
}
/*rpa calculator ---------- ends --------*/


.blue-check{
    margin:0;
    padding:0;
}
.blue-check li {
   list-style:none;
   position: relative;
   padding-left: 40px;
   line-height: 1.6;
   padding-bottom: 20px;
   font-size: 15px;
}
    .blue-check li::before {
        content: "";
        background-image: url(../images/pages/rpa/blue-check-circle.svg);
        position: absolute;
        width: 35px;
        height: 35px;
        left: 0px;
        background-repeat: no-repeat;
        top: 0px;
    }
.blue-check-2 li::before {
    content: "";
    background-image: url(../images/pages/sw-main/blue-circle.png);
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0px;
    background-repeat: no-repeat;
    top: 0px;
}

.circle-bg  {
    width: 70px;
    height: 70px;
    background: #EAF5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: auto;
}


.circle-bg img {
    width: 35px;
}
.slide3 h4 {
    padding: 15px 0 !important;
    font-size: 16px;
}
.slide3 p {
    font-size: 14px;
    min-height: 65px;
}

.slide3 .shadow {
   border: 1px solid #ddd;
}

@media (max-width: 992px) {
 

    .slide3 {
        min-width: calc(50% - 10px);
    }
    .mt-79 {
        margin-top: 60px !important;
    }
}

@media (max-width: 600px) {


    .slide3 {
        min-width: calc(100% - 10px);
    }
}


.cs-slider.carousel {
 
    overflow: initial !important; 
    width: initial !important;
    text-align:left;

}

.cs-slider .carousel-control-next {
    top: 45%;
}

.cs-slider .carousel-control-prev {
    top: 45%;
}

.main-banner {
    padding: 120px 0;
}

.mt-79 {
    margin-top: 79px;
}

.wh-350 {
    max-height: 350px;
    min-height: 350px;
}



/*lifecycle timeline*/


.timeline-container {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.timeline {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    border-left: none;
    border-top: 4px solid #0a74ff;
}
.dot {
    width: 16px;
    height: 16px;
    background-color: #2563eb; /* Blue */
    border-radius: 50%;
    position: relative;
    top: -10px;
}
.step {
    position: relative;
    text-align: center;
    flex: 1;
    top: -52px;
}

    .step .circle {
        width: 16px;
        height: 16px;
        background-color: #0a74ff;
        border-radius: 50%;
        border: 4px solid white;
        margin: 0 auto;
        box-shadow: 0 0 0 2px #0a74ff;
    }

    .step p {
        margin: 10px 0;
        font-weight: 500;
        color: #202020;
    }

    .step .icon {
        width: 90px;
        height: 90px;
        background: linear-gradient(to bottom, #2052FF, #68BBFF );
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin: 55px 45px;
    }
    .step .icon img {
        width: 45px;
    }
/* Responsive: Vertical layout for small screens */
@media screen and (max-width: 992px) {
    .timeline {
        flex-direction: column;
        align-items: center;
        border-top: none;
        border-left: 4px solid #0a74ff;
    }

    .step {
        width: 100%;
        text-align: center;
        padding-left: 40px;
        margin-bottom: 120px;
    }

    .timeline-container {
        display: flex;
        justify-content: center;
        padding: 40px 20px;
        justify-content: center;
        width: 170px;
        margin: auto;
    }

    .step .circle {
        position: absolute;
        left: -1px;
        top: 70px;
        transform: translateX(-50%);
    }

    .step p {
        position: relative;
        top: 130px;
    }

    .step .icon {
        margin: 15px 0 0 0;
    }

    .step {
        top: inherit;
    }

    .pull-left-align {
        left: -160px;
    }

        .pull-left-align .circle {
            right: -209px;
        }

    .pull-right-align {
        right: 10px;
    }

        .pull-right-align .circle {
            right: 88px;
        }

    .dot {
        left: -65px;
        top: 0;
    }

    .timeline-container {
        position: relative;
        left: 75px;
    }
}
