/* AI Page CSS : servicenow */
.sni-grad-text {
    background-image: linear-gradient(90deg,
            rgb(0, 0, 255) 0%,
            rgb(78, 73, 224) 33.654%,
            rgb(217, 0, 148) 66.827%,
            rgb(255, 10, 10) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.sni-section {
    position: relative;
    height: 724px;
    background: #ffffff;
    overflow: hidden;
}

.sni-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.sni-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: none;
    /* Horizontal flip — matches Figma's scaleY(-1)+rotate(180deg) = scaleX(-1) */
    transform: scaleX(-1);
}

.sni-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgb(255, 255, 255) 0%,
            rgb(255, 255, 255) 23.422%,
            rgba(255, 255, 255, 0.8) 51.438%,
            rgba(255, 255, 255, 0) 67.107%);
}

.sni-ellipse {
    position: absolute;
    left: 826px;
    top: 507px;
    width: 722px;
    height: 722px;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}

.sni-ellipse-inner {
    position: absolute;
    inset: -83.1%;
}

.sni-ellipse-inner img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

.sni-content {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 802px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.sni-text-group {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sni-text-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sni-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #fff3f3;
    border-radius: 8px;
    align-self: flex-start;
}

.sni-pill span {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.24px;
    white-space: nowrap;
}

.sni-h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    color: #212121;
    margin: 0;
}

.sni-sub {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
    margin: 0;
    width: 731px;
}

.sni-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 16px 32px;
    background-color: #e13d4b;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.sni-btn:hover {
    background: #c62d39;
    color: #fff;
    transform: translateY(-1px);
}

.sni-stats {
    display: flex;
    gap: 16px;
    align-items: center;
}

.sni-stat {
    width: 210px;
    height: 126px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 16px 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #0000ff;
    border-radius: 4px;
}

.sni-stat--brand {
    gap: 12px;
}

.sni-stat-num {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.8px;
    white-space: nowrap;
    margin: 0;
}

.sni-stat-lbl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #323232;
    margin: 0;
}

.sni-stat-brand {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    margin: 0;
}

.sni-mobile-section {
    display: none;
}

.sni-mobile-wrap {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.sni-mobile-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 392px;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.sni-mobile-bg-img {
    position: absolute;
    height: 100%;
    left: -36.12%;
    top: 0;
    width: 249.26%;
    max-width: none;
    display: block;
    object-fit: cover;
    transform: scaleX(-1);
}

.sni-mobile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 255) 0%,
            rgb(255, 255, 255) 30%,
            rgba(255, 255, 255, 0.85) 50%,
            rgba(255, 255, 255, 0) 75%);
}

.sni-mobile-content {
    position: relative;
    z-index: 2;
    padding: 40px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sni-mobile-text-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sni-mobile-text-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sni-mobile-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #fff3f3;
    border-radius: 8px;
    align-self: flex-start;
}

.sni-mobile-pill span {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.18px;
    white-space: nowrap;
}

.sni-mobile-h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.32px;
    color: #212121;
    margin: 0;
}

.sni-mobile-sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.sni-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 16px 32px;
    background-color: #e13d4b;
    border: none;
    border-radius: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.sni-mobile-btn:hover {
    background: #c62d39;
    color: #fff;
}

.sni-mobile-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sni-mobile-stat {
    width: 100%;
    height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 16px 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #0000ff;
    border-radius: 8px;
}

.sni-mobile-stat--brand {
    gap: 12px;
}

.sni-mobile-stat-num {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.8px;
    white-space: nowrap;
    margin: 0;
}

.sni-mobile-stat-lbl {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #323232;
    margin: 0;
}

.sni-mobile-stat-brand {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    margin: 0;
}

