/********* Google Fonts *********/
/*font-family: "Inter", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary-color: #1B2249;
    --secundery-color: #4E60E0;
    --white-color: #ffffff;
    --small-heading-text-color: #4E60E0;
    --small-heading-bg-color: #4E60E029;
    --section-bg-color: #F2F3FB;

}

body {
    margin: 0px;
    color: #1B2249CC;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    line-height: 26px;
    font-weight: 400;
}

p {
    color: #1B2249CC;
    font-size: 17px;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #ffffff;
}


h1 {
    font-weight: 600;
    font-size: 54px;
}

a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 1600px;
}



/* hero section */

.hero {
    padding: 15px 10px;
}

.hero-box {

    background: linear-gradient(135deg, #1d2247 0%, #2c3aa7 100%);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    min-height: 770px;
    /* padding: 35px 50px 0; */
}

/*==========================
Navbar
==========================*/

.navbar {
    padding: 20px 80px;
    background-color: rgba(228, 229, 245, 1);
}

.navbar-brand img {
    height: 55px;
}

.navbar-nav .nav-link {

    color: #070707;
    font-weight: 500;
    margin: 0 12px;
    transition: .3s;

}

.navbar-nav .nav-link:hover {

    color: #6d7cff;

}

.phone-box {

    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 40px;

}

.phone-icon {

    width: 42px;
    height: 42px;
    background: rgb(88 104 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;

}

.phone-box p {

    color: #838383;
    font-size: 13px;
    margin: 0;

}

.phone-box h6 {

    color: #070707;
    font-size: 18px;
    font-weight: 600;
    margin: 0;

}

.consult-btn {

    background: #5868ff;
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;

}

.consult-btn:hover {

    background: #fff;
    color: #2c3aa7;

}

/*==========================
Content
==========================*/

.hero-content {

    /* padding-top: 40px; */
    padding: 50px 0px 0px 100px;

}

.hero-left {
    margin: 50px;
}

@media(max-width:768px) {
    .hero-left {
        margin: 0px;
    }
}

.hero-tag {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.hero-content h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 113%;
    color: #fff;

}

.hero-content p {

    font-size: 20px;
    line-height: 148%;
    color: #d8dcff;
    max-width: 650px;
    font-weight: 400;
    margin-top: 25px;
}

/*==========================
Button
==========================*/

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    background: #fff;
    color: #5366ff;
    padding: 12px 12px 12px 36px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;

}

.hero-btn span {

    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5868ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;

}

/*==========================
Images
==========================*/

.hero-images {

    position: relative;
    height: 720px;

}

/* Desktop */

.desktop-img {
    position: absolute;
    right: 0px;
    top: 1px;
    width: 650px;
    z-index: 1;
}

/* Mobile */

.mobile-img {
    position: absolute;
    left: 30px;
    bottom: -9px;
    width: 294px;
    z-index: 5;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35));
}


@media(max-width:1440px) {

    .hero-content h1 {

        font-size: 56px;

    }

    .phone-box {
        display: none;
    }

    .desktop-img {

        width: 550px;
        top: 100px;

    }

    .mobile-img {

        width: 250px;
        left: 0px;

    }

}

@media(max-width:992px) {

    .hero-box {

        padding: 25px;

    }

    .hero-content h1 {

        font-size: 44px;

    }

    .hero-content p {

        font-size: 18px;
        margin: auto;

    }

    .phone-box {

        display: none;

    }

    .consult-btn {

        display: none;

    }

    .hero-images {

        /* margin-top: 60px; */
        height: auto;
        text-align: center;

    }

    .desktop-img {

        position: relative;
        width: 100%;
        right: -27px;
        top: 29px;

    }

    .mobile-img {
        position: absolute;
        left: -22px;
        bottom: -32px;
        width: 134px;

    }

}

@media(max-width:768px) {

    .hero-content h1 {

        font-size: 29px;

    }

    .hero-tag {

        font-size: 9px;

    }

    .hero-btn {

        font-size: 16px;

    }

}

/* hero section */

/****** ABOUT ********/

.about-section {
    padding: 50px 50px 100px 50px;
    background: #fff;
}

.about-image {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 25px;
}

.experience-box {
    position: absolute;
    right: -20px;
    top: 55px;
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    width: 230px;
}

.experience-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1f2a60;
    margin-bottom: 10px;
}

.experience-box p {
    margin: 0;
    font-size: 22px;
    color: #6d748d;
    line-height: 1.4;
}

.client-box {
    position: absolute;
    left: 0;
    bottom: -40px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.client-images {
    display: flex;
    margin-bottom: 15px;
}

.client-images img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-left: -12px;
}

.client-images img:first-child {
    margin-left: 0;
}

.client-box h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1f2a60;
}

.client-box span {
    font-size: 20px;
    color: #777;
    font-weight: 500;
}

.about-tag {
    display: inline-block;
    background: #eef0ff;
    color: #4E60E0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.about-title {
    font-size: 54px;
    font-weight: 600;
    color: #1f2a60;
    margin: 30px 0;
}

.about-section p {
    color: #616781;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}

.about-list {
    list-style: none;
    padding: 0;
    margin-top: 35px;
}

.about-list li {
    font-size: 20px;
    font-weight: 600;
    color: #404a6d;
    line-height: 150%;
}

.about-list li::before {
    content: "✓";
    color: #4E60E0;
    font-size: 28px;
    margin-right: 15px;
    font-weight: bold;
}

.right {
    padding: 50px;
}

@media(max-width:768px) {
    .right {
        padding: 0px;
    }

    .about-tag {
        font-size: 14px;
    }
}

@media(max-width:991px) {

    .about-title {
        font-size: 42px;
    }

    .experience-box {
        position: static;
        margin-top: 20px;
        width: 100%;
    }

    .client-box {
        position: static;
        margin-top: 20px;
    }

    .about-list li {
        font-size: 20px;
    }

    .about-section p {
        font-size: 17px;
    }

}

/****** ABOUT ********/

/* OUR SERVICES */

.services-section {
    background: #f2f3fb;
    border-radius: 30px;
    padding: 50px 20px;
    margin: 15px;
}

.service-tag {
    display: inline-block;
    background: #4E60E029;
    color: #4E60E0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.section-title {
    font-size: 54px;
    font-weight: 600;
    color: #1B2249;
}

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.service-icon {
    width: 52px;
    height: 52px;
    background: #4E60E0;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.service-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2a60;
    line-height: 1.3;
    margin-bottom: 18px;
}

.service-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    min-height: 115px;
}

