﻿.demo-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    background: #2252FF;
    border-radius: 64px;
    cursor: pointer;
    width: 241px;
    margin-top: 25px;
}

.banner-content-home {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.community-tab-mobile {
    display: none;
}

.top-home-individual-heading {
    max-width: 453px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 49px;
}

.home-image-container {
    position: relative;
    right: -75px;
}

.community-tab-container {
    display: flex;
    flex-flow: row;
}

.home-individual-community-image {
    margin-top: 73px;
    margin-left: 244px
}

.home-individual-community-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 123%;
    color: #FFFFFF;
}

.community-heading {
    padding-left: 18px;
    padding-bottom: 36px;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.community-heading-paragraph {
    margin-top: 28px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.technology-tab {
    margin: 0 auto;
    max-width: 67%;
    text-align: center;
}

.technology-tab-heading {
    font-family: 'Poppins';
    font-style: normal;
    margin-top: 40px;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    text-align: center;
    background: linear-gradient(285.86deg, #1376BB -15.54%, #002CA3 98.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.technology-tab-subheading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.015em;
    color: #2E485C;
    margin-top: 20px;
}

.technology-flex-container {
    display: flex;
    justify-content: space-around;
    margin-top: 47.5px;
    margin-bottom: 47.5px;
    gap:65px;
}

.technology-description {
    margin-top: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.015em;
    text-align: left;
    width: 300px;
}

.technology-card {
    width: 300px;
}

.technology-subdescription {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #435A6C;
    margin-top: 24px;
}

.technology-description-color1 {
    color: #E94093;
}

.technology-description-color2 {
    color: #00B256;
}

.technology-description-color3 {
    color: #F77D03;
}

.community-tab {
    background: #F8FBFF;
}

.community-tab-box-container {
    padding: 60px 229px 81px 253px;
    display: flex;
    justify-content: space-between;
}

.community-tab-image {
    background: url(Image-01.png);
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%,0)
}

.community-tab-card {
    Width: 301px;
    height: 315px;
    background: #DDECFF;
    border-radius: 40px;
    position: relative;
}

.community-tab-card-paragraph {
    padding: 70px 16px 0px 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -0.015em;
    color: #053FA9;
}

.community-tab-card-sub-heading {
    padding: 0px 16px 24px 24px;
    margin-top: 14px;
}

.community-tab-card-sub-heading-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #435A6C;
}

.community-tab-card-sub-heading-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #435A6C;
}

.community-tab-bgcolor-1 {
    background: #DDECFF;
}

.community-tab-bgcolor-2 {
    background: #FFEEF8;
}

.community-tab-bgcolor-3 {
    background: #FFEFD9;
}

.community-tab-pcolor-1 {
    color: #053FA9;
}

.community-tab-pcolor-2 {
    color: #E94093;
}

.community-tab-pcolor-3 {
    color: #EF8F26
}

.community-tab-main-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    text-align: center;
    background: linear-gradient(285.86deg, #1376BB -15.54%, #002CA3 98.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-top: 49px;
    margin-bottom: 12.9px;
}

.skills-image-home-page {
    border-radius: 20px;
}

.mobile-nav-bar {
    display: none;
}

.intel-skills-home-page {
    padding-top: 50px;
}

.ai-platform {
    background-color: #E9F2FF;
    background-image: url('/image/CADS-Bubbles 1.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    min-height: 480px;
}

.ai-platform-text {
    padding-left: 334px;
    padding-top: 67px;
}

.ai-platform-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -0.015em;
    color: #053FA9;
}

.vr-image {
    position: absolute;
    top: -33%;
    right: 0;
    bottom: 0;
}

.home-image {
    width: 750px;
    position: relative;
}

.banner-content-sub-container {
    padding-left: 12%;
}

.demo-button-home {
    margin-bottom: 110px;
}