.sni-mobile-img-spacer {
    height: 300px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .sni-section {
        height: auto;
        min-height: 650px;
    }

    .sni-content {
        left: 40px;
        width: calc(58% - 40px);
        max-width: 540px;
        gap: 36px;
    }

    .sni-h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .sni-pill span {
        font-size: 18px;
        line-height: 28px;
    }

    .sni-sub {
        width: 100%;
        font-size: 16px;
    }

    .sni-stat {
        width: 170px;
    }

    .sni-stat-num {
        font-size: 32px;
        line-height: 42px;
    }

    .sni-stat-brand {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .sni-section {
        display: none;
    }

    .sni-mobile-section {
        display: block;
    }
}



/* Why Choose Ksolves */
.snip-why {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.snip-why__ellipse {
    position: absolute;
    right: -200px;
    top: 100px;
    width: 576px;
    height: 576px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(227, 34, 53, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.snip-why__inner {
    position: relative;
    z-index: 1;
}

.snip-why__heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -0.8px;
    color: #212121;
    text-align: center;
    max-width: 922px;
    margin: 0 auto 48px;
}

.snip-why__stats-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.snip-why__stat-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 24px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.snip-why__stat-number {
    font-size: 64px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1.28px;
    background: linear-gradient(90deg,
            #0000ff 0%,
            #4e49e0 33.654%,
            #d90094 66.827%,
            #ff0a0a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: 100%;
    margin-bottom: 0;
}

.snip-why__stat-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #323232;
    width: 100%;
}

.snip-why__creds-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    padding: 24px 8px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
}

.snip-why__cred-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.snip-why__cred-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.snip-why__cred-logo img {
    display: block;
}

.snip-why__cred-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #323232;
}

.snip-why__cred-sn-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(90deg,
            #0000ff 0%,
            #4e49e0 33.654%,
            #d90094 66.827%,
            #ff0a0a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
}

.snip-why__divider {
    width: 1px;
    height: 122px;
    background-color: #b2b2b2;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .snip-why {
        padding: 64px 0;
    }

    .snip-why__heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .snip-why__stats-row {
        flex-wrap: wrap;
    }

    .snip-why__stat-card {
        flex: 1 1 calc(50% - 8px);
        min-width: 140px;
    }

    .snip-why__stat-number {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -0.96px;
    }

    .snip-why__stat-label {
        font-size: 16px;
        line-height: 24px;
    }

    .snip-why__creds-bar {
        flex-wrap: wrap;
        gap: 24px 16px;
        padding: 16px 8px;
        border-radius: 8px;
    }

    .snip-why__divider {
        display: block;
    }

    .snip-why__cred-item {
        width: 140px;
    }

    .snip-why__cred-name {
        font-size: 16px;
        line-height: 24px;
    }

    .snip-why__cred-sn-title {
        font-size: 24px;
    }

    .snip-why__stat-card {
        border-radius: 8px;
    }
}

@media (max-width: 575.98px) {
    .snip-why {
        padding: 40px 0;
    }

    .snip-why__heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .snip-why__stats-row {
        gap: 8px;
    }

    .snip-why__stat-card {
        flex: 1 1 calc(50% - 4px);
        padding: 16px;
        gap: 12px;
    }

    .snip-why__stat-number {
        font-size: 40px;
        line-height: 52px;
    }

    .snip-why__stat-label {
        font-size: 14px;
        line-height: 21px;
    }

    .snip-why__creds-bar {
        gap: 16px 8px;
        padding: 16px 8px;
        justify-content: center;
    }

    .snip-why__cred-item {
        width: calc(50% - 12px);
        min-width: 120px;
    }

    .snip-why__cred-name {
        font-size: 14px;
        line-height: 21px;
    }

    .snip-why__cred-sn-title {
        font-size: 20px;
    }

    .snip-why__ellipse {
        width: 300px;
        height: 300px;
        right: -100px;
        top: 40px;
    }
}

.okd-hero {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    min-height: 655px;
    background: #ffffff;
    background-image: url("/wp-content/uploads/2026/05/servbgimg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.okd-hero__photo {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
}

.okd-hero__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.sni-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #fff3f3;
    border-radius: 8px;
    align-self: flex-start;
}

.sni-pill span {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.24px;
    white-space: nowrap;
}

.sni-grad-text {
    background-image: linear-gradient(90deg,
            rgb(0, 0, 255) 0%,
            rgb(78, 73, 224) 33.654%,
            rgb(217, 0, 148) 66.827%,
            rgb(255, 10, 10) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.okd-hero__photo-fade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: linear-gradient(88.835deg,
            rgb(255, 255, 255) 27.595%,
            rgba(255, 255, 255, 0.628) 43.438%,
            rgba(255, 255, 255, 0.497) 55.524%,
            rgba(153, 153, 153, 0) 77.702%);
}

.okd-hero__blob {
    position: absolute;
    z-index: 1;
    width: 722px;
    height: 722px;
    bottom: -400px;
    right: 826px;
    pointer-events: none;
}

.okd-hero__blob img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.okd-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 56px;
    max-width: 820px;
    padding: 64px 0 64px 0px;
}