.service-card img {
    width: 100%;
    border-radius: 12px;
    height: 180px;
    object-fit: cover;
}

@media(max-width:991px) {

    .section-title {
        font-size: 38px;
    }

    .service-card h3 {
        font-size: 24px;
    }

}

/* OUR SERVICES */

/* OUR PROCESS */

.process-section {
    padding: 50px 50px;
    background: #fff;
}

.process-tag {
    display: inline-block;
    background: #eef0ff;
    color: #4E60E0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.process-title {
    font-size: 54px;
    font-weight: 600;
    color: #1B2249;
    margin-top: 20px;
}

.process-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 18px 0;
}

.number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eef0ff;
    color: #4E60E0;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 24px;
}

.content {
    flex: 1;
}

.content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #1B2249;
}

.content p {
    margin: 0;
    color: #6d748c;
    font-size: 15px;
}

.arrow {
    width: 38px;
    height: 38px;
    border: 1px solid #4f61ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4f61ff;
    text-decoration: none;
    transition: .3s;
}

.arrow:hover {
    background: #4f61ff;
    color: #fff;
}

.process-img {
    width: 100%;
    border-radius: 20px;
}

@media(max-width:991px) {

    .process-title {
        font-size: 38px;
    }

    .content h5 {
        font-size: 15px;
    }

}

.process {
    padding-right: 50px;
}

/* OUR PROCESS */

/* marquee-content */

.counter-section {
    margin: 15px;
}

.top-strip {
    background: #4E60E0;
    color: #fff;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 70px;
    display: flex;
    align-items: center;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    animation: scroll 25s linear infinite;
}

.marquee-content span {
    font-size: 20px;
    font-weight: 600;
    margin: 0 45px;
}

.marquee-content i {
    font-size: 22px;
    color: #fff;
}

@keyframes scroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

.stats-box {
    background: linear-gradient(90deg, #1f275d, #2b3476);
    border-radius: 0 0 20px 20px;
    padding: 60px 30px;
}

.stat-item {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.last {
    border: none;
}

.stat-icon {
    font-size: 48px;
    color: #6b7cff;
    margin-bottom: 20px;
    display: block;
}

.stat-item h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 76px;
}

.stat-item p {
    color: #FFFFFFCC;
    font-size: 20px;
    /* margin-top: 5px; */
}

@media(max-width:992px) {

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 35px 0;
    }

    .last {
        border-bottom: none;
    }

    .stat-item h2 {
        font-size: 50px;
    }

    .top-strip {
        height: 50px;
    }

    .marquee-content span {
        font-size: 16px;
    }

}

/* marquee-content */

/**** OUR WORK ****/

.work-section {
    padding: 50px 100px;
    overflow: hidden;
    /* margin: 0 100px; */
}

@media(max-width:768px) {
    .work-section {
        padding: 50px 50px;
        overflow: hidden;
    }
}

.work-badge {
    display: inline-block;
    background: #eef0ff;
    color: #4E60E0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.work-heading {
    font-size: 54px;
    font-weight: 600;
    color: #1F2957;
    margin-top: 20px;
}

.workSwiper {
    width: 100%;
    overflow: visible;
}

.workSwiper .swiper-wrapper {
    align-items: center;
}

.workSwiper .swiper-slide {
    width: 900px;
    transition: .5s;
    opacity: .25;
    transform: scale(.82);
}

.workSwiper .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 20px;
    /* box-shadow: 0 25px 60px rgba(0, 0, 0, .15); */
}

.workSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 99;
}

.workSwiper .swiper-slide-prev,
.workSwiper .swiper-slide-next {
    opacity: .45;
    transform: scale(.88);
}

.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #4D5BF9;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px 12px 28px;
    border-radius: 60px;
    font-weight: 600;
    transition: .3s;
}

.view-btn:hover {
    color: #fff;
    transform: translateY(-4px);
}

