/*AI page*/
.page.page-id-13128 {
    background: rgb(14 12 21);

}

.AI-with-youngsoft {
    margin-top: -1px;
}

.AI-with-youngsoft h1,
.get-started-with-ai h1 {
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 50px;
} 

.AI-with-youngsoft h1 span.young-img,
.get-started-with-ai h1 span.young-img {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.AI-with-youngsoft h1 span.young-img img,
.get-started-with-ai h1 span.young-img img {
    position: absolute;
    display: block;
    vertical-align: top;
}

.AI-with-youngsoft p,
.get-started-with-ai p {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}

.AI-with-youngsoft p {
    color: #CAC6DD;
}

.AI-with-youngsoft .bt_bb_button a,
.get-started-with-ai .bt_bb_button a {
    margin-top: 25px;
    box-shadow: none;
    position: relative;
    padding: 0 20px;
    height: 44px;
}

.AI-with-youngsoft .bt_bb_button a:hover,
.get-started-with-ai .bt_bb_button a:hover {
    color: #000 !important;
    transform: none;
}

.AI-with-youngsoft .bt_bb_button.bt_bb_style_outline a:hover,
.get-started-with-ai .bt_bb_button.bt_bb_style_outline a:hover {
    -webkit-box-shadow: 0 0 0 3em var(--primary-color, black) inset;
    box-shadow: 0 0 0 3em var(--primary-color, black) inset;
    color: var(--secondary-color, white);
    box-shadow: none;
    color: #000 !important;
}


.AI-with-youngsoft .bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text,
.get-started-with-ai .bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    background: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
}

.AI-with-youngsoft a.bt_bb_link:before,
.get-started-with-ai a.bt_bb_link:before {
    background: url(/wp-content/uploads/sites/2/2025/04/banner-btn-Left.png) left top no-repeat;
    position: absolute;
    width: 21px;
    height: 44px;
    content: "";
    left: 1px;
}

.AI-with-youngsoft a.bt_bb_link:after,
.get-started-with-ai a.bt_bb_link:after {
    background: url(/wp-content/uploads/sites/2/2025/04/banner-btn-Right.png) right top no-repeat;
    position: absolute;
    width: 21px;
    height: 44px;
    content: "";
    right: 1px;
}

.AI-with-youngsoft-image {
    position: relative;
}

.AI-with-youngsoft-image .banner-before {
    background: url(/wp-content/uploads/sites/2/2025/04/tabbar.png) left top no-repeat;
    position: absolute;
    width: 264px;
    height: 72px;
    content: "";
    left: 40px;
    top: 44%;
    animation: bounce 10s ease-out infinite;

}

.AI-with-youngsoft-image .banner-after {
    background: url(/wp-content/uploads/sites/2/2025/04/retrieval.png) right top no-repeat;
    position: absolute;
    width: 294px;
    height: 84px;
    content: "";
    right: 15px;
    top: 29%;
    animation: bounce2 10s ease-out infinite;
}

.AI-with-youngsoft-image .banner-after1 {
    background: url(/wp-content/uploads/sites/2/2026/07/performed-automation.png) left top no-repeat;
    position: absolute;
    width: 294px;
    height: 84px;
    content: "";
    left: 15px;
    top: 15%;
    animation: bounce2 10s ease-out infinite;
}

@keyframes bounce {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 50px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes bounce2 {
    0% {
        transform: translate3d(0px, 60px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(0px, 60px, 0px);
    }
}

.AI-with-youngsoft .bt_bb_cell {
    border-bottom: none !important;
}

.AI-with-youngsoft-image .bt_bb_cell {
    border-top: none !important;
}

.AI-with-youngsoft-image .bt_bb_cell:before,
.AI-with-youngsoft-image .bt_bb_cell:after {
    display: none;
}

.AI-with-youngsoft .bt_bb_button,
.get-started-with-ai .bt_bb_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AI-with-youngsoft .bt_bb_column_content,
.get-started-with-ai .bt_bb_column_content {
    display: inline-grid;
}

.AI-our-partners h2,
.AI-driving-the-business h2,
.intelligent-ai-offerings h2,
.join-the-ai-revolution h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #ADA8C3;
    position: relative;
}

.AI-our-partners h2:before,
.AI-driving-the-business h2:before,
.intelligent-ai-offerings h2:before,
.join-the-ai-revolution h2:before {
    background: url(/wp-content/uploads/sites/2/2025/04/partners-left.png) left top no-repeat;
    content: "";
    width: 5px;
    background-size: auto;
    position: relative;
    height: 14px;
    display: inline-block;
    padding-left: 20px;
}

.AI-our-partners h2:after,
.AI-driving-the-business h2:after,
.intelligent-ai-offerings h2:after,
.join-the-ai-revolution h2:after {
    background: url(/wp-content/uploads/sites/2/2025/04/partners-right.png) right top no-repeat;
    content: "";
    width: 5px;
    background-size: auto;
    position: relative;
    height: 14px;
    display: inline-block;
    padding-right: 20px;
}

.AI-with-youngsoft .bt_bb_row .bt_bb_column .bt_bb_column_content {
    width: 100%;
    text-align: center;
}

.AI-with-youngsoft .bt_bb_image>span {
    display: inline-block;
}

.AI-driving-the-business .bt_bb_cell{
	border: 1px solid #26242C;
    border-top: none;
}
.AI-driving-the-business p {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #fff;
    padding-top: 50px;
	text-align: justify;
}

.intelligent-ai-offerings h1 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.AI-driving-the-business .single-slide {
    background-color: inherit;
}

.AI-driving-the-business .single-slide-container {
    max-width: 100%;
    padding: 0;
}

.intelligent-ai-offerings .slide h3 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
    margin-top: 0px;

}

.intelligent-ai-offerings .slide p,
.join-the-ai-revolution p {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
    text-align: left;
}

.intelligent-ai-offerings .slide ul,
.join-the-ai-revolution ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.intelligent-ai-offerings .slide ul li,
.join-the-ai-revolution ul li {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
    margin-left: 0;
    color: #fff;
}