.top-banner {
    background: url("/image/background-image.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 200px;
}

.top-business-heading {
    width: 453px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.top-bussiness-description {
    max-width: 464px;
    max-height: 124px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 18px;
    margin-bottom:56px;
}

.business-heading {
    width: 487px;
    height: 240px;
    left: 222px;
    top: 70px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.0515em;
    color: #FFFFFF;
}

.skills-images {
    width: 100%;
}

.business-skills-container-mobile {
    display: none;
}

.business-skills-container-mobile-1, .business-skills-container-mobile-2 {
    display: none;
}

.toogle-container {
    display: flex;
    color: white;
    list-style: none;
    justify-content: center;
    background: #002985;
    border-radius: 58px;
    width: 20%;
    margin: 0 auto;
}

.toggle-buttons {
    position: relative;
    top: 68px;
    padding-top: 80px;
}

.business-button-container {
    padding: 12px 16px;
    gap: 8px;
    background: #002985;
    border-radius: 58px;
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

    .business-button-container.active {
        background: #0849FF;
    }

.business-button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.business-image-container {
    max-width: 698px;
    width: 100%;
}

.bussiness-description {
    font-family: 'Poppins';
    font-style: normal;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    position: absolute;
    margin-top: 350px;
}

.demo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    background: #2252FF;
    border-radius: 64px;
    cursor: pointer;
    width: 180px;
    margin-top: 25px;
}

.demo {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.business-skills {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #E9F2FF;
    height: auto;
    padding: 50px 0 35px
}

.business-skills-intelligence {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1705px;
    background: #E9F2FF;
    height: 530px;
}

.business-skills-container .business-intelligence-container {
    left: 0;
    top: 7%;
}

.business-skills-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.business-skills-images {
    padding-left: 25px;
}

.business-skills-heading {
    max-width: 440px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #002CA3;
}

.business-skills-para {
    max-width: 440px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #435A6C;
}

.inteligence-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    text-align: center;
    color: #002CA3;
}

.gartner-logo {
    width: 155px;
    margin-top: 94px;
}

.inteligence-para {
    max-width: 55%;
    margin: 10px auto;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2E485C;
}

.intel-ddo {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.015em;
    color: #4AB2FF;
}

.intel-ddo-para {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #435A6C;
}

.intel-skills {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.015em;
    color: #E94093;
}

.intel-skills-para {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #435A6C;
}

.intel-skills-home-page-mobile {
    display: none;
}

.certification-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.015em;
    color: #00B46D;
}

.certification-para {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #435A6C;
}

.intel-section {
    padding: 20px 0;
    text-align: center;
}

.intel-ddo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.tools-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    text-align: center;
    color: #002CA3;
}

.tools-para {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

.literacy-provider-data-banner {
    background: url("/image/gartner.png");
    height: 509px;
    background-repeat: no-repeat;
    background-size: cover
}

.literacy-provider-text {
    padding: 76px 533px 313px 222px
}

.data-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0.0015em;
    color: #182954;
}

.data-para {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    padding-top: 32px;
}

.cases {
    background: #E9F2FF;
    padding: 10px 40px 40px 40px;
}

.case-card {
    width: 314px;
    height: 372px;
    padding: 30px;
    background-size: contain;
    background-position: center;
    position: relative;
}

.five-times {
    background: url("/image/5-times.png");
    background-repeat: no-repeat;
}

.ten-times {
    background: url("/image/10-times.png");
    background-repeat: no-repeat;
}

.three-times {
    background: url("/image/3-times.png");
    background-repeat: no-repeat;
}

.card-content {
    position: absolute;
}

.cases-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #009EFF;
    margin-top: 15px
}

.case-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 11px 9px;
    gap: 10px;
    width: 141px;
    height: 37px;
    left: 260px;
    top: 4585px;
    background: #FFFFFF;
    border-radius: 100px;
    margin-top: 15px
}

.case-button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #053FA9;
}

.use-case-button-cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 203px;
    height: 50px;
    left: 225px;
    top: 46px;
    background: #053FA9;
    margin-left: 185px;
    border-radius: 50px;
}
.technology-card {
    width: 100%;
    margin:0 auto;
}
.use-case {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.professionals-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    color: #053FA9;
    text-align: center;
}

.prof-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    color: #053FA9;
}

.prof-designation {
    font-family: 'Poppins';
    font-style: normal;
    line-height: 140%;
    color: #053FA9;
    font-size: 24px;
    font-weight: 500;
}