.view-btn span {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #4D5BF9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

@media(max-width:576px) {

    .work-heading {
        font-size: 30px;
    }

    .work-badge {
        font-size: 11px;
    }

    .view-btn {
        padding: 10px 12px 10px 20px;
    }

    .workSwiper .swiper-slide img {
        width: 100%;
        display: block;
        border-radius: 20px;
        /* box-shadow: 0 25px 60px rgba(0, 0, 0, .15); */
    }

    .workSwiper .swiper-wrapper {
        align-items: center;
    }

    .workSwiper .swiper-slide {
        width: 300px;
        transition: .5s;

        transform: scale(.82);
    }
}

/**** OUR WORK ****/

/**** WHY SECTION ****/

.why-area {
    padding: 50px 0px;
    background: #fff;
    margin: 15px;
}

.why-wrapper {
    background: #f5f6ff;
    border-radius: 30px;
    padding: 100px 120px;
}

.why-image {
    position: relative;
}

.main-img {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
    border-radius: 24px;
}

.circle-badge {
    position: absolute;
    right: -50px;
    top: 40%;
    transform: translateY(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.circle-badge img {
    width: 150px;
}

.why-label {
    display: inline-block;
    background: #4E60E029;
    color: #4E60E0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.why-right {
    margin-left: 60px;
}

@media(max-width:768px) {
    .why-right {
        margin-left: 0px;
    }

    .why-label {
        font-size: 14px;
        margin-top: 10px;
    }
}

.why-heading {
    margin-top: 20px;
    font-size: 54px;
    line-height: 113%;
    color: #1d2758;
    font-weight: 600;
}

.why-desc {
    margin-top: 20px;
    color: #6d738d;
    font-size: 18px;
    line-height: 32px;
}

.year-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 50px;
    /* text-align: center; */
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.year-card h2 {
    color: #4E60E0;
    font-size: 72px;
    font-weight: 700;
    margin: 0;
}

.year-card h3 {
    color: #4E60E0;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.year-card p {
    margin: 0;
    color: #27315b;
    font-weight: 600;
    font-size: 20px;
}

.team-box {
    overflow: hidden;
    border-radius: 20px;
}

.team-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.info-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .10);
}

.info-icon {
    width: 68px;
    height: 90px;
    min-width: 68px;
    background: #4E60E0;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-icon i {
    color: #fff;
    font-size: 28px;
}

.info-card h5 {
    font-size: 24px;
    color: #1d2758;
    font-weight: 700;
    margin-bottom: 8px;
}

.info-card p {
    margin: 0;
    color: #666;
    line-height: 28px;
}

@media(max-width:1440px) {

    .why-heading {
        font-size: 30px;
    }

}

@media(max-width:1200px) {

    .why-heading {
        font-size: 48px;
    }

}

@media(max-width:991px) {

    .why-wrapper {
        padding: 35px;
    }

    .main-img {
        height: 400px;
    }

    .circle-badge {
        width: 100px;
        height: 100px;
        right: 10px;
    }

    .circle-badge img {
        width: 80px;
    }

    .why-heading {
        font-size: 38px;
        margin-top: 20px;
    }

    .team-img {
        margin-top: 20px;
    }

}

@media(max-width:767px) {

    .why-wrapper {
        padding: 20px;
    }

    .main-img {
        height: 300px;
    }

    .why-heading {
        font-size: 30px;
    }

    .why-desc {
        font-size: 16px;
        line-height: 28px;
    }

    .info-card {
        flex-direction: column;
        text-align: center;
    }

    .info-icon {
        margin: auto;
    }

}

/**** WHY SECTION ****/

/**** testimonial ****/

.testimonial-section {
    padding: 50px 50px;
}

.small-title {
    display: inline-block;
    background: #eef0ff;
    color: #4E60E0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.main-title {
    font-size: 54px;
    font-weight: 600;
    color: #1B2249;
    margin-top: 20px;
}

.testimonialSlider {
    padding: 15px 5px 50px;
}

.swiper-slide {
    height: auto;
}

.testimonial-card {
    background: #F2F3FB;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
    transition: .4s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client {
    display: flex;
    align-items: center;
}

.client img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client h5 {
    /* margin: 0; */
    font-size: 20px;
    font-weight: 600;
    color: #1B2249;
    line-height: 24px;
}

.client span {
    font-size: 16px;
    color: #1B2249B2;
    font-weight: 400;
    line-height: 20px;
}

.quote {
    font-size: 55px;
    color: #c9ceff;
}

.testimonial-card hr {
    margin: 20px 0;
    border-color: #ddd;
}

.testimonial-card p {
    color: #1B2249CC;
    line-height: 154%;
    font-size: 18px;
    /* margin: 0; */
    font-weight: 400;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #b9c0ff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #5865f2;
    width: 35px;
    border-radius: 20px;
}

@media(max-width:992px) {

    .main-title {
        font-size: 42px;
    }

}

@media(max-width:768px) {

    .testimonial-section {
        padding: 70px 0;
    }

    .main-title {
        font-size: 30px;
    }

    .testimonial-card {
        padding: 22px;
    }

    .client img {
        width: 50px;
        height: 50px;
    }

    .client h5 {
        font-size: 16px;
    }

    .quote {
        font-size: 42px;
    }

    .testimonial-card p {
        font-size: 15px;
        line-height: 28px;
    }

}

/**** testimonial ****/

/**** Request ERP Demo ****/

.cta-section {
    padding: 50px 0;
    margin: 10px;
}

.cta-wrapper {
    background: linear-gradient(135deg, #20295c 0%, #27327a 60%, #3946b8 100%);
    border-radius: 30px;
    padding: 70px;
    overflow: hidden;
    position: relative;
}

.cta-badge {
    color: #fff;
    display: inline-block;
    background: #4E60E029;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.cta-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
}

.cta-text {
    color: #d8d9f0;
    font-size: 18px;
    line-height: 32px;
    max-width: 470px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    color: #5664f5;
    padding: 16px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    font-size: 18px;
}

.cta-btn span {
    width: 40px;
    height: 40px;
    background: #5664f5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.cta-btn:hover {
    transform: translateY(-4px);
    color: #5664f5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
}

.demo-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: .3s;
}

.demo-btn:hover {
    color: #fff;
    padding-left: 8px;
}

.cta-image {
    border-radius: 28px;
    overflow: hidden;
}

.cta-image img {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
    border-radius: 28px;
    transition: .5s;
}

.cta-image:hover img {
    transform: scale(1.05);
}

@media(max-width:991px) {
    .cta-wrapper {
        padding: 40px;
    }

    .cta-title {
        font-size: 46px;
    }

    .cta-image img {
        height: 420px;
    }
}

@media(max-width:768px) {
    .cta-wrapper {
        padding: 25px;
        border-radius: 20px;
    }

    .cta-title {
        font-size: 33px;
        line-height: 50px;
    }

    .cta-text {
        font-size: 16px;
        line-height: 28px;
    }

    .cta-btn {
        /* width: 100%; */
        justify-content: center;
        font-size: 13px;
        padding: 10px 10px 10px 10px;
    }

    .demo-btn {
        display: block;
        margin-top: 10px;
    }

    .cta-image img {
        height: 320px;
    }
}

/**** Request ERP Demo ****/

/**** Client End ****/

.client-logo-section {
    padding: 50px 0;
    background: #fff;
}

.logo-title {
    font-size: 28px;
    font-weight: 600;
    color: #1f2957;
    margin-bottom: 60px;
}

.logo-box {
    background: #fff;
    height: 100px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
}

.logo-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.logo-box img {
    width: 150px;
    transition: .4s;
}

.logo-box:hover img {
    transform: scale(1.1);
}

@media(max-width:991px) {

    .logo-title {
        font-size: 32px;
    }

    .logo-box {
        height: 110px;
    }

    .logo-box img {
        width: 65px;
    }

}

@media(max-width:576px) {

    .logo-title {
        font-size: 24px;
    }

    .logo-box {
        height: 90px;
    }

    .logo-box img {
        width: 55px;
    }

}

/**** Client End ****/

/**** FAQ SECTION Start ****/

.faq-section {
    padding: 50px 50px;
    background: #fff;
}

.faq-image-box {
    position: relative;
}

.faq-main-img {
    width: 100%;
    /* height: 650px; */
    object-fit: cover;
    border-radius: 30px;
}

.client-card {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    padding: 22px 25px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    min-width: 280px;
}

.faq-right {
    margin-left: 50px;
}

@media(max-width:768px) {
    .faq-right {
        margin-left: 0px;
    }
}

.client-images {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.client-images img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-left: -12px;
}

.client-images img:first-child {
    margin-left: 0;
}

.client-card h4 {
    margin: 0;
    font-size: 28px;
    color: #1f2857;
    font-weight: 700;
}

.client-card span {
    color: #1f2857;
    font-weight: 800;
}

.client-card h4 {
    font-size: 18px;
    line-height: 1.5;
}

.faq-badge {
    background: #eef0ff;
    color: #4E60E0;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.faq-title {
    font-size: 54px;
    color: #1f2857;
    font-weight: 600;
    line-height: 1.2;
}

.custom-faq {
    border: none;
    margin-bottom: 20px;
    border-radius: 18px !important;
    overflow: hidden;
    background: #f4f5ff;
}

.custom-faq .accordion-button {
    background: #f4f5ff;
    font-size: 24px;
    font-weight: 600;
    color: #1f2857;
    padding: 24px 24px;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #f4f5ff;
    color: #1f2857;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-body {
    background: #f4f5ff;
    color: #666;
    font-size: 18px;
    line-height: 32px;
    padding: 0 30px 30px;
}

.accordion-button::after {
    background-image: none !important;
    content: "+";
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 500;
    color: #27315d;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
    transform: none;
}

@media(max-width:1440px) {
    .faq-title {
        font-size: 42px;
    }

    .custom-faq .accordion-button {
        font-size: 20px;
    }
}

@media(max-width:991px) {
    .faq-title {
        font-size: 42px;
    }

    .faq-main-img {
        height: 500px;
    }

    .client-card {
        min-width: 240px;
    }

    .custom-faq .accordion-button {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .faq-section {
        padding: 70px 0;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-main-img {
        height: 400px;
    }

    .client-card {
        position: relative;
        left: 0;
        top: -40px;
        margin: auto;
    }

    .client-images img {
        width: 42px;
        height: 42px;
    }

    .custom-faq .accordion-button {
        font-size: 18px;
        padding: 20px;
    }

    .custom-faq .accordion-body {
        font-size: 15px;
        line-height: 28px;
        padding: 0 20px 20px;
    }

    .accordion-button::after {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }
}

/**** FAQ SECTION End ****/

/**** INSIGHTS & UPDATES Start ****/

.blog-section {
    background: #F2F3FB;
    border-radius: 30px;
    padding: 50px 40px;
    margin: 15px;
}

.blog-badge {
    background: #4E60E029;
    color: #4E60E0;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.blog-title {
    font-size: 54px;
    font-weight: 600;
    color: #1e2958;
    line-height: 113%;
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.blog-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 25px 25px;
    border-radius: 35px;
}

.blog-content {
    padding: 25px;
}

.blog-category {
    font-size: 14px;
    color: #8c8ea8;
    font-weight: 700;
    letter-spacing: 1px;
}

.blog-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1e2958;
    margin: 10px 0;
    line-height: 1.4;
}

.blog-content a {
    color: #5664f5;
    text-decoration: none;
    font-weight: 600;
}

.blog-content a i {
    margin-left: 8px;
}

@media(max-width:1440px) {
    .blog-content h4 {
        font-size: 20px;
    }

}

@media(max-width:991px) {
    .blog-title {
        font-size: 40px;
    }

    .blog-card img {
        height: 220px;
    }
}

@media(max-width:768px) {
    .blog-title {
        font-size: 30px;
    }

    .blog-section {
        padding: 60px 20px;
    }

    .blog-content h4 {
        font-size: 22px;
    }
}

/**** INSIGHTS & UPDATES End ****/


/**** GET IN TOUCH Start ****/

.contact-section {
    padding: 50px 50px;
}

.contact-badge {
    background: #eef0ff;
    color: #4E60E0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}

.contact-title {
    font-size: 54px;
    color: #1B2249;
    font-weight: 600;
    line-height: 120%;
}

.contant-left {
    margin-right: 51px;
}

@media(max-width:768px) {
    .contant-left {
        margin-right: 0px;
    }
}

.custom-input {
    height: 70px;
    border: none;
    background: #f3f4fd;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    box-shadow: none !important;
}

.custom-input:focus {
    background: #f3f4fd;
    border: 1px solid #5664f5;
}

.textarea {
    height: 140px;
    resize: none;
    padding-top: 22px;
}

.submit-btn {
    background: linear-gradient(90deg, #5061f4, #5d4eff);
    color: #fff;
    border: none;
    padding: 12px 12px 12px 25px;
    border-radius: 40px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    transition: .4s;
}

.submit-btn span {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #5664f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 800;
}

.submit-btn:hover {
    transform: translateY(-3px);
}

.map-box {
    overflow: hidden;
    border-radius: 25px;
}

.map-box iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

@media(max-width:1440px) {
    .contact-title {
        font-size: 52px;
    }

}

@media(max-width:991px) {
    .contact-title {
        font-size: 40px;
    }

    .map-box iframe {
        height: 350px;
    }
}

@media(max-width:768px) {
    .custom-input {
        height: 60px;
    }

    .textarea {
        height: 120px;
    }

    .contact-title {
        font-size: 32px;
    }
}

/**** GET IN TOUCH End ****/

/**** footer css start ****/

.footer-area {
    background: rgba(227, 229, 245, 1);
    border-radius: 25px;
    padding: 70px 50px 25px;
    color: #000000;
    margin: 15px;
}

.footer-logo {
    max-width: 350px;
}

.footer-text {
    color: rgba(27, 34, 73, 0.8);
    line-height: 30px;
    max-width: 400px;
}

.footer-area h4 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: rgba(27, 34, 73, 0.6);
}

.footer-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-area ul li {
    margin-bottom: 18px;
}

.footer-area ul li a {
    color: rgba(27, 34, 73, 1);
    text-decoration: none;
    transition: .3s;
    font-size: 18px;
    font-weight: 500;
}

.footer-area ul li a:hover {
    color: #7d88ff;
    padding-left: 8px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #23306d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    background: #5a68f5;
    color: #fff;
}

.contact-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.contact-box small {
    color: rgba(27, 34, 73, 0.6);
    font-weight: 500;
}

.contact-box h6 {
    margin: 3px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: rgba(27, 34, 73, 1);
}

.footer-area hr {
    margin: 45px 0 20px;
    border-color: rgba(255, 255, 255, .15);
}

.copyright {
    text-align: center;
    color: rgba(27, 34, 73, 0.6);
    margin: 0;
    font-weight: 500;
}

@media(max-width:991px) {
    .footer-area {
        padding: 40px 25px;
    }

    .footer-area h4 {
        margin-top: 20px;
        font-size: 24px;
    }
}

/**** footer css End ****/
.quote-icon {
    font-size: 70px;
    color: #d9ddff;
    line-height: 1;
    opacity: .9;
}

.icon {
    color: #7C8CFF;
    /* Apna color */
    font-size: 50px;
}

/*   OUR STORY */

.hero-boxa {
    background: linear-gradient(135deg, #1d2247 0%, #2c3aa7 100%);
    border-radius: 30px;
    /* padding: 20px 50px 0; */
    min-height: 400px;
}

.about-banner-content {
    padding: 80px 0 20px;
}

.about-banner-content h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    color: #d7d7d7;
    font-size: 18px;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

@media(max-width:991px) {
    .about-banner-content {
        padding: 40px 0;
    }

    .about-banner-content h1 {
        font-size: 38px;
    }

    .phone-box {
        margin: 20px 0;
    }

    .hero-boxa {
        padding: 25px;
        min-height: 350px;
    }

}


/* OUR STORY */

.mission-section {
    background: #f2f3fb;
    border-radius: 30px;
    padding: 100px 120px;
    margin: 15px;
}

@media(max-width:768px) {
    .mission-section {
        padding: 50px 10px;
    }
}

.mission-content {
    padding: 0px 60px 0px 0px;
}

.mission-content h2 {
    font-size: 54px;
    font-weight: 600;
    color: #1e2958;
    line-height: 113%;
}

.mission-content p {
    color: #616781;
    line-height: 150%;
    font-size: 18px;
}

.mission-img {
    width: 100%;
    border-radius: 20px;
}

hr {
    border-color: #8f8f8f;
}

.core-title {
    font-size: 54px;
    font-weight: 600;
    color: #1e2958;
    line-height: 113%;
}

.value-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 28px;
    transition: .3s;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.value-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #5367ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.value-card h5 {
    color: #1e2958;
    font-size: 24px;
    font-weight: 600;
}

.value-card p {
    color: #616781;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

@media(max-width:991px) {

    .mission-box {
        padding: 35px 25px;
    }

    .mission-content h2 {
        font-size: 38px;
    }

    .core-title {
        font-size: 38px;
    }

    .value-card {
        padding: 20px;
    }

}


.contact-area {
    padding: 20px 0 20px 0;
}

.contact-boxa {
    background: linear-gradient(90deg, #20285d, #3546c9);
    border-radius: 28px;
    padding: 100px 120px;
    margin: 0 10px;
}

.contact-image img {
    width: 100%;
    border-radius: 22px;
}

.contact-info {
    padding-left: 80px;
}

.contact-label {
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    background: #4e60e07a;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 12%;
    font-size: 16px;
}



.contact-info h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 25px;
}

.contact-info p {
    color: #d9dbf5;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 40px;
    font-weight: 400;
}

.contact-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.primary-btn {


    display: inline-flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    color: #5664f5;
    padding: 16px 20px 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
    font-size: 18px;
}

.primary-btn span {
    width: 45px;
    height: 45px;
    background: #4e61ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 18px;
}

.secondary-btn {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.secondary-btn:hover {
    color: #fff;
}

@media(max-width:991px) {

    .contact-boxa {
        padding: 30px 20px;
        margin: 0;
    }

    .contact-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .contact-info h2 {
        font-size: 38px;
    }

    .contact-info p {
        font-size: 16px;
    }

    .primary-btn {
        width: 100%;
        justify-content: space-between;
    }

}

.numberone {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #4E60E0;
    color: #eef0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-right: 24px;
}

.about-sectiona {
    padding: 50px 50px 0px 50px;
    background: #fff;
}

@media(max-width:1440px) {

    .contact-info h2 {
        font-size: 38px;
    }

}

/* services */

.service-hero-content {
    padding: 90px 0 110px;
}

.service-hero-tag {
    display: inline-block;
    padding: 12px 20px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.service-hero-content h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 30px;
}

.service-hero-content p {
    width: 61%;
    margin: 0 auto 45px;
    color: #d6d8f7;
    font-size: 18px;
    line-height: 1.8;
}

.service-banner-btn {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #4f62ff;
    text-decoration: none;
    padding: 12px 12px 12px 36px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

.service-banner-btn span {
    width: 42px;
    height: 42px;
    background: #5567ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    transition: .3s;
}

.service-banner-btn:hover {
    color: #4f62ff;
    transform: translateY(-3px);
}

.service-banner-btn:hover span {
    transform: rotate(-45deg);
}

@media(max-width:991px) {

    .service-hero-content {
        padding: 60px 0;
    }

    .service-hero-content h1 {
        font-size: 32px;
    }

    .service-hero-content p {
        width: 100%;
        font-size: 16px;
    }

}

/* services */

/* WHY CHOOSE EQUINOVATE */

.eqb-trust-area {
    padding: 0 0 50px 0;
}

.eqb-trust-box {
    background: #f5f6ff;
    padding: 100px;
    border-radius: 30px;
    margin: 0 12px;
}

.eqb-trust-label {
    display: inline-block;
    background: #dfe2ff;
    color: #5464f5;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.eqb-trust-heading {
    font-size: 54px;
    font-weight: 600;
    color: #20295d;
    margin-bottom: 0;
}

.eqb-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: .35s;
}

.eqb-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.eqb-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #4f63f6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.eqb-title {
    font-size: 24px;
    font-weight: 600;
    color: #20295d;
    margin-bottom: 15px;
}

.eqb-text {
    font-size: 16px;
    line-height: 1.8;
    color: #707790;
    margin: 0;
}

@media(max-width:991px) {

    .eqb-trust-box {
        padding: 40px 20px;
        margin: 0;
    }

    .eqb-trust-heading {
        font-size: 40px;
    }

    .eqb-title {
        font-size: 22px;
    }

}

/* WHY CHOOSE EQUINOVATE */

/* Custom Software */

.cloud-dev-section {
    padding: 50px 0;
}

.cloud-dev-wrapper {
    max-width: 1620px;
    margin: auto;
}

.cloud-dev-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.cloud-dev-heading {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    color: #20285b;
    margin-bottom: 30px;
}

.cloud-dev-text {
    font-size: 18px;
    line-height: 150%;
    color: #666;
    margin-bottom: 22px;
}

.cloud-dev-content {
    margin-left: 75px;
}

.cloud-dev-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 16px !important;
    overflow: hidden;
}

.cloud-dev-item .accordion-button {

    background: #f5f6ff;
    box-shadow: none;
    padding: 28px 35px;
    font-size: 24px;
    font-weight: 600;
    color: #20285b;
}

.cloud-dev-item .accordion-button:not(.collapsed) {
    background: #f5f6ff;
    color: #20285b;
}

.cloud-dev-item .accordion-button:focus {
    box-shadow: none;
}

.cloud-dev-item .accordion-body {
    background: #f5f6ff;
    padding: 15px 35px 30px;
}

.cloud-list {
    margin: 0;
    padding-left: 22px;
}

.cloud-list li {
    font-size: 22px;
    color: #555;
    line-height: 48px;
}

.cloud-dev-item .accordion-button::after {
    flex-shrink: 0;
    background-image: none;
    content: "+";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.cloud-dev-item .accordion-button:not(.collapsed)::after {
    content: "−";
}

@media(max-width:991px) {

    .cloud-dev-image img {
        height: auto;
    }

    .cloud-dev-heading {
        font-size: 35px;
    }

    .cloud-dev-text {
        font-size: 17px;
        line-height: 30px;
    }

    .cloud-dev-item .accordion-button {
        font-size: 20px;
        padding: 22px;
    }

    .cloud-list li {
        font-size: 18px;
        line-height: 36px;
    }

    .cloud-dev-content {
        margin: 10px;
    }

}

/* Custom Software */


.sap-support-section {
    padding: 50px 0;
}

.sap-support-wrapper {
    max-width: 1620px;
    margin: auto;
}

.sap-support-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.sap-support-content {
    padding-left: 100px;
}

.sap-support-title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    color: #20285b;
    margin-bottom: 30px;
}

.sap-support-content p {
    font-size: 18px;
    line-height: 150%;
    color: #666;
    margin-bottom: 22px;
}

.sap-support-item {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f5ff;
}

.sap-support-item .accordion-button {
    background: #f4f5ff;
    color: #1f2857;
    font-size: 24px;
    font-weight: 600;
    padding: 26px 30px;
    box-shadow: none;
}

.sap-support-item .accordion-button:not(.collapsed) {
    background: #f4f5ff;
    color: #1f2857;
}

.sap-support-item .accordion-button::after {
    background-image: none;
    content: "+";
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #1f2857;
}

.sap-support-item .accordion-button:not(.collapsed)::after {
    content: "−";
}

.sap-support-item .accordion-body {
    background: #f4f5ff;
    padding: 0 30px 25px;
}

.sap-support-item ul {
    margin: 0;
    padding-left: 20px;
}

.sap-support-item li {
    font-size: 18px;
    color: #555;
    line-height: 2;
}

@media(max-width:991px) {

    .sap-support-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .sap-support-title {
        font-size: 35px;
    }

    .sap-support-item .accordion-button {
        font-size: 20px;
    }

}


.software-integration-section {
    padding: 50px 0;
}

.software-integration-wrapper {
    margin: 15px;
    padding: 100px 120px;
    border-radius: 24px;
    background: #F2F3FB;
}

.software-integration-content {
    padding-right: 50px;
}

.software-integration-title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    color: #20285b;
    margin-bottom: 30px;
}

.software-integration-content p {
    font-size: 18px;
    line-height: 150%;
    color: #666;
    margin-bottom: 22px;
}

.software-integration-image img {
    width: 100%;
    border-radius: 20px;
}

.software-integration-item {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.software-integration-item .accordion-button {
    background: #fff;
    color: #1f2857;
    font-size: 24px;
    font-weight: 600;
    padding: 24px 28px;
    box-shadow: none;
}

.software-integration-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #1f2857;
}

.software-integration-item .accordion-button::after {
    background-image: none;
    content: "+";
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #1f2857;
}

.software-integration-item .accordion-button:not(.collapsed)::after {
    content: "−";
}

.software-integration-item .accordion-body {
    background: #fff;
    padding: 0 28px 24px;
}

.software-integration-item ul {
    margin: 0;
    padding-left: 22px;
}

.software-integration-item li {
    font-size: 18px;
    line-height: 2;
    color: #666;
}

@media(max-width:991px) {

    .software-integration-wrapper {
        padding: 35px;
    }

    .software-integration-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .software-integration-title {
        font-size: 42px;
    }

    .software-integration-item .accordion-button {
        font-size: 20px;
    }

}

@media(max-width:767px) {

    .software-integration-wrapper {
        padding: 20px;
    }

    .software-integration-title {
        font-size: 32px;
    }

    .software-integration-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .software-integration-item .accordion-button {
        font-size: 18px;
        padding: 20px;
    }

}




















.mobile-app-section {
    padding: 50px 0 0 0;
}

.mobile-app-wrapper {
    margin: 0 15px;
    padding: 100px 120px;
    border-radius: 24px;
    background: #F2F3FB;
}

.mobile-app-content {
    padding-right: 50px;
}

.mobile-app-title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    color: #20285b;
    margin-bottom: 30px;
}

.mobile-app-content p {
    font-size: 18px;
    line-height: 150%;
    color: #666;
    margin-bottom: 22px;
}

.mobile-app-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.mobile-app-item {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.mobile-app-item .accordion-button {
    background: #fff;
    color: #1f2857;
    padding: 24px 28px;
    font-size: 24px;
    font-weight: 600;
    box-shadow: none;
}

.mobile-app-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #1f2857;
}

.mobile-app-item .accordion-button::after {
    background-image: none;
    content: "+";
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4f5ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #1f2857;
}

.mobile-app-item .accordion-button:not(.collapsed)::after {
    content: "−";
}

.mobile-app-item .accordion-body {
    background: #fff;
    padding: 0 30px 25px;
}

.mobile-app-item ul {
    margin: 0;
    padding-left: 22px;
}

.mobile-app-item li {
    font-size: 18px;
    line-height: 2;
    color: #666;
}

@media(max-width:991px) {

    .mobile-app-wrapper {
        padding: 35px;
    }

    .mobile-app-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .mobile-app-title {
        font-size: 42px;
    }

    .mobile-app-item .accordion-button {
        font-size: 20px;
    }

}

@media(max-width:767px) {

    .mobile-app-wrapper {
        padding: 20px;
    }

    .mobile-app-title {
        font-size: 32px;
    }

    .mobile-app-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .mobile-app-item .accordion-button {
        font-size: 18px;
        padding: 20px;
    }

}






.hero-boxa {
    background: #23295B;
    border-radius: 30px;
    /* padding: 35px 30px 0; */
    overflow: hidden;
}

.hero-main-row {
    min-height: 700px;
    align-items: center;
}

.cloud-hero-content {
    color: #fff;
}

.cloud-hero-tag {
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.cloud-hero-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
}

.cloud-hero-desc {
    color: #C8CEE7;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 45px;
}

.cloud-hero-btns {
    display: flex;
    align-items: center;
    gap: 30px;
}

.project-btn {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.project-btn i {
    margin-left: 10px;
}

.cloud-banner-img {
    text-align: right;
}

.cloud-banner-img img {
    width: 100%;
    max-width: 850px;
}

@media(max-width:991px) {

    .hero-main-row {
        min-height: auto;
        padding: 60px 0;
    }

    .cloud-hero-content {
        text-align: center;
    }

    .cloud-hero-title {
        font-size: 42px;
    }

    .cloud-hero-desc {
        font-size: 17px;
        line-height: 30px;
    }

    .cloud-hero-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .cloud-banner-img {
        margin-top: 50px;
        text-align: center;
    }

}













.cloud-bg {
    position: relative;
    height: 650px;
    overflow: hidden;
    background: #23295a;
    border-radius: 25px;
}

.cloud-pattern {
    position: absolute;
    width: 150%;
    height: 150%;
    left: -22%;
    top: -18%;
    transform: rotate(-33deg);
}

.box {
    position: absolute;
    width: 460px;
    height: 300px;
    border-radius: 18px;
    background: linear-gradient(180deg, #d8d8db, #bdbfc9);
    border: 4px solid rgba(255, 255, 255, .75);
    box-shadow:
        inset 0 0 35px rgba(255, 255, 255, .25),
        0 0 70px rgba(255, 255, 255, .12);
}

/* Left Side */

.b1 {
    top: -130px;
    left: 100px;
}

.b2 {
    top: 200px;
    left: 100px;
}

.b3 {
    top: 530px;
    left: 100px;
}

.b4 {
    top: 715px;
    left: 585px;
}

/* Right Side */

.b5 {
    top: -260px;
    right: 480px;
}

.b6 {
    top: 65px;
    right: 480px;
}

.b7 {
    top: 390px;
    right: 480px;
}

.b8 {
    top: 585px;
    right: -5px;
}

.b9 {
    top: 260px;
    right: -5px;
}

/* Glow */

.cloud-bg::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle,
            rgba(255, 255, 255, .22) 0%,
            rgba(255, 255, 255, .08) 35%,
            transparent 70%);
}



























/*==================================
 HERO CONTENT
==================================*/

.hero-content-row {
    position: relative;
    z-index: 2;
    padding: 60px;
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 22px;
}

.hero-btn:hover {
    transform: translateY(-3px);
}

.hero-link {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
}

.hero-link i {
    margin-left: 8px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.stats-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .12);
}

.stats-grid::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .12);
}