.okd-hero__text-group {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.okd-hero__titles {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.okd-hero__heading-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.okd-hero__h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #212121;
    margin: 0;
}

.okd-hero__h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #212121;
    margin: 0;
}

.okd-hero__body {
    max-width: 688px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #323232;
}

.okd-hero__body a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #323232;
}

.okd-hero__body a:hover {
    color: #e13d4b;
}

.okd-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 16px 32px;
    border: none;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #ffffff;
    background: #e13d4b;
    cursor: pointer;
    transition: background 0.2s ease;
}

.okd-hero__cta:hover {
    color: #fff;
    background: #e13d4b;
}

.okd-hero__stats {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
}

.okd-hero__stat {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    gap: 4px;
    border: 1px solid transparent;
    border-radius: 8px;
    width: 201px;
    padding: 16px 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(#ffffff, #ffffff),
        linear-gradient(90deg,
            #0000ff 0%,
            #4e49e0 33.65%,
            #d90094 66.83%,
            #ff0a0a 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.okd-hero__stat-val {
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
}

.okd-hero__stat-val-inner {
    display: inline-block;
    background-image: linear-gradient(90deg,
            #0000ff 0%,
            #4e49e0 33.65%,
            #d90094 66.83%,
            #ff0a0a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.okd-hero__stat-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #323232;
}

@media (min-width: 768px) and (max-width: 991px) {
    .okd-hero {
        align-items: flex-start;
        justify-content: center;
        min-height: auto;
        background-position: left;
    }

    .okd-hero__photo {
        width: 100%;
        opacity: 0.25;
    }

    .okd-hero__photo-fade {
        background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 0.98) 0%,
                rgba(255, 255, 255, 0.85) 60%,
                rgba(255, 255, 255, 0.6) 100%);
    }

    .okd-hero__content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        left: auto !important;
        right: auto !important;
        width: 100%;
        max-width: 640px !important;
        margin: 0 auto;
        padding: 64px 40px !important;
        text-align: center;
    }

    .okd-hero__text-group {
        align-items: center;
        width: 100%;
    }

    .okd-hero__titles {
        align-items: center;
        width: 100%;
    }

    .okd-hero__heading-group {
        align-items: center;
        width: 100%;
    }

    .sni-pill {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .okd-hero__h1 {
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    .okd-hero__h2 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .okd-hero__body {
        max-width: 600px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .okd-hero__cta {
        width: auto;
    }

    .okd-hero__stats {
        flex-wrap: wrap;
        justify-content: center;
    }

    .okd-hero__blob {
        display: none;
    }
}

@media (max-width: 767px) {
    .okd-hero {
        align-items: flex-start;
        min-height: auto;
        padding: 0;
        background-image: url("/wp-content/uploads/2026/05/mobindserve.webp");
    }

    .okd-hero__photo {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 765px;
        opacity: 1;
    }

    .okd-hero__photo-fade {
        background-image: linear-gradient(89.545deg,
                rgb(255, 255, 255) 16.234%,
                rgba(255, 255, 255, 0.628) 29.623%,
                rgba(255, 255, 255, 0.497) 46.224%,
                rgba(153, 153, 153, 0) 77.617%);
    }

    .okd-hero__content {
        max-width: 100%;
        gap: 24px;
        padding: 36px 4px 210px;
    }

    .okd-hero__text-group {
        gap: 32px;
    }

    .okd-hero__titles {
        gap: 16px;
    }

    .okd-hero__heading-group {
        gap: 16px;
    }

    .sni-pill span {
        font-size: 22px;
        line-height: 34px;
    }

    .okd-hero__h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .okd-hero__h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        color: #323232;
    }

    .okd-hero__body {
        max-width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .okd-hero__cta {
        width: 100%;
        font-size: 18px;
    }

    .okd-hero__stats {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
    }

    .okd-hero__stat {
        width: 100%;
        position: relative;
        background: rgba(255, 255, 255, 0.40);
    }

    .okd-hero__stat::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 8px;
        padding: 1px;
        background: linear-gradient(90deg, #0000ff 0%, #4e49e0 33.65%, #d90094 66.83%, #ff0a0a 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 2;
        pointer-events: none;
    }

    .okd-hero__blob {
        display: none;
    }
}


.okd-consult {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.snis-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.02em;
    color: #212121;
    margin: 0;
    text-align: start;
}

.snis-heading sup {
    font-size: 18px;
    font-weight: 600;
    vertical-align: super;
    line-height: 0;

}

.snis-subheading {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
    margin: 0;
    text-align: start;
}

.okd-consult__bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

.okd-consult__bg-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.okd-consult__bg-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(181.089deg,
            rgba(255, 255, 255, 0.95) 18.819%,
            rgba(255, 255, 255, 0) 84.206%);
}

.okd-consult__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.okd-consult__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
}

.okd-consult__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: #212121;
}