.intelligent-ai-offerings .slide ul li:before,
.join-the-ai-revolution ul li:before {
    font-size: 14px;
    position: absolute;
    font-family: FontAwesome;
    top: 1px;
    left: 0px;
    content: "\f069 ";
    color: #F1AC2F;

}

.intelligent-ai-offerings .slide {
    min-width: inherit;
    max-width: 100%;
    padding: 40px 20px 15px;
    background-size: 100% 100% !important;
    position: relative;
    width: 100%;
}



.intelligent-ai-offerings .slide * {
    position: relative;
    z-index: 1;
}

.intelligent-ai-offerings #slide-1.slide {
    background: url(/wp-content/uploads/sites/2/2025/04/base.png) left top no-repeat;
}

.intelligent-ai-offerings #slide-2.slide {
    background: url(/wp-content/uploads/sites/2/2025/04/base-1.png) left top no-repeat;
}

.intelligent-ai-offerings #slide-3.slide {
    background: url(/wp-content/uploads/sites/2/2025/04/base-2.png) left top no-repeat;
}

.intelligent-ai-offerings #slide-4.slide {
    background: url(/wp-content/uploads/sites/2/2025/04/base-3.png) left top no-repeat;
}

.intelligent-ai-offerings #slide-5.slide {
    background: url(/wp-content/uploads/sites/2/2025/04/base-4.png) left top no-repeat;
}

.intelligent-ai-offerings #slide-6.slide {
    background: url(/wp-content/uploads/sites/2/2025/04/base-5.png) left top no-repeat;
}

.intelligent-ai-offerings #slide-7.slide {
    background: url(/wp-content/uploads/sites/2/2025/04/base-6.png) left top no-repeat;
}

.intelligent-ai-offerings .slide:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: #1c1e8d;
    filter: blur(8px);
    -webkit-filter: blur(100px);
    border-radius: 50%;
    top: 0px;
    right: 0px;
    opacity: 0;
    transition: all 0.5s ease;
}





.intelligent-ai-offerings .slide:hover:after {
    width: 200px;
    height: 200px;
    top: 100px;
    right: 50px;
    opacity: 1;
}

.intelligent-ai-offerings .slide:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    top: 115px;
    right: 115px;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
}

.intelligent-ai-offerings #slide-1.slide:before {
    background: #33b5e1;
}

.intelligent-ai-offerings #slide-2.slide:before {
    background: #dfb06d;
}

.intelligent-ai-offerings #slide-3.slide:before {
    background: #be71d3;
}

.intelligent-ai-offerings #slide-4.slide:before {
    background: #a1d072;
}

.intelligent-ai-offerings #slide-5.slide:before {
    background: #d18272;
}

.intelligent-ai-offerings #slide-6.slide:before {
    background: #08d3dc;
}

.intelligent-ai-offerings #slide-7.slide:before {
    background: #8e4de1;
}

.intelligent-ai-offerings #slide-1.slide:after {
    background: #1c1e8d;
}

.intelligent-ai-offerings #slide-2.slide:after {
    background: #976622;
}

.intelligent-ai-offerings #slide-3.slide:after {
    background: #7f1f99;
}

.intelligent-ai-offerings #slide-4.slide:after {
    background: #60a41c;
}

.intelligent-ai-offerings #slide-5.slide:after {
    background: #9f3620;
}

.intelligent-ai-offerings #slide-6.slide:after {
    background: #178b91;
}

.intelligent-ai-offerings #slide-7.slide:after {
    background: #5316a2;
}

.intelligent-ai-offerings .slide:hover:before {
    top: 5px;
    right: 5px;
    opacity: 1;
}

.intelligent-ai-offerings .bt_bb_row .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
}

.intelligent-ai-offerings .carousel-wrapper {
    margin-right: -50px;
    margin-left: -50px;
}

.intelligent-ai-offerings .carousel-track {
    width: 99%;
}

.intelligent-ai-offerings .bt_bb_cell {

    padding-right: 0;
}

.join-the-ai-revolution h1 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #fff;
}

p.case-before {
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

p.case-before:before {
    background: url(/wp-content/uploads/sites/2/2025/04/Check-icon.png) left top no-repeat;
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 0;
}

span.yell-color {
    color: #F1AC2F;
}

.join-the-ai-revolution a.bt_bb_link:hover,
.join-the-ai-revolution a.bt_bb_link {
    background: url(/wp-content/uploads/sites/2/2025/04/btn-talk.png) left top no-repeat;
    margin-top: 40px;
    color: #fff;
    width: 134px;
    height: 44px;
    box-shadow: none;
    transform: none;
}

.join-the-ai-revolution a.bt_bb_link span {
    color: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: Cap height;
    line-height: 20px;
    letter-spacing: 3.5%;
    text-align: center;
    text-transform: uppercase;
}

.intelligent-ai-offerings .dot-wrapper.active::before {
    background-clip: border-area;
    margin: -5px;
    border: 2px solid #0000;
    border-radius: 25px;
    background: conic-gradient(#000000
            /* the background color */
            0 0) padding-box, linear-gradient(#FFC876, #79FFF7, #9F53FF, #FF98E2) border-box !important;
}

.AI-driving-the-business .single-slide-dot-nav {
    margin-bottom: 2rem;
}

.AI-driving-the-business .single-slide-dot-wrapper.active::before {
    margin: -5px;
    border: 2px solid #0000;
    border-radius: 25px;
    background: conic-gradient(#000000
            /* the background color */
            0 0) padding-box, linear-gradient(#FFC876, #79FFF7, #9F53FF, #FF98E2) border-box !important;
}

.generative-ai .bt_bb_text._title_{
	display:none;
}
.generative-ai #how-content .text-content .ai-str-text{
	text-align: left !important;
    padding-left: 1.5rem;
}
.generative-ai #how-content .text-content .ai-str-text h2{
	text-align: left;
}
.generative-ai .down-block:after {
    background: #D9D9D917;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    transition: all .05s ease;
}

.generative-ai .down-block:hover:after,
.generative-ai .down-block.active:after {
    background: #D9D9D9;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    z-index: 1;
}

.generative-ai .down-block {
    border-radius: inherit;
    background-color: inherit;
    cursor: pointer;
    text-align: left;
    position: relative;
    padding-top: 40px;
    /*padding-bottom: 40px;*/
	padding-bottom: 0px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    flex: 0 0 24%;
}

.generative-ai .down-block div {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #fff;
}

.generative-ai .down-block:hover {
    background-color: inherit;
}

.generative-ai .down-block.active {
    background: inherit;
    position: relative;
    border: none;
}

.generative-ai .down-block.active p {
    color: #B6B1C8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-top: 15px;
}

.generative-ai .down-block:before {
    background: #EDA82F;
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    top: -1px;
    left: 0;
    z-index: 2;
    transition: all .5s ease;
}

.generative-ai .down-block.active:before,
.generative-ai .down-block:hover:before {
    width: 50%;
}

li#mega-menu-item-13530.mega-artificial-intelligence-nav {
    width: 33% !important;
}