.stat-items {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 42px 35px;
}

.stat-icon {
    color: #fff;
    font-size: 22px;
    width: 28px;
    text-align: center;
    margin-top: 6px;
}

.stat-content h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1;
}

.stat-content p {
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 20px;
    line-height: 1.6;
}

@media(max-width:991px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid::before,
    .stats-grid::after {
        display: none;
    }

    .stat-items {
        padding: 30px 15px;
    }

    .hero-content-row {
        padding: 1px;
    }
}

@media(max-width:767px) {
    .stat-content h2 {
        font-size: 40px;
    }

    .stat-content p {
        font-size: 16px;
    }

    .stat-icon {
        font-size: 18px;
    }
}

.revenue-row {
    margin-top: 10px;
}

.revenue-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    transition: .35s;
}

.revenue-card:hover {
    transform: translateY(-6px);
    border-color: #6175ff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25);
}

.revenue-left h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.revenue-left p {
    color: #d8dcff;
    font-size: 18px;
    margin: 0;
}

.revenue-left span {
    color: #6d83ff;
    font-weight: 700;
}

.revenue-chart {
    width: 160px;
    height: 70px;
}

.revenue-chart svg {
    width: 100%;
    height: 100%;
}

.chart-line {
    fill: none;
    stroke: #7285ff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chart-fill {
    fill: url(#chart1);
}

@media(max-width:991px) {
    .revenue-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .revenue-chart {
        width: 100%;
    }
}

@media(max-width:767px) {
    .revenue-left h4 {
        font-size: 22px;
    }

    .revenue-left p {
        font-size: 16px;
    }
}















/*=========================
    CASE STUDY SECTION
==========================*/

.case-study-section {
    padding: 100px 0;
    background: #fff;
}

.case-heading {
    max-width: 930px;
    margin: 0 auto 60px;
}

.case-heading h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2;
    color: #202B57;
    margin-bottom: 20px
}

