/* common - button */
.ai-solution-main .ai-button {
    background-color: #E94FCA;
    font-size: 16px;
    color: #fff;
    border-radius: 90px;
    padding: 13px 40px;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    display: block;
}

.ai-solution-main .ai-button:hover {
    color: #E94FCA;
    background-color: #330C79;
    transition: all 0.3s linear;
}

.ai-solution-main .contact-form-section {
    display: none;
}

/* ai-solution-banner css start */


.ai-solution-main .ai-solution-banner {
    background-image: url(../images/ai-page/ai-solution-bannerr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 180px 0px 250px;
    position: relative;
}

.ai-solution-main .ai-solution-banner .banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
}

.ai-solution-main .ai-solution-banner .banner-shape::after {
    content: " ";
    position: absolute;
    bottom: 100px;
    right: 150px;
    height: 528px;
    width: 628px;
    background-image: url(../images/ai-page/banner-ai.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ai-solution-main .ai-solution-banner .banner-shape img {
    width: 100%;
    display: flex;
    height: 100%;
}

.ai-solution-main .ai-solution-banner .text {
    text-align: center;
    padding-bottom: 45px;
}

.ai-solution-main .ai-solution-banner .text .title {
    font-size: 50px;
    color: var(--common-white-color);
    font-family: var(--font-family);
    margin-bottom: 21px;
}

.ai-solution-main .ai-solution-banner .text .paragraph-text {
    font-size: 18px;
    color: var(--common-white-color);
    font-weight: 500;
    line-height: 28px;
    font-family: var(--font-family);
    margin: 0;
    position: relative;
    z-index: 2;
}

.ai-solution-main .ai-solution-banner .project-count-main {
    max-width: 446px;
    background-image: url(../images/ai-page/ai-solution-banner-inner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 32px;
    border: 2px solid var(--Secoundry-color);
    padding: 50px 42px;
}

.ai-solution-main .ai-solution-banner .project-count-main .count {
    display: flex;
    align-items: center;
    padding-bottom: 37px;
}

.ai-solution-main .ai-solution-banner .project-count-main .count:last-child {
    padding-bottom: 0 !important;
}

.ai-solution-main .ai-solution-banner .project-count-main .count h2 {
    color: var(--common-white-color);
    font-size: 48px;
    margin: 0;
    max-width: 130px;
    width: 100%;
}

.ai-solution-main .ai-solution-banner .project-count-main .count p {
    color: var(--common-white-color);
    font-size: 21px;
}

@media(max-width:1440px) {
    .ai-solution-main .ai-solution-banner {
        padding: 180px 0px 200px;
    }

    .ai-solution-main .ai-solution-banner .banner-shape::after {
        height: 496px;
        width: 590px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .ai-solution-banner .text .paragraph-text {
        font-size: 16px;
        line-height: 24px;
    }

    .ai-solution-main .ai-solution-banner .text .title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .ai-solution-main .ai-solution-banner {
        padding: 150px 0px 200px;
    }

    .ai-solution-main .ai-solution-banner .project-count-main {
        max-width: 400px;
        padding: 30px;
    }

    .ai-solution-main .ai-solution-banner .project-count-main .count {
        padding-bottom: 15px;
    }

    .ai-solution-main .ai-solution-banner .project-count-main .count h2 {
        font-size: 36px;
        max-width: 100px;
    }

    .ai-solution-main .ai-solution-banner .project-count-main .count p {
        font-size: 18px;
    }

    .ai-solution-main .ai-solution-banner .banner-shape::after {
        height: 378px;
        width: 450px;
    }

    .ai-solution-main .ai-solution-banner .text {
        padding-bottom: 25px;
    }
}

@media (max-width:1100px) {
    .ai-solution-main .ai-solution-banner .banner-shape::after {
        right: 80px;
    }
}

@media (max-width:991px) {
    .ai-solution-main .ai-solution-banner .text .title {
        font-size: 32px;
    }

    .ai-solution-main .ai-solution-banner {
        padding: 130px 0px 170px;
    }

    .ai-solution-main .ai-solution-banner .text .paragraph-text {
        font-size: 14px;
        line-height: 20px;
    }

    .ai-solution-main .ai-solution-banner .banner-shape::after {
        height: 296px;
        width: 350px;
    }

    .ai-solution-main .ai-solution-banner .project-count-main .count h2 {
        font-size: 32px;
        max-width: 90px;
    }

    .ai-solution-main .ai-solution-banner .project-count-main {
        max-width: 330px;
        padding: 25px;
    }

    .ai-solution-main .ai-solution-banner .project-count-main .count p {
        font-size: 16px;
    }
}

@media (max-width:840px) {
    .ai-solution-main .ai-solution-banner .banner-shape::after {
        right: 50px;
    }
}

@media (max-width:767px) {
    .ai-solution-main .ai-solution-banner .project-count-main {
        margin: 0 auto;
    }

    .ai-solution-main .ai-solution-banner .banner-shape::after {
        display: none;
    }
}

@media (max-width: 540px) {
    .ai-solution-main .ai-solution-banner {
        padding: 130px 0px;
    }
}

/* ai-solution-banner css end */

/* ai-service css start */

.ai-solution-main .ai-service-main {
    padding-bottom: 80px;
    position: relative;
}

.ai-solution-main .ai-service-main::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 1530px;
    width: 920px;
    background-image: url(../images/ai-page/ai-shadow1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ai-solution-main .ai-service-main .row {
    margin-right: -30px;
    margin-left: -30px;
    position: relative;
    z-index: 2;
}

.ai-solution-main .ai-service-main .row>* {
    padding-right: 30px;
    padding-left: 30px;
}

.ai-solution-main .ai-service-main .ai-service-inner .right-text h2 {
    margin-bottom: 30px;
}

.ai-solution-main .ai-service-main .ai-service-inner .right-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
}

.ai-solution-main .ai-service-main .ai-service-inner .right-text span {
    font-weight: bold;
    color: var(--Secoundry-color);
    position: relative;
}

.ai-solution-main .ai-service-main .ai-service-inner .right-text span::after {
    content: " ";
    position: absolute;
    width: 90px;
    height: 4px;
    border-radius: 2px;
    top: 55px;
    left: 0;
    background-color: var(--Secoundry-color);
}

.ai-solution-main .ai-service-main .ai-service-inner .right-text .button {
    width: fit-content;
    border-radius: 10px;
}


/* responsive media start */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .ai-service-main .ai-service-inner .right-text h2 {
        font-size: 32px;
    }

    .ai-solution-main .ai-service-main .ai-service-inner .right-text p {
        font-size: 16px;
    }

    .ai-solution-main .ai-service-main {
        padding-bottom: 60px;
    }
}


@media (max-width: 1024px) {

    .ai-solution-main .ai-service-main .ai-service-inner .right-text p {
        font-size: 16px;
    }

    .ai-solution-main .ai-service-main .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .ai-solution-main .ai-service-main .row>* {
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (max-width: 992px) {
    .ai-solution-main .ai-service-main .ai-service-inner {
        flex-wrap: wrap;
    }

    .ai-solution-main .ai-service-main .ai-service-inner .left-img {
        width: 100%;
    }

    .ai-solution-main .ai-service-main .ai-service-inner .right-text {
        width: 100%;
    }

    .ai-solution-main .ai-service-main::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .ai-solution-main .ai-service-main .ai-service-inner .right-text span::after {
        top: 45px;
    }
}

@media (max-width: 480px) {
    .ai-solution-main .ai-service-main .ai-service-inner .right-text h2 {
        font-size: 24px;
    }

    .ai-solution-main .ai-service-main .ai-service-inner .right-text p {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    .ai-solution-main .ai-service-main .ai-service-inner .right-text h2 {
        font-size: 23px;
    }
}

/* ai-service css end */


/* key-features section css start */

.ai-solution-main .key-features-main .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    row-gap: 40px;
    margin: auto;
    padding-top: 25px;
    position: relative;
    z-index: 2;
}

.ai-solution-main .key-features-main .features-card {
    height: auto;
    background-color: #F0F1FA;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid transparent;
}

.ai-solution-main .key-features-main .features-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--Secoundry-color);
}

.ai-solution-main .key-features-main .card-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 15px 0px;
    height: 60px;
}

.ai-solution-main .key-features-main .card-desc {
    font-size: 14px;
    line-height: normal;
    margin-top: auto;
}

.ai-solution-main .key-features-main .features-text {
    padding: 20px 25px;
}

.ai-solution-main .key-features-main .icon-wrapper {
    position: relative;
}

.ai-solution-main .key-features-main .icon-wrapper .icon-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #DDDDDD;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.ai-solution-main .key-features-main .features-card:hover .icon-div {
    background-color: var(--primary-color);
}

.ai-solution-main .key-features-main .icon-wrapper .icon-div img {
    transition: filter 0.3s ease;
}

.ai-solution-main .key-features-main .features-card:hover .icon-div img {
    filter: brightness(0) invert(1);
}

/* Responsive media query */
@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .key-features-main .grid-container {
        gap: 24px;
        row-gap: 34px;
    }

    .ai-solution-main .key-features-main .icon-wrapper .icon-div {
        height: 55px;
        width: 55px;
    }

    .ai-solution-main .key-features-main .icon-wrapper .icon-div img {
        height: 32px;
        width: 32px;
    }

    .ai-solution-main .key-features-main .card-title {
        font-size: 20px;
        margin: 12px 0px;
    }

    .ai-solution-main .key-features-main .features-text {
        padding: 20px;
    }
}

