 /* =========================================================
           KANVERSE SYSTEM WORK
        ========================================================= */

        .kanverse-system-work {
            position: relative;
            width: 96%;
            overflow: hidden;
            background: #ffffff;
            margin: 0 auto;
        }


        /* =========================================================
           MAIN CONTAINER min height original 510px adjusted to auto
        ========================================================= */

        .kanverse-system-work-container {
            max-width: 1200px;
            min-height: auto ;

            margin: 0 auto;
            padding: 40px 35px;

            display: flex;
            align-items: center;
        }


        /* =========================================================
           LEFT CONTENT
        ========================================================= */

        .kanverse-system-work-content {
            position: relative;

            padding-left: 25px;
            padding-right: 30px;

            z-index: 2;
        }


        /* Blue vertical accent */
        .kanverse-system-work-heading-wrap {
            position: relative;

            padding-left: 0;
        }


        /*.kanverse-system-work-heading-wrap::before {
            content: "";

            position: absolute;

            left: -24px;
            top: 2px;

            width: 12px;
            height: 39px;

            background: #0757f5;
        }*/


        .kanverse-system-work-heading {
            margin: 0 0 20px;

            color: #050505;

            font-size: 34px;
            line-height: 1.08;
            font-weight: 700;

            letter-spacing: -1.2px;
        }


        /* =========================================================
           DESCRIPTION
        ========================================================= */

        .kanverse-system-work-description {
            max-width: 570px;

            margin: 0 0 25px;

            color: #151515;

            font-size: 16px;
            line-height: 1.38;
            font-weight: 400;

            letter-spacing: -0.15px;
        }
		
		
		.kanverse-ai-work-transform {
		    max-width: 100%;

            margin: 0 0 25px;

            color: #151515;

            font-size: 16px;
            line-height: 1.38;
            font-weight: 400;

            letter-spacing: -0.15px;
		}


        /* =========================================================
           BOLD DESCRIPTION
        ========================================================= */

        .kanverse-system-work-highlight {
            max-width: 555px;

            margin: 0 0 40px;

            color: #111111;

            font-size: 17px;
            line-height: 1.18;
            font-weight: 700;
        }


        /* =========================================================
           CTA
        ========================================================= */

        .kanverse-system-work-button {
            display: inline-flex;

            align-items: center;
            justify-content: center;

            width: 213px;
            height: 51px;

            padding: 0 20px;

            border-radius: 30px;

            background: linear-gradient(110deg, #0043F0, #1A84EA);

            color: #ffffff !important;

            font-size: 19px;
            line-height: 1;
            font-weight: 700;

            text-decoration: none !important;

            transition:
                background-color .25s ease,
                transform .25s ease,
                box-shadow .25s ease;
        }


        .kanverse-system-work-button:hover {
            background: #1A84EA;

            transform: translateY(-2px);

            box-shadow: 0 8px 20px rgba(0, 100, 230, .20);
        }


        /* =========================================================
           RIGHT VISUAL
        ========================================================= */

        .kanverse-system-work-visual-wrap {
            position: relative;

            width: 96%;

            display: flex;
            align-items: center;
            justify-content: flex-end;
            margin:0 auto;
        }


        .kanverse-system-work-visual {
            display: block;

            width: 100%;
            max-width: 430px;

            height: auto;

            object-fit: contain;
        }


        /* =========================================================
           DESKTOP 1200+
        ========================================================= */

        @media (min-width: 1200px) {

            .kanverse-system-work-container {
                max-width: 1250px;
            }

            .kanverse-system-work-content {
                padding-left: 30px;
            }

            .kanverse-system-work-heading {
                font-size: 34px;
                font-family: 'Poppins Bold';
            }

            .kanverse-system-work-visual {
                max-width: 430px;
            }
        }


        /* =========================================================
           LAPTOP / SMALL DESKTOP
        ========================================================= */

        @media (max-width: 1199.98px) {

            .kanverse-system-work-container {
                min-height: 500px;

                padding-left: 30px;
                padding-right: 30px;
            }

            .kanverse-system-work-heading {
                font-size: 31px;
            }

            .kanverse-system-work-description,
            .kanverse-system-work-highlight {
                font-size: 18px;
            }

            .kanverse-system-work-visual {
                max-width: 410px;
            }
        }


        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 991.98px) {

            .kanverse-system-work-container {
                min-height: 460px;

                padding: 40px 25px;
            }

            .kanverse-system-work-content {
                padding-left: 22px;
                padding-right: 15px;
            }

            .kanverse-system-work-heading-wrap::before {
                left: -21px;

                width: 9px;
                height: 35px;
            }

            .kanverse-system-work-heading {
                font-size: 27px;
                line-height: 1.1;
            }

            .kanverse-system-work-description,
            .kanverse-system-work-highlight {
                font-size: 16px;
            }

            .kanverse-system-work-highlight {
                margin-bottom: 30px;
            }

            .kanverse-system-work-button {
                width: 190px;
                height: 48px;

                font-size: 17px;
            }

            .kanverse-system-work-visual {
                max-width: 350px;
            }
        }


        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 767.98px) {

            .kanverse-system-work-container {
                min-height: auto;

                padding: 55px 25px 45px;

                display: block;
            }

            .kanverse-system-work-content {
                padding: 0 0 40px 20px;
            }

            .kanverse-system-work-heading-wrap::before {
                left: -20px;
                top: 1px;

                width: 8px;
                height: 31px;
            }

            .kanverse-system-work-heading {
                margin-bottom: 20px;

                font-size: 28px;
                line-height: 1.1;
                letter-spacing: -.7px;
            }

            .kanverse-system-work-description {
                max-width: 100%;

                margin-bottom: 24px;

                font-size: 17px;
                line-height: 1.25;
            }

            .kanverse-system-work-highlight {
                max-width: 100%;

                margin-bottom: 30px;

                font-size: 17px;
                line-height: 1.25;
            }

            .kanverse-system-work-button {
                width: 205px;
                height: 50px;

                font-size: 18px;
            }

            .kanverse-system-work-visual-wrap {
                justify-content: center;
            }

            .kanverse-system-work-visual {
                width: 100%;
                max-width: 470px;
            }
        }


        /* =========================================================
           SMALL MOBILE
        ========================================================= */

        @media (max-width: 575.98px) {

            .kanverse-system-work-container {
                padding: 45px 20px 35px;
            }

            .kanverse-system-work-content {
                padding-left: 18px;
                padding-bottom: 35px;
            }

            .kanverse-system-work-heading-wrap::before {
                left: -18px;

                width: 7px;
                height: 29px;
            }

            .kanverse-system-work-heading {
                font-size: 25px;
            }

            .kanverse-system-work-description,
            .kanverse-system-work-highlight {
                font-size: 16px;
            }

            .kanverse-system-work-button {
                width: 195px;
                height: 48px;

                font-size: 17px;
            }

            .kanverse-system-work-visual {
                max-width: 100%;
            }
        }


        /* =========================================================
           EXTRA SMALL DEVICES
        ========================================================= */

        @media (max-width: 375px) {

            .kanverse-system-work-heading {
                font-size: 23px;
            }

            .kanverse-system-work-description,
            .kanverse-system-work-highlight {
                font-size: 15px;
            }

            .kanverse-system-work-button {
                width: 185px;
            }
        }


@media only screen and (max-width: 820px) {
    .home_s1 .carousel .carousel-item {
        height: calc(55% + 25px);
    }
}