.case-heading p {
    font-size: 18px;
    color: #7B7F93;
    line-height: 30px;
}


/*=========================
      CARD
==========================*/

.case-card {
    background: #F2F3FB;
    border-radius: 28px;
    padding: 60px;
    /* transition: .35s; */
    height: 100%;
}



/*=========================
      IMAGE
==========================*/

.case-image {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 25px;
}

.case-image img {
    width: 100%;
    border-radius: 16px;
    display: block;
    padding: 57px 0 0 62px;
    background: white;
}

/*=========================
      TAG
==========================*/

.case-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5567ff;
    background: #fff;
    border-radius: 30px;
    padding: 8px 16px;
    margin-bottom: 16px;
}


/*=========================
      TITLE
==========================*/

.case-card h3 {
    font-size: 40px;
    font-weight: 600;
    color: #202B57;
    margin-bottom: 15px;
}

.case-card p {
    color: #75798D;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
}


/*=========================
      BUTTON
==========================*/

.case-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    background: #5967F8;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    transition: .35s;
}

.case-btn span {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #5967F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.case-btn:hover {
    background: #202B57;
    color: #fff;
}

.case-btn:hover span {
    background: #fff;
    color: #202B57;
}


/*=========================
      RESPONSIVE
==========================*/

@media(max-width:991px) {

    .case-study-section {
        padding: 80px 0;
    }

    .case-heading h2 {
        font-size: 36px;
    }

    .case-card h3 {
        font-size: 28px;
    }

}