.text-container {
    position: relative;
    right: 0px;
    padding-top: 15px;
    padding-top: 15px;
}
.banner-content-sub-container{
    padding-left:14%;
}
.prof-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2E485C;
    margin-top: 20px;
}

.customers {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 140%;
    text-align: center;
    color: #435A6C;
    margin-top: 25px;
}

.customers-logo-container {
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    grid-template-columns: repeat(8,1fr);
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.bottom-banner {
    background: url("/image/background-image.png");
    position: relative;
    background-size: cover;
    height: 600px;
}

.global-image {
    bottom: 0;
    right: 0;
    position: absolute;
}

.global-text {
    padding: 70px 731px 304px 222px;
}

.email-text {
    font-size: 20px;
    font-weight: 400;
}

.text-highlight {
    color: #4AB2FF
}

.data-professionals-slider {
    display: flex;
    justify-content: space-around;
    margin-left: 50px;
    margin-right: 50px;
}

.prof-container {
    margin-top: 50px;
}

.use-case-cards-container {
    margin-top: 35px;
    display: grid;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(50px, auto));
    flex-wrap: wrap;
    max-width: 80%;
    margin: 30px auto;
}

.prof-slider {
    flex-direction: column;
    margin: 0px 100px 0px 100px;
}
/*navbar css*/

.navbar-left {
    display: flex;
}
.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.navbar-menu {
    display: flex;
    align-items: center;
}

    .navbar-menu ul {
        display: flex;
        color: #fff;
        list-style: none;
        margin-left: 50px;
    }

        .navbar-menu ul li {
            font-size: 14px;
            cursor: pointer;
        }

            .navbar-menu ul li + li {
                margin-left: 50px;
            }

.navbar-right {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    gap: 30px;
}

.navbar-logo-mobile {
    width: 160px;
    height: 64px;
    padding: 15px;
}

.community-heading-image {
    width: 566px;
    height: 429px;
}