/* .page-id-13128 header.mainHeader.btClear,
.page-id-13128 .btSiteFooter {
    display: none !important
} */

.page-id-13128 .btSiteFooter {
    display: none !important
}



.page-id-13128 .bt_bb_section .bt_bb_cell {
    /*border: 1px solid rgba(255, 255, 255, 0.10);*/
	border:none;
    padding: 30px 80px;
    margin-left: -50px;
    margin-right: -50px;
    /*width: 96%;*/
}

.page-id-13128 .bt_bb_section.aiheader .bt_bb_cell,
.page-id-13128 .bt_bb_section.aifooter .bt_bb_cell {
    padding: 0;
}

.page-id-13128 .bt_bb_section .bt_bb_cell:before,
.page-id-13128 .bt_bb_section .bt_bb_cell:after {
    /*content: "";
    position: absolute;
    background: url('/wp-content/uploads/sites/2/2025/04/plusicon.png');
    width: 11px;
    height: 11px;
    z-index: 111;
    animation: rotate 5s linear infinite;*/
}

.page-id-13128 .bt_bb_section .bt_bb_cell:before,
.page-id-13128 .bt_bb_section .bt_bb_cell:after {
    top: -5px;
}

.page-id-13128 .bt_bb_section .bt_bb_cell:before {
    left: -7px;
}

.page-id-13128 .bt_bb_section .bt_bb_cell:after {
    right: -7px;
}

.page-id-13128 .aiheader.bt_bb_section .bt_bb_cell {
    border: none;
}

.page-id-13128 .aiheader.bt_bb_section .bt_bb_cell:before,
.page-id-13128 .aiheader.bt_bb_section .bt_bb_cell:after {
    display: none;
}



.page-id-13128 .aiheader.bt_bb_section .bt_bb_cell:before,
.page-id-13128 .aiheader.bt_bb_section .bt_bb_cell:after {
    top: inherit;
    bottom: -5px;
}




.page-id-13128 .aiheader.bt_bb_section.bt_bb_top_spacing_40>.bt_bb_port,
.page-id-13128 .bt_bb_section.bt_bb_top_spacing_40>.bt_bb_port {
    padding-top: 0;
    padding-bottom: 0;
}

.page-id-13128 .bt_bb_section.bt_bb_bottom_spacing_normal>.bt_bb_port {
    padding-bottom: 0;
    padding: 0;
}

.page-id-13128 .bt_bb_section.bt_bb_top_spacing_40>.bt_bb_port>.bt_bb_cell {
    padding-top: 40px;
    padding-bottom: 40px;
}

.aiheader.bt_bb_section.bt_bb_bottom_spacing_40>.bt_bb_port {
    padding-bottom: 0;
}

.page-id-13128 .bt_bb_section {
    content-visibility: inherit !important;
}


.AI-why-choose-us .title-sec {
    padding-bottom: 55px;
}

.AI-why-choose-us .title-sec h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    Padding: 0;
}

.AI-why-choose-us .title-sec p {
    color: #B6B1C8;
    text-align: center;
    font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.AI-why-choose-us  .bt_bb_row_inner.content-sec .bt_bb_row_inner_holder{
	border: 2px solid #FFFFFF1C;
    border-radius: 24px;
}
.AI-why-choose-us  .bt_bb_row_inner.content-sec .bt_bb_vertical_align_top{
	padding-left: 0;
}
.AI-why-choose-us  .bt_bb_row_inner.content-sec .bt_bb_vertical_align_top .bt_bb_image.bt_bb_shape_square{
	border-radius: 24px 0 0 24px;
}

.AI-why-choose-us .title-sec+.bt_bb_row_wrapper {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.11);
    overflow: hidden;
}

.AI-why-choose-us .content-sec .ai-gen-circle {
    background: url('/wp-content/uploads/sites/2/2025/04/ai-gen-cirlcle.png')
}

.AI-why-choose-us .content-sec .ai-gen-circle-mb,
.AI-why-choose-us .bt_bb_row_inner.ai-gen-circle {
    width: 480px;
    background: #0E0C15F2;
    margin: auto;
    min-width: 400px;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    top: -40px;
    z-index: 111;
    background-image: url('/wp-content/uploads/sites/2/2025/04/ai-gen-cirlcle.png');
    background-repeat: no-repeat;
    position: relative;
    border-radius: 24px;
    border: 1px solid var(--neutral-0125, rgba(255, 255, 255, 0.25));
    background-color: rgba(14, 12, 21, 0.85);
    backdrop-filter: blur(2px);
    padding: 11px 22px;
    background-position: 15px 12px;
    padding-left: 30px;
    margin-top: -30px;
	display: none;
}

.AI-why-choose-us .content-sec .ai-gen-circle-mb {
    padding-bottom: 8px !important;
    padding-left: 50px;
    min-width: inherit;
    width: 90%;
    margin-top: -40px;

}