@media(max-width:767px) {

    .case-study-section {
        padding: 60px 0;
    }

    .case-heading {
        margin-bottom: 40px;
    }

    .case-heading h2 {
        font-size: 30px;
    }

    .case-heading p {
        font-size: 15px;
        line-height: 28px;
    }

    .case-card {
        padding: 18px;
    }

    .case-card h3 {
        font-size: 24px;
    }

    .case-btn {
        width: 100%;
        justify-content: center;
    }

}

.case-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.preview-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 1px solid black;
}

.preview-icon i {
    font-size: 10px;
    color: #1b2455;
}




.hero-images {

    position: relative;
    height: 720px;

}

/* Desktop */

.desktop-imgs {
    position: absolute;
    right: -60px;
    top: 1px;
    width: 850px;
    z-index: 1;
    border: 5px solid white;
    border-radius: 15px
}

/* Mobile */

.mobile-imgs {
    position: absolute;
    left: -32px;
    bottom: -72px;
    width: 217px;
    z-index: 5;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35));
    border: 5px solid white;
    border-radius: 15px;
}

.service-list {
    padding: 30px 0 0 0;
}

.service-list h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 700;
}

.service-list ul {
    padding-left: 50px;
    margin: 0;
}

.service-list li {
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
}




@media(max-width:767px) {
    .service-list li {

        font-size: 20px;
    }

    .desktop-imgs {
        position: absolute;
        right: -249px;
        top: 7px;
        width: 500px;
        z-index: 1;
        border: 5px solid white;
        border-radius: 15px;
    }

    .mobile-imgs {
        position: absolute;
        left: -25px;
        bottom: -27px;
        width: 150px;
        z-index: 5;
        filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35));
        border: 5px solid white;
        border-radius: 15px;
    }

    .hero-images {
        position: relative;
        height: 400px;
    }
}