.okd-consult__subtitle {
    max-width: 838px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
}

.okd-consult__card {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    border-radius: 16px;
    padding: 32px;
    position: relative;
    /* background-image: linear-gradient(
    157.655deg,
    rgb(231, 228, 255) 6.998%,
    rgb(253, 253, 255) 28.305%,
    rgb(255, 255, 255) 51.331%,
    rgb(255, 224, 246) 101.14%
  ); */
    /* box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25); */
}

.okd-consult__card.okd-consult__desktop::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, #0000ff 0%, #4e49e0 33.65%, #d90094 66.83%, #ff0a0a 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}

.okd-consult__nav-wrap {
    flex-shrink: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    /* width: 300px; */
    padding: 16px;
    background: #F9FAFB;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.okd-consult__nav.nav-pills {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding-left: 0;
}

.okd-consult__nav.nav-pills .nav-link {
    display: flex;
    overflow: hidden;
    width: 100%;
    border: none;
    border-left: 4px solid transparent;
    border-radius: 4px !important;
    padding: 12px;
    white-space: normal;
    word-break: break-word;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #323232 !important;
    background: transparent;
    transition: background 0.2s ease, color 0.15s ease;
}

.okd-consult__nav.nav-pills .nav-link.active {
    border-left: 4px solid #da38d7;
    border-radius: 4px !important;
    font-weight: 500;
    color: #212121 !important;
    background-image: linear-gradient(171.88deg,
            rgb(242, 235, 255) 0.71%,
            rgb(255, 224, 246) 101.15%);
}

.okd-consult__nav.nav-pills .nav-link:hover:not(.active) {
    color: #212121 !important;
    background: rgba(218, 56, 215, 0.06);
}

.okd-consult__pane-wrap {
    flex: 1;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active.show {
    display: block;
}

.okd-consult__pane {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.okd-consult__pane-top {
    display: flex;
    align-items: flex-start;
    gap: 44px;
    margin-bottom: 40px;
}

.okd-consult__pane-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
    /* max-width: 324px; */
}

.okd-consult__pane-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #212121;
}

.okd-consult__pane-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
}

.okd-consult__pane-img {
    display: block;
    flex-shrink: 0;
    width: 311px;
    height: 256px;
    border-radius: 8px;
    object-fit: cover;
}

.okd-consult__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 24px;
    border: 1px solid #e32235;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #e32235;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.okd-consult__cta:hover {
    color: #ffffff;
    background: #e32235;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .okd-consult {
        padding: 64px 0;
    }

    .okd-consult__title {
        font-size: 32px;
        line-height: 44px;
    }

    .okd-consult__subtitle {
        font-size: 16px;
    }

    .okd-consult__card {
        gap: 32px;
        padding: 24px;
    }

    .okd-consult__nav-wrap {
        max-width: 300px;
        width: 100%;
    }

    .okd-consult__pane-top {
        gap: 24px;
        flex-direction: column;
    }

    .okd-consult__pane-img {
        width: 100%;
        height: 100%;
    }

    .okd-consult__nav.nav-pills .nav-link {
        white-space: normal;
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .okd-consult {
        padding: 40px 0;
        background: #fff;
    }

    .okd-consult__title {
        font-size: 32px;
        line-height: 40px;
    }

    .okd-consult__subtitle {
        font-size: 18px;
        line-height: 27px;
    }

    .okd-consult__desktop {
        display: none !important;
    }

    .okd-consult__mobile {
        display: block !important;
        position: relative;
    }

    .okd-consult__mobile::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 8px;
        padding: 1px;
        background: linear-gradient(90deg, #0000ff73 0%, #4e49e0 33.65%, #d9009496 66.83%, #ff0a0a6b 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 2;
        pointer-events: none;
    }

    .okd-consult__mob-card {
        width: 100%;
        border-radius: 16px;
        padding: 16px;
        /* background-image: linear-gradient(109.833deg,
                rgb(231, 228, 255) 6.998%,
                rgb(253, 253, 255) 28.305%,
                rgb(255, 255, 255) 51.331%,
                rgb(255, 224, 246) 101.14%); */
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }

    .snis-heading {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 16px;

    }

    .okd-consult__inner {
        gap: 24px;
    }
}

