/* =============================================================================
   AI Academy Page Styles
   Extracted from template-parts/sections/ai-academy-*.php and hero-ai-academy.php
   ============================================================================= */


/* =============================================================================
   Hero — hero-ai-academy.php
   ============================================================================= */

.min-h-670{
    min-height:670px;
}
.content-hero h1{
    font-size:65px;
    font-weight:700;
    line-height:72px;
}
#hero-ai-academy .weight-light{
    font-weight:275;
}
#hero-ai-academy .content-right p{
    font-weight:275;
}
#hero-ai-academy .content-left h1{
    color:#FF4D04;
    font-weight:300;
}
#hero-ai-academy .content-left h1 span{
    font-weight:700;
}
#hero-ai-academy .right-heading{
    font-size:65px;
    color:#FF4D04;
    font-weight:700;
    line-height:140px;
}
@media (max-width:1300px){
    #lottie-bg{
        width:45% !important;
    }
}
@media (max-width:1280px){
    #lottie-bg{
        width:47% !important;
    }
}
@media (max-width:1210px){
    #lottie-bg{
        width:46% !important;
    }
}
@media (max-width:1180px){
    #lottie-bg{
        display:none !important;
    }
}
@media screen and (min-width:991px){
     .max-w-380{
        max-width:630px;
    }
}
@media screen and (min-width:1800px){
    #lottie-bg{
        width:55% !important;
    }
}
@media screen and (min-width:1800px){
    #lottie-bg{
        width:60% !important;
    }
}
@media screen and (max-width:991px){
    #hero-ai-academy .content-right{
        text-align:center;
    }
    #hero-ai-academy .content-left h1{
        font-size:40px;
        line-height:48px;
    }
    #hero-ai-academy .content-left{
        width:100%;
        align-items:center;
    }
    #lottie-bg{
        display:none;
    }
    #hero-ai-academy{
        margin-top:60px;
    }
    #hero-ai-academy .right-heading{
        font-size:40px;
        line-height:48px;
    }
    .content-hero{
        flex-wrap:wrap;
    }
}


/* =============================================================================
   Table Layout — ai-academy-table-layout.php
   ============================================================================= */

#ai-academy-table-layout .table-wrapper {
    border-radius: 4px;
    border: 1px solid #FF4D04;
}
#ai-academy-table-layout .heading-wrapper {
    border-radius: 4px 4px 0 0;
    background:  linear-gradient(138deg, #FF4D04 53.65%, #A31A1A 121.47%);
    padding:35px 40px;

}
#ai-academy-table-layout .content-wrapper{
    padding:24px 40px 40px;
}
#ai-academy-table-layout .pointers-icon-wrapper {
    padding: 24px 0;
}
#ai-academy-table-layout .icon-img{
    width:32px;
    height:32px;
}
#ai-academy-table-layout .heading-wrapper h2  span{
    font-weight:600;
    color:#fff;
}
#ai-academy-table-layout .heading-wrapper h2{
    color:#16161D;
    font-weight:300;
    line-height:48px;
    font-size:40px;
}
#ai-academy-table-layout .description-text{
    font-weight:275;
    font-size:15px;
    line-height:22px;
}
#ai-academy-table-layout .description-text span{
    font-weight:500;
}
#ai-academy-table-layout .pointer-item p{
    font-size:22px;
    line-height:28px;
}
@media screen and (min-width:991px){
    #ai-academy-table-layout .table-wrapper{
        min-height:644px;
        width:50%;
    }
}
@media screen and (max-width:991px){
    #ai-academy-table-layout .heading-wrapper{
        padding:27px;
        text-align:center;
    }
    #ai-academy-table-layout .content-wrapper {
        padding: 15px 25px;
    }
    .mobile-wrap{
        flex-wrap:wrap;
    }
    #ai-academy-table-layout .heading-wrapper h2{
        font-weight: 300;
        line-height: 40px;
    }
    #ai-academy-table-layout .pointer-item p {
        font-size: 18px;
        line-height: 24px;
        font-weight:275;
    }
}


/* =============================================================================
   Animated Text — ai-academy-animated-text.php
   ============================================================================= */