/*==============================
        ABOUT PROJECT
===============================*/

.project-about {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.project-title {
    font-size: 54px;
    font-weight: 600;
    color: #1f2957;
    margin-bottom: 25px;
}

.project-text {
    max-width: 1160px;
    margin: 0 auto 18px;
    color: #667085;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.project-preview {
    position: relative;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-img {
    width: 70%;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 2;
}

/* Left Mobile */

.mobile-left {
    position: absolute;
    left: 5%;
    bottom: -40px;
    width: 224px;
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .18);
    z-index: 5;
    border: 5px solid white;
}

/* Right Mobile */

.mobile-right {
    position: absolute;
    right: 5%;
    bottom: -40px;
    width: 224px;
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .18);
    z-index: 5;
    border: 5px solid white;
}

/* Glow */

.project-preview::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 180px;
    background: rgba(92, 104, 255, .12);
    filter: blur(70px);
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

/*==============================
        Responsive
===============================*/

@media(max-width:1200px) {

    .dashboard-img {
        width: 90%;
    }

    .mobile-left,
    .mobile-right {
        width: 150px;
    }
}

@media(max-width:991px) {
    .project-title {
        font-size: 42px;
    }

    .project-text {
        font-size: 16px;
        line-height: 28px;
    }

    .project-preview {
        margin-top: 60px;
    }

    .dashboard-img {
        width: 100%;
    }

    .mobile-left {
        left: -5px;
        width: 120px;
        bottom: -20px;
    }

    .mobile-right {
        right: -5px;
        width: 120px;
        bottom: -20px;
    }
}

@media(max-width:767px) {
    .project-about {
        padding: 70px 0;
    }

    .project-title {
        font-size: 34px;
    }

    .project-text {
        font-size: 15px;
        line-height: 26px;
    }

    .dashboard-img {
        width: 100%;
    }

    .mobile-left {
        position: relative;
        left: 0;
        bottom: 0;
        width: 95px;
        margin-right: -30px;
    }

    .mobile-right {
        position: relative;
        right: 0;
        bottom: 0;
        width: 95px;
        margin-left: -30px;
    }

    .project-preview {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
    }

    .dashboard-img {
        width: 70%;
        border-radius: 16px;
        box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
        position: relative;
        z-index: 2;
    }

    /* Left Mobile */

    .mobile-left {
        position: absolute;
        left: 5%;
        bottom: -40px;
        width: 80px;
        border-radius: 18px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, .18);
        z-index: 5;
        border: 5px solid white;
    }

    /* Right Mobile */

    .mobile-right {
        position: absolute;
        right: 5%;
        bottom: -40px;
        width: 80px;
        border-radius: 18px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, .18);
        z-index: 5;
        border: 5px solid white;
    }
}