.AI-why-choose-us .content-sec .ai-gen-circle-mb p {
    color: #fff !important;
}



.AI-why-choose-us .content-sec .bt_bb_text {
    padding-bottom: 50px;
}

.AI-why-choose-us .content-sec .bt_bb_text h4 {
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    padding: 0;
}

.AI-why-choose-us .content-sec .bt_bb_text p {
    color: #B6B1C8;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


.page-id-13128 ._title_ h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #ADA8C3;
    position: relative;
}

.page-id-13128 ._title_ h2:before {
    background: url(/wp-content/uploads/sites/2/2025/04/partners-left.png) left top no-repeat;
    content: "";
    width: 5px;
    background-size: auto;
    position: absolute;
    height: 14px;
    display: inline-block;
    margin-left: -20px;
}

.page-id-13128 ._title_ h2:after {
    background: url(/wp-content/uploads/sites/2/2025/04/partners-right.png) right top no-repeat;
    content: "";
    width: 5px;
    background-size: auto;
    position: absolute;
    height: 14px;
    display: inline-block;
    padding-right: 20px;
}

.page-id-13128 ._title_ p {
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.AI-stats ._title_ p {
    padding-top: 30px;
}

.AI-stats .ai-stat-slide.slick-slide{
    padding-top: 50px;
    transition: all 1s ease;
	width: 945px ;
    left: 50px ;
}

.AI-stats .ai-stat-wrap {
    justify-content: center;
    align-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
}

.AI-stats .ai-stat-wrap .ai-content,
.AI-stats .ai-stat-wrap .ai-image-box {
    transition: all 1s ease;
    opacity: 0;
    position: relative;
}

.AI-stats .ai-stat-wrap .ai-content {
    left: -30%;
    padding-right: 15%;
}

.AI-stats .ai-stat-wrap .ai-image-box {
    right: -30%;
    padding-left: 10%;
    padding-right: 5%;
}


.AI-stats .slick-current.slick-active .ai-stat-wrap .ai-content,
.AI-stats .slick-current.slick-active .ai-stat-wrap .ai-image-box {
    opacity: 1;
}

.AI-stats .slick-current.slick-active .ai-stat-wrap .ai-content {
    left: 0;
}

.AI-stats .slick-current.slick-active .ai-stat-wrap .ai-image-box {
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.AI-stats .slick-current.slick-active .ai-stat-wrap .ai-image-box img {
    z-index: 1;
    position: relative;
    left: -50px;
}

.AI-stats .ai-stat-slide.slick-slide.slick-current.slick-active .ai-content,
.AI-stats .ai-stat-slide.slick-slide.slick-current.slick-active .ai-image-box {
    flex: 1;

}

.AI-stats .ai-stat-slide .ai-image-box .ai-image-box-bdr {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    padding: 20px;
}

.AI-stats .ai-stat-slide h2 {
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding: 0;
}

.AI-stats .bt_bb_text p,
.AI-stats .ai-stat-slide p {
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 0;
}

.AI-stats .bt_bb_text p {
    padding-top: 50px;
}

.generative-ai .ai-custom-arrows,
.AI-stats .ai-stats-slider-section .ai-custom-arrows {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 111;
}


.generative-ai .ai-custom-arrows {
    justify-content: end;
    padding-bottom: 10px;
}

.generative-ai .ai-custom-arrows .ai-next-slide,
.generative-ai .ai-custom-arrows .ai-prev-slide,
.AI-stats .ai-stats-slider-section .ai-next-slide,
.AI-stats .ai-stats-slider-section .ai-prev-slide {
    border: none;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #75718580;
    border-radius: 50%;
    background-color: transparent !important;
}

.generative-ai .ai-custom-arrows .ai-next-slide i,
.generative-ai .ai-custom-arrows .ai-prev-slide i,
.AI-stats .ai-stats-slider-section .ai-next-slide i,
.AI-stats .ai-stats-slider-section .ai-prev-slide i {
    visibility: hidden;
}

.generative-ai .ai-custom-arrows .ai-prev-slide,
.AI-stats .ai-stats-slider-section .ai-prev-slide {
    background-image: url('/wp-content/uploads/sites/2/2025/04/ai-left-icon.png');
}

.generative-ai .ai-custom-arrows .ai-next-slide,
.AI-stats .ai-stats-slider-section .ai-next-slide {
    background-image: url('/wp-content/uploads/sites/2/2025/04/ai-right-icon.png');
}
.generative-ai .ai-custom-arrows .ai-prev-slide.arrow-active,
.AI-stats .ai-stats-slider-section .ai-prev-slide.arrow-active {
    background-image: url('/wp-content/uploads/sites/2/2026/07/arrow-left-w.png');
}

.generative-ai .ai-custom-arrows .ai-next-slide.arrow-active,
.AI-stats .ai-stats-slider-section .ai-next-slide.arrow-active {
    background-image: url('/wp-content/uploads/sites/2/2026/07/arrow-right-w.png');
}
.ai-custom-arrows button.arrow-active{
	border: 1px solid #ffffff !important;
}
.AI-stats .ai-svg-btn:hover {
    color: #fff;
}

.AI-stats .ai-svg-btn {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    color: #fff !important;
}

.AI-stats .ai-svg-btn::before {
    content: "";
    position: relative;
    width: 21px;
    height: 44px;
    background-image: url("/wp-content/uploads/sites/2/2025/04/ai-btn-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.AI-stats .ai-svg-btn::after {
    content: "";
    position: relative;
    width: 21px;
    height: 44px;
    background-image: url("/wp-content/uploads/sites/2/2025/04/ai-btn-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.AI-stats .ai-svg-btn .btn-text {
    height: 44px;
    background-image: url("/wp-content/uploads/sites/2/2025/04/ai-btn-center.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-size: 100% 100%;
}

.get-started-with-ai .bt_bb_text p {
    color: #757185;
}

.get-started-with-ai .bt_bb_cell {
    min-height: 500px;
}

.page-id-13128 .bt_bb_wrapper {
    background-image: url("/wp-content/uploads/sites/2/2025/04/AItopbg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    z-index: 0;
    position: relative;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.page-id-13128 .btPageWrap {
    background-image: url("/wp-content/uploads/sites/2/2025/04/AIbottombg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: 0;
}

.page-id-13128 .bt_bb_wrapper:before {
    position: absolute;
    content: "";
    top: 100px;
    width: 1256px;
    height: 1248px;
    background-image: url("/wp-content/uploads/sites/2/2025/04/CirclesPlanets.png");
    background-repeat: no-repeat;
    animation: rotate 60s linear infinite;
    left: 50%;
    margin-left: -628px;
}

.page-id-13128 .contactbtn {
    visibility: hidden;
}

.page-id-13128 #quick_contact .form {
    background: url("/wp-content/uploads/sites/2/2025/04/contactslidebg.png") !important;
    background-repeat: no-repeat !important;
    background-size: 333px auto !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-id-13128 #quick_contact .form #submit_form {
    background: url("/wp-content/uploads/sites/2/2025/04/submit-btn.png") !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    margin: 10px auto 0;
    border: none !important
}

.page-id-13128 #quick_contact .form .window_close {
    background: url("/wp-content/uploads/sites/2/2025/04/closeicon.png") !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    width: 50px;
    height: 50px;
    margin-top: -5px;
}

.page-id-13128 #quick_contact .form h4 {
    font-size: 22px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.page-id-13128 #quick_contact .form #myForm {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.page-id-13128 #quick_contact .form #myForm .g-recaptcha {
    margin-top: 10px !important;
}

.page-id-13128 #quick_contact .form #myForm input {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: #fff;
}

.page-id-13128 #quick_contact .form #myForm input:focus {
    border: 1px solid #fff;
}

#how-content #how-title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/*---- OUR PARTNERSHIPS ----- */
.AI-our-partners .bt_bb_cell {
    padding: 30px 0 !important;
}

.three-column-grid{
	grid-template-columns: repeat(5, 1fr) !important;
    padding: 40px 20px 20px !important;
    margin: 0 3rem !important;
}
.three-column-grid .grid-item {
    padding: 0 10px !important;
    text-align: center !important;
}
.three-column-grid .grid-item img{
	margin: 9px 0;
}
.three-column-grid .grid-item:nth-child(1) img{
	margin:0;
}
.three-column-grid .grid-item:nth-child(2) img{
	background: #fff;
    border-radius: 6px;
}
.three-column-grid .grid-item:nth-child(3) img{
	margin: 14px 0;
}
.three-column-grid .grid-item:nth-child(4) img{
	margin: 13px 0;
}
.three-column-grid .grid-item:nth-child(4) img{
	margin: 12px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.three-column-grid {
		padding: 20px 20px 20px !important;
		margin: 0 0rem !important;
	}
}
@media screen and (max-width: 767px) {
	.three-column-grid {
		grid-template-columns: repeat(1, 1fr) !important;
		padding: 10px 0px !important;
		margin: 0 1rem !important;
	}
	
}

/*---- Status-Pill ----- */
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px 14px 18px;
    border-radius: 999px;
   border: 1px solid var(--neutral-0125, rgba(255, 255, 255, 0.25));
    background-color: rgb(14 12 21 / 68%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
      0 8px 30px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
	margin: 0 auto;
	width: 488px;
    position: absolute;
    bottom: 193px;
    left: 29%;
  }
.status-pill.chys{
	bottom: 66px;
	background: #0e0c1596;
    border: 1px solid #FFFFFF40;
}
  .spinner {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: conic-gradient(
      from 0deg,
      transparent 0deg,
      transparent 40deg,
      #38bdf8 140deg,
      #a855f7 260deg,
      transparent 320deg
    );
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
            mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
    animation: spin 0.9s linear infinite;
  }

  @keyframes spin {
    to { transform: rotate(360deg); }
  }

  .status-text {
    color: #f2f2f4;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    white-space: nowrap;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
  }

  @media (prefers-reduced-motion: reduce) {
    .spinner { animation-duration: 2.4s; }
  }
  
  @media only screen and (min-width: 993px) and (max-width: 1024px) {
	  .status-pill{
		  bottom: 165px;
		  left: 26%;
	  }
	  .status-pill.chys{
		  bottom: 6px;
		  left: 23%;
	  }
  }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
	  .status-pill{
		  left: 17%;
	  }
	  .status-pill.chys{
		  left: 14%;
		  bottom: 50px;
	  }
  }
  @media screen and (max-width: 767px) {
	  .status-pill{
		  width: 288px;
		  bottom: 60px;
		  left: 10%;
		  padding: 10px 24px 10px 18px;
	  }
	  .status-text{
		  font-size: 12px;
	  }
	  .AI-why-choose-us .bt_bb_row_inner.content-sec .bt_bb_vertical_align_top{
		  padding: 0 15px;
	  }
	  .AI-why-choose-us .bt_bb_image img {
        width: 100%;
	  }
	  .status-pill.chys {
		bottom: 467px;
		left: 2%;
		width: 333px;
	  }
  }
  
  
/*---- Five pillars driving enterprise AI transformation ----- */

.five-pill-sec .bt_bb_cell{
	padding: 0 0 20px 0 !important;
}
.ai-high-text {
    z-index: 9;
    position: relative;
}
.ai-high-text h3{
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #EDA82F;
	margin: 0 0 5px 0;
}
.ai-high-text h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.2px;
    vertical-align: middle;
    color: #F6F9FB;
	margin: 10px 0 20px 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.ai-high-text h2{
	color: #9aa2b1;
    font-size: 16px;
	line-height:24px;
    margin: -20px 0 20px 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.eyebrow{
	font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #EDA82F;
	margin: 0 0 5px 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.five-pillars-driving-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    /*max-width:1000px;*/
    margin:0 auto;
  }

  .five-pillars-driving-card{
    background: #0A1121;
    border: 1px solid #1F283D;
    border-radius:14px;
    padding:20px;
    position:relative;
    min-height:170px;
    display:flex;
    flex-direction:column;
	z-index: 9;
  }

  .five-pillars-driving-card .top-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
  }
  .five-pillars-driving-card.highlight .top-row{
	  margin-bottom: 10px;
  }
  .five-pillars-driving-card.highlight .top-row h3{
	  margin-bottom: 15px;
  }
  .five-pillars-driving-card .icon-box{
    /*width:44px;
    height:44px;
    border-radius:10px;
    background:var(--icon-bg);*/
    display:flex;
    align-items:center;
    justify-content:center;
  }

  /*.five-pillars-driving-card .icon-box img{
    width:22px;
    height:22px;
    fill:none;
  }*/

  .index-num{
    color:#92A0B1;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.5px;
  }

  .five-pillars-driving-card h3{
    margin:0 0 10px 0;
    color:#F6F9FB;
    font-size: 20px;
    font-weight: 600;
    Padding: 0;
    letter-spacing: -0.46px;
    line-height: 28px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
  }

  .five-pillars-driving-card p{
    margin:0 0 1em;
    color: #92A0B1;
    font-size: 14px;
    line-height: 1.55;
    padding: 0;
    letter-spacing: -0.15px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
  }

  /* Highlight card */
  .five-pillars-driving-card.highlight{
    background:#f0a63a;
    border:none;
  }
  .five-pillars-driving-card.highlight .icon-box img{
	  width: 24px;
  }

  /*.five-pillars-driving-card.highlight .icon-box{
    background:rgba(0,0,0,0.15);
  }

  .five-pillars-driving-card.highlight .icon-box svg{
    stroke:#1a1200;
  }*/

  .five-pillars-driving-card.highlight h3{
    color:#1a1200;
  }

  .highlight ul.industry-list{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  .highlight ul.industry-list li{
    display:flex;
    align-items:center;
    gap:8px;
    color:#1a1200;
    font-size:14px;
    font-weight:500;
	margin: 0;
  }
  .highlight ul.industry-list li img {
    width: 16px;
  }
  .highlight ul.industry-list li svg{
    width: 16px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
	  .ai-high-text h1{
		  font-size: 30px;
		  line-height: 33px;
		  letter-spacing: 0;
	  }
	  .five-pillars-driving-card p{
		  padding: 0;
	  }
	  
  }
  @media (max-width: 860px){
    .five-pillars-driving-grid{ grid-template-columns:repeat(2, 1fr); }
  }
  @media (max-width: 600px){
    .five-pillars-driving-grid{ grid-template-columns:1fr; }
  }
  @media screen and (max-width: 767px) {
	  .ai-high-text h1{
		  font-size: 35px;
		  line-height: 40px;
          letter-spacing: 0;
	  }
	  .ai-high-text h2{
		  font-size: 1rem;
	  }
  }

/*---- YS AI Practice & Technical Expertise ----- */

/* top icon cards */
.eco-ai-pract-sec{
	background: #0A112166;
    border-bottom: 1px solid #1F283D;
    border-top: 1px solid #1F283D;
    padding: 40px 0;
    margin: 40px 0 0;
}

.eco-ai-pract-sec .bt_bb_cell{
	Padding:30px 0 50px !important;
}
.ys-ai-practice-icon-row{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	margin-bottom: 30px;
}
.ys-ai-practice-icon-card{
	background:#030713;
    border: 1px solid #1F283D;
	border-radius: 10px;
	padding: 22px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}
.icon-box{
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a1200;
}
.icon-box svg{ width: 18px; height: 18px; stroke: #1a1200; fill:none; }

.ys-ai-practice-icon-card span{
	font-size: 13.5px;
	font-weight: 600;
	color: #F6F9FB;
}

/* tag row */
.ys-ai-practice-tag-row{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-bottom: 30px;
}
.ys-ai-practice-tag{
	background: #03071399;
    border: 1px solid #F49D2599;
	border-radius: 14px;
	padding: 14px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #F6F9FB;
	display:flex;
	align-items:center;
	gap: 8px;
}
.ys-ai-practice-tag::before{
	content: "—";
	color: #EDA82F;
}

/* category grid */
.ys-ai-practice-category-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.ys-ai-practice-category-card{
	background: #030713;
    border: 1px solid #1F283D;
	border-radius: 10px;
	padding: 20px 22px;
	z-index: 9;
}
.ys-ai-practice-category-card .cat-title{
	color: #EDA82F;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ys-ai-practice-category-card .cat-cols{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 16px;
	margin:0;
}
.ys-ai-practice-category-card .cat-cols li{
	list-style: none;
	font-size: 14px;
	color:#92A0B1;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
	margin-left: 0;
}
.ys-ai-practice-category-card .cat-cols li::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #EDA82F;
	flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ys-ai-practice-category-card{
		padding: 15px 13px;
	}
	.ys-ai-practice-category-card .cat-cols li{
		font-size: 11px;
	}
}
@media (max-width: 900px){
	.ys-ai-practice-icon-row{ grid-template-columns: repeat(3, 1fr); }
	.tag-row{ grid-template-columns: repeat(2, 1fr); }
	.ys-ai-practice-cat-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 560px){
	.ys-ai-practice-icon-row{ grid-template-columns: repeat(2, 1fr); }
	.tag-row{ grid-template-columns: 1fr; }
}
@media screen and (max-width: 767px) {
	.ys-ai-practice-tag-row{
		grid-template-columns: repeat(1, 1fr);
	}
	.ys-ai-practice-category-grid{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ---- Production-Grade Agents ---- */
.ai-agent-prod-sec{
	background: #0A112166;
    border-bottom: 1px solid #1F283D;
    padding: 30px 0;
}
.ai-agent-prod-sec .bt_bb_port:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 200px;
    background: #1d2559;
    filter: blur(10px);
    -webkit-filter: blur(100px);
    border-radius: 50%;
    top: -50px;
    left: -180px;
    opacity: 1;
    transition: all 0.5s ease;
}
.ai-agent-prod-sec .bt_bb_cell{
	Padding:30px 0 !important;
}
.ai-book-demo{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    background: rgba(245,166,35,0.12);
    border: 1px solid rgba(245,166,35,0.4);
    color: #f5a623;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease;
	margin-top: 5px;
  }

.ai-book-demo:hover{
    background: rgba(245,166,35,0.22);
	color: #f5a623 !important;
}

.ai-book-demo img{
    width: 14px;
    height: 14px;   
}
  
/* ---- Real deployments across industries ---- */
.ai-implement-sec{
	padding: 30px 0;
    background: #0A112166;
}
.ai-implement-sec .bt_bb_cell{
	Padding:30px 0 !important;
}
.real-deployments-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
  .real-deployments-card{
    background: #030713;
    border: 1px solid #1F283D;
    border-radius:18px;
    padding:28px 28px;
  }
  .real-deployments-card-header{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
  }
  .real-deployments-card-header .icon{
    width:38px;
    height:38px;
    /*border-radius:10px;
    background:var(--icon-bg);
    border:1px solid var(--icon-border);*/
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    flex-shrink:0;
  }
  .real-deployments-card-header .card-title{
    font-size:17px;
    font-weight:700;
    color:#fff;
  }
  ul.features{
    list-style:none;
    margin:0 0 20px 43px;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  ul.features li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    color:#92A0B1;
    line-height:1.4;
  }
  ul.features li .check{
    width:16px;
    height:16px;
    /*border-radius:50%;
    border:1.5px solid var(--orange);
    color:var(--orange);*/
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    flex-shrink:0;
    margin-top:2px;
  }
  .real-deployments-card .tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
	margin: 0 0 0 47px;
  }
  .real-deployments-card .tag{
    background: #0A1121;
    color: #92A0B1;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #1F283D;
  }
  
footer.ai .copy-links{
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}  
  
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .real-deployments-card{
	  padding: 15px 15px;
  }
  
}

@media (max-width:760px){
.real-deployments-grid{grid-template-columns:1fr;}
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .bt_bb_image img {
        width: 97%;
    }
}

@media (max-width:1024px) {
    .AI-stats .ai-stats-slider-section .ai-custom-arrows {
        margin-top: -30px;
        justify-content: center;
    }

}

@media (min-width:1024px) {
    .intelligent-ai-offerings .slide {
        width: 32%;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {

    /* AI Page */
    .page-id-13128 .bt_bb_wrapper {
        padding: 0 20px;
    }

    .page-id-13128 .bt_bb_section .bt_bb_cell {
        padding: 30px !important;
    }

    .intelligent-ai-offerings h1 br {
        display: none;
    }

    .intelligent-ai-offerings .carousel-wrapper {
        margin-right: 20px;
        margin-left: 20px;
    }

    .AI-why-choose-us .content-sec .bt_bb_text h4 {
        font-size: 24px !important;
        line-height: 24px !important;
		margin-bottom: 5px;
    }

    .AI-why-choose-us .content-sec .bt_bb_text p {
        line-height: 22px !important;
		padding: 0;
        font-size: 14px;
    }

    .AI-why-choose-us .content-sec .bt_bb_text {
        padding-top: 10px;
    }

    .intelligent-ai-offerings .slide:before {
        height: 150px !important;
    }

    .AI-driving-the-business p {
        font-size: 16px;
        line-height: 26px;
        padding-top: 15px;
    }


    footer.ai nav.nav-links,
    footer.ai .copy-links,
    footer.ai .footer-bottom:before,
    footer.ai .footer-bottom:after {
        /*display: none !important;*/
		display: block !important;
    }

    footer.ai .footer-top {
        display: block;
    }

    footer.ai .footer-bottom,
    footer.ai .footer-top {
        border: inherit !important;
        margin-bottom: 0px;
    }
	footer.ai .footer-bottom{
		border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
	}

    footer.ai {
        background: inherit !important;
        backdrop-filter: inherit !important;
    }

    .AI-stats .ai-stat-slide h2,
    .AI-why-choose-us .title-sec h2,
    .join-the-ai-revolution h1,
    .intelligent-ai-offerings h1 {
        font-size: 32px !important;
        line-height: 46px !important;
    }

    .AI-with-youngsoft h1,
    .get-started-with-ai h1 {
        font-size: 46px !important;
        line-height: 60px !important;
    }

    .AI-our-partners h2,
    .AI-driving-the-business h2,
    .intelligent-ai-offerings h2,
    .join-the-ai-revolution h2 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}
@media (min-width: 767px) and (max-width: 1024px){
	.AI-with-youngsoft h1,
    .get-started-with-ai h1 {
        font-size: 46px !important;
        line-height: 60px !important;
		margin-top:8rem !important;
    }
}




@media (max-width: 767px) {

    /* AI Page */
	.bt_bb_section.bt_bb_layout_boxed_1200 > .bt_bb_port .bt_bb_cell{
		max-width: calc(100% - 30px) !important;
	}
    .page-id-13128 .bt_bb_section .bt_bb_cell {
        padding: 30px 0px !important;
    }

    .AI-with-youngsoft h1,
    .get-started-with-ai h1 {
        font-size: 40px;
        line-height: 52px;
        margin-top: 90px;
    }

    .AI-with-youngsoft p,
    .get-started-with-ai p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .page-id-13128 .bt_bb_section .bt_bb_cell:before,
    .page-id-13128 .bt_bb_section .bt_bb_cell:after,
    footer.ai .footer-bottom:before,
    footer.ai .footer-bottom:after {
        display: none;
    }

    .page-id-13128 .bt_bb_section .bt_bb_cell {
        border: inherit !important;
    }

    .AI-our-partners h2,
    .AI-driving-the-business h2,
    .intelligent-ai-offerings h2,
    .join-the-ai-revolution h2 {
        font-size: 13px !important;
        line-height: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .AI-our-partners h2:before,
    .AI-driving-the-business h2:before,
    .intelligent-ai-offerings h2:before,
    .join-the-ai-revolution h2:before {
        margin-left: -10px;
    }

    .AI-our-partners h2:after,
    .AI-driving-the-business h2:after,
    .intelligent-ai-offerings h2:after,
    .join-the-ai-revolution h2:after {
        padding-right: 10px;
    }

    .AI-driving-the-business p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 20px;
    }

    .AI-driving-the-business .single-slide-dot-nav {
        margin-bottom: 2rem;
        justify-content: left;
        padding-left: 20px;
    }

    .intelligent-ai-offerings h2 {
        padding-left: 40px;
    }

    .intelligent-ai-offerings h1 {
        font-size: 28px;
        line-height: 40px;
        padding: 0 30px;
        text-align: left;
    }

    .intelligent-ai-offerings h1 br {
        display: none;
    }

    .intelligent-ai-offerings .slide h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .intelligent-ai-offerings .carousel-wrapper {
        margin-right: 0px;
        margin-left: 20px;
    }

    .intelligent-ai-offerings .dot-nav {
        justify-content: left;
        padding-left: 30px;
        margin-top: 0;
    }

    .intelligent-ai-offerings .slide {
        background-size: 95% 90% !important;
    }

    .join-the-ai-revolution h1 {
        font-size: 32px;
        line-height: 44px;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .intelligent-ai-offerings .slide p,
    .join-the-ai-revolution p {
        font-size: 14px;
        line-height: 26px;
    }

    .page-id-13128 ._title_ h2 {
        font-size: 14px !important;
        line-height: 16px !important;
        text-align: left !important;
        padding-left: 20px;
    }

    .div-up {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .text-content p {
        font-size: 14px;
        padding: 0;
    }

    .text-content h2 {
        font-size: 28px !important;
        line-height: 40px;
    }

    .generative-ai .down-block.active p {
        font-size: 14px;
        line-height: 24px;
    }

    .generative-ai .down-block {
        flex: 0 0 50%;
    }

    .how-container {
        padding: 2rem 0 0 !important;
    }

    .page-id-13128 ._title_ h2 {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .page-id-13128 ._title_ h2:before {
        margin-left: -10px !important;
    }

    .page-id-13128 ._title_ h2:after {
        padding-right: 10px !important;
    }

    .AI-stats .ai-stat-wrap {
        grid-template-columns: 100%;
    }

    .page-id-13128 ._title_ p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .AI-stats .ai-stat-wrap .ai-content {
        padding-right: 0 !important;
    }

    .AI-stats .ai-stat-slide h2 {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .AI-stats .ai-stat-slide.slick-slide {
        padding-top: 0 !important;
    }

    .AI-stats .ai-stat-wrap .ai-content {
        padding-right: 0 !important;
    }

    .AI-stats .ai-stat-wrap {
        grid-template-columns: 100% !important;
    }

    .AI-stats .ai-stat-wrap .ai-image-box {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .AI-stats .ai-svg-btn {
        margin-top: 25px;
    }

    .AI-why-choose-us .title-sec h2 {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .AI-stats .ai-stat-slide p,
    .AI-why-choose-us .title-sec p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .AI-why-choose-us .title-sec+.bt_bb_row_wrapper {
        border-radius: 0 !important;
        border: inherit !important;

    }

    .AI-why-choose-us .bt_bb_image.bt_bb_shape_square img {
        border-radius: 24px;
        margin-bottom: 25px;
    }


    .AI-why-choose-us .content-sec .bt_bb_text h4 {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .AI-why-choose-us .content-sec .bt_bb_text p {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 0 !important;
    }

    footer.ai nav.nav-links,
    footer.ai .copy-links {
        display: none !important;
    }

    footer.ai .footer-top {
        display: block;
    }

    footer.ai .footer-bottom,
    footer.ai .footer-top {
        border: inherit !important;
        margin-bottom: 20px;
    }

    footer.ai {
        background: inherit !important;
        backdrop-filter: inherit !important;
    }

    .intelligent-ai-offerings .slide:hover:before,
    .AI-with-youngsoft-image .banner-after,
    .AI-with-youngsoft-image .banner-before {
        display: none !important;
    }

    .page-id-13128 .AI-with-youngsoft-image .bt_bb_cell {
        padding-bottom: 0 !important;
    }

    .page-id-13128 .AI-driving-the-business .bt_bb_cell {
        padding-top: 0 !important;
    }

    .page-id-13128 .bt_bb_wrapper:before {
        position: absolute;
        content: "";
        top: 50px;
        width: 499px;
        height: 496px;
        background-image: url("/wp-content/uploads/sites/2/2025/04/Circles_Planets_mobile.png");
        background-repeat: no-repeat;
        animation: rotate 60s linear infinite;
        left: 50%;
        margin-left: -250px;
    }

    .AI-why-choose-us .bt_bb_row_inner.ai-gen-circle {
        margin-top: -40px;
        width: 90%;
        min-width: inherit;
    }

    .intelligent-ai-offerings .slide {
        width: 100%;
    }

    .intelligent-ai-offerings .carousel-track {
        width: 96%;
    }
	.AI-driving-the-business h2{
		line-height: 24px !important;
	}
	.AI-stats .slick-current.slick-active .ai-stat-wrap .ai-image-box img{
		left: -37px;
	}
	#how-text p{
		Padding:0;
	}
	.AI-driving-the-business h2{
		line-height: 25px;
	}

}

.page-id-13128 .bt_bb_section.gutter.bt_bb_vertical_align_top.btPageHeadline {
    display: none;
}


.btMenuVertical .btContentWrap {padding:0 !important}

/* .btMenuVertical .btVerticalHeaderTop {
    display: none;
} */

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .AI-why-choose-us .bt_bb_row_inner.ai-gen-circle.bt_bb_hidden_xs.bt_bb_hidden_ms.bt_bb_hidden_sm {
        display: none;
    }
    
}