#animated_text_ai {
    min-height: 500px;
    padding-top: 80px;
}
#animated_text_ai .new-btn {
    padding: 10px 90px;
    color: #FF4D04;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #FF4D04;
    transition: all 0.3s ease;
}
#animated_text_ai .new-btn:hover {
    background-color: #FF4D04;
    color: #fff;
}
#animated_text_ai .mt-40 {
    margin-top: 40px;
}

#animated-bg-img {
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    clip-path: inset(0 100% 0 0);
    will-change: clip-path;
}
@media screen and (max-width:1200px){
    #animated-bg-img{
        top:-120px;
    }
}
@media screen and (max-width:1050px){
    #animated-bg-img{
        top:-90px;
    }
}

@media screen and (max-width: 991px) {
    #animated_text_ai {
        min-height: auto;
        padding-top: 10px;
    }
    #animated-bg-img {
        display: none;
    }
    #animated_text_ai .new-btn {
        padding: 10px 70px;
    }
}


/* =============================================================================
   Two Column Video — ai-academy-two-col-video.php
   ============================================================================= */

#animated_two_col_video .pointer-item p{
    font-size:22px;
    line-height:28px;
    font-weight:400;
}
#animated_two_col_video .pointers-icon-wrapper {
    padding: 24px 0;
}
#animated_two_col_video .icon-img{
    width:32px;
}
#animated_two_col_video .mt-24{
    margin-top:24px;
}
#animated_two_col_video strong{
    font-weight:700;
}
.line-h-48{
    line-height:48px;
}
.text-15 p{
    font-size: 15px;
    font-weight: 275;
    line-height: 22px;
}
.box-content {
    padding: 24px 65px;
    border-radius: 3px;
    border: 1px solid #FF4D04;
    position:relative;
    z-index:10;
}
.icon-image img{
    width: 242px;
    height: 123px;
}
@media screen and (max-width:991px){
    .text-wrapper{
        text-align:center;
    }
    .mobile-wrap{
        flex-wrap:wrap;
    }
    line-h-48{
        line-height:40px;
    }
    .box-content{
        padding:24px;
    }
}


/* =============================================================================
   Text with Video Background — ai-academy-text-with-video-bg.php
   ============================================================================= */

#ai_academy_text_with_video_bg {
    min-height: 750px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#ai_academy_text_with_video_bg .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

#ai_academy_text_with_video_bg .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

#ai_academy_text_with_video_bg .content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
}

#ai_academy_text_with_video_bg .heading-one {
    font-size: 65px;
    font-weight: 700;
    color: #F4F8F5;
    text-align: center;
    line-height: 72px;
}
#ai_academy_text_with_video_bg .heading-one span{
    font-weight:300;
}

#ai_academy_text_with_video_bg .heading-two {
    font-size: 40px;
    font-weight: 600;
    color: #F4F8F5;
    line-height: 48px;
    max-width: 790px;
}

#ai_academy_text_with_video_bg .heading-two span {
    color: #FF4D04;
    font-weight: 300;
}
#ai_academy_text_with_video_bg .mt-200{
    margin-top:200px;
}
@media screen and (max-width:991px){
    #ai_academy_text_with_video_bg .heading-one{
        font-size:48px;
        line-height:56px;
        font-weight:300;
    }
    #ai_academy_text_with_video_bg .heading-one strong{
        font-weight:700;
    }
    #ai_academy_text_with_video_bg .heading-two{
        font-size:32px;
        line-height:40px;
        text-align:center;
    }
}


/* =============================================================================
   List with Image — ai-academy-list-with-image.php
   ============================================================================= */

#ai_academy_list_with_image .image-preloader {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    left: -9999px;
}

#ai_academy_list_with_image .list-item {
    border-top: 1px solid #ffffff20;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#ai_academy_list_with_image .list-item:first-child {
    border-top: none;
}

#ai_academy_list_with_image .list-inner {
    display: grid;
    grid-template-columns: 300px 0px 1fr;
    align-items: center;
    padding: 28px 40px;
    position: relative;
    z-index: 2;
    gap: 20px;
    transition: grid-template-columns 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                gap 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#ai_academy_list_with_image .list-item:hover .list-inner {
    grid-template-columns: 300px 200px 1fr;
    gap: 40px;
}

/* Hover image */
#ai_academy_list_with_image .hover-image {
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s ease;
    flex-shrink: 0;
}

#ai_academy_list_with_image .list-item:hover .hover-image {
    width: 180px;
    opacity: 1;
}

