.transform_mentor {
    background: linear-gradient(90deg, #fff8d6 0%, #ffe5d1 50%, #ffdbe6 100%);
}
.top-title {
    color: #ff5a2c;
}
.top-line{
    width:90px;
    height:3px;
    background:#ff5a2c;
    margin:10px auto 15px;
}
.step-number{
    color:#1C243E;
}
.feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.line-orange{
    border-bottom: 4px solid #FF6B1E;
    width: 35px;
}
.line-blue{
    border-bottom: 4px solid #508CFF;
    width: 35px;
}
.line-green{
    border-bottom: 4px solid #3CC88C;
    width: 35px;
}
.section-bg-clr{
    background: linear-gradient(180deg, #FFF 0%, #FFFEF3 100%);
    box-shadow: 0 6.152px 14.354px -6.152px rgba(24, 39, 75, 0.12);
}
 .transform-btn{
    background: #FA4A23; 
    border-radius: 8px;
    border:2px solid #FA4A23;
 }
 .transform-btn:hover {
    background: #01203d !important;
    border: 2px solid #01203d !important;
}
.badge-transform{
    border:1px solid #5583CB;
    color:#5583CB;
}
.desc-ai {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.9rem;
    font-size: 14px;
}
.aicombo-card {
    border: none;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 9px;
    height: 100%;
}
.benefits-wrapper{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 20px;
    /* flex-wrap: wrap; */
}
.benefit-img1{
    width: 200px;
    height: 270px;
}
.benefit-card{
    width: 200px;
    border-radius: 14px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-benefit-card1{
    height: 227px;
    background: linear-gradient(180deg, #F9F0E1 0%, #FCE4C0 100%);
}
.bg-benefit-card2{
    height: 190px;
    background: linear-gradient(180deg, #EEF6F9 0%, #D4E1F2 100%);
}
.bg-benefit-card3{
    height: 227px;
    background: linear-gradient(180deg, #F0EEFB 0%, #E3E1F7 100%);
}
.bg-benefit-card4{
    height: 270px;
    background: linear-gradient(180deg, #D8F1EE 0%, #DBF1EE 100%);
}
.transform-ai-clr1{
    font-size:32px;
    color:#F3850D;
}
.transform-ai-clr2{
    font-size:32px;
    color:#00818A;
}
.transform-ai-clr3{
    font-size:32px;
    color:#4B00A8;
}
.transform-ai-clr4{
    font-size:32px;
    color:#00818A;
}
@media (max-width: 767px){
    .fs-transform{
        font-size:18px !important;
    }
    .role-ai-fs{
        font-size:14px;
    }
    .ai-phase-fs{
        font-size:16px;
    }
    .desc-ai{
        height:3.8rem !important;
    }
    .ai-hero-banner-tp{
        margin-top:1.5rem;
    }
    .benefits-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .benefit-img1,
    .benefit-card{
        width: calc(50% - 8px);
        height: 200px !important;
    }
    .benefit-card{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .benefit-img1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ai-hero-banner__lead{
        font-size:14px !important;
    }
    .ai-solutions-section__subtitle{
        font-size:14px !important;
    }
}
.logo-track {
    animation: scroll-left 30s linear infinite;
    width: max-content;
}
.freeright-blur {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.freeleft-blur,
.freeright-blur {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}
.freescroll{
    box-shadow:none !important;
}
.freeleft-blur {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
@media(min-width:992px){
    .logo-crt-slide{
        width:80% !important;
    }
    .prob-wdt{
        width:fit-content;
    }
    .case-study-page-bg{
        background-image   : url(../image/ai-study-bg.webp) !important;
        background-repeat  : no-repeat;
        background-size    : cover;
    }
    .enter-ai-cab{
        font-size:24px !important;
    }
    .fs-transform{
        font-size:24px !important;
    }
}
.step-arrow{
    position: absolute;
    top: 70px;
    right: 12px;
    font-size: 18px;
    font-weight: 300;
    color: #1f2747;
    z-index: 2;
}

@media (max-width: 991px){
    .step-arrow{
        display: none;
    }
}
.step-card{
    position: relative;
}
.ai-challange-clr{
    color:#FF2300;
    border:1px solid #FF2300;
}
.ai-topic-clr{
    color:#00C901;
    border:1px solid #00C901;
}
.bg-ai-clr{
    background-color:#FFF8F6;
}
.top-lines{
    width:90px;
    height:3px;
    background:#ff5a2c;
    margin:5px 2px;
}

/* ========== AI Transformation — top hero banner ========== */
.ai-hero-banner {
    background: linear-gradient(180deg, #ffffff 0%, #fffef3 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.ai-hero-banner__container {
    
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .ai-hero-banner__container {
       
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .ai-hero-banner__container {
        padding-bottom: 0.5rem;
    }
}

.ai-hero-banner__row {
    align-items: stretch;
}

@media (min-width: 992px) {
    /* .ai-hero-banner__row {
        min-height: 440px;
        align-items: stretch;
    } */
}

@media (min-width: 1200px) {
    /* .ai-hero-banner__row {
        min-height: 480px;
    } */
}

/* .ai-hero-banner__copy {
    max-width: 32rem;
} */

@media (min-width: 992px) {
    .ai-hero-banner__copy {
        padding-right: 0.5rem;
    }
    .ai-phase-fs{
        font-size:20px;
    }
    .ai-hero-banner-tp{
        margin-top:-4rem !important;
    }
}

.ai-hero-banner__pill {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.ai-hero-banner__chapter {
    color: #fa4a23;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
}

.ai-hero-banner__chapter-line {
    width: 48px;
    height: 4px;
    background: #fa4a23;
    border-radius: 2px;
}

.ai-hero-banner__title {
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    color: #1c243e;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ai-hero-banner__lead {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 34rem;
}

.ai-hero-banner__ctas {
    flex-wrap: nowrap;
}

.ai-hero-banner__ctas .btn {
    white-space: nowrap;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .ai-hero-banner__copy {
        max-width: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ai-hero-banner__chapter-line {
        margin-left: auto;
        margin-right: auto;
    }

    .ai-hero-banner__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .ai-hero-banner__ctas {
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        gap: 0.5rem;
    }

    .ai-hero-banner__ctas .btn {
        flex: 1 1 0;
        min-width: 0;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
        padding: 0.5rem 0.5rem;
        font-size: 0.78rem;
    }

    /* .ai-hero-banner__title {
        text-wrap: balance;
    } */
}

@media (max-width: 575.98px) {
    .ai-hero-banner__ctas .btn {
        font-size: 0.72rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

.ai-hero-banner__btn-primary {
    background: #fa4a23;
    border: 2px solid #fa4a23;
    color: #fff !important;
}

.ai-hero-banner__btn-primary:hover {
    background: #fa5c38;
    border: 2px solid #fa5c38;
    color: #fff !important;
}

.ai-hero-banner__btn-outline {
    background: #fff;
    border: 2px solid #fa4a23;
    color: #1c243e !important;
}

.ai-hero-banner__btn-outline:hover {
    background: #fff8f5;
    border-color: #fa4a23;
    color: #01203d !important;
}

.ai-hero-banner__visual {
    position: relative;
    width: 100%;
    max-width: 440px;
}

@media (min-width: 992px) {
    .ai-hero-banner__visual {
        max-width: 100%;
        width: min(100%, 540px);
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .ai-hero-banner__visual {
        margin-left: auto;
        margin-right: auto;
    }
}

.ai-hero-banner__mesh {
    position: absolute;
    inset: 6% 4% 10% 6%;
    background-image: radial-gradient(circle, rgba(180, 190, 210, 0.4) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
    border-radius: 20px;
}





.ai-hero-float {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.ai-hero-float--bolt {
    top: 5%;
    left: 3%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fa4a23;
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(250, 74, 35, 0.35);
}

.ai-hero-float--ring {
    top: 36%;
    left: 1%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #fa4a23;
    background: transparent;
}

.ai-hero-float--chart {
    bottom: 14%;
    left: -2%;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff 0%, #f3f4f6 100%);
    color: #f5a623;
    font-size: 1.25rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.ai-hero-float--ai {
    top: 8%;
    right: 5%;
    padding: 0.35rem 0.55rem;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: -0.03em;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(135deg, #1e3a5f 0%, #4c1d95 50%, #312e81 100%);
    box-shadow: 0 6px 18px rgba(30, 58, 95, 0.35);
}

.ai-hero-float--chip {
    top: 40%;
    right: 3%;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.ai-hero-float--chip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #facc15;
}

.ai-hero-banner__instructor {
    position: absolute;
    z-index: 3;
    bottom: 10%;
    right: 2%;
    background: #fff;
    border-radius: 12px;
    padding: 0.65rem 0.85rem;
    max-width: 130px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    .ai-hero-float--bolt {
        left: 2%;
    }

    .ai-hero-float--ai {
        right: 2%;
    }
}

@media (max-width: 575px) {
    .ai-hero-float--chart {
        display: none;
    }

    .ai-hero-banner__instructor {
        bottom: 8%;
        right: 2%;
        font-size: 0.8rem;
    }
}

/* ========== AI Transformation Solutions ========== */
.ai-solutions-section {
    background: linear-gradient(180deg, #ffffff 0%, #fffef3 100%);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.06); */
}

.ai-solutions-section__title {
    font-size: 1.35rem;
    color: #1c243e;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .ai-solutions-section__title {
        font-size: 1.5rem;
    }
}

.ai-solutions-section__subtitle {
    font-size: 0.95rem;
    max-width: 640px;
    line-height: 1.55;
}
.sub-ai-clr{
    color:#6B7280;
}
.ai-solution-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(24, 39, 75, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.35rem 1.25rem 1.5rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    align-items: flex-start;
}

@media (max-width: 767.98px) {
    .ai-solutions-section .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* .ai-solution-card {
        align-items: center;
        text-align: center;
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    } */
     .oot-feature-item{
        font-size:13px !important;
     }

    .ai-solution-card__icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    /* .ai-solution-card__link {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    } */
}

@media (min-width: 992px) {
    .ai-solution-card {
        padding: 1.5rem 1.35rem 1.65rem;
    }
}

.ai-solution-card:hover {
    box-shadow: 0 8px 28px rgba(24, 39, 75, 0.12);
    transform: translateY(-2px);
}

.ai-solution-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.45rem;
    line-height: 1;
}

.ai-solution-card__icon--readiness {
    color: #FFF6DC;
    background: rgba(59, 125, 221, 0.12);
}

.ai-solution-card__icon--aira {
    color: #E9F9FF;
    background: rgba(250, 74, 35, 0.12);
}

.ai-solution-card__icon--playground {
    color: #F6F1FF;
    background: rgba(107, 75, 207, 0.12);
}

.ai-solution-card__icon--coach {
    color: #EFFDDF;
    background: rgba(250, 74, 35, 0.12);
}

.ai-solution-card__icon--clinic {
    color: #FFE6E9;
    background: rgba(217, 70, 140, 0.12);
}

.ai-solution-card__icon--talent {
    color: #E5FFE9;
    background: rgba(47, 111, 237, 0.12);
}

.ai-solution-card__title {
    font-size: 1rem;
    color: #1c243e;
    margin-bottom: 0.65rem;
    line-height: 1.35;
}

.ai-solution-card__desc {
    font-size: 0.875rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.ai-solution-card__link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fa4a23;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ai-solution-card__link:hover {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fa4a23;
    text-decoration: none;
    text-decoration: underline;
}

/* ========== Objective to Outcome Framework ========== */
.oot-framework {
    background: linear-gradient(180deg, #ffffff 0%, #fffef3 100%);
}

.oot-framework__title {
    font-size: 1.35rem;
    color: #1c243e;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .oot-framework__title {
        font-size: 1.5rem;
    }
}

.oot-framework__flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.45rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .oot-framework__flow {
        gap: 0.45rem 0.6rem;
    }
}

.oot-step-card {
    flex: 1 1 calc(33.333% - 0.75rem);
    min-width: 88px;
    max-width: 150px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(24, 39, 75, 0.08);
    padding: 1rem 0.45rem 1.1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
    .oot-step-card {
        flex: 1 1 0;
        min-width: 100px;
        max-width: none;
        padding: 1.25rem 0.65rem 1.35rem;
    }
}

.oot-step-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.65rem;
    font-size: 1.35rem;
    line-height: 1;
}

.oot-step-card__icon--profile {
    color: #8b5a3c;
    background: rgba(139, 90, 60, 0.12);
}

.oot-step-card__icon--assess {
    color: #2f6fed;
    background: rgba(47, 111, 237, 0.12);
}

.oot-step-card__icon--learn {
    color: #0d9a6f;
    background: rgba(13, 154, 111, 0.12);
}

.oot-step-card__icon--practice {
    color: #e86812;
    background: rgba(232, 104, 18, 0.12);
}

.oot-step-card__icon--certify {
    color: #8b2942;
    background: rgba(139, 41, 66, 0.12);
}

.oot-step-card__icon--apply {
    color: #5b3fcf;
    background: rgba(91, 63, 207, 0.12);
}

.oot-step-card__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1c243e;
}

.oot-framework__connector {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: #9ca3af;
    font-size: 0.85rem;
    line-height: 1;
    padding: 0 0.05rem;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .oot-framework__connector {
        font-size: 1rem;
        padding: 0 0.1rem;
    }
}

@media (max-width: 575px) {
    .oot-framework {
        overflow-x: hidden;
    }
    .ai-solution-card {
        width: 100% !important;
        height: 230px !important;
    }

    .oot-framework .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .oot-step-card {
        flex: 1 1 27%;
        width:84px;
        height:83px;
        padding: 0.85rem 0.2rem 0.95rem;
    }

    .oot-step-card__icon {
        width: 46px;
        height: 46px;
        font-size: 1.15rem;
        margin-bottom: 0.45rem;
    }

    .oot-step-card__label {
        font-size: 0.78rem;
    }

    .oot-framework__connector {
        font-size: 0.68rem;
        padding: 0;
        align-self: center;
    }
}

.oot-framework__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.85rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.35rem;
    justify-items: stretch;
}

@media (min-width: 768px) {
    .oot-framework__features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.75rem 1.25rem;
        max-width: 920px;
    }
}

.oot-feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    min-width: 0;
}

.oot-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}
.oot-check::before {
    content: '\2713';
    font-weight: 700;
    font-size: 0.65rem;
}
.roleTabs {
    margin-bottom: -8px;
}
.roleTabs::-webkit-scrollbar {
    height: 0.4rem;
}
.roleTabs::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 0.625rem;
}
.technology-tab {
    color: #000 !important;
    border-bottom: 3px solid transparent;
    transition: 0.2s ease;
    border:none;
}

.technology-tab.active {
    color: #FA4A23 !important;
    border-bottom: 3px solid #FA4A23 !important;
    border:none;
    font-weight:700;
}
.study-bg{
    background: linear-gradient(90deg, #ffffff 0%, #fffbf7 28%, #fff3e8 55%, #ffe9d4 78%, #ffdfc8 100%);
}
@media(max-width:576px){
        .case-study-page-bg{
            background-image   : url(../image/ai-study-mob-bg.webp);
            background-repeat  : no-repeat;
            background-size    : cover;
        }
        .prob-wdt{
            width:100%;
        }
        .dwn-ai-wd{
            width:100% !important;
        }
        .ai-case-fs{
            font-size:18px !important;
        }
        .ai-fs-fs{
            font-size:18px !important;
        }
        .ai-obj-mob-wdt{
            width:25px !important;
            height:25px !important;
        }
    }
    .oot-framework__connector{
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:18px;
        color:#333;
    }

    .ai-fs-fs{
        font-size:22px;
    }
    .ai-obj-mob-wdt{
        width:40px;
        height:42px;
    }
    .ai-case-fs{
        font-size:20px;
    }
    .card-bg-clr{
        /* border-radius: 13.292px; */
        /* border: 0.6px solid #EBEBEB; */
        background: linear-gradient(180deg, #FFF 0%, #FFFEF2 100%);
        box-shadow: 0 5.317px 11.962px -3.987px rgba(24, 39, 75, 0.12), 0 7.975px 27.912px -2.658px rgba(24, 39, 75, 0.12);
    }
    @media (max-width: 991.98px) {

    .step-card {
        position: relative;
        padding-left: 60px;
    }

    .step-number {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 34px !important;
        line-height: 1;
    }

    .step-line {
        position: absolute;
        left: 3px;
        top: 38px;
        width: 40px;
        margin: 0 !important;
    }
    .enter-ai-cab{
        font-size:18px;
    }
    .ai-solutions-section__title{
        font-size:18px;
    }
    .oot-framework__title{
        font-size:18px;
    }

    .step-text {
        width: 100% !important;
        margin: 0;
    }

    .step-icon,
    .step-arrow {
        display: none !important;
    }

    .col-lg-4:not(:last-child) .step-card::after {
        content: "↓";
        position: absolute;
        left: 15px;
        top: 20%;
        font-size: 22px;
        font-weight: bold;
    }
    .font-ai-para{
        font-size:14px;
    }
}
#aiSolutionsSplide .splide__list{
    height:auto !important;
}
#aiSolutionsSplide .splide__arrows.splide__arrows--ltr{
    position: absolute;
    bottom: -2.7rem;
    right: 36%;
    width: 100px;
    height: 20px;
}
#aiSolutionsSplide .splide__arrow:disabled{
    opacity:0.3;
}
#aiSolutionsSplide .splide__arrow{
    background-color: white;
    border: 2px solid #01203d;
}
#aiSolutionsSplide .splide__arrow svg{
    fill: #01203d;
    height: 0.8em;
    width: 0.8em;
}
#aiSolutionsSplide .splide__arrow--prev{
    left:0.5rem;
}
.vector-coupon{
    margin-top:0px !important;
}
.brochure-line {
    position: relative;
    bottom: 6px;
}