.okd-consult__mobile {
    display: none;
}

.okd-consult__accordion .accordion-item {
    border: none;
    border-radius: 0 !important;
    background: transparent;
}

.okd-consult__accordion .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
    background: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
    text-align: left;
}

.okd-consult__accordion .accordion-button::after {
    display: none;
}

.okd-consult__accordion .accordion-button:not(.collapsed) {}

.okd-consult__accordion .accordion-button:focus {
    box-shadow: none;
}

.okd-consult__accordion .accordion-chevron {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.25s ease;
}

.okd-consult__accordion .accordion-button[aria-expanded="true"] .accordion-chevron {
    transform: rotate(180deg);
}

.okd-consult__accordion .accordion-button[aria-expanded="false"] .accordion-chevron {
    transform: rotate(0deg);
}

.okd-consult__accordion .accordion-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 12px 16px;
}

.okd-consult__mob-pane {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.okd-consult__mob-pane-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #212121;
}

.okd-consult__mob-pane-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
}

.okd-consult__mob-pane-img {
    display: block;
    width: 100%;
    height: 218px;
    border-radius: 8px;
    object-fit: cover;
}

.okd-consult__mob-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    border: 1px solid #e32235;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #e32235;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.okd-consult__mob-cta:hover {
    color: #fff;
    background: #e32235;
}


.meet {
    position: relative;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.meet__ellipse {
    position: absolute;
    left: -100px;
    top: 160px;
    width: 722px;
    height: 722px;
    z-index: 0;
    pointer-events: none;
}

.meet__ellipse img {
    display: block;
    width: 100%;
    height: 100%;
}


.meet__container {
    position: relative;
    z-index: 1;
}

.meet__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    justify-content: center;
}

.meet__img-card {
    position: relative;
    flex-shrink: 0;
    width: 508px;
    height: 490px;
    border-radius: 8px;
    overflow: hidden;
}

.meet__img-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, #0000ff 0%, #4e49e0 33.65%, #d90094 66.83%, #ff0a0a 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}

.meet__img {
    position: absolute;
    top: -1.84%;
    left: 0;
    width: 100%;
    height: 103.67%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 8px;
}

.meet__img-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(49.59deg,
            rgba(235, 21, 221, 0.2) 3.931%,
            rgba(56, 17, 85, 0) 49.045%);
    z-index: 1;
    pointer-events: none;
}

.meet__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 600px;
    flex-shrink: 0;
}

.meet__text-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.meet__heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: #212121;
    margin: 0;
}

.meet__heading-line1,
.meet__heading-line2 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: #212121;
}

.meet__heading-grad {
    background-image: linear-gradient(90deg, #0000ff 0%, #4e49e0 33.65%, #d90094 66.83%, #ff0a0a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.meet__heading-plain {
    color: #212121;
    -webkit-text-fill-color: #212121;
}

.meet__desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #323232;
    margin: 0;
    max-width: 587px;
}

.meet__desc-grad {
    font-weight: 600;
    background-image: linear-gradient(90deg, #0000ff 0%, #4e49e0 33.65%, #d90094 66.83%, #ff0a0a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.meet__cta {
    display: flex;
    align-items: center;
}

.meet__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 24px;
    background: #e13d4b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    transition: background 0.2s ease;
}