/* =========================================================
          END KANVERSE YOUR SYSTEM WORK SECTION
        ========================================================= */

    /* =========================================================
       WHY KANVERSE SECTION 3RD SECTION STARTS HERE
    ========================================================= */
    .kv-why-section {
      position: relative;
      overflow: hidden;
      background: #f4f4f4;
      padding: 31px 42px 48px;
      color: #080808;
    }

    .kv-why-section *,
    .kv-why-section *::before,
    .kv-why-section *::after {
      box-sizing: border-box;
    }

    .kv-why-inner {
      max-width: 1120px;
      margin: 0 auto;
    }

    /* Heading */
    .kv-why-heading {
      display: flex;
      align-items: stretch;
      margin-bottom: 20px;
	  padding-left: 3%;
    }

    .kv-why-heading-bar {
      width: 8px;
      min-width: 8px;
      background: #1557e8;
      margin-right: 9px;
      border-radius: 0;
    }

    .kv-why-heading h2 {
      margin: 0;
      font-size: 34px;
      line-height: 1.18;
      font-weight: 600;
      letter-spacing: -0.4px;
      font-family: 'Poppins Bold';
    }

    /* Intro copy */
    .kv-why-intro {
      max-width: 1070px;
      margin: 0 auto 23px;
      font-size: 13px;
      line-height: 1.22;
      font-weight: 400;
      letter-spacing: -0.08px;
    }

    /* Cards */
    .kv-why-cards {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: stretch;
      gap: 32px;
      padding: 0 105px;
      z-index: 2;
    }

    .kv-why-card {
      position: relative;
      width: 310px;
      min-width: 310px;
      height: 390px;
      padding: 16px 19px 18px;
      background: #fff;
      border: 1px solid #dedede;
      border-radius: 25px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
      overflow: hidden;
    }

    .kv-why-card-icon {
      width: 45px;
      height: 48px;
      object-fit: contain;
      display: block;
      margin-bottom: 13px;
      border-radius: 9px;
    }

    .kv-why-card h3 {
      margin: 0 0 7px;
      font-size: 18px;
      line-height: 1.15;
      font-weight: 700;
      letter-spacing: -0.15px;
      font-family: 'Poppins Bold';
    }

    .kv-why-card p {
      margin: 0;
      font-size: 11px;
      line-height: 1.18;
      font-weight: 400;
      letter-spacing: -0.08px;
      padding: 5px 33px 5px 0px;
    }

    .kv-why-card-media {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 57px;
      height: 160px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
    }

    .kv-why-card-media img {
      max-width: 100%;
      max-height: 130%;
      width: 86%;
      height: auto;
      /*object-fit: contain;*/
    }

    .kv-why-card--empty .kv-why-card-media {
      display: none;
    }

    /* Dog overlaps the third card exactly as in the reference. */
    .kv-why-dog {
      position: absolute;
      z-index: 5;
      width: 150px;
      max-width: none;
      height: auto;
      right: -20px;
      bottom: -10px;
      pointer-events: none;
    }

    /* Bottom multicolor rule */
    .kv-why-colorbar {
      display: flex;
      height: 5px;
      width: calc(100% + 84px);
      margin: 45px -42px -48px;
    }

    .kv-why-colorbar span {
      flex: 1 1 0;
      height: 100%;
    }

    .kv-why-colorbar span:nth-child(1) { background: #1557e8; }
    .kv-why-colorbar span:nth-child(2) { background: #2187ed; }
    .kv-why-colorbar span:nth-child(3) { background: #72ad3f; }
    .kv-why-colorbar span:nth-child(4) { background: #d7dd45; }
    .kv-why-colorbar span:nth-child(5) { background: #e79a38; }
    .kv-why-colorbar span:nth-child(6) { background: #df3c2e; }

    /* =========================================================
       LARGE DESKTOP
    ========================================================= */
    @media (min-width: 1200px) {
      .kv-why-section {
        padding-left: 42px;
        padding-right: 42px;
      }

      .kv-why-cards {
        padding-left: 105px;
        padding-right: 105px;
      }
    }

    /* =========================================================
       TABLETS
    ========================================================= */
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .kv-why-section {
        padding: 30px 32px 45px;
      }

      .kv-why-intro {
        max-width: 100%;
      }

      .kv-why-cards {
        gap: 20px;
        padding: 0 40px;
      }

      .kv-why-card {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        max-width: 235px;
      }

      .kv-why-dog {
        width: 125px;
        right: 2px;
        bottom: -5px;
      }

      .kv-why-colorbar {
        width: calc(100% + 64px);
        margin-left: -32px;
        margin-right: -32px;
        margin-bottom: -45px;
      }
    }

    /* =========================================================
       MOBILE
    ========================================================= */
    @media (max-width: 767.98px) {
      .kv-why-section {
        padding: 24px 18px 35px;
      }

      .kv-why-heading {
        margin-bottom: 16px;
      }

      .kv-why-heading-bar {
        width: 6px;
        min-width: 6px;
        margin-right: 8px;
      }

      .kv-why-heading h2 {
        font-size: 21px;
      }

      .kv-why-intro {
        font-size: 12px;
        line-height: 1.38;
        margin-bottom: 22px;
      }

      .kv-why-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 0;
      }

      .kv-why-card {
        width: min(100%, 310px);
        min-width: 0;
        max-width: 310px;
        height: 330px;
        padding: 17px 20px;
        border-radius: 23px;
      }

      .kv-why-card-icon {
        margin-bottom: 13px;
      }

      .kv-why-card h3 {
        font-size: 13px;
      }

      .kv-why-card p {
        font-size: 11px;
      }

      .kv-why-card-media {
        left: 20px;
        right: 20px;
        bottom: 17px;
        height: 145px;
      }

      .kv-why-card-media img{max-height: 100%;}

      .kv-why-dog {
        display: none;
      }

      .kv-why-colorbar {
        width: calc(100% + 36px);
        margin: 35px -18px -35px;
        height: 5px;
      }
    }

    /* =========================================================
       VERY SMALL DEVICES
    ========================================================= */
    @media (max-width: 360px) {
      .kv-why-section {
        padding-left: 14px;
        padding-right: 14px;
      }

      .kv-why-card {
        width: 100%;
      }

      .kv-why-colorbar {
        width: calc(100% + 28px);
        margin-left: -14px;
        margin-right: -14px;
      }
    }
	
	/* =========================================================
      END WHY KANVERSE SECTION 3RD SECTION
    ========================================================= */

        /* =========================================================
          SECTION HOW KANVERSE WORKS STARTS HERE - GLOBAL
        ========================================================= */

        .how-kanverse-works {
            position: relative;
            width: 100%;
            padding: 22px 0 28px;
            overflow: hidden;
            color: #080808;
            background: url(../images/new_home/how-kanverse-works-bg.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .how-kanverse-works,
        .how-kanverse-works * {
            box-sizing: border-box;
        }

        .how-kanverse-works-container {
            width: 100%;
            max-width: 1080px;
            margin: 0 auto;
            padding: 0 20px;
        }


        /* =========================================================
           HEADING
        ========================================================= */

        .how-kanverse-works-heading {
            display: flex;
            align-items: center;
            margin-bottom: 17px;
            
        }

        .how-kanverse-works-heading-title {
            margin: 0;
            padding-left: 1.5rem;
            font-size: 34px;
            line-height: 1;
            font-weight: 700;
            letter-spacing: -0.5px;
            font-family: 'Poppins Bold';
        }


        /* =========================================================
           INTRO
        ========================================================= */

        .how-kanverse-works-intro {
            margin: 0 0 14px;
            padding-left: 1.5rem;
            max-width: 925px;
            font-size: 16px;
            line-height: 1.35;
            color: #111;
        }


        /* =========================================================
           MAIN WORK AREA
        ========================================================= */

        .how-kanverse-works-work-area {
            position: relative;
            display: flex;
            width: 100%;
            min-height: 430px;
            /*background:url(../images/new_home/how-kanverse-works-bg.jpg);*/
        }


        /* =========================================================
           LEFT SIDE
        ========================================================= */

        .how-kanverse-works-left {
            position: relative;
            width: 50%;
            min-height: 430px;
        }


        /* =========================================================
           LEFT BACKGROUND
        ========================================================= */

        .how-kanverse-works-left-bg {
            position: absolute;
            left: 111px;
            top: 102px;
            width: 91%;
            height: 100%;
            border-radius: 0 82px 82px 0;

            /*background:
                radial-gradient(
                    circle at 70% 70%,
                    rgba(220, 230, 255, 0.65),
                    transparent 42%
                ),
                linear-gradient(
                    135deg,
                    #ffffff 0%,
                    #f7faff 70%,
                    #eef3ff 100%
                );*/

            overflow: hidden;
        }


        /* =========================================================
           DIAGONAL GRID
        ========================================================= */

        .how-kanverse-works-grid {
            /*position: absolute;
            inset: 0;
            opacity: 0.65;

            background-image:
                linear-gradient(
                    45deg,
                    transparent 48%,
                    rgba(63, 115, 190, 0.09) 49%,
                    rgba(63, 115, 190, 0.09) 51%,
                    transparent 52%
                ),
                linear-gradient(
                    -45deg,
                    transparent 48%,
                    rgba(63, 115, 190, 0.09) 49%,
                    rgba(63, 115, 190, 0.09) 51%,
                    transparent 52%
                );

            background-size: 32px 32px;*/
        }


        /* =========================================================
           VISUAL HOLDER
        ========================================================= */

        .how-kanverse-works-visual-holder {
            position: absolute;
            left: 0;
            top: 0;

            width: 100%;
            height: 100%;

            display: flex;
            align-items: center;
            justify-content: center;

            z-index: 3;
        }


        /* =========================================================
           VISUAL
        ========================================================= */

        .how-kanverse-works-visual {
            position: relative;
            width: 92%;
            height: 400px;

            transition:
                opacity 0.35s ease,
                transform 0.35s ease;
        }

        .how-kanverse-works-visual.hide {
            opacity: 0;
            transform: translateX(-15px);
        }

        .how-kanverse-works-visual.show {
            opacity: 1;
            transform: translateX(0);
        }


        /* =========================================================
           TAB / SCREEN
        ========================================================= */

        .how-kanverse-works-tab {
            position: absolute;
            left: 0;
            top: 0;

            width: 100%;
            height: 100%;

            border-radius: 62px;
            overflow: hidden;

            border: 1px solid rgba(215, 222, 234, 0.65);

            /*background:
                linear-gradient(
                    110deg,
                    rgba(246, 249, 255, 0.72),
                    rgba(255, 255, 255, 0.2)
                );

            box-shadow:
                rgb(205 226 253) 125px 145px 575px 0;*/
        }


        /* =========================================================
           IMAGE
        ========================================================= */

        .how-kanverse-works-image {
            position: absolute;
            left: 13%;
            top: 1%;
            width: 66%;
            height: auto;
            padding: 0;
        }

        .how-kanverse-works-image img {
            display: block;
            width: 85%;
            height: auto;
            margin: 0 auto;
        }


        /* =========================================================
           RIGHT SIDE
        ========================================================= */

        .how-kanverse-works-right {
            position: relative;

            width: 44%;
            min-height: 257px;

            margin-top: 9%;

            display: flex;
            align-items: center;

            padding-left: 36px;

            /*background:
                linear-gradient(
                    110deg,
                    rgba(246, 249, 255, 0.72),
                    rgba(255, 255, 255, 0.2)
                );*/
        }


        /* =========================================================
           RIGHT SIDE PATTERN
        ========================================================= */

        .how-kanverse-works-right::after {
             /*content: "";

            position: absolute;
            right: -70px;
            top: 0;

            width: 75%;
            height: 100%;

            opacity: 0.28;

           background-image:
                linear-gradient(
                    45deg,
                    transparent 48%,
                    #dce3ed 49%,
                    #dce3ed 51%,
                    transparent 52%
                );

            background-size: 30px 30px;

            pointer-events: none;*/
        }


        /* =========================================================
           ACCORDION
        ========================================================= */

        .how-kanverse-works-accordion {
            position: relative;
            z-index: 5;

            width: 315px;
            margin-top: -85px;
        }


        /* =========================================================
           ACCORDION ITEM
        ========================================================= */

        .how-kanverse-works-item {
            position: relative;
            width: 100%;

            border-bottom: 1px solid #111111;
        }

        .how-kanverse-works-item.active {
            padding-top: 0;
        }


        /* =========================================================
           ACTIVE HEADER
        ========================================================= */

        .how-kanverse-works-active-header {
            position: relative;
            left: -54px;

            display: flex;
            align-items: center;

            min-height: 45px;

            padding: 0 0 8px;

            font-size: 23px;
            font-weight: 700;
            line-height: 1;

            white-space: nowrap;
        }


        /* =========================================================
           ARROW
        ========================================================= */

        .how-kanverse-works-arrow {
            display: inline-flex;

            align-items: center;
            justify-content: center;

            width: 47px;
            margin-right: 9px;

            font-size: 29px;
            font-weight: 400;
            line-height: 2;
            background:url("../images/new_home/arrow-left.png");
            transform: translateY(-1px);
            text-indent: -9999px;
            position: relative;
            left: -5px;
        }


        /* =========================================================
           INACTIVE BUTTON
        ========================================================= */

        .how-kanverse-works-button {
            display: flex;
            align-items: center;

            width: 100%;
            min-height: 40px;

            padding: 5px 0 7px;

            border: 0;
            outline: 0;

            background: transparent;

            text-align: left;

            font-family: inherit;
            font-size: 23px;
            line-height: 1;
            font-weight: 700;

            cursor: pointer;
            color: #080808;

            transition: padding-left 0.2s ease;
        }

        .how-kanverse-works-button:hover {
            padding-left: 2px;
        }


        /* =========================================================
           DESCRIPTION
        ========================================================= */

        .how-kanverse-works-description {
            max-height: 0;

            overflow: hidden;

            opacity: 0;

            font-size: 13.5px;
            line-height: 1.25;
            font-weight: 400;

            transition:
                max-height 0.35s ease,
                opacity 0.3s ease,
                padding 0.3s ease;
        }

        .how-kanverse-works-item.active
        .how-kanverse-works-description {
            max-height: 90px;

            opacity: 1;

            padding: 0 0 21px;
        }


        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 991px) {

            .how-kanverse-works-container {
                padding-left: 25px;
                padding-right: 25px;
            }

            .how-kanverse-works-left {
                width: 56%;
            }

            .how-kanverse-works-right {
                width: 44%;
                padding-left: 20px;
            }

            .how-kanverse-works-accordion {
                width: 100%;
                max-width: 290px;
            }

            .how-kanverse-works-active-header,
            .how-kanverse-works-button {
                font-size: 21px;
            }

            .how-kanverse-works-arrow {
                width: 28px;
                font-size: 27px;
            }
        }


        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 767px) {

            .how-kanverse-works {
                padding-top: 25px;
            }

            .how-kanverse-works-container {
                padding-left: 18px;
                padding-right: 18px;
            }

            .how-kanverse-works-heading-title {
                font-size: 21px;
            }

            .how-kanverse-works-intro {
                padding-left: 13px;

                font-size: 12.5px;
                line-height: 1.35;
            }

            .how-kanverse-works-work-area {
                display: block;
                min-height: auto;
            }


            /* Left */

            .how-kanverse-works-left {
                width: 100%;
                min-height: 310px;
            }

            .how-kanverse-works-left-bg {
                width: 100%;
                border-radius: 0 50px 50px 0;
            }

            .how-kanverse-works-visual {
                width: 95%;
                height: 285px;
            }


            /* Right */

            .how-kanverse-works-right {
                width: 100%;
                min-height: auto;

                display: block;

                padding: 20px 8px 0;

                background: transparent;
            }

            .how-kanverse-works-right::after {
                display: none;
            }

            .how-kanverse-works-accordion {
                width: 100%;
                max-width: none;
                margin-top: 0;
            }

            .how-kanverse-works-active-header,
            .how-kanverse-works-button {
                font-size: 20px;
            }

            .how-kanverse-works-arrow {
                width: 29px;
                margin-right: 8px;
                font-size: 26px;
            }

            .how-kanverse-works-item.active
            .how-kanverse-works-description {
                padding-left: 37px;
                padding-bottom: 15px;
            }
        }


        /* =========================================================
           SMALL MOBILE
        ========================================================= */

        @media (max-width: 480px) {

            .how-kanverse-works-container {
                padding-left: 14px;
                padding-right: 14px;
            }

            .how-kanverse-works-heading-title {
                font-size: 20px;
            }

            .how-kanverse-works-intro {
                font-size: 12px;
            }

            .how-kanverse-works-left {
                min-height: 270px;
            }

            .how-kanverse-works-visual {
                width: 96%;
                height: 250px;
            }

            .how-kanverse-works-active-header,
            .how-kanverse-works-button {
                font-size: 19px;
            }

            .how-kanverse-works-arrow {
                width: 27px;
                margin-right: 7px;
                font-size: 25px;
            }
        }

/* =========================================================
          SECTION HOW KANVERSE WORKS ENDS HERE - GLOBAL
        ========================================================= */ 


        /* =========================================================
           KANVERSE BUSINESS OUTCOMES SECTION STARTS HERE
           Fully scoped CSS
        ========================================================= */

        .kanverse-business-outcomes {
            --kbo-blue: #0043F0;
            --kbo-text: #111111;
            --kbo-muted: #a8a8a8;
            --kbo-border: #dddddd;
            --kbo-light-bg: #f7f7f7;
            --kbo-white: #ffffff;

            width: 100%;
            overflow: hidden;
            color: var(--kbo-text);
            background: var(--kbo-white);
        }

        .kanverse-business-outcomes *,
        .kanverse-business-outcomes *::before,
        .kanverse-business-outcomes *::after {
            box-sizing: border-box;
        }

        /* =========================================================
           OUTCOMES SECTION
        ========================================================= */

        .kanverse-business-outcomes__outcomes {
            position: relative;
            background: var(--kbo-light-bg);
            padding: 36px 70px 54px;
        }

        .kanverse-business-outcomes__container {
            width: 100%;
            max-width: 1150px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .kanverse-business-outcomes__heading {
            margin: 0;
            font-size: 34px;
            line-height: 1.25;
            font-weight: 700;
            letter-spacing: -0.8px;
            color: var(--kbo-text);
            font-family: 'Poppins Bold';
        }

        .kanverse-business-outcomes__description {
            max-width: 760px;
            margin: 22px 0 0;
            font-size: 17px;
            line-height: 1.38;
            font-weight: 400;
            color: #202020;
        }

        /* =========================================================
           KANGAROO
        ========================================================= */

        .kanverse-business-outcomes__mascot {
            position: absolute;
            right: calc((100% - 1150px) / 2 + 50px);
            top: 80px;
            width: 194px;
            height: auto;
            z-index: 5;
            pointer-events: none;
        }

        /* =========================================================
           METRIC CARDS
        ========================================================= */

        .kanverse-business-outcomes__metrics {
            display: flex;
            flex-wrap: nowrap;
            gap: 8px;
            margin-top: 108px;
        }

        .kanverse-business-outcomes__metric {
            position: relative;
            flex: 1 1 0;
            min-width: 0;
            height: 212px;
            padding: 29px 20px 22px;
            background: var(--kbo-white);
            border: 2px solid var(--kbo-border);
            border-radius: 39px;
            overflow: hidden;
        }

        .kanverse-business-outcomes__metric-label {
            display: block;
            margin-bottom: 17px;
            font-size: 13px;
            line-height: 1.25;
            font-weight: 500;
            color: var(--kbo-muted);
            text-transform: uppercase;
            white-space: nowrap;
        }

        .kanverse-business-outcomes__metric-value {
            margin: 0;
            font-size: 33px;
            line-height: 1.05;
            font-weight: 700;
            letter-spacing: -1px;
            color: var(--kbo-blue);
            white-space: nowrap;
            font-family: 'Poppins Bold';
        }

        .kanverse-business-outcomes__metric-description {
            margin: 23px 0 0;
            font-size: 13px;
            line-height: 1.25;
            font-weight: 500;
            color: #111111;
        }

        /* =========================================================
           RECOGNITION SECTION
        ========================================================= */

        .kanverse-business-outcomes__recognition {
            background: var(--kbo-white);
            padding: 71px 70px 86px;
        }

        .kanverse-business-outcomes__recognition-heading {
            margin: 0 0 33px;
            font-size: 34px;
            line-height: 1.25;
            font-weight: 700;
            letter-spacing: -0.8px;
            color: var(--kbo-text);
            font-family: 'Poppins Bold';
        }

        .kanverse-business-outcomes__recognition-row {
            display: flex;
            flex-wrap: nowrap;
            gap: 38px;
        }

        .kanverse-business-outcomes__recognition-card {
            flex: 1 1 0;
            min-width: 0;
            height: 178px;
            padding: 25px 43px;
            border: 2px solid var(--kbo-border);
            border-radius: 37px;
            display: flex;
            align-items: center;
            background: #ffffff;
			
			
        }

        /* =========================================================
           ISG
        ========================================================= */

        .kanverse-business-outcomes__isg-logo {
            margin: 0 0 7px;
            font-size: 34px;
            line-height: 1;
            font-weight: 700;
            color: #214c76;
        }

        .kanverse-business-outcomes__isg-logo span {
            font-weight: 400;
            color: #888888;
        }

        .kanverse-business-outcomes__isg-text {
            margin: 0;
            font-size: 11.5px;
            line-height: 1.25;
            font-weight: 600;
            color: #111111;
        }

        /* =========================================================
           EVEREST
        ========================================================= */

        .kanverse-business-outcomes__everest-logo {
            margin: 0 0 7px;
            font-size: 26px;
            line-height: 1;
            font-weight: 400;
            color: #14739c;
        }

        .kanverse-business-outcomes__everest-mark {
            display: inline-block;
            margin-right: 7px;
            color: #555555;
            font-size: 30px;
            transform: rotate(-8deg);
        }

        .kanverse-business-outcomes__everest-text {
            margin: 0;
            font-size: 11.5px;
            line-height: 1.25;
            font-weight: 600;
            color: #111111;
        }

        /* =========================================================
           GARTNER
        ========================================================= */

        .kanverse-business-outcomes__gartner-logo {
            margin: 0 0 6px;
            font-size: 40px;
            line-height: 1;
            font-weight: 600;
            color: #3984b9;
        }

        .kanverse-business-outcomes__gartner-text {
            margin: 0;
            font-size: 11.5px;
            line-height: 1.15;
            font-weight: 700;
            color: #000000;
        }

        /* =========================================================
           LARGE DESKTOP
        ========================================================= */

        @media (min-width: 1400px) {

            .kanverse-business-outcomes__container {
                max-width: 1150px;
            }

            .kanverse-business-outcomes__heading {
                font-size: 32px;
            }

            .kanverse-business-outcomes__description {
                font-size: 17px;
            }

            .kanverse-business-outcomes__mascot {
                right: calc((100% - 1150px) / 2 + 25px);
                width: 180px;
            }
        }

        /* =========================================================
           TABLET / SMALL DESKTOP
        ========================================================= */

        @media (max-width: 1199.98px) {

            .kanverse-business-outcomes__container {
                max-width: 100%;
                padding-left: 30px;
                padding-right: 30px;
            }

            .kanverse-business-outcomes__mascot {
                right: 40px;
                width: 145px;
            }

            .kanverse-business-outcomes__description {
                max-width: 680px;
                font-size: 16px;
            }

            .kanverse-business-outcomes__metrics {
                gap: 7px;
            }

            .kanverse-business-outcomes__metric {
                height: 205px;
                padding: 27px 17px 20px;
                border-radius: 34px;
            }

            .kanverse-business-outcomes__metric-value {
                font-size: 31px;
            }

            .kanverse-business-outcomes__metric-description {
                font-size: 12px;
            }

            .kanverse-business-outcomes__recognition-row {
                gap: 20px;
            }

            .kanverse-business-outcomes__recognition-card {
                padding-left: 27px;
                padding-right: 27px;
            }
        }

        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 991.98px) {

            .kanverse-business-outcomes__outcomes {
                padding-top: 35px;
                padding-bottom: 45px;
            }

            .kanverse-business-outcomes__heading {
                font-size: 28px;
            }

            .kanverse-business-outcomes__description {
                max-width: 600px;
                font-size: 15px;
            }

            .kanverse-business-outcomes__mascot {
                top: 35px;
                right: 30px;
                width: 125px;
            }

            .kanverse-business-outcomes__metrics {
                margin-top: 85px;
                flex-wrap: wrap;
                gap: 12px;
            }

            .kanverse-business-outcomes__metric {
                flex: 0 0 calc(33.333% - 8px);
                height: 195px;
                border-radius: 30px;
            }

            .kanverse-business-outcomes__metric-value {
                font-size: 29px;
            }

            .kanverse-business-outcomes__recognition {
                padding-top: 55px;
            }

            .kanverse-business-outcomes__recognition-heading {
                font-size: 27px;
            }

            .kanverse-business-outcomes__recognition-row {
                flex-wrap: wrap;
            }

            .kanverse-business-outcomes__recognition-card {
                flex: 0 0 calc(50% - 10px);
            }

            .kanverse-business-outcomes__recognition-card:last-child {
                flex-basis: 100%;
            }
        }

        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 767.98px) {

            .kanverse-business-outcomes__container {
                padding-left: 18px;
                padding-right: 18px;
            }

            .kanverse-business-outcomes__outcomes, .kanverse-business-outcomes__recognition {
				padding: 30px 35px 35px;
            }

            .kanverse-business-outcomes__heading {
                max-width: 90%;
                font-size: 25px;
                line-height: 1.2;
                letter-spacing: -0.5px;
            }

            .kanverse-business-outcomes__description {
                max-width: 100%;
                margin-top: 16px;
                font-size: 14px;
                line-height: 1.45;
            }

            .kanverse-business-outcomes__mascot {
                position: relative;
                top: auto;
                right: auto;
                display: block;
                width: 105px;
                margin: 15px 0 -4px auto;
            }

            .kanverse-business-outcomes__metrics {
                margin-top: 20px;
                gap: 10px;
            }

            .kanverse-business-outcomes__metric {
                flex: 0 0 calc(50% - 5px);
                height: 190px;
                padding: 22px 16px 18px;
                border-radius: 28px;
            }

            .kanverse-business-outcomes__metric-label {
                margin-bottom: 13px;
                font-size: 10px;
                white-space: normal;
            }

            .kanverse-business-outcomes__metric-value {
                font-size: 27px;
                letter-spacing: -0.6px;
            }

            .kanverse-business-outcomes__metric-description {
                margin-top: 18px;
                font-size: 11px;
                line-height: 1.3;
            }

            .kanverse-business-outcomes__recognition {
                padding-top: 43px;
                padding-bottom: 50px;
            }

            .kanverse-business-outcomes__recognition-heading {
                margin-bottom: 25px;
                font-size: 25px;
                line-height: 1.2;
            }

            .kanverse-business-outcomes__recognition-row {
                gap: 12px;
            }

            .kanverse-business-outcomes__recognition-card,
            .kanverse-business-outcomes__recognition-card:last-child {
                flex: 0 0 100%;
                height: 155px;
                padding: 22px 25px;
                border-radius: 29px;
            }

            .kanverse-business-outcomes__isg-logo {
                font-size: 29px;
            }

            .kanverse-business-outcomes__everest-logo {
                font-size: 23px;
            }

            .kanverse-business-outcomes__gartner-logo {
                font-size: 34px;
            }
        }

        /* =========================================================
           SMALL MOBILE — 340px+
        ========================================================= */

        @media (max-width: 400px) {

            .kanverse-business-outcomes__container {
                padding-left: 14px;
                padding-right: 14px;
            }
			
			.kanverse-business-outcomes__outcomes, .kanverse-business-outcomes__recognition {
				padding: 30px 35px 35px;
            }

            .kanverse-business-outcomes__heading {
                font-size: 23px;
            }

            .kanverse-business-outcomes__description {
                font-size: 13px;
            }

            .kanverse-business-outcomes__mascot {
                width: 92px;
            }

            .kanverse-business-outcomes__metric {
                height: 180px;
                padding: 20px 13px 16px;
                border-radius: 25px;
            }

            .kanverse-business-outcomes__metric-label {
                font-size: 9px;
            }

            .kanverse-business-outcomes__metric-value {
                font-size: 23px;
            }

            .kanverse-business-outcomes__metric-description {
                font-size: 10px;
            }

            .kanverse-business-outcomes__recognition-heading {
                font-size: 22px;
            }

            .kanverse-business-outcomes__recognition-card,
            .kanverse-business-outcomes__recognition-card:last-child {
                padding-left: 20px;
                padding-right: 20px;
            }
        }
		
		/* =========================================================
           KANVERSE BUSINESS OUTCOMES SECTION ENDS HERE
        ========================================================= */


        /* =========================================================
           SECTION WHAT FINANCE TEAMS SAYS STARTS HERE
        ========================================================= */

        .kv-finance-testimonials {
            width: 1250px;
            background: #f7f7f7;
            border-radius: 0px;
            padding: 28px 55px 52px;
            overflow: hidden;
            margin:0 auto;
            
        }

        .kv-finance-testimonials .kv-testimonial-title {
            margin: 0 0 32px;
            padding-left: 35px;
            font-size: 34px;
            line-height: 1.15;
            font-weight: 700;
            color: #050505;
            letter-spacing: -1.2px;
            font-family: 'Poppins Bold';
        }


        /* =========================================================
           SLIDER WRAPPER
        ========================================================= */

        .kv-testimonial-slider-wrap {
            position: relative;
            padding: 0 120px;
        }

        .kv-testimonial-slider {
            margin: 0 -19px;
        }

        .kv-testimonial-slider .slick-list {
            overflow: hidden;
        }

        .kv-testimonial-slider .slick-track {
            display: flex;
        }

        .kv-testimonial-slide {
            height: auto;
            padding: 0px;
        }


        /* =========================================================
           CARD
        ========================================================= */

        .kv-testimonial-card {
            height: 395px;
            background: #ffffff;
            border-radius: 19px;
            padding: 10px 17px 17px;
            overflow: hidden;
            box-sizing: border-box;
        }


        /* =========================================================
           LOGO AREA
        ========================================================= */

        .kv-testimonial-logo {
            height: 55px;
            background: #e7e7e7;
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .kv-logo-encore {
            font-size: 24px;
            line-height: 1;
            font-weight: 500;
            color: #1b2e68;
            letter-spacing: -1.5px;
        }
       .kv-logo-encore img {
        width: 60%;
        margin: 0 auto;
        }

        .kv-logo-encore::before {
            /*content: "";
            display: inline-block;
            width: 25px;
            height: 25px;
            margin-right: 5px;
            vertical-align: -3px;
            background:
                linear-gradient(45deg,
                #e92828 0 20%,
                transparent 20% 40%,
                #00a3d9 40% 60%,
                transparent 60% 80%,
                #f0c32e 80%);
            transform: rotate(45deg);*/
        }

        .kv-logo-lindar {
            position: relative;
            font-size: 23px;
            font-weight: 700;
            font-style: italic;
            color: #1b65a7;
        }

        .kv-logo-lindar::before {
            content: "";
            position: absolute;
            width: 65px;
            height: 27px;
            border-top: 4px solid #df262f;
            border-radius: 50%;
            top: -8px;
            left: 3px;
            transform: rotate(-15deg);
        }

        .kv-logo-golden {
            text-align: center;
            color: #25316d;
            font-weight: 700;
            font-size: 15px;
            line-height: 14px;
        }

        .kv-logo-golden::before {
            content: "?";
            display: block;
            color: #eebd31;
            font-size: 27px;
            line-height: 17px;
        }


        /* =========================================================
           SUMMARY
        ========================================================= */

        .kv-testimonial-summary {
            min-height: 62px;
            margin: 0 4px 11px;
            font-size: 11px;
            line-height: 14px;
            color: #151515;
        }


        /* =========================================================
           INFORMATION GRID
        ========================================================= */

        .kv-testimonial-info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 15px;
            row-gap: 11px;
            margin: 0 4px 11px;
        }

        .kv-info-item {
            min-width: 0;
        }

        .kv-info-label {
            display: block;
            margin-bottom: 2px;
            font-size: 8px;
            line-height: 10px;
            color: #777;
        }

        .kv-info-value {
            display: block;
            font-size: 9px;
            line-height: 11px;
            color: #222;
        }

        .kv-info-value span {
            display: inline-block;
            margin-right: 3px;
            font-size: 9px;
        }


        /* =========================================================
           RESULTS
        ========================================================= */

        .kv-testimonial-results {
            margin: 0 4px 11px;
        }

        .kv-results-title {
            margin-bottom: 2px;
            font-size: 12px;
            line-height: 14px;
            font-weight: 700;
            color: #111;
        }

        .kv-results-text {
            font-size: 10px;
            line-height: 13px;
            color: #222;
        }


        /* =========================================================
           BUTTON
        ========================================================= */

        .kv-testimonial-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 35px;
            padding: 0 15px;
            margin-left: 0;
            border: 1px solid #aaa;
            border-radius: 20px;
            background: #fff;
            color: #151515;
            font-size: 11px;
            line-height: 1;
            font-weight: 500;
            text-decoration: none !important;
            transition: all .25s ease;
			position: absolute;
            bottom: 10px;
        }

        .kv-testimonial-btn:hover {
            background: #111;
            border-color: #111;
            color: #fff;
        }


        /* =========================================================
           SLICK ARROWS
        ========================================================= */

        .kv-testimonial-arrow {
            position: absolute;
            top: 50%;
            z-index: 5;
            width: 48px;
            height: 65px;
            margin-top: -32px;
            padding: 0;
            border: 0;
            outline: none !important;
            background: transparent;
            color: #1558d6;
            font-size: 0;
            cursor: pointer;
        }

        .kv-testimonial-arrow::before {
            font-size: 38px;
            font-weight: 300;
            line-height: 55px;
        }

        .kv-testimonial-prev {
            left: 35px;
        }

        .kv-testimonial-prev::before {
            font-family: "FontAwesome";
            content: "\f053";
        }

        .kv-testimonial-next {
            right: 35px;
        }

        .kv-testimonial-next::before {
            font-family: "FontAwesome";
            content: "\f054";
        }

        .kv-testimonial-arrow:hover {
            color: #0848bd;
        }


        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 1199px) {

            .kv-finance-testimonials {
                padding-left: 35px;
                padding-right: 35px;
                width: 100%;
            }

            .kv-testimonial-slider-wrap {
                padding-left: 85px;
                padding-right: 85px;
            }

            .kv-testimonial-slide {
                padding: 0 12px;
            }

            .kv-testimonial-slider {
                margin-left: -12px;
                margin-right: -12px;
            }

            .kv-testimonial-prev {
                left: 10px;
            }

            .kv-testimonial-next {
                right: 10px;
            }
        }


        /* =========================================================
           TABLET / SMALL LAPTOP
        ========================================================= */

        @media (max-width: 991px) {

            .kv-finance-testimonials {
                border-radius: 45px;
                padding: 30px 25px 40px;
                width: 100%;
            }

            .kv-finance-testimonials .kv-testimonial-title {
                padding-left: 10px;
                font-size: 32px;
                margin-bottom: 28px;
            }

            .kv-testimonial-slider-wrap {
                padding-left: 60px;
                padding-right: 60px;
            }

            .kv-testimonial-card {
                height: 378px;
            }

            .kv-testimonial-prev {
                left: 0;
            }

            .kv-testimonial-next {
                right: 0;
            }
        }


        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 767px) {

            .kv-finance-testimonials {
                border-radius: 30px;
                padding: 25px 15px 35px;
                max-width: 100%;
            }

            .kv-finance-testimonials .kv-testimonial-title {
                padding-left: 5px;
                margin-bottom: 24px;
                font-size: 28px;
                letter-spacing: -.7px;
            }

            .kv-testimonial-slider-wrap {
                padding-left: 38px;
                padding-right: 38px;
            }

            .kv-testimonial-slide {
                padding: 0 6px;
            }

            .kv-testimonial-slider {
                margin-left: -6px;
                margin-right: -6px;
            }

            .kv-testimonial-card {
                height: 378px;
                border-radius: 17px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .kv-testimonial-arrow {
                width: 35px;
            }

            .kv-testimonial-arrow::before {
                font-size: 48px;
            }

            .kv-testimonial-prev {
                left: -2px;
            }

            .kv-testimonial-next {
                right: -2px;
            }
        }


        /* =========================================================
           SMALL MOBILE
        ========================================================= */

        @media (max-width: 480px) {

            .kv-finance-testimonials {
                padding-left: 10px;
                padding-right: 10px;
            }

            .kv-finance-testimonials .kv-testimonial-title {
                font-size: 25px;
            }

            .kv-testimonial-slider-wrap {
                padding-left: 30px;
                padding-right: 30px;
            }

            .kv-testimonial-card {
                height: 378px;
            }

            .kv-testimonial-logo {
                height: 53px;
            }
        }
		
		/* =========================================================
           SECTION WHAT FINANCE TEAMS SAYS ENDS HERE
        ========================================================= */

        /* =========================================================
           KANVERSE CROSS SYSTEM INTEGRATION SECTION STARTS HERE
           All custom CSS is scoped to the unique section class.
           ========================================================= */

        .kanverse-cross-system-integration {
            width: 100%;
            padding: 12px 20px 30px;
            background: #f9f9fc;
            color: #151515;
            overflow: hidden;
        }

        .kanverse-cross-system-integration * {
            box-sizing: border-box;
        }

        /* ---------------------------------------------------------
           Section Heading
           --------------------------------------------------------- */

        .kanverse-cross-system-integration__heading {
            margin: 0 auto;
            max-width: 760px;
            text-align: center;
        }

        .kanverse-cross-system-integration__title {
            margin: 0 0 5px;
            font-size: 34px;
            line-height: 1.35;
            font-weight: 700;
            letter-spacing: -0.45px;
            color: #111111;
            font-family: 'Poppins Bold';
        }

        .kanverse-cross-system-integration__description {
            max-width: 650px;
            margin: 0 auto;
            font-size: 15px;
            line-height: 1.75;
            font-weight: 400;
            color: #50505a;
        }

        /* ---------------------------------------------------------
           Main Card
           --------------------------------------------------------- */

        .kanverse-cross-system-integration__card {
            width: 100%;
            max-width: 786px;
            margin: 16px auto 0;
            padding: 19px 42px 22px;
            background: #ffffff;
            border-radius: 29px;
        }

        /* ---------------------------------------------------------
           Category
           --------------------------------------------------------- */

        .kanverse-cross-system-integration__group {
            width: 100%;
        }

        .kanverse-cross-system-integration__group-title {
            margin: 0 0 11px;
            text-align: center;
            font-size: 9px;
            line-height: 1.4;
            font-weight: 400;
            color: #85858a;
            text-transform: uppercase;
        }

        .kanverse-cross-system-integration__divider {
            width: 100%;
            height: 1px;
            margin: 13px 0 12px;
            background: #eeeeee;
        }

        /* ---------------------------------------------------------
           Logo Rows
           --------------------------------------------------------- */

        .kanverse-cross-system-integration__logos {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 5px;
        }

        .kanverse-cross-system-integration__logo {
            width: 119px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 7px 9px;
            border: 1px solid #e7e7e9;
            border-radius: 14px;
            background: #ffffff;
            overflow: hidden;
        }

        /* ---------------------------------------------------------
           Logo Styling
           --------------------------------------------------------- */

        .kanverse-cross-system-integration__logo-inner {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
        }

        /* SAP */

        .kanverse-cross-system-integration__logo--sap
        .kanverse-cross-system-integration__logo-inner {
            justify-content: flex-start;
        }

        .kanverse-cross-system-integration__sap-mark {
            position: relative;
            width: 63px;
            height: 31px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #48a9e8;
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: -1px;
            clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
        }

        /* Oracle */

        .kanverse-cross-system-integration__oracle {
            font-size: 16px;
            font-weight: 500;
            color: #f04432;
            letter-spacing: -0.7px;
        }

        /* Oracle NetSuite */

        .kanverse-cross-system-integration__netsuite {
            display: flex;
            flex-direction: column;
            align-items: center;
            line-height: 1.05;
        }

        .kanverse-cross-system-integration__netsuite-main {
            color: #f04432;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: -0.5px;
        }

        .kanverse-cross-system-integration__netsuite-sub {
            margin-top: 2px;
            color: #333333;
            font-size: 9px;
            font-weight: 600;
            letter-spacing: -0.2px;
        }

        /* Sage */

        .kanverse-cross-system-integration__sage {
            color: #55c95b;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: -1.8px;
        }

        /* Delmia */

        .kanverse-cross-system-integration__delmia {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            line-height: 1;
        }

        .kanverse-cross-system-integration__delmia-main {
            color: #2d5fbe;
            font-size: 14px;
            font-style: italic;
            font-weight: 600;
            letter-spacing: 0.1px;
        }

        .kanverse-cross-system-integration__delmia-sub {
            margin-left: 22px;
            margin-top: 2px;
            color: #2d5fbe;
            font-size: 9px;
            font-weight: 500;
        }

        /* Salesforce */

        .kanverse-cross-system-integration__salesforce {
            position: relative;
            width: 52px;
            height: 38px;
            border-radius: 50%;
            background: #48a8dc;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            font-weight: 500;
        }

        .kanverse-cross-system-integration__salesforce::before,
        .kanverse-cross-system-integration__salesforce::after {
            content: "";
            position: absolute;
            background: #48a8dc;
            border-radius: 50%;
        }

        .kanverse-cross-system-integration__salesforce::before {
            width: 31px;
            height: 31px;
            left: -6px;
            top: 5px;
        }

        .kanverse-cross-system-integration__salesforce::after {
            width: 29px;
            height: 29px;
            right: -5px;
            top: 6px;
        }

        .kanverse-cross-system-integration__salesforce span {
            position: relative;
            z-index: 2;
        }

        /* COINS */

        .kanverse-cross-system-integration__coins {
            display: flex;
            align-items: center;
            gap: 3px;
            color: #f08a4b;
            font-size: 17px;
            font-weight: 600;
            letter-spacing: -0.7px;
        }

        .kanverse-cross-system-integration__coins-icon {
            width: 19px;
            height: 14px;
            border-radius: 50%;
            background: #f08a4b;
            position: relative;
        }

        .kanverse-cross-system-integration__coins-icon::after {
            content: "";
            position: absolute;
            width: 9px;
            height: 4px;
            top: 5px;
            left: 5px;
            border-radius: 50%;
            background: #ffffff;
        }

        .kanverse-cross-system-integration__coins-sub {
            display: block;
            margin-top: -1px;
            font-size: 5px;
            font-weight: 400;
            color: #8a8a8a;
            text-align: center;
        }

        /* Blackbaud */

        .kanverse-cross-system-integration__blackbaud {
            color: #55565b;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: -1.2px;
        }

        .kanverse-cross-system-integration__blackbaud-mark {
            margin-right: 3px;
            font-size: 18px;
            font-weight: 700;
        }

        /* Partner A */

        .kanverse-cross-system-integration__partner-a {
            color: #3777bb;
            font-size: 27px;
            font-weight: 700;
            transform: skew(-8deg);
        }

        /* Boomi */

        .kanverse-cross-system-integration__boomi {
            color: #1d4665;
            font-size: 25px;
            font-weight: 500;
            letter-spacing: -1.2px;
        }

        .kanverse-cross-system-integration__boomi-mark {
            margin-right: 4px;
            font-size: 30px;
            font-weight: 400;
        }

        /* Jade */

        .kanverse-cross-system-integration__jade {
            color: #365c88;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: -0.8px;
        }

        .kanverse-cross-system-integration__jade-sub {
            display: block;
            margin-top: 1px;
            color: #557394;
            font-size: 7px;
            font-weight: 500;
            letter-spacing: 1.2px;
        }

        /* SAP Partner */

        .kanverse-cross-system-integration__sap-partner {
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #77777b;
            line-height: 1.05;
        }

        .kanverse-cross-system-integration__sap-partner-main {
            font-size: 11px;
            font-weight: 600;
        }

        .kanverse-cross-system-integration__sap-partner-main strong {
            font-weight: 700;
            color: #6d6d72;
        }

        .kanverse-cross-system-integration__sap-partner-sub {
            margin-top: 3px;
            font-size: 7px;
            font-weight: 400;
        }

        /* UiPath */

        .kanverse-cross-system-integration__uipath {
            display: flex;
            align-items: center;
            color: #3c3c40;
            font-size: 12px;
            font-weight: 700;
        }

        .kanverse-cross-system-integration__uipath-mark {
            margin-right: 5px;
            color: #ff5a28;
            font-size: 17px;
            font-weight: 700;
        }

        .kanverse-cross-system-integration__uipath-sub {
            display: block;
            margin-left: 23px;
            margin-top: -2px;
            font-size: 6px;
            color: #55555a;
            font-weight: 500;
        }

        /* Claude */

        .kanverse-cross-system-integration__claude {
            display: flex;
            align-items: center;
            color: #4f4f54;
            font-size: 11px;
            font-weight: 600;
        }

        .kanverse-cross-system-integration__claude-mark {
            margin-right: 5px;
            color: #e58a67;
            font-size: 17px;
        }

        .kanverse-cross-system-integration__claude-sub {
            display: block;
            margin-left: 21px;
            margin-top: -2px;
            font-size: 6px;
            color: #66666b;
            font-weight: 500;
        }

        /* ---------------------------------------------------------
           Tablet
           --------------------------------------------------------- */

        @media (max-width: 767.98px) {

            .kanverse-cross-system-integration {
                padding: 25px 15px;
            }

            .kanverse-cross-system-integration__title {
                font-size: 22px;
            }

            .kanverse-cross-system-integration__description {
                max-width: 620px;
                font-size: 12px;
            }

            .kanverse-cross-system-integration__card {
                max-width: 680px;
                margin-top: 18px;
                padding: 20px 25px 24px;
                border-radius: 25px;
            }

            .kanverse-cross-system-integration__logo {
                width: 115px;
            }
        }

        /* ---------------------------------------------------------
           Mobile
           --------------------------------------------------------- */

        @media (max-width: 575.98px) {

            .kanverse-cross-system-integration {
                padding: 22px 10px 25px;
            }

            .kanverse-cross-system-integration__title {
                font-size: 19px;
                line-height: 1.35;
                letter-spacing: -0.3px;
            }

            .kanverse-cross-system-integration__description {
                padding: 0 8px;
                font-size: 11px;
                line-height: 1.65;
            }

            .kanverse-cross-system-integration__card {
                margin-top: 18px;
                padding: 18px 12px 20px;
                border-radius: 22px;
            }

            .kanverse-cross-system-integration__group-title {
                margin-bottom: 10px;
                font-size: 8px;
            }

            .kanverse-cross-system-integration__logos {
                gap: 5px;
            }

            .kanverse-cross-system-integration__logo {
                width: calc(33.333% - 4px);
                min-width: 92px;
                max-width: 119px;
                height: 51px;
                padding: 6px;
                border-radius: 12px;
            }

            .kanverse-cross-system-integration__divider {
                margin: 12px 0;
            }

            .kanverse-cross-system-integration__oracle {
                font-size: 13px;
            }

            .kanverse-cross-system-integration__netsuite-main {
                font-size: 12px;
            }

            .kanverse-cross-system-integration__sage {
                font-size: 23px;
            }

            .kanverse-cross-system-integration__delmia-main {
                font-size: 11px;
            }

            .kanverse-cross-system-integration__blackbaud {
                font-size: 16px;
            }

            .kanverse-cross-system-integration__boomi {
                font-size: 21px;
            }

            .kanverse-cross-system-integration__jade {
                font-size: 17px;
            }
        }

        /* ---------------------------------------------------------
           Small Mobile - 340px+
           --------------------------------------------------------- */

        @media (max-width: 380px) {

            .kanverse-cross-system-integration {
                padding-left: 7px;
                padding-right: 7px;
            }

            .kanverse-cross-system-integration__title {
                font-size: 18px;
            }

            .kanverse-cross-system-integration__description {
                padding: 0 4px;
                font-size: 10.5px;
            }

            .kanverse-cross-system-integration__card {
                padding-left: 7px;
                padding-right: 7px;
            }

            .kanverse-cross-system-integration__logo {
                width: calc(33.333% - 4px);
                min-width: 0;
                height: 48px;
                padding-left: 4px;
                padding-right: 4px;
            }

            .kanverse-cross-system-integration__sap-mark {
                width: 54px;
                height: 28px;
                font-size: 17px;
            }

            .kanverse-cross-system-integration__oracle {
                font-size: 11px;
            }

            .kanverse-cross-system-integration__sage {
                font-size: 20px;
            }

            .kanverse-cross-system-integration__delmia-main {
                font-size: 9px;
            }

            .kanverse-cross-system-integration__salesforce {
                transform: scale(.9);
            }

            .kanverse-cross-system-integration__blackbaud {
                font-size: 14px;
            }

            .kanverse-cross-system-integration__boomi {
                font-size: 18px;
            }

            .kanverse-cross-system-integration__jade {
                font-size: 15px;
            }
        }
		
		/* =========================================================
           KANVERSE CROSS SYSTEM INTEGRATION SECTION ENDS HERE
           ========================================================= */

        /* =========================================================
           KANVERSE ENTERPRISE SECURITY & GOVERNANCE SECTION STARTS HERE
           Fully scoped namespace
        ========================================================= */

        .kanverse-enterprise-security-governance {
            --kesg-text: #090909;
            --kesg-muted: #686868;
            --kesg-border: #e8e8e8;
            --kesg-light-border: #eeeeee;
            --kesg-blue: #3159ed;
            --kesg-green: #80b341;

            width: 100%;
            overflow: hidden;
            background: #ffffff;
            color: var(--kesg-text);
        }

        .kanverse-enterprise-security-governance *,
        .kanverse-enterprise-security-governance *::before,
        .kanverse-enterprise-security-governance *::after {
            box-sizing: border-box;
        }

        /* Main wrapper */
        .kanverse-enterprise-security-governance__wrapper {
            width: 100%;
            max-width: 1160px;
            margin: 0 auto;
            padding: 48px 30px 22px;
        }

        /* Heading */
        .kanverse-enterprise-security-governance__heading {
            margin: 0 0 12px;
            font-size: 27px;
            line-height: 1.25;
            font-weight: 700;
            letter-spacing: -0.5px;
            color: #080808;
        }

        /* Description */
        .kanverse-enterprise-security-governance__description {
            max-width: 690px;
            margin: 0 auto;
            font-size: 15px;
            line-height: 1.35;
            font-weight: 400;
            letter-spacing: -0.15px;
            color: #171717;
        }

        /* Cards area */
        .kanverse-enterprise-security-governance__cards {
            position: relative;
            display: flex;
            gap: 16px;
            margin-top: 130px;
        }

        /* Dog illustration */
        .kanverse-enterprise-security-governance__mascot {
            position: absolute;
            z-index: 5;
            left: 27px;
            top: -100px;
            width: 118px;
            height: auto;
            pointer-events: none;
        }

        /*
         * Card
         */
        .kanverse-enterprise-security-governance__card {
            position: relative;
            flex: 1 1 0;
            min-width: 0;
            padding: 21px 23px 18px;
            border: 1px solid #e8e8e8;
            border-radius: 18px;
            background: #ffffff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.025);
            overflow: hidden;
        }

        /* Multicolor line at card top */
        .kanverse-enterprise-security-governance__card::before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            height: 3px;

            background:
                linear-gradient(
                    90deg,
                    #ef6e58 0%,
                    #ef6e58 25%,
                    #f4a64c 25%,
                    #f4a64c 50%,
                    #d6df57 50%,
                    #d6df57 75%,
                    #4c7bf0 75%,
                    #4c7bf0 100%
                );

            border-radius: 18px 18px 0 0;
        }

        /* Card header */
        .kanverse-enterprise-security-governance__card-header {
            display: flex;
            align-items: center;
            margin-bottom: 7px;
        }

        /* Header icon */
        .kanverse-enterprise-security-governance__icon {
            width: 30px;
            height: 30px;
            min-width: 30px;
            margin-right: 9px;
            border-radius: 7px;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 13px;
            font-weight: 600;
            color: #ffffff;

            box-shadow:
                inset 0 0 0 1px rgba(255,255,255,0.15),
                0 1px 2px rgba(0,0,0,0.08);
        }

        .kanverse-enterprise-security-governance__icon--security {
            background: #3158ee;
        }

        .kanverse-enterprise-security-governance__icon--governance {
            background: #80b442;
        }

        .kanverse-enterprise-security-governance__icon--security::before {
            content: "\f0c8";
            font-family: "FontAwesome";
            font-size: 10px;
            line-height: 1;
            color: #ffffff;
            /*width: 9px;
            height: 9px;
            border-radius: 2px;
            background: #ffffff;
            opacity: .95;*/
        }

        .kanverse-enterprise-security-governance__icon--governance::before {
            font-family: "FontAwesome";
            content: "\f1b2";
            font-size: 10px;
            line-height: 1;
            color: #ffffff;
        }

        /* Card title */
        .kanverse-enterprise-security-governance__card-title {
            margin: 0;
            font-size: 18px;
            line-height: 1.3;
            font-weight: 600;
            color: #151515;
            font-family: 'Poppins Bold';
        }

        /* Card description */
        .kanverse-enterprise-security-governance__card-description {
            margin: 0 0 12px;
            font-size: 11px;
            line-height: 1.5;
            font-weight: 400;
            color: #767676;
        }

        /* Feature list */
        .kanverse-enterprise-security-governance__list {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        /* Feature item */
        .kanverse-enterprise-security-governance__item {
            position: relative;

            display: flex;
            align-items: center;

            min-height: 36px;
            border-top: 1px solid #eeeeee;
        }

        .kanverse-enterprise-security-governance__item:first-child {
            border-top: 0;
        }

        /* Small feature icon */
        .kanverse-enterprise-security-governance__item-icon {
            position: relative;

            width: 17px;
            height: 17px;
            min-width: 17px;
            margin-right: 8px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 5px;
            background: #e9e9e9;

            font-size: 8px;
            font-weight: 600;
            color: #777777;
        }

        .kanverse-enterprise-security-governance__item-icon--check {
            color: #4d4d4d;
        }

        .kanverse-enterprise-security-governance__item-icon--check::before {
            font: normal normal normal 10px / 1 FontAwesome;
            content: "\f00c";
        }

        .kanverse-enterprise-security-governance__item-icon--dot::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #8b8b8b;
        }

        .kanverse-enterprise-security-governance__item-icon--square::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 1px;
            background: #9b9b9b;
        }

        .kanverse-enterprise-security-governance__item-icon--dark {
            background: #dedede;
        }

        .kanverse-enterprise-security-governance__item-icon--dark::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #444444;
        }

        /* Feature text */
        .kanverse-enterprise-security-governance__item-text {
            margin: 0;
            font-size: 12px;
            line-height: 1.3;
            font-weight: 500;
            color: #444444;
        }

        /* Availability badge */
        .kanverse-enterprise-security-governance__availability {
            margin-left: auto;
            padding: 3px 7px;

            border-radius: 5px;
            background: #eeeeee;

            font-size: 6px;
            line-height: 1;
            font-weight: 500;
            letter-spacing: .1px;
            white-space: nowrap;
            color: #b3b3b3;
        }


        /* =========================================================
           LARGE DESKTOP
        ========================================================= */

        @media (min-width: 1200px) {

            .kanverse-enterprise-security-governance__wrapper {
                max-width: 980px;
                padding-left: 30px;
                padding-right: 30px;
            }

            .kanverse-enterprise-security-governance__heading {
                font-size: 34px;
                font-family: 'Poppins Bold';
            }

            .kanverse-enterprise-security-governance__description {
                font-size: 15px;
            }

            .kanverse-enterprise-security-governance__cards {
                margin: 130px auto 50px;
                width: 90%;
            }

            .kanverse-enterprise-security-governance__mascot {
                left: -68px;
                width: 118px;
                top: -84px;
            }
        }


        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 991.98px) {

            .kanverse-enterprise-security-governance__wrapper {
                padding: 42px 25px 25px;
            }

            .kanverse-enterprise-security-governance__heading {
                font-size: 25px;
            }

            .kanverse-enterprise-security-governance__description {
                max-width: 720px;
                font-size: 14px;
            }

            .kanverse-enterprise-security-governance__cards {
                gap: 14px;
                margin-top: 115px;
            }

            .kanverse-enterprise-security-governance__mascot {
                left: 12px;
                top: -90px;
                width: 105px;
            }

            .kanverse-enterprise-security-governance__card {
                padding: 20px 18px 17px;
                border-radius: 16px;
            }
        }


        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 767.98px) {

            .kanverse-enterprise-security-governance__wrapper {
                padding: 35px 18px 25px;
            }

            .kanverse-enterprise-security-governance__heading {
                margin-bottom: 11px;
                font-size: 23px;
                line-height: 1.28;
            }

            .kanverse-enterprise-security-governance__description {
                font-size: 13px;
                line-height: 1.45;
            }

            .kanverse-enterprise-security-governance__cards {
                display: flex;
                flex-direction: column;
                gap: 16px;
                margin-top: 105px;
            }

            .kanverse-enterprise-security-governance__mascot {
                left: 6px;
                top: -87px;
                width: 96px;
            }

            .kanverse-enterprise-security-governance__card {
                width: 100%;
                flex: none;
                padding: 20px 18px 17px;
                border-radius: 16px;
            }

            .kanverse-enterprise-security-governance__card-title {
                font-size: 13px;
            }

            .kanverse-enterprise-security-governance__card-description {
                font-size: 9px;
                margin-bottom: 10px;
            }

            .kanverse-enterprise-security-governance__item {
                min-height: 35px;
            }
        }


        /* =========================================================
           SMALL MOBILE — 340px+
        ========================================================= */

        @media (max-width: 575.98px) {

            .kanverse-enterprise-security-governance__wrapper {
                padding: 30px 15px 22px;
            }

            .kanverse-enterprise-security-governance__heading {
                font-size: 21px;
                letter-spacing: -0.3px;
            }

            .kanverse-enterprise-security-governance__description {
                font-size: 12px;
                line-height: 1.45;
            }

            .kanverse-enterprise-security-governance__cards {
                margin-top: 100px;
            }

            .kanverse-enterprise-security-governance__mascot {
                left: 1px;
                top: -83px;
                width: 90px;
            }

            .kanverse-enterprise-security-governance__card {
                padding: 19px 15px 15px;
            }

            .kanverse-enterprise-security-governance__card-description {
                max-width: 100%;
            }

            .kanverse-enterprise-security-governance__item-text {
                font-size: 8.5px;
            }

            .kanverse-enterprise-security-governance__availability {
                font-size: 5.5px;
                padding: 3px 5px;
            }
        }


        /* =========================================================
           EXTRA SMALL — 340px
        ========================================================= */

        @media (max-width: 360px) {

            .kanverse-enterprise-security-governance__wrapper {
                padding-left: 12px;
                padding-right: 12px;
            }

            .kanverse-enterprise-security-governance__heading {
                font-size: 20px;
            }

            .kanverse-enterprise-security-governance__description {
                font-size: 11px;
            }

            .kanverse-enterprise-security-governance__card {
                padding-left: 13px;
                padding-right: 13px;
            }

            .kanverse-enterprise-security-governance__item-text {
                font-size: 8px;
            }
        }
		/* =========================================================
           KANVERSE ENTERPRISE SECURITY & GOVERNANCE SECTION ENDS HERE
           Fully scoped namespace
        ========================================================= */

        /* =========================================================
           KANVERSE WHY ENTERPRISE CHOOSE SECTION STARTS HERE
           Completely scoped to prevent external CSS conflicts
        ========================================================= */

        .kanverse-enterprise-choose {
            width: 100%;
            padding: 18px 0 0px;
            background: #fff;
            color: #222;
            overflow: hidden;
        }

        .kanverse-enterprise-choose *,
        .kanverse-enterprise-choose *::before,
        .kanverse-enterprise-choose *::after {
            box-sizing: border-box;
        }

        .kanverse-enterprise-choose__container {
            width: 100%;
            max-width: 1078px;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* -------------------------
           Heading
        ------------------------- */

        .kanverse-enterprise-choose__title {
            margin: 0 0 17px;
            font-size: 34px;
            line-height: 1.25;
            font-weight: 700;
            letter-spacing: -0.45px;
            color: #080808;
            font-family: 'Poppins Bold';
        }

        .kanverse-enterprise-choose__intro {
            max-width: 1020px;
            margin: 0;
            font-size: 14.5px;
            line-height: 1.25;
            font-weight: 400;
            color: #171717;
            letter-spacing: -0.1px;
        }

        /* -------------------------
           Comparison Table
        ------------------------- */

        .kanverse-enterprise-choose__table-wrap {
            width: 90%;
            margin: 50px auto;
        }

        .kanverse-enterprise-choose__table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;
        }

        .kanverse-enterprise-choose__table th,
        .kanverse-enterprise-choose__table td {
            border-bottom: 1px solid #d9d9d9;
            vertical-align: middle;
        }

        /* Column widths */
        .kanverse-enterprise-choose__table th:nth-child(1),
        .kanverse-enterprise-choose__table td:nth-child(1) {
            width: 27%;
        }

        .kanverse-enterprise-choose__table th:nth-child(2),
        .kanverse-enterprise-choose__table td:nth-child(2),
        .kanverse-enterprise-choose__table th:nth-child(3),
        .kanverse-enterprise-choose__table td:nth-child(3),
        .kanverse-enterprise-choose__table th:nth-child(4),
        .kanverse-enterprise-choose__table td:nth-child(4) {
            width: 24.33%;
        }

        /* Header */
        .kanverse-enterprise-choose__table thead th {
            height: 43px;
            padding: 10px 10px 9px;
            border-bottom: 1px solid #aaa;
            font-size: 12.5px;
            line-height: 1.2;
            font-weight: 700;
            color: #161616;
            text-align: left;
        }

        .kanverse-enterprise-choose__table thead th:nth-child(1), .kanverse-enterprise-choose__table thead th:nth-child(2), .kanverse-enterprise-choose__table thead th:nth-child(4)  {
            text-align: left;
            background:none;
        }

        .kanverse-enterprise-choose__table thead th span {
            display: block;
        }

        .kanverse-enterprise-choose__table thead th .kanverse-enterprise-choose__subheading {
            margin-top: 2px;
            font-size: 10px;
            line-height: 1.15;
            font-weight: 400;
            color: #8c8c8c;
        }

        /* Table rows */
        .kanverse-enterprise-choose__table tbody td {
            height: 32px;
            padding: 5px 10px;
            font-size: 13px;
            line-height: 1.2;
            font-weight: 400;
            color: #444;
            background:#ffffff;
        }

        .kanverse-enterprise-choose__table tbody td:first-child {
            color: #282828;
            text-align: left;
			font-weight: 600;
        }

        .kanverse-enterprise-choose__table tbody td:not(:first-child) {
            text-align: left;
        }

        /* Highlight Kanverse column */
        .kanverse-enterprise-choose__table th:nth-child(3),
        .kanverse-enterprise-choose__table td:nth-child(3) {
            background: #edf2fc;
        }

        .kanverse-enterprise-choose__table thead th:nth-child(3) {
            background: #edf2fc;
            border-bottom-color: #aaa;
        }

        /* -------------------------
           Status Icons
        ------------------------- */

        .kanverse-enterprise-choose__status {
            display: inline-flex;
            align-items: center;
            white-space: nowrap;
        }

        .kanverse-enterprise-choose__check {
            display: inline-block;
            margin-right: 4px;
            color: #43b649;
            font-size: 12px;
            line-height: 1;
            font-weight: 600;
        }

        .kanverse-enterprise-choose__warning {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 13px;
            height: 13px;
            margin-right: 4px;
            border: 1px solid #ff5a5f;
            border-radius: 50%;
            color: #ff5a5f;
            font-size: 8px;
            line-height: 1;
            font-weight: 600;
        }

        /* -------------------------
           Bottom Summary
        ------------------------- */

        .kanverse-enterprise-choose__summary {
            display: grid;
            grid-template-columns: 27% 24.33% 24.33% 24.33%;
            width: 100%;
            margin-top: 13px;
        }

        .kanverse-enterprise-choose__summary-item {
            padding: 0 10px;
            font-size: 12px;
            line-height: 1.3;
            font-weight: 600;
            color: #111;
        }

        .kanverse-enterprise-choose__summary-item:first-child {
            visibility: hidden;
        }

        .kanverse-enterprise-choose__summary-line {
            display: block;
        }

        .kanverse-enterprise-choose__summary .kanverse-enterprise-choose__check {
            font-size: 12px;
            margin-right: 3px;
        }

        .kanverse-enterprise-choose__summary .kanverse-enterprise-choose__warning {
            width: 13px;
            height: 13px;
            font-size: 8px;
            margin-right: 3px;
        }

        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 991.98px) {

            .kanverse-enterprise-choose {
                padding-top: 20px;
            }

            .kanverse-enterprise-choose__container {
                max-width: 760px;
            }

            .kanverse-enterprise-choose__table-wrap {
                margin-top: 38px;
            }

            .kanverse-enterprise-choose__title {
                font-size: 24px;
            }

            .kanverse-enterprise-choose__intro {
                font-size: 14px;
            }

            .kanverse-enterprise-choose__table thead th {
                font-size: 11.5px;
            }

            .kanverse-enterprise-choose__table tbody td,
            .kanverse-enterprise-choose__summary-item {
                font-size: 11px;
            }
        }

        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 767.98px) {

            .kanverse-enterprise-choose {
                padding: 25px 0 30px;
            }

            .kanverse-enterprise-choose__container {
                padding: 0 16px;
            }

            .kanverse-enterprise-choose__title {
                margin-bottom: 14px;
                font-size: 22px;
                line-height: 1.3;
                letter-spacing: -0.3px;
            }

            .kanverse-enterprise-choose__intro {
                font-size: 13px;
                line-height: 1.45;
            }

            /*
             * Convert table into a horizontally contained
             * comparison layout while maintaining all columns.
             */
            .kanverse-enterprise-choose__table-wrap {
                margin-top: 30px;
                overflow-x: auto;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 3px;
            }

            .kanverse-enterprise-choose__table {
                min-width: 650px;
            }

            .kanverse-enterprise-choose__table thead th {
                height: 45px;
                padding-left: 8px;
                padding-right: 8px;
                font-size: 11px;
            }

            .kanverse-enterprise-choose__table thead th .kanverse-enterprise-choose__subheading {
                font-size: 9px;
            }

            .kanverse-enterprise-choose__table tbody td {
                height: 34px;
                padding: 6px 8px;
                font-size: 10.5px;
            }

            .kanverse-enterprise-choose__summary {
                min-width: 650px;
            }

            .kanverse-enterprise-choose__summary-item {
                padding: 0 8px;
                font-size: 10.5px;
            }

            /*
             * Keep summary aligned with the table's scroll area.
             */
            .kanverse-enterprise-choose__summary-wrap {
                width: 100%;
                overflow-x: auto;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch;
            }
        }

        /* =========================================================
           SMALL MOBILE — 340px+
        ========================================================= */

        @media (max-width: 480px) {

            .kanverse-enterprise-choose__container {
                padding-left: 14px;
                padding-right: 14px;
            }

            .kanverse-enterprise-choose__title {
                font-size: 20px;
            }

            .kanverse-enterprise-choose__intro {
                font-size: 12.5px;
            }

            .kanverse-enterprise-choose__table-wrap {
                margin-top: 25px;
            }
        }

        @media (max-width: 359px) {

            .kanverse-enterprise-choose__title {
                font-size: 19px;
            }

            .kanverse-enterprise-choose__intro {
                font-size: 12px;
            }
        }
		/* =========================================================
           KANVERSE WHY ENTERPRISE CHOOSE SECTION ENDS HERE
           Completely scoped to prevent external CSS conflicts
        ========================================================= */

        /* =========================================================
           KANVERSE AUTOMATION JOURNEY SECTION STARTS HERE
           All custom styles are scoped to:
           .kanverse-automation-journey
           ========================================================= */

        .kanverse-automation-journey {
            --kaj-black: #000000;
            --kaj-white: #ffffff;
            --kaj-blue: #285cff;
            --kaj-green: #7bc62d;
            --kaj-text: #111111;
            --kaj-muted: #777777;

            width: 100%;
            overflow: hidden;
            background: #ffffff;
            color: var(--kaj-text);
            box-sizing: border-box;
        }

        .kanverse-automation-journey *,
        .kanverse-automation-journey *::before,
        .kanverse-automation-journey *::after {
            box-sizing: border-box;
        }

        /* ---------------------------------------------------------
           MAIN WRAPPER
           --------------------------------------------------------- */

        .kanverse-automation-journey__container {
            max-width: 1168px;
            margin: 0 auto;
            padding: 48px 30px 52px;
        }

        /* ---------------------------------------------------------
           HEADING
           --------------------------------------------------------- */

        .kanverse-automation-journey__title {
            margin: 0;
            font-size: 34px;
            line-height: 1.18;
            font-weight: 700;
            letter-spacing: -1.35px;
            color: var(--kaj-black);
            font-family: 'Poppins Bold';
        }

        .kanverse-automation-journey__description {
            max-width: 1180px;
            margin: 25px 0 0;
            font-size: 15px;
            line-height: 1.42;
            font-weight: 400;
            letter-spacing: -0.35px;
            color: #171717;
        }

        /* ---------------------------------------------------------
           CARDS AREA
           --------------------------------------------------------- */

        .kanverse-automation-journey__cards {
            display: flex;
            justify-content: center;
            align-items: stretch;
            gap: 16px;
            margin-top: 59px;
        }

        /* ---------------------------------------------------------
           COMMON CARD
           --------------------------------------------------------- */

        .kanverse-automation-journey__card {
            width: 316px;
            min-height: 504px;
            border-radius: 19px;
            padding: 29px 25px 27px;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
        }

        /* ---------------------------------------------------------
           EXPLORE CARD
           --------------------------------------------------------- */

        .kanverse-automation-journey__card--explore {
            background: #ffffff;
            border: 1px solid var(--kaj-blue);
            color: #111111;
        }

        /* ---------------------------------------------------------
           DEPLOY CARD
           --------------------------------------------------------- */

        .kanverse-automation-journey__card--deploy {
            background: #000000;
            border: 1px solid #000000;
            color: #ffffff;
        }

        /* ---------------------------------------------------------
           CARD LABEL
           --------------------------------------------------------- */

        .kanverse-automation-journey__label {
            margin: 0 0 11px;
            font-size: 8px;
            line-height: 1.2;
            font-weight: 700;
            letter-spacing: 0.35px;
            text-transform: uppercase;
        }

        .kanverse-automation-journey__card--explore
        .kanverse-automation-journey__label {
            color: var(--kaj-blue);
        }

        .kanverse-automation-journey__card--deploy
        .kanverse-automation-journey__label {
            color: #ffffff;
        }

        /* ---------------------------------------------------------
           CARD HEADING
           --------------------------------------------------------- */

        .kanverse-automation-journey__card-title {
            margin: 0;
            font-size: 17px;
            line-height: 1.24;
            font-weight: 600;
            letter-spacing: -0.35px;
        }

        .kanverse-automation-journey__card-description {
            margin: 11px 0 0;
            font-size: 9px;
            line-height: 1.55;
            font-weight: 400;
            letter-spacing: -0.05px;
        }

        .kanverse-automation-journey__card--explore
        .kanverse-automation-journey__card-description {
            color: #666666;
        }

        .kanverse-automation-journey__card--deploy
        .kanverse-automation-journey__card-description {
            color: #888888;
        }

        /* ---------------------------------------------------------
           DIVIDER
           --------------------------------------------------------- */

        .kanverse-automation-journey__divider {
            width: 100%;
            height: 1px;
            margin: 17px 0 17px;
            border: 0;
        }

        .kanverse-automation-journey__card--explore
        .kanverse-automation-journey__divider {
            background: #e8e8e8;
        }

        .kanverse-automation-journey__card--deploy
        .kanverse-automation-journey__divider {
            background: #202020;
        }

        /* ---------------------------------------------------------
           SUB HEADING
           --------------------------------------------------------- */

        .kanverse-automation-journey__sub-title {
            margin: 0;
            font-size: 12px;
            line-height: 1.35;
            font-weight: 600;
            letter-spacing: -0.1px;
        }

        .kanverse-automation-journey__sub-description {
            margin: 7px 0 0;
            font-size: 8px;
            line-height: 1.5;
            font-weight: 400;
        }

        .kanverse-automation-journey__card--explore
        .kanverse-automation-journey__sub-description {
            color: #777777;
        }

        .kanverse-automation-journey__card--deploy
        .kanverse-automation-journey__sub-description {
            color: #888888;
        }

        /* ---------------------------------------------------------
           FEATURE LIST
           --------------------------------------------------------- */

        .kanverse-automation-journey__features {
            list-style: none;
            padding: 0;
            margin: 14px 0 0;
        }

        .kanverse-automation-journey__feature {
            display: flex;
            align-items: center;
            margin-bottom: 9px;
            min-width: 0;
        }

        .kanverse-automation-journey__feature:last-child {
            margin-bottom: 0;
        }

        .kanverse-automation-journey__feature-icon {
            width: 13px;
            height: 13px;
            min-width: 13px;
            margin-right: 7px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 8px;
            line-height: 1;
            font-weight: 700;
        }

        .kanverse-automation-journey__card--explore
        .kanverse-automation-journey__feature-icon {
            background: var(--kaj-blue);
            color: #ffffff;
        }

        .kanverse-automation-journey__card--deploy
        .kanverse-automation-journey__feature-icon {
            background: var(--kaj-green);
            color: #ffffff;
        }

        .kanverse-automation-journey__feature-text {
            font-size: 8.5px;
            line-height: 1.35;
            font-weight: 400;
        }

        .kanverse-automation-journey__card--explore
        .kanverse-automation-journey__feature-text {
            color: #333333;
        }

        .kanverse-automation-journey__card--deploy
        .kanverse-automation-journey__feature-text {
            color: #d7d7d7;
        }

        /* ---------------------------------------------------------
           BUTTON
           --------------------------------------------------------- */

        .kanverse-automation-journey__button {
            width: 100%;
            height: 35px;
            margin-top: auto;
            padding: 0 15px;
            border-radius: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none !important;
            font-family: 'Poppins', sans-serif;
            font-size: 9px;
            line-height: 1;
            font-weight: 600;
            transition: all 0.25s ease;
        }

        .kanverse-automation-journey__button--black {
            background: #000000;
            border: 1px solid #000000;
            color: #ffffff !important;
        }

        .kanverse-automation-journey__button--white {
            background: #ffffff;
            border: 1px solid #ffffff;
            color: #000000 !important;
        }

        .kanverse-automation-journey__button:hover {
            transform: translateY(-1px);
            text-decoration: none;
        }

        .kanverse-automation-journey__button--black:hover {
            background: #181818;
        }

        .kanverse-automation-journey__button--white:hover {
            background: #eeeeee;
        }

        /* =========================================================
           LARGE DESKTOP
           ========================================================= */

        @media (min-width: 1200px) {
            .kanverse-automation-journey__container {
                max-width: 1100px;
            }
        }

        /* =========================================================
           TABLET
           ========================================================= */

        @media (max-width: 991.98px) {

            .kanverse-automation-journey__container {
                padding: 42px 30px 48px;
            }

            .kanverse-automation-journey__title {
                font-size: 34px;
            }

            .kanverse-automation-journey__description {
                font-size: 18px;
            }

            .kanverse-automation-journey__cards {
                margin-top: 45px;
                gap: 14px;
            }

            .kanverse-automation-journey__card {
                width: 300px;
                min-height: 490px;
            }
        }

        /* =========================================================
           MOBILE
           ========================================================= */

        @media (max-width: 767.98px) {

            .kanverse-automation-journey__container {
                padding: 34px 20px 40px;
            }

            .kanverse-automation-journey__title {
                font-size: 29px;
                line-height: 1.2;
                letter-spacing: -0.9px;
            }

            .kanverse-automation-journey__description {
                margin-top: 17px;
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: -0.15px;
            }

            .kanverse-automation-journey__cards {
                flex-direction: column;
                align-items: center;
                gap: 18px;
                margin-top: 35px;
            }

            .kanverse-automation-journey__card {
                width: 100%;
                max-width: 400px;
                min-height: 480px;
            }
        }

        /* =========================================================
           SMALL MOBILE
           ========================================================= */

        @media (max-width: 480px) {

            .kanverse-automation-journey__container {
                padding: 30px 16px 35px;
            }

            .kanverse-automation-journey__title {
                font-size: 26px;
            }

            .kanverse-automation-journey__description {
                font-size: 15px;
                line-height: 1.48;
            }

            .kanverse-automation-journey__cards {
                margin-top: 30px;
            }

            .kanverse-automation-journey__card {
                max-width: none;
                min-height: 465px;
                padding: 27px 23px 24px;
                border-radius: 17px;
            }
        }

        /* =========================================================
           340px - 375px
           Explicit protection against horizontal overflow
           ========================================================= */

        @media (min-width: 340px) and (max-width: 375px) {

            .kanverse-automation-journey__container {
                padding-left: 14px;
                padding-right: 14px;
            }

            .kanverse-automation-journey__title {
                font-size: 24px;
                letter-spacing: -0.7px;
            }

            .kanverse-automation-journey__description {
                font-size: 14px;
            }

            .kanverse-automation-journey__card {
                min-height: 455px;
                padding-left: 20px;
                padding-right: 20px;
            }

            .kanverse-automation-journey__card-title {
                font-size: 16px;
            }
        }
		
		/* =========================================================
           KANVERSE AUTOMATION JOURNEY SECTION ENDS HERE
           All custom styles are scoped to:
           .kanverse-automation-journey
           ========================================================= */

        /* =========================================================
           KANVERSE COMMON QUESTIONS FAQ SECTION STARTS HERE
           All custom CSS is fully scoped
        ========================================================= */

        .kanverse-common-questions {
            width: 100%;
            background: #ffffff;
            color: #111827;
            padding: 32px 20px 52px;
            overflow: hidden;
        }

        .kanverse-common-questions__container {
            width: 100%;
            max-width: 936px;
            margin: 0 auto;
        }

        /* Heading */
        .kanverse-common-questions__title {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #111827;
            font-size: 34px;
            line-height: 1.25;
            font-weight: 600;
            letter-spacing: -1.7px;
            font-family: 'Poppins Bold';
        }

        /* FAQ wrapper */
        .kanverse-common-questions__list {
            width: 100%;
            margin-top: 67px;
            border-top: 1px solid #edf0f5;
        }

        /* Individual FAQ */
        .kanverse-common-questions__item {
            width: 100%;
            border-bottom: 1px solid #edf0f5;
        }

        /* Question button */
        .kanverse-common-questions__question {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            min-height: 66px;
            padding: 0 56px 0 5px;
            margin: 0;
            border: 0;
            outline: none !important;
            background: transparent;
            color: #111827;
            text-align: left;
            font-size: 16px;
            line-height: 1.45;
            font-weight: 600;
            cursor: pointer;
        }

        .kanverse-common-questions__question:hover,
        .kanverse-common-questions__question:focus {
            color: #111827;
            text-decoration: none;
        }

        /* Plus / minus icon */
        .kanverse-common-questions__icon {
            position: absolute;
            top: 50%;
            right: 6px;
            width: 30px;
            height: 30px;
            transform: translateY(-50%);
            border: 1px solid #e8ebf2;
            border-radius: 50%;
            background: #ffffff;
        }

        .kanverse-common-questions__icon::before,
        .kanverse-common-questions__icon::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 10px;
            height: 1.5px;
            background: #697386;
            transform: translate(-50%, -50%);
            transition: all 0.25s ease;
        }

        .kanverse-common-questions__icon::after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

        /* Active icon */
        .kanverse-common-questions__question[aria-expanded="true"]
            .kanverse-common-questions__icon {
            border-color: #b5c3ff;
        }

        .kanverse-common-questions__question[aria-expanded="true"]
            .kanverse-common-questions__icon::after {
            opacity: 0;
            transform: translate(-50%, -50%) rotate(90deg);
        }

        .kanverse-common-questions__question[aria-expanded="true"]
            .kanverse-common-questions__icon::before {
            background: #7187ff;
        }

        /* Answer */
        .kanverse-common-questions__answer {
            padding: 0 55px 29px 5px;
        }

        .kanverse-common-questions__answer-text {
            max-width: 760px;
            margin: 0;
            color: #737b8c;
            font-size: 15px;
            line-height: 1.75;
            font-weight: 400;
            letter-spacing: -0.15px;
        }


        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 991.98px) {

            .kanverse-common-questions {
                padding: 30px 24px 48px;
            }

            .kanverse-common-questions__container {
                max-width: 820px;
            }

            .kanverse-common-questions__title {
                font-size: 38px;
            }

            .kanverse-common-questions__list {
                margin-top: 55px;
            }

            .kanverse-common-questions__question {
                min-height: 82px;
                font-size: 17px;
            }

            .kanverse-common-questions__answer-text {
                font-size: 15px;
            }
        }


        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 767.98px) {

            .kanverse-common-questions {
                padding: 25px 18px 40px;
            }

            .kanverse-common-questions__title {
                font-size: 30px;
                line-height: 1.3;
                letter-spacing: -1px;
            }

            .kanverse-common-questions__list {
                margin-top: 40px;
            }

            .kanverse-common-questions__question {
                min-height: 74px;
                padding: 16px 48px 16px 2px;
                font-size: 15px;
                line-height: 1.5;
            }

            .kanverse-common-questions__icon {
                right: 2px;
                width: 27px;
                height: 27px;
            }

            .kanverse-common-questions__icon::before,
            .kanverse-common-questions__icon::after {
                width: 9px;
            }

            .kanverse-common-questions__answer {
                padding: 0 42px 23px 2px;
            }

            .kanverse-common-questions__answer-text {
                font-size: 14px;
                line-height: 1.7;
            }
        }


        /* =========================================================
           SMALL MOBILE - 340px+
        ========================================================= */

        @media (max-width: 374.98px) {

            .kanverse-common-questions {
                padding-left: 14px;
                padding-right: 14px;
            }

            .kanverse-common-questions__title {
                font-size: 26px;
                letter-spacing: -0.8px;
            }

            .kanverse-common-questions__list {
                margin-top: 32px;
            }

            .kanverse-common-questions__question {
                padding-right: 43px;
                font-size: 14px;
            }

            .kanverse-common-questions__answer {
                padding-right: 35px;
            }

            .kanverse-common-questions__answer-text {
                font-size: 13px;
            }
        }
		
  /* =========================================================
           KANVERSE COMMON QUESTIONS FAQ SECTION ENDS HERE
           All custom CSS is fully scoped
        ========================================================= */


