/* AI Page CSS : pentaho-consulting */

   .bg-f9fafb .add-p-bg {
        margin-bottom: 0;
    }

    .cassuport-banner.pentaho-bg {
        background-image: url('/wp-content/uploads/2026/03/pentahotabbg.png') !important;
        background-size: cover !important;
        background-repeat: no-repeat;
    }

    .ksolves-pentaho-section {
        background-color: #F9FAFB;
        padding: 64px 0;
    }

    .ksolves-pentaho-section .container {
        max-width: 1200px;
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }

    .ksolves-pentaho-header {
        text-align: center;
        margin-bottom: 40px;
        max-width: 856px;
        margin-left: auto;
        margin-right: auto;
    }

    .ksolves-pentaho-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 52px;
        color: #212121;
        margin-bottom: 16px;
    }

    .ksolves-pentaho-subtitle {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #323232;
        margin-bottom: 0;
    }

    .ksolves-pentaho-cards-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .ksolves-pentaho-card-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 0;
    }

    .ksolves-pentaho-card {
        background-color: #FFFFFF;
        border: 1px solid #E7E7E7;
        border-radius: 16px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        height: 100%;
        transition: box-shadow 0.3s ease;
    }

    .ksolves-pentaho-card:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    }

    .ksolves-pentaho-icon-circle {
        width: 48px;
        height: 48px;
        background-color: #FEF2F2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .ksolves-pentaho-icon-circle img {
        display: block;
    }

    .ksolves-pentaho-card-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #323232;
        margin: 0;
    }

    .ksolves-pentaho-card-desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #484848;
        margin: 0;
    }

    .pentaho-consultation-section {
        background-color: #FFEDED;
        padding: 64px 0;
        position: relative;
        overflow: hidden;
        background-image: url('/wp-content/uploads/2026/03/pentahotabcta1.png');
        background-size: contain;
        min-height: 442px;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .pentaho-consultation-section .pentaho-ellipse-decorator {
        position: absolute;
        top: -26px;
        right: 0;
        width: 480px;
        height: 480px;
        pointer-events: none;
        z-index: 0;
        display: none;
    }

    .pentaho-consultation-section .pentaho-ellipse-decorator img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pentaho-consultation-section .pentaho-content-row {
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .pentaho-consultation-section .pentaho-text-col {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .pentaho-consultation-section .pentaho-heading {
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
        color: #323232;
        margin-bottom: 0;
    }

    .pentaho-consultation-section .pentaho-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background-color: #e13d4b;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        padding: 16px 32px;
        height: 56px;
        border: none;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        white-space: nowrap;
    }

    .pentaho-consultation-section .pentaho-cta-btn:hover {
        background-color: #BA1828;
        color: #FFFFFF;
    }

    .pentaho-consultation-section .pentaho-cta-btn .pentaho-arrow-icon {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .pentaho-consultation-section .pentaho-cta-btn .pentaho-arrow-icon img {
        width: 14px;
        height: 14px;
        object-fit: contain;
        transform: rotate(-90deg);
    }

    .pentaho-consultation-section .pentaho-image-col {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .pentaho-consultation-section .pentaho-image-wrapper {
        width: 444px;
        height: 314px;
        border-radius: 16px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .pentaho-consultation-section .pentaho-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .pentaho-instant-section {
        background-color: #FFEDED;
        padding: 64px 0;
        position: relative;
        overflow: hidden;
        background-image: url('/wp-content/uploads/2026/03/pentahotabcta2.png');
        background-size: contain;
        min-height: 442px;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .pentaho-instant-section .pentaho-instant-ellipse {
        position: absolute;
        top: -26px;
        left: 0;
        width: 480px;
        height: 480px;
        pointer-events: none;
        z-index: 0;
        display: none;
    }

    .pentaho-instant-section .pentaho-instant-content-row {
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .pentaho-instant-section .pentaho-instant-img-col {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pentaho-instant-section .pentaho-instant-img-wrapper {
        max-width: 400px;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .pentaho-instant-section .pentaho-instant-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .pentaho-instant-section .pentaho-instant-text-col {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .pentaho-instant-section .pentaho-instant-text-block {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .pentaho-instant-section .pentaho-instant-heading {
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
        color: #323232;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .pentaho-instant-section .pentaho-instant-body {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #323232;
        margin-bottom: 0;
    }

    .pentaho-instant-section .pentaho-instant-bold {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        color: #323232;
        margin-bottom: 0;
    }

    .pentaho-instant-section .pentaho-instant-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background-color: #e13d4b;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        padding: 16px 32px;
        height: 56px;
        border: none;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        white-space: nowrap;
    }

    .pentaho-instant-section .pentaho-instant-btn:hover {
        background-color: #BA1828;
        color: #FFFFFF;
    }

    .pentaho-support-section {
        background-color: #ffffff;
        padding: 64px 0;
    }

    .pentaho-support-section .pentaho-section-title {
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
        color: #212121;
        text-align: center;
        margin-bottom: 40px;
    }

    .pentaho-support-section .pentaho-card {
        position: relative;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
        border-radius: 16px;
        overflow: hidden;
        min-height: 642px;
    }

    .pentaho-support-section .pentaho-card-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 38.6%;
        height: 100%;
        background-color: #525d63;
        border-radius: 16px 0 0 16px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        overflow-y: auto;
        z-index: 2;
    }

    .pentaho-support-section .pentaho-card-body {
        margin-left: 38.6%;
        background-color: #f9fafb;
        border-radius: 0 16px 16px 0;
        padding: 32px;
        min-height: 625px;
        display: flex;
        flex-direction: column;
    }

    .pentaho-support-section .pentaho-tab-item {
        display: contents;
    }

    .pentaho-support-section .pentaho-tab-btn {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        color: #ffffff;
        padding: 12px 16px;
        border-radius: 4px;
        border: 1px solid #6c787e;
        background-color: transparent;
        text-align: left;
        white-space: normal;
        cursor: pointer;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .pentaho-support-section .pentaho-tab-btn:hover {
        background-color: #65747a;
        border-color: #65747a;
    }

    .pentaho-support-section .pentaho-tab-btn.active {
        background-color: #65747a;
        border-color: #65747a;
    }

    .pentaho-support-section .pentaho-btn-chevron {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        transition: transform 0.3s ease;
        display: none;
    }

    .pentaho-support-section .pentaho-tab-btn.active .pentaho-btn-chevron {
        transform: rotate(180deg);
    }

    .pentaho-support-section .pentaho-tab-panel {
        display: none;
        flex-direction: column;
        height: 100%;
    }

    .pentaho-support-section .pentaho-tab-panel.active {
        display: flex;
    }

    .pentaho-support-section .pentaho-panel-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
        color: #212121;
        text-transform: capitalize;
        margin-bottom: 16px;
    }

    .pentaho-support-section .pentaho-panel-desc {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        color: #323232;
        margin-bottom: 32px;
        max-width: 655px;
    }

    .pentaho-support-section .pentaho-panel-img {
        background-color: #ffffff;
        border-radius: 16px;
        overflow: hidden;
        flex: 1;
        min-height: 0;
    }

    .pentaho-support-section .pentaho-panel-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    @media (max-width: 1080px) {
        .pentaho-consultation-section .pentaho-image-wrapper {
            width: 100%;
            height: 314px;
        }

        .pentaho-instant-section .pentaho-instant-img-wrapper {
            max-width: 350px;
            width: 100%;
            height: 100%;
        }
    }

    @media (max-width: 991.98px) {

        .pentaho-consultation-section .pentaho-cta-btn,
        .pentaho-instant-section .pentaho-instant-btn {
            margin: 0 auto;
        }

        .pentaho-support-section {
            padding: 40px 0;
        }

        .pentaho-support-section .pentaho-section-title {
            font-size: 32px;
            line-height: 41.6px;
            text-align: left;
            margin-bottom: 24px;
        }

        .pentaho-support-section .pentaho-card {
            box-shadow: none;
            border-radius: 16px;
            overflow: visible;
            min-height: auto;
            position: static;
        }

        .pentaho-support-section .pentaho-card-nav {
            position: static;
            width: 100%;
            height: auto;
            border-radius: 16px;
            padding: 16px;
            overflow: visible;
        }

        .pentaho-support-section .pentaho-card-body {
            display: none;
        }

        .pentaho-support-section .pentaho-tab-item {
            display: block;
        }

        .pentaho-support-section .pentaho-tab-btn {
            font-size: 14px;
            line-height: 26px;
            padding: 0;
            border: none;
            border-radius: 0;
            background-color: transparent;
        }

        .pentaho-support-section .pentaho-tab-btn:hover,
        .pentaho-support-section .pentaho-tab-btn.active {
            background-color: transparent;
            border-color: transparent;
        }

        .pentaho-support-section .pentaho-btn-chevron {
            display: block;
        }

        .pentaho-support-section .pentaho-tab-panel {
            background-color: #f9fafb;
            border-radius: 16px;
            padding: 16px;
            margin-top: 16px;
            height: auto;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
            padding: 0 16px;
            margin-top: 0;
        }

        .pentaho-support-section .pentaho-tab-panel.active {
            display: flex;
            max-height: 600px;
            opacity: 1;
            padding: 16px;
            margin-top: 16px;
        }

        .pentaho-support-section .pentaho-panel-title {
            font-size: 18px;
            font-weight: 500;
            line-height: 26px;
            margin-bottom: 8px;
        }

        .pentaho-support-section .pentaho-panel-desc {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            text-transform: capitalize;
            margin-bottom: 16px;
            max-width: 100%;
        }

        .pentaho-support-section .pentaho-panel-img {
            border-radius: 6px;
            flex: none;
        }

        .pentaho-support-section .pentaho-panel-img img {
            height: auto;
        }

        .ksolves-pentaho-section {
            padding: 48px 0;
        }

        .ksolves-pentaho-header {
            margin-bottom: 32px;
            max-width: 100%;
        }

        .ksolves-pentaho-title {
            font-size: 36px;
            line-height: 46px;
        }

        .ksolves-pentaho-subtitle {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }

        .ksolves-pentaho-cards-wrapper {
            gap: 24px;
        }

        .ksolves-pentaho-card-row {
            --bs-gutter-x: 24px;
            --bs-gutter-y: 24px;
        }

        .pentaho-consultation-section {
            padding: 48px 0;
            background-size: cover;
            min-height: 442px;
            height: auto;
            background-position: left;
            background-repeat: no-repeat;
        }

        .pentaho-consultation-section .pentaho-ellipse-decorator {
            width: 320px;
            height: 320px;
            top: -20px;
        }

        .pentaho-consultation-section .pentaho-heading {
            font-size: 34px;
            line-height: 46px;
        }

        .pentaho-consultation-section .pentaho-content-row {
            gap: 32px;
        }

        .pentaho-consultation-section .pentaho-text-col {
            margin-bottom: 32px;
            text-align: center;
        }

        .pentaho-instant-section .pentaho-instant-text-block {
            text-align: center;
        }

        .pentaho-consultation-section .pentaho-image-col {
            justify-content: center;
        }

        .pentaho-consultation-section .pentaho-image-wrapper {
            width: 100%;
            max-width: 100%;
            height: auto;
            aspect-ratio: 444 / 314;
        }

        .pentaho-instant-section {
            padding: 48px 0;
            background-size: cover;
            min-height: 442px;
            height: auto;
            background-position: right;
            background-repeat: no-repeat;
        }

        .pentaho-instant-section .pentaho-instant-ellipse {
            width: 320px;
            height: 320px;
            top: -20px;
        }

        .pentaho-instant-section .pentaho-instant-heading {
            font-size: 34px;
            line-height: 46px;
        }

        .pentaho-instant-section .pentaho-instant-content-row {
            gap: 32px;
        }

        .pentaho-instant-section .pentaho-instant-text-col {
            margin-bottom: 32px;
        }

        .pentaho-instant-section .pentaho-instant-img-col {
            justify-content: center;
        }

        .pentaho-instant-section .pentaho-instant-img-wrapper {
            width: 100%;
            max-width: 100%;
            height: auto;
            aspect-ratio: 444 / 314;
        }
    }

    @media (max-width: 767.98px) {

        .cassuport-banner.pentaho-bg {
            background-image: url('/wp-content/uploads/2026/03/pentahotabbgmb.png') !important;
            background-size: cover !important;
            height: 100%;
            min-height: 900px ! important;
            background-position: top !important;
        }

        .ksolves-pentaho-section {
            padding: 40px 0;
        }

        .ksolves-pentaho-section .container {
            padding-left: 16px;
            padding-right: 16px;
        }

        .ksolves-pentaho-header {
            margin-bottom: 24px;
            max-width: 100%;
        }

        .ksolves-pentaho-title {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px;
        }

        .ksolves-pentaho-subtitle {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
        }

        .ksolves-pentaho-cards-wrapper {
            gap: 16px;
        }

        .ksolves-pentaho-card-row {
            --bs-gutter-x: 0;
            --bs-gutter-y: 16px;
        }

        .pentaho-consultation-section {
            padding: 40px 0;
        }

        .pentaho-consultation-section .pentaho-ellipse-decorator {
            display: none;
        }

        .pentaho-consultation-section .pentaho-text-col {
            gap: 32px;
            margin-bottom: 0;
            align-items: stretch;
            text-align: start;
        }

        .pentaho-instant-section .pentaho-instant-content-row {
            gap: 32px;
            flex-direction: column-reverse;
        }

        .pentaho-consultation-section .pentaho-heading {
            font-size: 32px;
            line-height: 40px;
            color: #212121;
        }

        .pentaho-consultation-section .pentaho-cta-btn {
            width: 100%;
            justify-content: center;
        }

        .pentaho-consultation-section .pentaho-image-col {
            justify-content: center;
            margin-top: 8px;
        }

        .pentaho-consultation-section .pentaho-image-wrapper {
            width: 100%;
            max-width: 100%;
            height: auto;
            aspect-ratio: 444 / 314;
            border-radius: 11px;
        }

        .pentaho-instant-section {
            padding: 40px 0;
        }

        .pentaho-instant-section .pentaho-instant-ellipse {
            display: none;
        }

        .pentaho-instant-section .pentaho-instant-text-col {
            gap: 32px;
            align-items: stretch;
            margin-bottom: 0;
        }

        .pentaho-instant-section .pentaho-instant-text-block {
            text-align: start;
        }

        .pentaho-instant-section .pentaho-instant-heading {
            font-size: 32px;
            line-height: 40px;
            color: #212121;
        }

        .pentaho-instant-section .pentaho-instant-btn {
            width: 100%;
            justify-content: center;
        }

        .pentaho-instant-section .pentaho-instant-img-col {
            justify-content: center;
            margin-top: 8px;
        }

        .pentaho-instant-section .pentaho-instant-img-wrapper {
            width: 100%;
            max-width: 100%;
            height: auto;
            aspect-ratio: 444 / 314;
            border-radius: 11px;
        }

        .pentaho-support-section {
            padding: 40px 0;
        }

        .pentaho-support-section .pentaho-section-title {
            font-size: 32px;
            line-height: 41.6px;
        }

    }