.meet__btn:hover,
.meet__btn:focus {
    background: #c9303d;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1400px) {
    .meet__row {
        gap: 48px;
    }

    .meet__img-card {
        width: 440px;
        height: 424px;
    }

    .meet__content {
        width: auto;
        flex: 1;
    }

    .meet__heading-line1,
    .meet__heading-line2 {
        font-size: 36px;
        line-height: 44px;
    }

    .meet__ellipse {
        left: -160px;
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 992px) {
    .meet {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .meet__ellipse {
        left: -200px;
        top: -80px;
        width: 480px;
        height: 480px;
        opacity: 0.6;
    }

    .meet__row {
        flex-direction: column;
        align-items: center;
        gap: 36px;
        text-align: center;
    }

    .meet__img-card {
        width: 100%;
        max-width: 508px;
        height: 380px;
    }

    .meet__content {
        width: 100%;
        max-width: 600px;
        gap: 32px;
        align-items: center;
    }

    .meet__text-group {
        align-items: center;
    }

    .meet__heading-line1,
    .meet__heading-line2 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }

    .meet__desc {
        text-align: center;
        max-width: 100%;
    }

    .meet__cta {
        justify-content: center;
    }
}

@media (max-width: 765px) {
    .meet {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .meet__ellipse {
        left: -108px;
        top: -144px;
        width: 566px;
        height: 566px;
        opacity: 1;
    }

    .meet__row {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: left;
    }

    .meet__img-card {
        width: 100%;
        max-width: 343px;
        height: 342px;
        border-radius: 16px;
    }

    .meet__img-card::before {
        border-radius: 16px;
    }

    .meet__img {
        border-radius: 16px;
    }

    .meet__img-overlay {
        border-radius: 16px;
        background: linear-gradient(49.08deg,
                rgba(235, 21, 221, 0.2) 3.892%,
                rgba(56, 17, 85, 0) 88.029%);
    }

    .meet__content {
        width: 100%;
        max-width: 343px;
        gap: 24px;
        align-items: flex-start;
    }

    .meet__text-group {
        gap: 16px;
        align-items: flex-start;
    }

    .meet__heading-line1,
    .meet__heading-line2 {
        font-size: 32px;
        line-height: 40px;
        text-align: left;
    }

    .meet__desc {
        font-size: 18px;
        line-height: 27px;
        text-align: left;
        max-width: 100%;
    }

    .meet__cta {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .meet__img-card {
        max-width: 100%;
        height: 280px;
    }

    .meet__content {
        max-width: 100%;
    }

    .meet__heading-line1,
    .meet__heading-line2 {
        font-size: 28px;
        line-height: 36px;
    }

    .meet__desc {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ── SECTION SHELL ── */
.results {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* ── BACKGROUND ── */
.results__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.results__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.results__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.8) 26.68%,
            rgba(13, 4, 43, 0.4) 100%);
}

.results__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    /* Figma: gap-48 */
    padding: 80px 64px;
    /* Figma: py-80 px-64 */
}

.results__heading-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.results__heading {
    font-size: 40px;
    /* Figma: text-40 */
    font-weight: 500;
    /* Figma: Inter Medium */
    line-height: 52px;
    /* Figma: leading-52 */
    color: #ffffff;
    text-align: center;
    margin: 0;
    max-width: 753px;
    /* Figma: w-753 */
}

.results__cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    /* Figma: gap-24 */
    width: 100%;
    justify-content: center;
}

.results__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    /* Figma: gap-16 */
    width: 284px;
    /* Figma: w-284 */
    flex-shrink: 0;
    padding: 32px 24px;
    /* Figma: py-32 px-24 */
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    /* Figma: rounded-4 */
    text-align: center;
    color: #ffffff;
}

.results__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    padding: 1px;
    background: linear-gradient(90deg, #0000ff73 0%, #4e49e0 33.65%, #d9009496 66.83%, #ff0a0a6b 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.7;
}

.results__card-number {
    font-size: 64px;
    font-weight: 500;
    line-height: 60px;
    color: #ffffff;
    margin: 0;
    width: 100%;
}


.results__card-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    margin: 0;
    width: 100%;
}

@media (max-width: 1400px) {
    .results__inner {
        padding: 80px 40px;
    }

    .results__card {
        width: 240px;
    }

    .results__card-number {
        font-size: 56px;
    }
}