#ai_academy_list_with_image .hover-image img {
    width: 180px;
    height: 132px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* Title */
#ai_academy_list_with_image .list-title {
    text-align: right;
    line-height: 1.1;
}

#ai_academy_list_with_image .list-title .word-one {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    display: block;
}

#ai_academy_list_with_image .list-title .word-two {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: block;
}

/* Content */
#ai_academy_list_with_image .list-content {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

/* ---- MOBILE ---- */
@media (max-width: 991px) {
    #ai_academy_list_with_image .list-inner {
        grid-template-columns: 1fr !important;
        padding: 20px 24px;
        gap: 0 !important;
        transition: none;
    }

    #ai_academy_list_with_image .hover-image {
        display: none;
    }

    #ai_academy_list_with_image .list-content-desktop {
        display: none;
    }
    #ai_academy_list_with_image .list-content{
        text-align:center;
    }

    #ai_academy_list_with_image .list-title {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    #ai_academy_list_with_image .list-title .titles-wrap {
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #ai_academy_list_with_image .list-title .word-one {
        font-size: 48px;
        color:#FF4D04;
    }

    #ai_academy_list_with_image .list-title .word-two {
        font-size: 32px;
        color:#FF4D04;
    }

    /* Arrow only on mobile */
    #ai_academy_list_with_image .arrow-icon {
        color: #FF4D04;
        font-size: 22px;
        display: inline-block;
        transition: transform 0.3s ease;
        line-height: 1;
    }

    #ai_academy_list_with_image .list-item.open .arrow-icon {
        transform: rotate(180deg);
    }

    #ai_academy_list_with_image .mobile-dropdown {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.3s ease;
    }

    #ai_academy_list_with_image .mobile-dropdown.open {
        max-height: 400px;
        padding: 16px 24px 20px;
    }
}
/* Arrow: hidden on desktop, shown on mobile */
#ai_academy_list_with_image .arrow-icon {
    display: none;
}

@media (max-width: 768px) {
    #ai_academy_list_with_image .arrow-icon {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

    #ai_academy_list_with_image .list-item.open .arrow-icon {
        transform: rotate(180deg);
    }
}


/* =============================================================================
   CTA Panel — ai-academy-cta-panel.php
   ============================================================================= */

#ai_academy_cta_panel {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#ai_academy_cta_panel .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    z-index: 0;
}

/* Dark gradient overlay on right side so text is readable */
#ai_academy_cta_panel .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        transparent 25%,
        rgba(10, 5, 0, 0.55) 45%,
        rgba(10, 5, 0, 0.75) 65%,
        rgba(10, 5, 0, 0.85) 100%
    );
    z-index: 1;
}

#ai_academy_cta_panel .content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
}

#ai_academy_cta_panel .inner {
    max-width: 600px;
    margin-left: auto;
    padding: 80px 40px;
}

#ai_academy_cta_panel .badge-img {
    width: 126px;
    height: 126px;
    margin-bottom: 20px;
}

#ai_academy_cta_panel .heading {
    font-size: 40px;
    font-weight: 300;
    color: #16161D;
    line-height: 48px;
    margin-bottom: 24px;
}
#ai_academy_cta_panel .heading span{
    color:#fff;
    font-weight:600;
}

#ai_academy_cta_panel .heading strong,
#ai_academy_cta_panel .heading b {
    font-weight: 700;
}

#ai_academy_cta_panel .content-text {
    font-size: 15px;
    line-height: 22px;
    color: #F4F8F5;
    font-weight: 275;
    margin-bottom: 32px;
}

#ai_academy_cta_panel .content-text strong,
#ai_academy_cta_panel .content-text b {
    color: #ffffff;
    font-weight: 600;
}

#ai_academy_cta_panel .cta-btn {
    display: inline-block;
    padding: 10px 90px;
    background: rgba(84, 25, 25, 0.81);
    color: #FF4D04;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    border: 1px solid rgba(84, 25, 25, 0.81);
}

#ai_academy_cta_panel .cta-btn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #fff;
}