@media screen and (max-width: 767px) {
    br {
        display: none;
    }
    .community-tab-card {
        width: 85%;
        margin: 0 auto;
        height: 284px;
    }
    .community-tab-card-paragraph {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.015em;
    }

    .community-tab-card-sub-heading-1 {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.015em;
        color: #435A6C;
        margin-bottom: 10px;
    }

    .community-tab-card-sub-heading-2 {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        align-items: center;
        letter-spacing: 0.02em;
        color: #435A6C;
    }

    .banner-content-home {
        display: block;
    }

    .navbar-header {
        display: none;
    }

    .demo-button-home {
        width: 100%;
        margin-bottom: 37px;
    }

    .demo-button {
        width: 90% !important;
        margin-left: 5%
    }

    .community-heading-image {
        height: auto;
        width: 100%;
    }

    .community-heading {
        padding: 0px 38px 0px;
    }

    .community-tab-mobile {
        display: block;
        margin: 40px 0px;
    }

    .community-image {
        margin-top: 0px;
        margin-left: 0px;
        padding: 20px;
    }

    .toggle-buttons {
        top: 25px;
        padding-top: 0px;
    }

    .toogle-container {
        width: 52%;
    }

    .community-tab-container {
        flex-direction: column-reverse;
    }

    .ai-platform {
        display: none;
    }

    .banner-content {
        display: block;
        padding-left: 0px;
    }

    .home-image-container {
        right: 0;
    }

    .technology-tab-subheading {
        width: 280px;
        margin: 10px auto 23px auto;
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        text-align: center;
        letter-spacing: -0.015em;
        color: #2E485C;
    }

    .technology-tab-heading {
        width: 323px;
        margin: 0 auto;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.015em;
        background: linear-gradient(285.86deg, #1376BB -15.54%, #002CA3 98.71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .home-image {
        width: 100%;
        right: -18px;
    }
    .banner-content-sub-container {
        padding-left: 7%;
    }
    .top-business-heading {
        position: absolute;
        width: 319px;
        height: 178px;
        left: 20px;
        top: 158px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 27px;
        line-height: 140%;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }

    .top-home-individual-heading {
        font-size: 37px;
        line-height: 125%;
    }
    .business-button-container{
        font-size:12px;
    }
    .top-bussiness-description {
        margin-bottom: 0px;
        max-width: 319px;
        max-height: 115px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .home-individual-community-heading {
        margin: 33px auto 21px auto;
        width: 320px;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.015em;
        color: #FFFFFF;
    }

    .home-individual-community-image {
        margin-top: 40px;
        margin-left: 0px;
        padding: 0px 28px;
    }

    .business-skills {
        padding: 0;
    }

    .business-skills-intelligence {
        flex-direction: column;
        padding: 0;
        padding-top: 30px;
    }

    .technology-description {
        margin-top: 11px;
        margin-bottom: 11px;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        letter-spacing: -0.015em;
        color: #E94093;
    }

    .business-skills-container {
        order: 2;
        display: none;
    }

    .business-skills-container-mobile {
        display: block;
    }

    .business-skills-container-mobile-1 {
        display: flex;
        justify-content: center;
        text-align: center;
        padding-right: 50px;
        padding-left: 50px;
    }

    .business-skills-container-mobile-2 {
        display: flex;
        justify-content: center;
        text-align: center;
        padding-right: 17px;
    }

    .business-skills-images-mobile {
        width: 70%;
        height: 55%;
    }

    .business-intelligence-container {
        order: 2;
        height: 510px;
    }

    .intel-skills-home-page-mobile {
        display: block;
        padding: 20px;
        padding-bottom: 0px;
        border-radius: 19px;
    }

    .business-skills-heading {
        order: 1;
        margin: 25px;
        font-size: 21px;
        max-width: 320px;
    }

    .business-skills-para {
        order: 1;
        font-size: 11px;
        margin: 25px;
    }

    .demo-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        gap: 8px;
        width: 320px;
        margin-left: 20px;
        height: 48px;
        margin-top: 340px;
    }

    .inteligence-heading {
        font-size: 20px;
        max-width: 311px;
        text-align: center;
        margin-left: 25px;
    }

    .intel-skills {
        font-weight: 500;
        font-size: 17px;
        line-height: 128%;
        margin-left: 25px;
    }

    .intel-skills-para {
        max-width: 315px;
        font-size: 11px;
        margin-left: 25px;
    }

    .intel-skills-home-page {
        display: none;
    }

    .skills-images {
        width: 90%;
        border-radius: 18px;
        margin: 15px;
        margin-top: 0px;
    }

    .community-tab {
        display: none;
    }

    .inteligence-para {
        max-width: 315px;
        font-size: 11px;
        margin-left: 25px;
    }

    .intel-ddo-section {
        background: #E9F2FF;
        border-radius: 25px;
        flex-direction: column-reverse;
        margin: 20px;
    }

    .intel-ddo {
        font-size: 17px;
        max-width: 297px;
        margin-top: -30px;
    }

    .intel-ddo-para {
        font-size: 11px;
        max-width: 297px;
        margin-top: 10px;
    }

    .tools-heading {
        width: 229px;
        margin: 31px auto 14px auto;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.015em;
        background: linear-gradient(285.86deg, #1376BB -15.54%, #002CA3 98.71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .tools-para {
        width: 315px;
        margin: 0 auto;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 20px;
        color: #2E485C;
    }

    .data-heading {
        font-size: 20px;
    }

    .data-para {
        font-size: 11px;
    }

    .literacy-provider-data-banner {
        background-position: right;
        background-repeat: no-repeat;
        width: 130%;
        height: 246px;
        background-size: cover;
    }

    .literacy-provider-text {
        padding: 20px 215px 100px 20px;
    }

    .gartner-logo {
        width: 90px;
        margin-top: 45px;
    }
    .technology-subdescription {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #435A6C;
        margin-top: 0px;    
    }
    .data-para {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13.75px;
        letter-spacing: -0.015em;
        color: #FFFFFF;
        padding-top: 10px;
    }

    .community-tab-main-heading-mobile {
        margin: 21px auto 72px auto;
        width: 274px;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.015em;
        background: linear-gradient(285.86deg, #1376BB -15.54%, #002CA3 98.71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    business-button-container {
        font-weight: 400;
    }

    .customers {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #435A6C;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .customers-logo-container {
        display: grid;
        justify-content: space-evenly;
        align-items: center;
        grid-template-columns: repeat(4, minmax(10px, auto));
        flex-wrap: wrap;
        max-width: 80%;
        margin: 0 auto;
        gap: 10px;
        margin-top: 25px;
        margin-bottom: 40px;
        padding: 10px;
    }

        .customers-logo-container > div > img {
            width: 100%;
            height: 25px;
        }

    .bottom-banner {
        background: url("/image/background-image.png");
        position: relative;
        background-size: cover;
        margin-left: -5px;
        align-items: center;
        height: auto;
    }

    .global-image {
        bottom: 0;
        left: -150px;
        position: absolute;
    }

    .global-text {
        padding: 0px;
        position: absolute;
        width: 100%;
        height: 300px;
    }

    .global-image > img {
        width: 100%;
    }

    .business-heading {
        width: 100%;
        left: 0px;
        top: 52px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
    }
    #ui-arrow-content-1 .slick-list {
        overflow: visible;
    }
    .bussiness-description {
        width: 100%;
        left: 0px;
        top: 152px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 150px;
    }

    .email-text {
        font-weight: 500;
        font-size: 14px;
        break-after: right;
    }

    .cases {
        background: #E9F2FF;
        padding: 0px;
        padding-top: 20px;
    }

    .intel-skills-home-page-mobile-image {
        border-radius: 19px;
        background-repeat: no-repeat;
        position: relative;
        min-height: 220px;
        padding: 0px 15px 10px 15px;
        margin-top:20px;
    }

    .intel-skills-home-page-mobile-background-1 {
        background: url("/image/Mask group(1).png");
        background-position: center;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        
    }

    .intel-skills-home-page-mobile-background-2 {
        background: url("/image/Mask group(2).png");
        background-position: center;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
       
    }

    .intel-skills-home-page-mobile-background-3 {
        background: url("/image/Mask group(3).png");
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
    }


    .intel-skills-home-page-mobile-heading {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 125%;
        letter-spacing: -0.015em;
        color: #E94093;
        padding-top: 132px;
    }

    .intel-skills-home-page-mobile-paragraph {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .use-case-button-cont {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 10px;
        width: 303px;
        height: 50px;
        left: 225px;
        top: 46px;
        margin-left: 30px;
        background: #053FA9;
        border-radius: 50px;
    }

    .professionals-heading {
        width: 290px;
        height: 56px;
        left: 35px;
        top: 4085px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        color: #053FA9;
        margin-left: 30px;
    }

    .data-professionals-slider {
        width: 280px;
        height: 350px;
        left: 49px;
        top: 4171px;
        background: #FFFFFF;
        box-shadow: 0px 4px 25px #D6E2F4;
        border-radius: 25px;
        margin: 0px;
        padding: 15px;
        margin-left: 25px;
    }

    .business-skills-container {
        order: 0;
    }

    .prof-img {
        width: 95px;
        height: 127px;
        object-fit: cover;
    }

    .prof-slider {
        flex-direction: column;
        margin: 0px;
    }

    .prof-name {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 140%;
        /* or 24px */


        color: #053FA9;
    }

    .prof-designation {
        padding-top: 16px;
        font-weight: 500;
        font-size: 13px;
    }

    .text-container {
        margin-left: 15px;
        padding-top: 8px;
    }

    .prof-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        color: #2E485C;
    }

    .community-heading-paragraph {
        margin: 0 auto;
        width: 322px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .mobile-navbar-header {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px 24px 0px 0px;
        gap: 16px;
        position: relative;
        height: 64px;
        left: 0px;
        top: -1px;
        background: #FFFFFF;
        box-shadow: 0px 1px 0px #D5DADE;
    }

    .community-tab-lower-heading-mobile {
        margin: 0 auto;
        width: 321px;
        font-weight: 600;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        letter-spacing: -0.015em;
        color: #FFFFFF;
    }

    .technology-tab {
        display: none;
    }

    .mobile-nav-bar {
        display: flex;
        justify-content: space-between;
        padding: 15px 25px;
    }

    .mobile-nav-bar-lines {
        padding-top: 13px;
    }

    .public-footer > .footer-cl > img {
        margin: 0 10px;
    }
}