@media (max-width: 1199px) {
    .results__cards {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .results__inner {
        padding: 60px 32px;
        gap: 40px;
    }

    .results__heading {
        font-size: 34px;
        line-height: 44px;
    }

    .results__cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .results__card {
        width: calc(50% - 8px);
        max-width: 284px;
        flex-shrink: 1;
    }
}

@media (max-width: 765px) {
    .results__bg-overlay {
        background: rgba(0, 0, 0, 0.6);
    }

    .results__inner {
        padding: 32px 16px;
        gap: 24px;
    }

    .results__heading-wrap {
        width: 100%;
    }

    .results__heading {
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        max-width: 100%;
    }

    .results__cards {
        flex-wrap: wrap;
        gap: 8px;
        width: 343px;
        max-width: 100%;
        justify-content: center;
        align-items: flex-start;
    }

    .results__card {
        width: 163px;
        height: 160px;
        flex-shrink: 0;
        padding: 16px;
        gap: 16px;
        justify-content: flex-start;
    }

    .results__card:nth-child(3),
    .results__card:nth-child(4) {
        height: 210px;
    }

    .results__card-number {
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
    }

    .results__card-label {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .results__cards {
        width: 100%;
    }

    .results__card {
        width: calc(50% - 4px);
        min-width: 140px;
        height: auto;
        min-height: 160px;
    }

    .results__card:nth-child(3),
    .results__card:nth-child(4) {
        height: auto;
        min-height: 210px;
    }

    .results__heading {
        font-size: 28px;
        line-height: 36px;
    }
}

/* KS SERVICENOW BLOG SECTION */

.ksb-section {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Override Bootstrap container to match 1280px content width */
.ksb-container {
    max-width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
}

/* Section heading */
.ksb-heading {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -0.8px;
    color: #212121;
    text-align: center;
    margin-bottom: 48px;
}

/* Cards row gap */
.ksb-cards-row {
    gap: 0;
    row-gap: 0;
}

/* Column spacing – horizontal gutter via Bootstrap g-* handled below */
.ksb-col {
    padding-left: 12px;
    padding-right: 12px;
}

/* Card */
.ksb-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

/* Image wrapper – fixed height, overflow hidden, rounded corners */
.ksb-card__img-wrap {
    width: 100%;
    height: 308px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.ksb-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Card body */
.ksb-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

/* Card title */
.ksb-card__title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    color: #212121;
    margin: 0;
}

/* Card description */
.ksb-card__text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
    margin: 0;
}

/* Read More link */
.ksb-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #E32235;
    text-decoration: none;
    padding: 2px 0;
    border-radius: 3px;
    transition: opacity 0.2s ease;
}

.ksb-card__link:hover {
    opacity: 0.8;
    color: #E32235;
}

/* Arrow icon */
.ksb-card__arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────
   RESPONSIVE — TABLET  (≤ 991px)
   ───────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .ksb-container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .ksb-heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        margin-bottom: 32px;
    }

    .ksb-card__img-wrap {
        height: 261px;
        border-radius: 8px;
    }

    .ksb-cards-row {
        row-gap: 32px;
    }
}

/* ─────────────────────────────────────────────────────
   RESPONSIVE — MOBILE  (≤ 767px)
   ───────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .ksb-section {
        padding: 32px 16px;
    }

    .ksb-container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .ksb-col {
        padding-left: 0;
        padding-right: 0;
    }

    .ksb-heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        margin-bottom: 24px;
    }

    .ksb-cards-row {
        row-gap: 24px;
    }

    .ksb-card__img-wrap {
        height: 261px;
        border-radius: 8px;
    }

    .ksb-card__title {
        font-size: 20px;
        line-height: 30px;
    }

    .ksb-card__text {
        font-size: 14px;
        line-height: 21px;
    }
}

/* CTA */
.snc-section {
    position: relative;
    padding: 80px 64px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.snc-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.snc-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: none;
}

.snc-bg-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.snc-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% ;
    margin: 0 auto;
    gap: 32px;
    flex-wrap: wrap;
        flex-direction: unset !important;
}

.snc-heading {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 52px !important;
    letter-spacing: -0.8px;
    color: #212121;
    margin: 0;
   max-width: 900px !important;
    flex-shrink: 0;
    width: 100%;
}
.snc-heading.f-w-600{
    font-weight: 600  !important;
}
.snc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    padding: 16px 32px;
    background-color: #e13d4b;
    border: none;
    border-radius: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.snc-btn:hover {
    background-color: #c62d39;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .snc-section {
        padding: 56px 32px;
    }

    .snc-heading {
        font-size: 32px !important;
        line-height: 42px !important;
        width: auto !important;
        flex: 1;
    }

    .snc-inner {
        gap: 24px !important;
    }
}

@media (max-width: 767px) {
    .snc-section {
        padding: 32px 16px;
        justify-content: center;
    }

    .snc-inner {
        flex-direction: column !important;;
        align-items: stretch !important;;
        justify-content: center !important;;
        gap: 32px;
        max-width: 100%;
    }

    .snc-heading {
        font-size: 32px !important;
        line-height: 38.4px;
        letter-spacing: -0.64px;
        width: 100%;
    }

    .snc-btn {
        width: 100%;
        flex: 1 0 0;
    }
}

/*  ServiceNow Platforms Section */

.platforms {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    min-height: 400px;
}