@media (max-width: 768px) {
    #ai_academy_cta_panel {
        min-height: 1150px;
        align-items:start;
    }

    #ai_academy_cta_panel .overlay {
        background: linear-gradient(
            to bottom,
            transparent 20%,
            rgba(10, 5, 0, 0.8) 50%,
            rgba(10, 5, 0, 0.95) 100%
        );
    }

    #ai_academy_cta_panel .inner {
        margin-left: 0;
        max-width: 100%;
        padding:20px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 100svh;
        text-align: center;
        align-items: center;
    }
    #ai_academy_cta_panel .bg-image {
        content: url('https://smartworking.io/wp-content/uploads/2026/04/build-your-tech-team-1.png');
        object-position: center;
    }
    #ai_academy_cta_panel .cta-btn{
        padding:10px 70px;
    }

}


/* =============================================================================
   Steps Scroll — ai-academy-steps-scroll.php
   ============================================================================= */

#ai_academy_steps_scroll {
    overflow: hidden;
}
#ai_academy_steps_scroll .mobile-header{
    display:none;
}
#ai_academy_steps_scroll .side-labels{
    display:none !important;
}

/* ── Top heading area ── */
#ai_academy_steps_scroll .top-heading {
    text-align: center;
}

#ai_academy_steps_scroll .top-heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 24px;
}
#ai_academy_steps_scroll .top-heading h2 span{
    font-weight:300;
    color:#FF4D04;
}

#ai_academy_steps_scroll .top-heading h2 strong {
    color: #FF4D04;
}

#ai_academy_steps_scroll .sub-heading {
    font-size: 16px;
    color: #ffffffcc;
    font-weight: 300;
    margin-bottom: 28px;
}

#ai_academy_steps_scroll .steps-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

#ai_academy_steps_scroll .steps-flow span {
    color: #ffffff;
    font-size: 15px;
}

#ai_academy_steps_scroll .steps-flow .arrow {
    color: #FF4D04;
    font-size: 20px;
    font-weight: 700;
}

/* ── Steps container ── */
#ai_academy_steps_scroll .steps-container {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
}

/* ── Each step panel ── */
#ai_academy_steps_scroll .step-panel {
    position: relative;
    overflow: hidden;
    transition: flex 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex: 0 0 80px; /* collapsed width */
    cursor: pointer;
    background: #000;
    border-right: 1px solid #ffffff10;
}

#ai_academy_steps_scroll .step-panel:last-child {
    border-right: none;
}

#ai_academy_steps_scroll .step-panel.active {
    flex: 1 1 auto; /* expanded */
}

/* ── Big number background ── */
#ai_academy_steps_scroll .step-number {
    position: absolute;
    right: -10px;
    font-size: 900px;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    user-select: none;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.4s ease;
    background:#FF4D04;
    color:#16161D;
    height:100%;
}

#ai_academy_steps_scroll .step-panel.active .step-number {
    opacity: 0.22;
    color: #FF4D04;
    background:transparent;

}

/* ── Collapsed vertical label ── */
#ai_academy_steps_scroll .collapsed-label {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    font-size: 90px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.45s ease;
    z-index: 2;
    pointer-events: none;
}

#ai_academy_steps_scroll .step-panel.active .collapsed-label {
    opacity: 0;
    pointer-events: none;
}

/* ── Side labels on active panel (other step names) ── */
#ai_academy_steps_scroll .side-labels {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    display: flex;
    flex-direction: column;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease 0.3s;
    pointer-events: none;
}

#ai_academy_steps_scroll .step-panel.active .side-labels {
    opacity: 1;
}

#ai_academy_steps_scroll .side-label-item {
    flex: 1;
    background: #FF4D04;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#ai_academy_steps_scroll .side-label-item:nth-child(2) {
    background: #cc3a00;
}

#ai_academy_steps_scroll .side-label-text {
    transform: rotate(90deg);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ── Content inside active panel ── */
#ai_academy_steps_scroll .step-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 80px; /* leave room for side labels */
    bottom: 0;
    padding: 40px 40px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.55s ease 0.35s, transform 0.55s ease 0.35s;
    overflow-y: auto;
    z-index: 2;
}

#ai_academy_steps_scroll .step-panel.active .step-content {
    opacity: 1;
    transform: translateY(0);
}

#ai_academy_steps_scroll .step-arrow-img {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 28px;
    height: 60px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

#ai_academy_steps_scroll .step-panel:hover .step-arrow-img {
    transform: translateX(6px);
}

