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

.btContentWrap.btClear {
    padding-top: 0px !important;
}





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

.AI-with-youngsoft h1,
.get-started-with-ai h1 {
    color: #fff;
    font-family: Sora;
    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: Sora;
    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;
}

@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: Space Grotesk;
    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 p {
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #fff;
    padding-top: 50px;
}

.intelligent-ai-offerings h1 {
    font-family: Sora;
    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: Sora;
    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: Sora;
    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: Sora;
    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;
    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: Sora;
    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: Source Code Pro;
    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 .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;
    font-family: "Sora", 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: Sora;
    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-12687 header.mainHeader.btClear,
.page-id-12687 .btSiteFooter {
    display: none !important
}




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

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

.page-id-12687 .bt_bb_section .bt_bb_cell:before,
.page-id-12687 .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-12687 .bt_bb_section .bt_bb_cell:before,
.page-id-12687 .bt_bb_section .bt_bb_cell:after {
    top: -5px;
}

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

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

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

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



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




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

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

.page-id-12687 .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-12687 .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: "Sora", 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: "Sora", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 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;
}

.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: "Sora", sans-serif;
    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: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


.page-id-12687 ._title_ h2 {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #ADA8C3;
    position: relative;
}

.page-id-12687 ._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-12687 ._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-12687 ._title_ p {
    color: #fff;
    font-family: "Sora", 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;
}

.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: "Sora", 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: "Sora", 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;
}

.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');
}

.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: 'Source Code Pro', "Sora", 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-12687 .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-12687 .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-12687 .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-12687 .contactbtn {
    visibility: hidden;
}

.page-id-12687 #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-12687 #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-12687 #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-12687 #quick_contact .form h4 {
    font-size: 22px;
    font-family: "Sora", sans-serif;
}

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

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

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

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












@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-12687 .bt_bb_wrapper {
        padding: 0 20px;
    }

    .page-id-12687 .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;
    }

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

    .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;
    }

    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;
    }

    .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 (max-width: 767px) {

    /* AI Page */
    .page-id-12687 .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: 20px;
    }

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

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

    .page-id-12687 .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: 12px;
        line-height: 16px;
        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-12687 ._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-12687 ._title_ h2 {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

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

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

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

    .page-id-12687 ._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;
        width: 100% !important;
    }

    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-12687 .AI-with-youngsoft-image .bt_bb_cell {
        padding-bottom: 0 !important;
    }

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

    .page-id-12687 .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%;
    }

}

.page-id-12687 .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;
    }
    
    }

    footer.ai .copy-links a {
    color: #757185;
}