.platforms__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.platforms__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.platforms__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 30%, rgba(7, 4, 26, 0.32));
}

.platforms__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.platforms__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    color: #ffffff;
}

.platforms__heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    color: #ffffff;
    margin-bottom: 0;
    max-width: 770px;
}

.platforms__subheading {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 0;
    max-width: 724px;
}

.platforms__cards {
    display: flex;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.platforms__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 230px;
    min-height: 158px;
    padding: 40px 16px;
    background: rgba(255, 255, 255, 0.15);
    /* border: 1px solid blue; */
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
}

.platforms__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, #0000ff73 0%, #4e49e0 33.65%, #d9009496 66.83%, #ff0a0a6b 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
    opacity: 0.7;
}

.platforms__card-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    max-width: 200px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .platforms {
        padding: 60px 0;
    }

    .platforms__heading {
        font-size: 32px;
        line-height: 42px;
    }

    .platforms__subheading {
        font-size: 16px;
        line-height: 24px;
    }

    .platforms__cards {
        flex-wrap: wrap;
        gap: 12px;
    }

    .platforms__card {
        width: calc(33.333% - 9px);
        min-width: 180px;
        min-height: 130px;
        padding: 28px 14px;
        flex-shrink: 1;
    }

    .platforms__card-label {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767.98px) {
    .platforms {
        padding: 30px 0;
    }

    .platforms__inner {
        gap: 24px;
        align-items: flex-start;
    }

    .platforms__text {
        text-align: center;
        align-items: center;
        width: 100%;
    }

    .platforms__heading {
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        max-width: 100%;
    }

    .platforms__subheading {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }

    .platforms__cards {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        width: 100%;
    }

    .platforms__card {
        width: calc(50% - 4px);
        min-width: 0;
        min-height: 118px;
        padding: 16px;
        border-radius: 16px;
        flex-shrink: 0;
    }

    .platforms__card-label {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        max-width: 100%;
    }
}

/* industries-serve */
.industries-serve-section {
    background-color: #f9fafb;
    padding: 80px 0;
}

.industries-serve-section .industries-serve-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.8px;
    color: #212121;
    text-align: center;
    margin-bottom: 40px;
}

.industries-serve-section .industries-serve-carousel-wrap {
    overflow: hidden;
}

.industries-serve-section .industries-serve-card {
    backdrop-filter: blur(16.6px);
    -webkit-backdrop-filter: blur(16.6px);
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    box-shadow: 0px 0px 41.5px 0px rgba(0, 0, 0, 0.04);
    width: 245px;
}

.industries-serve-section .industries-serve-card-img {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.industries-serve-section .industries-serve-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    pointer-events: none;
}

.industries-serve-section .industries-serve-card-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 16px;
    filter: drop-shadow(0px 0px 19px rgba(0, 0, 0, 0.04));
    min-height: 55px;
}

.industries-serve-section .industries-serve-card-title h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #212121;
    text-align: center;
    margin-bottom: 0;
    word-break: break-word;
}

.industries-serve-section .industries-serve-card {
    position: relative;
    height: 291px;
    overflow: hidden;
    cursor: default;
}

.industries-serve-section .industries-serve-card-default {
    position: absolute;
    inset: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    transition: opacity 0.35s ease, transform 0.35s ease;
    opacity: 1;
    transform: translateY(0);
}

.industries-serve-section .industries-serve-card-hover {
    position: absolute;
    inset: 0;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.35s ease, transform 0.35s ease;
    opacity: 0;
    transform: translateY(20px);
}

.industries-serve-section .industries-serve-card-hover p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.industries-serve-section .industries-serve-card:hover .industries-serve-card-default {
    opacity: 0;
    transform: translateY(-20px);
}

.industries-serve-section .industries-serve-card:hover .industries-serve-card-hover {
    opacity: 1;
    transform: translateY(0);
}

.industries-serve-section .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.industries-serve-section .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.industries-serve-section .owl-carousel .owl-nav,
.industries-serve-section .owl-carousel .owl-dots {
    display: none;
}


@media (max-width: 991px) {
    .industries-serve-section {
        padding: 50px 0;
    }

    .industries-serve-section .industries-serve-heading {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -0.6px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .industries-serve-section {
        padding: 32px 0;
    }

    .industries-serve-section .industries-serve-heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        margin-bottom: 14px;
    }

    .industries-serve-section .industries-serve-card {
        width: 100%;
    }
}