#ai_academy_steps_scroll .step-panel:last-child .step-arrow-img {
    display: none;
}

#ai_academy_steps_scroll .step-icon {
    width: 181px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 16px;
    display: block;
}

#ai_academy_steps_scroll .step-index {
    font-size: 13px;
    font-weight: 700;
    color: #FF4D04;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    display: none;
}

#ai_academy_steps_scroll .step-heading {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}
#ai_academy_steps_scroll .step-body p{
    font-size:15px;
    font-weight:275;
}

#ai_academy_steps_scroll .step-heading .sub-tag {
    font-size: 14px;
    font-weight: 300;
    color: #ffffffaa;
}

#ai_academy_steps_scroll .step-body {
    font-size: 13px;
    line-height: 1.8;
    color: #ffffffcc;
    font-weight: 300;
    margin-bottom: 24px;
}

#ai_academy_steps_scroll .step-body strong,
#ai_academy_steps_scroll .step-body b {
    color: #ffffff;
    font-weight: 600;
}

#ai_academy_steps_scroll .step-box {
    border: 1px solid #FF4D04;
    padding: 16px 20px;
    font-size: 13px;
    line-height: 1.8;
    color: #FF4D04;
    font-weight: 300;
    background: transparent;
    display:inline-block !important;
    min-width:577px;
    margin-top:10px;
}

#ai_academy_steps_scroll .step-box strong,
#ai_academy_steps_scroll .step-box b {
    font-weight: 600;
    color: #FF4D04;
}
#ai_academy_steps_scroll .step-body ul {
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom:15px;
}
#ai_academy_steps_scroll .step-body ul li {
    margin-bottom:0;

}
#ai_academy_steps_scroll .subtext-scroll{
    font-size:15px;
    font-weight:275;

}
#ai_academy_steps_scroll .collapsed-label .subtext-scroll{
    display:none
}

@media screen and (max-width:991px){
    #ai_academy_steps_scroll .step-arrow-img {
        display: none;
    }
    #ai_academy_steps_scroll .top-heading h2{
        font-size:32px;
    }
    #ai_academy_steps_scroll .steps-container {
        height:auto;
    }
}

/* ── MOBILE ── */
@media (max-width: 991px) {

    #ai_academy_steps_scroll .steps-container {
        flex-direction: column;
        height: auto;
    }

    #ai_academy_steps_scroll .step-panel {
        flex: none !important;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ffffff15;
    }

    #ai_academy_steps_scroll .collapsed-label {
        display: none;
    }

    #ai_academy_steps_scroll .side-labels {
        display: none;
    }

    /* Mobile collapsed state: show heading bar */
    #ai_academy_steps_scroll .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 24px;
        cursor: pointer;
    }

    #ai_academy_steps_scroll .mobile-header .m-step-title {
        font-size: 60px;
        font-weight: 700;
        color: #ffffff;
        display: flex;
        align-items: center;
        gap: 0px;
        flex-wrap: wrap;
        column-gap: 10px;
    }

    #ai_academy_steps_scroll .mobile-header .m-step-num {
        color: #FF4D04;
        font-size: 60px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    #ai_academy_steps_scroll .mobile-arrow {
        color: #FF4D04;
        transition: transform 0.3s ease;
        display: block;
        text-align: center;
        margin-top: 8px;
    }

    #ai_academy_steps_scroll .step-panel.active .mobile-arrow {
        transform: rotate(180deg);
    }

    #ai_academy_steps_scroll .step-content {
        position: static;
        opacity: 1;
        transform: none;
        right: auto;
        padding: 0 24px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, padding 0.3s ease;
    }

    #ai_academy_steps_scroll .step-panel.active .step-content {
        max-height: 800px;
        padding: 0 24px 32px;
        text-align:center;
    }

    #ai_academy_steps_scroll .step-number {
        display: none;
    }
     #ai_academy_steps_scroll .mobile-header{
        display:block;
    }
    #ai_academy_steps_scroll .step-icon{
        margin:0 auto;
        margin-bottom:20px;
    }
    #ai_academy_steps_scroll .step-box{
        min-width:auto;
        text-align:left;
        padding:40px;
        background: transparent;
    }
    #ai_academy_steps_scroll .step-heading{
        display:none;
    }
    .mobile-arrow svg{
        margin:0 auto;

    }
}