@media (max-width:991px) {
    .ai-solution-main .key-features-main .card-title {
        height: 54px;
    }
}

@media (max-width:767px) {
    .ai-solution-main .key-features-main .features-card {
        max-width: 350px;
        margin: 0 auto;
    }

    .ai-solution-main .key-features-main .features-text {
        padding: 15px;
    }

    .ai-solution-main .key-features-main .card-title {
        font-size: 18px;
        margin: 10px 0px;
    }

    .ai-solution-main .key-features-main .icon-wrapper .icon-div {
        height: 50px;
        width: 50px;
    }

    .ai-solution-main .key-features-main .icon-wrapper .icon-div img {
        height: 25px;
        width: 25px;
    }
}

/* key-features section css end */

.ai-solution-main .build-with-ai-main {
    padding: 80px 0px;
    position: relative;
    z-index: 0;
}

/* .ai-solution-main .build-with-ai-main .build-with-ai-inner {
    overflow: hidden;
} */

.ai-solution-main .build-with-ai-main::after,
.ai-solution-main .build-with-ai-main::before {
    content: "";
    position: absolute;
    top: -200px;
    height: 1531px;
    width: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.ai-solution-main .build-with-ai-main::after {
    left: 0;
    background-image: url(../images/ai-page/slider-left-shadow1.webp);
}

.ai-solution-main .build-with-ai-main::before {
    right: 0;
    height: 1534px;
    width: 900px;
    background-image: url(../images/ai-page/slider-right-shadow.webp);
}

.ai-solution-main .build-with-ai-main .main-title {
    text-align: center;
    padding-bottom: 42px;
    max-width: 854px;
    margin-left: auto;
    margin-right: 0;
}

.ai-solution-main .build-with-ai-main .main-title h2 {
    color: #330C79;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}

.ai-solution-main .build-with-ai-main .main-title p {
    color: rgb(231, 79, 155);
    font-size: 18px;
    font-weight: 600;
}

.ai-solution-main .build-with-ai-main .ai-tool-inner {
    display: flex;
    margin: 0 auto;
    gap: 25px;
    max-width: 695px;
    width: 100%;
}

.ai-solution-main .swiper-wrapper .swiper-slide.sticky-swiper {
    height: auto !important;
    margin-bottom: 33px !important;
}

.ai-solution-main .swiper-slide.sticky-swiper.build-with-ai-tab {
    border-radius: 89px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 30px;
}

.ai-solution-main .swiper-slide.sticky-swiper.build-with-ai-tab p {
    color: #000;
    font-size: 18px;
}

.ai-solution-main .swiper-slide.sticky-swiper.build-with-ai-tab.active {
    background-color: var(--primary-color);
}

.ai-solution-main .swiper-slide.sticky-swiper.build-with-ai-tab.active p {
    color: #fff;
    font-size: 18px;
}

.ai-solution-main .slider .swiper-container {
    width: 100%;
    height: 100%;

}

.ai-solution-main .slider__flex {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 95px;
    position: relative;

}

.ai-solution-main .slider__col {
    max-width: 197px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    align-self: flex-start;
    z-index: 10;
    top: 140px;
}

.ai-solution-main .swiper-slide.tab-section-main {
    margin-bottom: 60px;
}

.ai-solution-main .swiper-slide.tab-section-main:last-child {
    margin-bottom: 0;
}

.ai-solution-main .slider__col .swiper-wrapper {
    transform: unset !important;
}

.ai-solution-main .slider__thumbs .slider__image {
    transition: 0.25s;
    padding: 13px 10px;
    height: auto;
    text-align: center;
}

.ai-solution-main .slider__thumbs .slider__image p {
    color: white;
}

.ai-solution-main .slider__images {
    width: calc(100% - 197px);
    padding: 0px 20px;
    flex: 1;
}

.ai-solution-main .slider__images .slider__image {
    height: auto;
    width: 100%;
}

.ai-solution-main .after-tabs-section {
    height: 100vh;
    background: #f0f0f0;
}

.ai-solution-main .slider__image .slider-section-title {
    display: none;
}

@media (max-width:991px) {
    .ai-solution-main .slider__col {
        display: none;
    }

    .ai-solution-main .slider__images {
        height: 100%;
    }

    /* .ai-solution-main .slider__images .slider__image {
        padding-bottom: 40px;
    } */

    .ai-solution-main .swiper-slide:last-child .slider__image {
        padding-bottom: 0;
    }

    .ai-solution-main .slider__image .slider-section-title {
        display: block;
        text-align: center;
    }

    .ai-solution-main .slider__image .slider-section-title h3 {
        font-size: 26px;
        font-weight: bold;
        color: var(--primary-color);
        padding-bottom: 25px;
        margin: 0;
    }

}

@media (max-width:767px) {
    .ai-solution-main .slider__images {
        padding: 0px 18px;
    }

}


/* slider-section1 start */

.ai-solution-main .build-with-ai-main .ai-tool-inner .main-card {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.ai-solution-main .build-with-ai-main .card {
    padding: 23px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    max-width: 334px;
    width: 100%;
    background-color: white;
}

.ai-solution-main .build-with-ai-main .card:hover {
    background-color: var(--primary-color);
    color: white;
}

.ai-solution-main .build-with-ai-main .card:hover .heading h4 {
    color: white;
}

.ai-solution-main .build-with-ai-main .card:hover .hover-img {
    filter: brightness(0) invert(1);
    transition: filter 0.1s ease;
}

.ai-solution-main .build-with-ai-main .build-with-ai {
    margin: 30px auto 0px;
}

.ai-solution-main .build-with-ai-main .card.deepseek {
    padding: 34px 20px;
}

.ai-solution-main .build-with-ai-main .google-main h4 {
    color: white;
}

.ai-solution-main .build-with-ai-main .card .heading h4 {
    margin: 0;
    font-size: 24px;
    color: #000;
}

.ai-solution-main .build-with-ai-main .card p {
    line-height: 25px;
    font-size: 16px;
}

.ai-solution-main .build-with-ai-main .card.google-main {
    padding: 35px 20px;
}

.ai-solution-main .build-with-ai-main .card .heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 17px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .build-with-ai-main .card {
        padding: 15px;
    }

    .ai-solution-main .build-with-ai-main {
        padding: 60px 0px;
    }

    .ai-solution-main .build-with-ai-main .card .heading h4 {
        font-size: 18px;
    }

    .ai-solution-main .build-with-ai-main .card .heading {
        padding-bottom: 10px;
    }

    .ai-solution-main .build-with-ai-main .card p {
        font-size: 14px;
        line-height: 21px;
    }

    .ai-solution-main .build-with-ai-main .ai-tool-inner .main-card {
        gap: 18px;
    }

    .ai-solution-main .build-with-ai-main .ai-tool-inner {
        gap: 18px;
    }

    .ai-solution-main .build-with-ai-main .ai-tool-inner .main-card img {
        height: 40px;
        width: 40px;
    }

    .ai-solution-main .slider__thumbs .slider__image {
        padding: 10px;
    }

    .ai-solution-main .slider__thumbs .slider__image.slide_title p {
        font-size: 16px;
    }

    .ai-solution-main .slider__flex {
        gap: 60px;
    }

    .ai-solution-main .build-with-ai-main .card.google-main {
        padding: 25px 15px;
    }

    .ai-solution-main .swiper-wrapper .swiper-slide.sticky-swiper {
        margin-bottom: 25px !important;
    }
}

@media(max-width:991px) {
    .ai-solution-main .build-with-ai-main::before {
        display: none;
    }

    .ai-solution-main .build-with-ai-main::after {
        display: none;
    }
}

@media (max-width:767px) {
    .ai-solution-main .build-with-ai-main .ai-tool-inner {
        width: 100%;
        flex-wrap: wrap;
    }

    .ai-solution-main .build-with-ai-main .ai-tool-inner .main-card {
        width: 100%;
    }

    .ai-solution-main .ai-button {
        margin: 0 auto;
    }

    .ai-solution-main .build-with-ai-main .card {
        margin: 0 auto;
        max-width: 350px;
    }
}


/* slider-section1 end */

/* slider-section2 start */

.ai-solution-main .slider__image .content-ai-app {
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: stretch;
}

.ai-solution-main .slider__image .content-ai-app .app-box {
    border-radius: 9px;
    background-color: #F4EBFF;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ai-solution-main .slider__image .content-ai-app .top-img {
    padding: 14px 32px 10px;
    background-color: #D5B1FF;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ai-solution-main .slider__image .content-ai-app .bottom-text {
    padding: 24px 52px 24px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ai-solution-main .slider__image .content-ai-app .bottom-text h4 {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.ai-solution-main .slider__image .content-ai-app .bottom-text p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.ai-solution-main .content-ai-app-button {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .slider__image .content-ai-app .top-img {
        padding: 10px;
        max-height: 250px;
    }

    .ai-solution-main .slider__image .content-ai-app .bottom-text {
        padding: 10px 20px 20px;
    }

    .ai-solution-main .slider__image .content-ai-app .bottom-text h4 {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .ai-solution-main .slider__image .content-ai-app .bottom-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .ai-solution-main .content-ai-app-button {
        padding-top: 30px;
    }
}

@media (max-width:767px) {
    .ai-solution-main .slider__image .content-ai-app {
        flex-wrap: wrap;
    }

    .ai-solution-main .slider__image .content-ai-app .app-box {
        flex: unset;
        max-width: 350px;
    }

    .ai-solution-main .content-ai-app-button {
        padding-top: 0;
    }
}

/* slider-section2 end*/


/* slider-section3 start*/

.ai-solution-main .warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.ai-solution-main .warpper .tabs {
    background-color: #E5CDFF;
    padding: 6px 28px;
    border-radius: 43px;
    position: absolute;
    top: 0;
    z-index: 99;
    max-width: 637px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ai-solution-main .warpper .tab {
    cursor: pointer;
    padding: 10px 20px;
    background: transparent;
    display: inline-block;
    color: #000;
    border-radius: 36px;
    max-width: 181px;
    width: 100%;
    text-align: center;
}

.ai-solution-main .warpper .tab-section {
    position: relative;
}

.ai-solution-main .warpper .panels {
    background: #170A32;
    color: #FFF;
    min-height: 600px;
    width: 100%;
    border-radius: 9px;
    overflow: hidden;
    padding: 60px 20px 0px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.ai-solution-main .warpper .panels::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 281px;
    width: 810px;
    background-image: url(../images/ai-page/panel-bg-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}


.ai-solution-main .warpper .panel {
    display: none;
    animation: fadein .8s;
    position: relative;
}

.ai-solution-main .warpper .panel p {
    max-width: 577px;
    width: 100%;
    color: #D2D4D7;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
}

.ai-solution-main .warpper .panel .tab-img {
    position: absolute;
    top: 161px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ai-solution-main .warpper .panel-title {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
}

.ai-solution-main .warpper .radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab {
    background: #000;
    color: #fff;
}


/* responsive media query */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .warpper .panels {
        padding: 50px 20px 0px 20px;
    }

    .ai-solution-main .warpper .panel-title {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .ai-solution-main .warpper .panel p {
        font-size: 14px;
        line-height: 22px;
    }

}

@media (max-width:1199px) {
    .ai-solution-main .warpper .tabs {
        max-width: 530px;

    }

    .ai-solution-main .warpper .panels {
        min-height: 555px;
    }
}

@media (max-width:991px) {
    /* .ai-solution-main .warpper .tabs {
        top: 50px;
    } */
}

@media (max-width:767px) {
    .ai-solution-main .warpper .tabs {
        max-width: 400px;
    }

    .ai-solution-main .warpper .panels {
        min-height: 100%;
        display: flex;
    }

    #one:checked~.panels #one-panel,
    #two:checked~.panels #two-panel,
    #three:checked~.panels #three-panel {
        display: flex;
    }

    .ai-solution-main .warpper .panel {
        height: auto;
        flex-direction: column;
    }

    .ai-solution-main .warpper .panel .tab-img {
        position: unset;
        transform: unset;
        margin-top: auto;
        margin-top: 30px;
    }

    .ai-solution-main .warpper .panel-title {
        font-size: 20px;
    }
}

/* slider-section3 end*/

/* slider-section4 start*/

.ai-solution-main .ai-chat-inner .chat-card {
    display: flex;
    align-items: center;
    padding: 18px 35px 18px 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    gap: 25px;
    border-radius: 20px;
    margin-bottom: 28px;
    background-color: white;
}

.ai-solution-main .ai-chat-inner .chat-card .left-img {
    height: auto;
    max-width: 318px;
    width: 100%;
}

.ai-solution-main .ai-chat-inner .chat-card h5 {
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.ai-solution-main .ai-chat-inner .chat-card p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 26px;
}

.ai-solution-main .ai-power-btn {
    display: flex;
    justify-content: center;
}

/* responsive media query */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .ai-chat-inner .chat-card {
        padding: 15px;
        gap: 20px;
        margin-bottom: 20px;
    }

    .ai-solution-main .ai-chat-inner .chat-card h5 {
        margin-bottom: 8px;
        line-height: 25px;
        font-size: 24px;
    }

    .ai-solution-main .ai-chat-inner .chat-card p {
        font-size: 14px;
        line-height: 24px;
    }

    .ai-solution-main .ai-chat-inner .chat-card img {
        max-height: 150px;
    }

    .ai-solution-main .ai-chat-inner .chat-card .left-img {
        max-width: max-content;
    }
}

@media (max-width:991px) {
    .ai-solution-main .ai-power-btn {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    .ai-solution-main .ai-chat-inner .chat-card:last-child {
        margin-bottom: 0;
    }
}


@media (max-width:600px) {
    .ai-solution-main .ai-chat-inner .chat-card {
        flex-wrap: wrap;
    }

    .ai-solution-main .ai-chat-inner .chat-card img {
        max-height: unset;
        max-width: 100%;
        width: 100%;
    }

    .ai-solution-main .ai-chat-inner .chat-card .left-img {
        max-width: 100%;
        width: 100%;
    }
}

/* slider-section4 end*/

/* slider-section5 start*/
.ai-solution-main .ai-inventory {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.ai-solution-main .ai-inventory .card {
    padding: 27px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}

.ai-solution-main .ai-inventory .card-left {
    background-image: url(../images/ai-page/inventory-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 482px;
    width: 100%;

}

.ai-solution-main .ai-inventory .card-left h5 {
    line-height: 21px;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.ai-solution-main .ai-inventory .card-left p {
    line-height: 27px;
    font-size: 16px;
    color: #F5F5F5;
    font-weight: 600;
}

.ai-solution-main .ai-inventory .card-right {
    border: 1px solid var(--primary-color);
}

.ai-solution-main .ai-inventory .inventory-img {
    margin-top: auto;
    max-width: 100%;
    height: auto;
}

.ai-solution-main .swiper-slide .go-ai-btn {
    margin-top: 23px;
    display: flex;
    justify-content: center;
}

.ai-solution-main .ai-inventory .card-right h5 {
    font-size: 32px;
}

/* responsive media query */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .ai-inventory .card-left h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ai-solution-main .ai-inventory .card-left p {
        line-height: 23px;
        font-size: 14px;
    }

    .ai-solution-main .ai-inventory .card-left {
        margin: 0;
    }

    .ai-solution-main .ai-inventory .card {
        padding: 15px;
    }

    .ai-solution-main .ai-inventory .card-right h5 {
        margin-bottom: 10px;
        font-size: 24px;
    }
}

@media (max-width:991px) {

    .ai-solution-main .swiper-slide .go-ai-btn {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .ai-solution-main .ai-inventory {
        flex-wrap: wrap;
    }

    .ai-solution-main .ai-inventory .card {
        flex: unset;
        max-width: 350px;
    }

    .ai-solution-main .swiper-slide .go-ai-btn {
        margin-top: 0;
    }
}

/* slider-section5 end*/


/* slider-section6 start*/
.ai-solution-main .tab-section2 .tab2 {
    overflow: hidden;
    background-color: #E5CDFF;
    border-radius: 43px;
    max-width: 543px;
    margin: 0 auto;
    padding: 6px;
    display: flex;
}

.ai-solution-main .tab-section2 .tab-inner1 {
    background-color: #f6c7a3;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    padding: 50px 20px 0px;
    position: relative;
}

.ai-solution-main .tab-section2 .tab-inner2 {
    background-image: url(../images/ai-page/tab-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    padding: 50px 20px 0px;
    position: relative;
}

.ai-solution-main .tab-section2 .tab-inner img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.ai-solution-main .tab-section2 .tab-inner h3 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 30px;
    margin: 0;
}

.ai-solution-main .tab-section2 .tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 18px;
    border-radius: 36px;
    min-width: 181px;
    text-align: center;
    flex: 1;
}

.ai-solution-main .tab-section2 .tab2 button.active {
    background-color: #170A32;
    color: #fff;
}

.ai-solution-main .tab-section2 .tab2 button.tablink-first {
    min-width: max-content;
}

.ai-solution-main .tab-section2 .tabcontent {
    display: none;
    padding: 6px 12px;
}

.ai-solution-main .tab-section2 .tabcontent p {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 22px 0px 18px;
}

.ai-solution-main .swiper-slide .ai-setup-btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

/* resposive media query */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .tab-section2 .tab2 button {
        font-size: 16px;
        padding: 8px 16px;
    }

    .ai-solution-main .tabcontent p {
        line-height: 24px;
        padding: 15px 0px 18px;
    }

    .ai-solution-main .tab-section2 .tab-inner {
        padding: 30px 15px 0px;
    }

    .ai-solution-main .tab-section2 .tab-inner h3 {
        font-size: 24px;
        line-height: 22px;
        padding-bottom: 10px;
    }
}

@media(max-width:1199px) {
    .ai-solution-main .tab-section2 .tab-inner {
        display: flex;
        flex-direction: column;
    }

    .ai-solution-main .tab-section2 .tab-inner img {
        position: unset;
        transform: unset;
        margin-top: auto;
        margin-top: 30px;
    }

    .ai-solution-main .tab-section2 .tab-inner {
        height: 100%;
    }

    .ai-solution-main .tab-section2 .tabcontent p {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 0px 10px;
    }
}

@media(max-width:767px) {
    .ai-solution-main .swiper-slide .ai-setup-btn {
        padding-top: 0;
    }

    .ai-solution-main .tab-section2 .tab2 {
        max-width: 400px;
    }

    .ai-solution-main .tab-section2 .tab2 button {
        min-width: max-content;
    }

    .ai-solution-main .tab-section2 .tab-inner h3 {
        font-size: 20px;
    }

    @media(max-width:600px) {
        .ai-solution-main .tab {
            padding: 5px 10px;
            font-size: 12px;
        }

        .ai-solution-main .tabs {
            max-width: 330px;
        }

        .ai-solution-main .tab-section2 .tabcontent p {
            font-size: 14px;
        }

        .ai-solution-main .tab-section2 .tab2 button {
            font-size: 12px;
            padding: 5px 10px;
        }
    }

}

/* slider-section6 end*/

/* slider-section7 start*/

.ai-solution-main .shopify-magic .shopify-magic-top {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.ai-solution-main .shopify-magic .shopify-magic-details h4 {
    font-size: 34px;
    font-weight: bold;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 0;
}

.ai-solution-main .shopify-magic .shopify-magic-details h5 {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.ai-solution-main .shopify-magic .shopify-magic-details p {
    font-size: 20px;
    font-weight: 600;
    color: var(--Secoundry-color);
    line-height: 27px;
    margin-bottom: 22px;
}

.ai-solution-main .shopify-magic .shopify-magic-details li {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    list-style: none;
    padding-left: 10px;
    position: relative;
    margin-bottom: 15px;
}

.ai-solution-main .shopify-magic .shopify-magic-details li:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 15px;
    top: 6px;
    left: -15px;
    background-image: url(../images/ai-page/shopify-magic-check.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.ai-solution-main .shopify-magic .shopify-magic-bottom {
    position: relative;
    background-color: #DFD5F1;
    margin-top: 50px;
    padding: 28px;
    max-width: 835px;
    border-radius: 20px;
    z-index: 1;
    font-size: 16px;
    text-align: center;
}

.ai-solution-main .shopify-magic .shopify-magic-bottom::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: #fff;
    border-radius: 20px;
    z-index: -1;
}

.ai-solution-main .shopify-magic .shopify-magic-bottom p {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

.ai-solution-main .launch-store {
    display: flex;
    justify-content: center;
    padding-top: 34px;
}

/* Responsive Media Query */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .shopify-magic .shopify-magic-details h4 {
        font-size: 28px;
    }

    .ai-solution-main .shopify-magic .shopify-magic-details h5 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .ai-solution-main .shopify-magic .shopify-magic-details p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .ai-solution-main .shopify-magic .shopify-magic-details li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
        margin-bottom: 12px;
    }

    .ai-solution-main .shopify-magic .shopify-magic-img img {
        max-height: 250px;
    }

    .ai-solution-main .shopify-magic .shopify-magic-bottom {
        padding: 20px;
        max-width: 750px;
        font-size: 14px;
        margin: 0 auto;
    }

    .ai-solution-main .shopify-magic .shopify-magic-bottom p {
        font-size: 14px;
        line-height: 24px;
    }

    .ai-solution-main .launch-store {
        padding-top: 30px;
    }

    .ai-solution-main .build-with-ai-main .main-title h2 {
        font-size: 32px;
    }

    .ai-solution-main .build-with-ai-main .main-title {
        padding-bottom: 30px;
    }

    .ai-solution-main .build-with-ai-main .main-title h2 {
        font-size: 32px;
    }

    .ai-solution-main .build-with-ai-main .main-title p {
        font-size: 16px;
    }

    .ai-solution-main .ai-button {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .ai-solution-main .shopify-magic .shopify-magic-top {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }

    .ai-solution-main .shopify-magic .shopify-magic-top {
        gap: 20px;
    }

    .ai-solution-main .launch-store {
        padding-top: 0;
    }

    .ai-solution-main .ai-button {
        margin-top: 30px;
    }
}

/* slider-section7 end*/


/* smart-ai-commerce-section css start */
.ai-solution-main .ai-commerce-main {
    overflow: hidden;
    padding-top: 20px;
}

.ai-solution-main .ai-commerce-main .ai-commerce-inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 33px;
}

.ai-solution-main .ai-commerce-main .smart-commerce-ai-details p {
    font-size: 20px;
    color: var(--Secoundry-color);
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}

.ai-solution-main .ai-commerce-main .smart-commerce-ai-details {
    width: 35%;
}

.ai-solution-main .ai-commerce-main .smart-commerce-ai-details h4 {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: bold;
    line-height: normal;
    margin-bottom: 29px;
}

.ai-solution-main .ai-commerce-main .smart-commerce-ai-details .Consultation-btn {
    font-size: 16px;
    color: #fff;
    background-color: var(--Secoundry-color);
    border-radius: 10px;
    padding: 12px 18px;
    text-decoration: none;
    width: fit-content;
}

.ai-solution-main .ai-commerce-main .smart-commerce-ai-details .Consultation-btn:hover {
    background-color: var(--primary-color);
    color: var(--Secoundry-color);
}

.ai-solution-main .ai-commerce-main .ai-commerce-inner .smart-ai-cards {
    display: flex;
    justify-content: center;
    gap: 34px;
    width: 65%;
}

.ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #381E67;
    max-width: 226px;
    text-align: center;
    border-radius: 20px;
    padding: 50px 19px;
    height: auto;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card:hover {
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    padding-top: 40px;
}

.ai-solution-main .ai-commerce-main .smart-ai-img-wrapper {
    position: relative;
}

.ai-solution-main .ai-commerce-main .smart-ai-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #260552, #A939F3);
    z-index: 0;
}

.ai-solution-main .ai-commerce-main .smart-ai-img {
    position: relative;
    z-index: 1;
}


/* responsive media query css */

@media (max-width:1200px) {
    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details h4 {
        font-size: 36px;
    }

    .ai-solution-main .ai-commerce-main .ai-commerce-inner {
        gap: 20px;
    }

    .ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card p {
        padding-top: 30px;
    }

    .ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card {
        max-width: 200px;
        padding: 35px 15px;
    }

    .ai-solution-main .ai-commerce-main .ai-commerce-inner .smart-ai-cards {
        gap: 20px;
    }
}

@media (max-width:1024px) {
    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details p {
        font-size: 16px;
    }

    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details .Consultation-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width:991px) {
    .ai-solution-main .ai-commerce-main .ai-commerce-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details {
        width: 100%;
    }

    .ai-solution-main .ai-commerce-main .ai-commerce-inner .smart-ai-cards {
        width: 100%;
    }

    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details {
        text-align: center;
    }

    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details .Consultation-btn {
        margin: 0 auto;
    }

}

@media(max-width:767px) {
    .ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card p {
        font-size: 18px;
    }

    .ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card {
        width: 100%;
        flex: unset;
    }

    .ai-solution-main .ai-commerce-main .ai-commerce-inner .smart-ai-cards {
        flex-wrap: wrap;
    }

    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details h4 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .ai-solution-main .ai-commerce-main .smart-commerce-ai-details h4 {
        font-size: 24px;
    }
}

@media (max-width: 449px) {
    .ai-solution-main .ai-commerce-main .smart-ai-cards .ai-card {
        max-width: 350px;
    }
}

/* smart-ai-commerce-section css end */


/* animation-scroll-start */
.animation-scroll-main .slider-container {
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    padding: 80px 0px;
}

.animation-scroll-main .slider-container .text p {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
}

.animation-scroll-main .slider-container .text h4 {
    font-size: 50px;
    color: #000;
    margin: 0;
}

.animation-scroll-main .slider-container .text h2 {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(to top, #efc5f5, #9465af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin: 0;
    text-align: center;
}

.animation-scroll-main .slider-container .text h2::before,
.animation-scroll-main .slider-container .text h2::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    font-size: 70px;
    font-weight: bold;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animation-scroll-main .slider-container .text h2::before {
    top: 4px;
    background: rgba(0, 0, 0, 0.39);
    filter: blur(1px);
}

.animation-scroll-main .slider-container .text h2::after {
    top: -4px;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(1px);
}



.animation-scroll-main .slider-row {
    display: flex;
    width: fit-content;
    animation-timing-function: linear;
}

.animation-scroll-main .slider-row .text {
    margin: 0px 50px;
}

.animation-scroll-main .row-common {
    animation: slide-left 60s linear infinite;
}

.animation-scroll-main .row-2 {
    animation: slide-right 60s linear infinite;
    padding: 40px 0px;
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.animation-scroll-main .row-wrapper {
    display: flex;
    width: max-content;
    align-items: center;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .animation-scroll-main .slider-container {
        padding: 60px 0px;
    }

    .animation-scroll-main .row-2 {
        padding: 25px 0px;
    }
}

@media (max-width:1199px) {

    .animation-scroll-main .slider-container .text h2 {
        font-size: 50px;
    }

    .animation-scroll-main .slider-container .text h4 {
        font-size: 40px;
    }

    .animation-scroll-main .row-2 {
        padding: 30px 0px;
    }
}

@media (max-width:991px) {
    .animation-scroll-main .slider-row .text {
        margin: 0px 30px;
    }

    .animation-scroll-main .slider-container .text p {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .animation-scroll-main .slider-container .text h4 {
        font-size: 32px;
    }

    .animation-scroll-main .slider-container .text h2 {
        font-size: 46px;
    }

    .animation-scroll-main .slider-container .text p {
        font-size: 18px;
    }

}

/* animation-scroll-end */

.ai-solution-main .ai-implement-main {
    background-color: #F0F1FA;
    padding-top: 80px;
    padding-left: 0;
    position: relative;
}

.ai-solution-main .ai-implement-main:before {
    content: " ";
    position: absolute;
    top: 25px;
    right: 120px;
    height: 155px;
    width: 123px;
    background-image: url(../images/ai-page/robot-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.ai-solution-main .ai-implement-main .ai-implement-inner {
    display: flex;
    justify-content: center;
    gap: 78px;
}

.ai-solution-main .ai-implement-main .ai-implement-inner .left-image {
    position: sticky;
    height: max-content;
    top: 140px;
}

.ai-solution-main .ai-implement-main .right-details {
    max-height: 100%;
}

.ai-solution-main .ai-implement-main .left-image img {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.ai-solution-main .ai-implement-main .left-image::before {
    content: '';
    position: absolute;
    height: 1px;
    right: -8px;
    bottom: -8px;
    border-radius: 15px;
    background: var(--Secoundry-color);
    z-index: -1;
}


.ai-solution-main .ai-implement-main .right-details .item {
    margin-bottom: 30px;
    display: flex;
    gap: 14px;
}

.ai-solution-main .ai-implement-main .right-details .count {
    text-align: center;
}

.ai-solution-main .ai-implement-main .right-details .count p {
    padding: 4px 9px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.ai-solution-main .ai-implement-main .right-details .text h6 {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: bold;
    line-height: 26px;
}

.ai-solution-main .ai-implement-main .right-details .text p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
}


@media (min-width: 992px) {
    .ai-solution-main .ai-implement-main {
        padding-right: calc((100% - 960px) / 2 + -0px);
    }

}

@media (min-width: 1024px) {
    .ai-solution-main .ai-implement-main .left-image img {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .ai-solution-main .ai-implement-main {
        padding-right: calc((100% - 1140px) / 2 + -0px);
    }
}

@media (min-width: 1400px) {
    .ai-solution-main .ai-implement-main {
        padding-right: calc((100% - 1210px) / 2 + -0px);
    }

}

@media (min-width: 1500px) {
    .ai-solution-main .ai-implement-main:before {
        right: 290px;
    }

}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .ai-implement-main .right-details .item {
        margin-bottom: 20px;
    }

    .ai-solution-main .ai-implement-main .right-details .text p {
        line-height: 24px;
    }

    .ai-solution-main .ai-implement-main .right-details .text h6 {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 20px;
    }

    .ai-solution-main .ai-implement-main .ai-implement-inner {
        gap: 50px;
    }

    .ai-solution-main .ai-implement-main .right-details .count p {
        margin-bottom: 10px;
    }

    .ai-solution-main .ai-implement-main .left-image img {
        max-width: 100%;
    }

    .ai-solution-main .ai-implement-main .right-details .count img {
        height: 50px;
    }

    .ai-solution-main .ai-implement-main:before {
        height: 100px;
        width: 81px;
    }
}

@media (max-width: 1200px) {
    .ai-solution-main .ai-implement-main .ai-implement-inner {
        gap: 30px;
    }

    .ai-solution-main .ai-implement-main:before {
        right: 80px;
    }

    .ai-solution-main .ai-implement-main .right-details .text p {
        line-height: 25px;
    }

    .ai-solution-main .ai-implement-main {
        padding-top: 60px;
    }
}

@media (max-width: 1024px) {
    .ai-solution-main .ai-implement-main .ai-implement-inner {
        flex-wrap: wrap;
    }

    .ai-solution-main .ai-implement-main {
        padding-right: unset;
    }

    .ai-solution-main .ai-implement-main .right-details {
        max-width: 930px;
        overflow: unset;
    }

    .ai-solution-main .ai-implement-main .left-image img {
        max-width: 100%;
        margin: 0 auto;
        border-radius: 15px;
    }

    .ai-solution-main .ai-implement-main .ai-implement-inner .left-image {
        position: unset;
    }
}

@media (max-width: 991px) {
    .ai-solution-main .ai-implement-main .ai-implement-inner {
        max-width: 760px;
        padding: 0px 15px;
        margin: 0 auto;
    }

    .ai-solution-main .ai-implement-main:before {
        display: none;
    }

    .ai-solution-main .ai-implement-main {
        margin-top: 30px;
    }
}


/* robot-banner-css start */
.ai-solution-main .robot-banner-main {
    padding-top: 120px;
}

.ai-solution-main .robot-banner-main .robot-banner-inner {
    background-image: url(../images/ai-page/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    border-radius: 20px;
    padding: 37px 60px 27px;

}

.ai-solution-main .robot-banner-main .robot-banner-inner:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 346px;
    width: 341px;
    background-image: url(../images/ai-page/banner-robot.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.ai-solution-main .robot-banner-main .banner-text-main {
    border-radius: 10px;
    border: 1px solid white;
    background-color: #330C794D;
    max-width: 670px;
    padding: 30px 30px 18px;
}

.ai-solution-main .robot-banner-main .banner-text-main h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 800;
    line-height: normal;
}

.ai-solution-main .robot-banner-main .banner-text-main .schedule-btn {
    width: fit-content;
    border-radius: 10px;
}

@media (max-width:1200px) {
    .ai-solution-main .robot-banner-main .banner-text-main h2 {
        font-size: 24px;
    }

    .ai-solution-main .robot-banner-main .banner-text-main {
        max-width: 550px;
    }

    .ai-solution-main .robot-banner-main .robot-banner-inner:after {
        height: 300px;
        width: 290px;
    }

    .ai-solution-main .robot-banner-main .banner-text-main .schedule-btn {
        font-size: 14px;
    }

    .ai-solution-main .robot-banner-main {
        padding-top: 100px;
    }
}

@media (max-width:991px) {
    .ai-solution-main .robot-banner-main .banner-text-main {
        max-width: 400px;
    }

    .ai-solution-main .robot-banner-main .banner-text-main h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .ai-solution-main .robot-banner-main .robot-banner-inner:after {
        display: none;
    }

    .ai-solution-main .robot-banner-main .banner-text-main .schedule-btn {
        padding: 9px;
        margin: 0 auto;
    }

    .ai-solution-main .robot-banner-main .banner-text-main h2 {
        text-align: center;
    }

    .ai-solution-main .robot-banner-main .banner-text-main {
        max-width: 100%;
        padding: 20px;
    }

    .ai-solution-main .robot-banner-main .robot-banner-inner {
        padding: 30px;
    }

    .ai-solution-main .robot-banner-main {
        padding-top: 60px;
    }
}

@media (max-width: 480px) {
    .ai-solution-main .robot-banner-main .robot-banner-inner {
        padding: 20px;
    }
}

/* robot-banner-css end */


/* ai-solution section css start */
.ai-solution-main .ai-solution {
    padding: 80px 0px;
}

.ai-solution-main .feature-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
    row-gap: 30px;
}

.ai-solution-main .ai-solution .feature-item {
    background: #F0F1FA;
    border-radius: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    padding: 14px 26px;
    border: 1px solid #E3CBFF;
    transition: all 0.3s ease;
    width: calc(25% - 15px);
    box-sizing: border-box;
}


.ai-solution-main .ai-solution .feature-item p {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    text-align: left;
}

.ai-solution-main .ai-solution .feature-item:hover p {
    color: white;
}

.ai-solution-main .ai-solution .feature-item:hover {
    background: linear-gradient(160deg, #38156b 32%, #ac2fd5 100%);
    color: #fff;
    box-shadow: 0 0 0 4px #fff;
}

.ai-solution-main .ai-solution .feature-item img {
    height: 45px;
    width: 45px;
    filter: none;
    transition: filter 0.3s ease;
    min-width: 45px;
}

.ai-solution-main .ai-solution .feature-item:hover img {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .feature-flex-container {
        row-gap: 17px;
    }

    .ai-solution-main .section-head-part {
        margin: 0 auto 22px auto;
    }

    .ai-solution-main .section-head-part .section-head-title {
        font-size: 32px;
    }

    .ai-solution-main .ai-solution .feature-item p {
        font-size: 14px;
        line-height: 24px;
    }

    .ai-solution-main .ai-solution {
        padding: 60px 0px;
    }

}

@media (max-width: 1199px) {
    .ai-solution-main .ai-solution .feature-item {
        gap: 15px;
        padding: 15px;
        width: calc(25% - 6px);
    }

    .ai-solution-main .ai-solution .feature-item p {
        font-size: 14px;
        line-height: 24px;
    }

    .ai-solution-main .ai-solution .feature-item img {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }

}

@media (max-width: 992px) {
    .ai-solution-main .ai-solution .feature-item {
        width: calc(50% - 15px);
    }

    .ai-solution-main .feature-flex-container {
        row-gap: 25px;
    }
}

@media (max-width: 576px) {
    .ai-solution-main .ai-solution .feature-item {
        width: 100%;
        max-width: 300px;
    }
}

/* ai-solution section css end*/


/* ai-faq section css start */
.ai-solution-main .ai-faq-main {
    background-image: url(../images/ai-page/faq-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    display: flex;
    width: 100%;
}


.ai-solution-main .ai-faq-main .faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

.ai-solution-main .ai-faq-main .faq-shape img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top right;
}

.ai-solution-main .ai-faq-main::before {
    content: " ";
    position: absolute;
    top: -50px;
    right: 50px;
    height: 164px;
    width: 164px;
    background-image: url(../images/ai-page/faq-robot.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ai-solution-main .ai-faq-main .faq-left-img {
    width: 40%;
    z-index: 2;
    position: relative;
}

.ai-solution-main .ai-faq-main .faq-left-img img {
    position: absolute;
    left: 0;
    bottom: 0;

}

.ai-solution-main .ai-faq-main .faq-inner {
    width: 60%;
    position: relative;
    z-index: 2;
    padding: 50px;
}

.ai-solution-main .ai-faq-main .faq-inner h2 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
}

.ai-solution-main .ai-faq-main .faq-inner h4 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
}

.faq-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 28px;
}

.faq-item {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.3s ease;
    border: 1px solid #E1E1E1;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 11px 11px 21px;
    font-weight: 500;
    font-size: 15px;
    color: #2a2044;
    cursor: pointer;
}

.faq-question button.faq-toggle {
    background: #E94FCA;
    border: none;
    border-radius: 50%;
    max-width: 38px;
    height: 38px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s ease;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.faq-answer {
    padding: 11px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    display: none;
}

/* Open state */
.faq-item.open .faq-question {
    background: linear-gradient(178deg, #38156b 32%, #ac2fd5 100%);
    color: white;
    border-radius: 30px;
}

.faq-item .faq-question span {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
}

.faq-item.open .faq-question span {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
}

.faq-item.open .faq-question button.faq-toggle {
    background: transparent;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open {
    padding: 11px;
}

.faq-item.open .faq-answer p {
    font-size: 15px;
    color: #333333;
    line-height: 29px;
    font-weight: 400;
}

@media (min-width:1400px) {
    .ai-solution-main .ai-faq-main .faq-inner {
        width: 56%;
        margin: 0 auto;
    }
}

@media (max-width:1400px) {
    .ai-solution-main .ai-faq-main .faq-inner h2 {
        font-size: 46px;
    }

    .ai-solution-main .ai-faq-main .faq-inner h4 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .ai-faq-main .faq-inner h2 {
        font-size: 40px;
    }

    .ai-solution-main .ai-faq-main .faq-inner h4 {
        font-size: 30px;
    }
}

@media (max-width:1200px) {
    .ai-solution-main .ai-faq-main .faq-inner h4 {
        font-size: 32px;
    }

    .faq-section {
        gap: 14px;
        padding-top: 24px;
    }

    .faq-item.open .faq-question span {
        line-height: 22px;
    }

    .faq-item.open .faq-answer p {
        line-height: 24px;
    }

    .faq-question button.faq-toggle {

        max-width: 35px;
        height: 35px;
    }

    .faq-question button.faq-toggle img {
        height: 12px;
        width: 12px;
    }
}

@media (max-width:1024px) {
    .ai-solution-main .ai-faq-main .faq-shape {
        display: none;
    }

    .ai-solution-main .ai-faq-main .faq-left-img {
        display: none;
    }

    .ai-solution-main .ai-faq-main .faq-inner {
        width: 100%;
    }

    .ai-solution-main .ai-faq-main .faq-title {
        text-align: center;
    }

    .ai-solution-main .ai-faq-main::before {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 991px) {
    .ai-solution-main .ai-faq-main .faq-inner h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .faq-item .faq-question span {
        font-size: 14px;
    }

    .faq-item.open .faq-answer p {
        font-size: 14px;
    }

    .faq-item.open .faq-question span {
        font-size: 14px;
    }

    .ai-solution-main .ai-faq-main .faq-inner {
        padding: 40px 15px;
    }

    .ai-solution-main .ai-faq-main::before {
        display: none;
    }

    .ai-solution-main .ai-faq-main .faq-inner h4 {
        font-size: 24px;
    }

    .ai-solution-main .ai-faq-main .faq-inner h2 {
        font-size: 32px;
    }

}

/* ai-faq section css end */


/* ai-rate section css start */
.ai-solution-main .ai-rate-section-main {
    padding: 80px 0px 38px
}

.ai-solution-main .ai-rate-section-main .stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.ai-solution-main .ai-rate-section-main .stat-box {
    flex: 1 1 22%;
    min-width: 150px;
    align-items: center;
    gap: 10px;
    display: flex;
}

.ai-solution-main .ai-rate-section-main .stat-box h2 {
    font-size: 45px;
    color: var(--primary-color);
    margin: 0px;
    font-weight: 700;
    line-height: 50px;
}

.ai-solution-main .ai-rate-section-main .stat-box p {
    font-size: 15px;
    color: #555555;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}

.ai-solution-main .ai-rate-section-main .divider {
    height: 1px;
    background-color: #e2e2e2;
    margin: 32px 0;
}


/* Responsive Breakpoints */
@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-solution-main .ai-rate-section-main {
        padding: 60px 0px 38px;
    }
}

@media (max-width: 1200px) {
    .ai-solution-main .ai-rate-section-main .stat-box p {
        font-size: 14px;
    }

    .ai-solution-main .ai-rate-section-main .stat-box h2 {
        font-size: 40px;
    }

    .ai-solution-main .ai-rate-section-main .stats-row {
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .ai-solution-main .ai-rate-section-main .stat-box {
        flex: 1 1 45%;
    }

    .ai-solution-main .ai-rate-section-main .stat-box h2 {
        font-size: 36px;
        max-width: 120px;
        width: 100%;
    }

    .ai-solution-main .ai-rate-section-main .divider {
        margin: 20px 0px;
    }
}

@media (max-width: 767px) {
    .ai-solution-main .ai-rate-section-main .stat-box h2 {
        max-width: 90px;
    }

    .ai-solution-main .ai-rate-section-main .stat-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .ai-solution-main .ai-rate-section-main .stat-box {
        flex: 1 1 100%;
        max-width: 255px;
        margin: 0 auto;
    }

    .ai-solution-main .ai-rate-section-main .stats-row {
        gap: 30px;
    }

    .ai-solution-main .ai-rate-section-main .divider {
        display: none;
    }
}


/* ai-rate section css end */