.elementor-11834 .elementor-element.elementor-element-a97896c{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-11834 .elementor-element.elementor-element-1e0072f{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11834 .elementor-element.elementor-element-1e0072f{--content-width:1580px;}}@media(max-width:1024px){.elementor-11834 .elementor-element.elementor-element-a97896c{--grid-auto-flow:row;}.elementor-11834 .elementor-element.elementor-element-1e0072f{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-11834 .elementor-element.elementor-element-a97896c{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-11834 .elementor-element.elementor-element-1e0072f{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-a97896c */.hero-banner {
            width: 100%;
            line-height: 0;
        }

        .hero-banner__image {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Optional: cap extreme ultra-wide stretching on very large screens */
        @media (min-width: 1600px) {
            .hero-banner {
                max-width: 1920px;
                margin: 0 auto;
            }
        }

        .feature-section {
            position: relative;
            background-color: #1c5cf5;
            padding: 80px 40px;
            overflow: hidden;
        }

        .feature-section::after {
            content: "";
            position: absolute;
            top: -120px;
            right: -160px;
            width: 420px;
            height: 420px;
            background: radial-gradient(circle,
                    rgba(255, 255, 255, 0.25) 0%,
                    rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .feature-section__container {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 64px;
        }

        .feature-section__media {
            flex: 0 0 45%;
        }

        .feature-section__image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        }

        .feature-section__content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .feature-section__text {
            color: #ffffff;
            font-size: 1.125rem;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .feature-section__container {
                flex-direction: column;
                gap: 40px;
            }

            .feature-section__media {
                flex: 0 0 auto;
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .feature-section {
                padding: 56px 20px;
            }

            .feature-section__text {
                font-size: 1rem;
            }
        }

        .why-kibo {
            position: relative;
            background-color: #ffffff;
            border-top: 4px solid #1c5cf5;
            padding: 80px 40px;
            overflow: hidden;
        }

        .why-kibo__blob {
            position: absolute;
            top: -60px;
            left: -80px;
            width: 320px;
            height: 220px;
            background: radial-gradient(circle at 30% 30%,
                    rgba(120, 80, 220, 0.55) 0%,
                    rgba(120, 80, 220, 0.15) 55%,
                    rgba(120, 80, 220, 0) 75%);
            filter: blur(10px);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
        }

        .why-kibo__container {
            position: relative;
            z-index: 1;
            max-width: 1100px;
            margin: 0 auto;
            text-align: center;
        }

        .why-kibo__title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1c5cf5;
            margin: 0 0 24px;
        }

        .why-kibo__intro {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #333333;
            max-width: 780px;
            margin: 0 auto 32px;
        }

        .why-kibo__subtitle {
            font-size: 1.1rem;
            color: #333333;
            margin: 0 0 40px;
        }

        .why-kibo__grid {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            justify-content: center;
            gap: 32px 24px;
            max-width: 980px;
            margin: 0 auto;
        }

        .why-kibo__card {
            position: relative;
            background-color: #eef1f4;
            border: 2px solid #1c5cf5;
            border-radius: 12px;
            padding: 28px 24px;
            font-size: 1.05rem;
            line-height: 1.5;
            color: #222222;
            box-shadow: 6px 6px 0 -1px rgba(255, 138, 76, 0.6);
        }

        /* Responsive */
        @media (max-width: 900px) {
            .why-kibo__grid {
                grid-template-columns: repeat(2, minmax(240px, 1fr));
            }
        }

        @media (max-width: 600px) {
            .why-kibo {
                padding: 56px 20px;
            }

            .why-kibo__title {
                font-size: 1.875rem;
            }

            .why-kibo__intro,
            .why-kibo__subtitle {
                font-size: 1rem;
            }

            .why-kibo__grid {
                grid-template-columns: 1fr;
            }

            .why-kibo__card {
                box-shadow: 4px 4px 0 -1px rgba(255, 138, 76, 0.6);
            }
        }

        .proven-delivery {
            background-color: #eef1f4;
            padding: 80px 40px;
        }

        .proven-delivery__container {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        .proven-delivery__title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1c5cf5;
            margin: 0 0 40px;
        }

        .proven-delivery__media {
            margin: 0 0 40px;
        }

        .proven-delivery__image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .proven-delivery__text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333333;
            max-width: 900px;
            margin: 0 auto;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .proven-delivery {
                padding: 56px 20px;
            }

            .proven-delivery__title {
                font-size: 1.875rem;
                margin-bottom: 28px;
            }

            .proven-delivery__media {
                margin-bottom: 28px;
            }

            .proven-delivery__text {
                font-size: 1rem;
                line-height: 1.7;
            }
        }

        .kognivera-brings {
            background-color: #1c5cf5;
            padding: 80px 40px;
        }

        .kognivera-brings__container {
            max-width: 1100px;
            margin: 0 auto;
            text-align: center;
        }

        .kognivera-brings__title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #ffffff;
            margin: 0 0 20px;
        }

        .kognivera-brings__subtitle {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #ffffff;
            max-width: 800px;
            margin: 0 auto 48px;
        }

        .kognivera-brings__grid {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 32px 24px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .kognivera-brings__card {
            box-sizing: border-box;
            background-color: #ffffff;
            border-radius: 12px;
            padding: 32px 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            border: 3px solid transparent;
            flex: 1 1 280px;
            max-width: 320px;
        }


        .kognivera-brings__icon {
            width: 40px;
            height: 40px;
            margin-bottom: 16px;
            color: #1c5cf5;
        }

        .kognivera-brings__card-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: #ff5a1f;
            margin: 0 0 12px;
        }

        .kognivera-brings__card-text {
            font-size: 1rem;
            line-height: 1.6;
            color: #333333;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .kognivera-brings__grid {
                grid-template-columns: repeat(2, minmax(240px, 1fr));
            }
        }

        @media (max-width: 600px) {
            .kognivera-brings {
                padding: 56px 20px;
            }

            .kognivera-brings__title {
                font-size: 1.875rem;
            }

            .kognivera-brings__subtitle {
                font-size: 1rem;
                margin-bottom: 36px;
            }

            .kognivera-brings__grid {
                grid-template-columns: 1fr;
            }
        }

        .built-for-growth {
            position: relative;
            background-color: #f4f5f7;
            background-image: url("https://kognivera.com/wp-content/uploads/2026/08/built-for-growth-bg-pattern2.jpg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            padding: 64px 40px;
        }

        .built-for-growth__container {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .built-for-growth__title {
            font-size: 3.25rem;
            font-weight: bold;
            color: #1c5cf5;
            margin: 0 0 28px;
        }

        .built-for-growth__text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #4a4a4a;
            margin: 0 0 8px;
        }

        .built-for-growth__tagline {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #4a4a4a;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .built-for-growth {
                padding: 48px 20px;
            }

            .built-for-growth__title {
                font-size: 1.75rem;
                margin-bottom: 20px;
            }

            .built-for-growth__text,
            .built-for-growth__tagline {
                font-size: 1rem;
            }
        }

        .cta-banner {
            position: relative;
            background-color: #ffffff;
            padding: 64px 40px;
            overflow: hidden;
        }

        .cta-banner__blob {
            position: absolute;
            top: -100px;
            right: -100px;
            width: 380px;
            height: 380px;
            background: radial-gradient(circle,
                    rgba(80, 130, 255, 0.35) 0%,
                    rgba(150, 100, 255, 0.15) 55%,
                    rgba(150, 100, 255, 0) 75%);
            filter: blur(20px);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
        }

        .cta-banner__container {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
        }

        .cta-banner__card {
            display: flex;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .cta-banner__media {
            flex: 0 0 45%;
        }

        .cta-banner__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .cta-banner__content {
            flex: 1;
            background-color: #1c5cf5;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .cta-banner__title {
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.25;
            color: #ffffff;
            margin: 0 0 20px;
        }

        .cta-banner__text {
            font-size: 1.05rem;
            line-height: 1.7;
            color: #ffffff;
            margin: 0;
            max-width: 480px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .cta-banner__card {
                flex-direction: column;
            }

            .cta-banner__media {
                flex: 0 0 auto;
                height: 240px;
            }

            .cta-banner__content {
                padding: 40px 32px;
            }
        }

        @media (max-width: 600px) {
            .cta-banner {
                padding: 48px 20px;
            }

            .cta-banner__title {
                font-size: 1.625rem;
            }

            .cta-banner__text {
                font-size: 1rem;
            }

            .cta-banner__content {
                padding: 32px 24px;
            }

            .cta-banner__media {
                height: 200px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32e7b94 */body {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden;
        }
    
        body>section {
            width: 100%;
            
        }
    
        .hero-banner {
            width: 100%;
            line-height: 0;
        }

        .hero-banner__image {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Optional: cap extreme ultra-wide stretching on very large screens */
        @media (min-width: 1600px) {
            .hero-banner {
                max-width: 1920px;
                margin: 0 auto;
            }
        }

        .feature-section {
            position: relative;
            background-color: #0E64C4;
            padding: 50px 40px;
            overflow: hidden;
        }

        .feature-section::after {
            content: "";
            position: absolute;
            top: -120px;
            right: -160px;
            width: 420px;
            height: 420px;
            background: radial-gradient(circle,
                    rgba(255, 255, 255, 0.25) 0%,
                    rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .feature-section__container {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 64px;
        }

        .feature-section__media {
            flex: 0 0 45%;
        }

        .feature-section__image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        }

        .feature-section__content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .feature-section__text {
            color: #ffffff;
            font-size: 1.125rem;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .feature-section__container {
                flex-direction: column;
                gap: 40px;
            }

            .feature-section__media {
                flex: 0 0 auto;
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .feature-section {
                padding: 56px 20px;
            }

            .feature-section__text {
                font-size: 1rem;
            }
        }

        .why-kibo {
            position: relative;
            background-color: #ffffff;
            border-top: 4px solid #0E64C4;
            padding: 80px 40px;
            overflow: hidden;
        }

        .why-kibo__blob {
            position: absolute;
            top: -60px;
            left: -80px;
            width: 320px;
            height: 220px;
            background: radial-gradient(circle at 30% 30%,
                    rgba(120, 80, 220, 0.55) 0%,
                    rgba(120, 80, 220, 0.15) 55%,
                    rgba(120, 80, 220, 0) 75%);
            filter: blur(10px);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
        }

        .why-kibo__container {
            position: relative;
            z-index: 1;
            max-width: 1100px;
            margin: 0 auto;
            text-align: center;
        }

        .why-kibo__title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #0E64C4;
            margin: 0 0 24px;
        }

        .why-kibo__intro {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #333333;
            max-width: 780px;
            margin: 0 auto 32px;
        }

        .why-kibo__subtitle {
            font-size: 1.1rem;
            color: #333333;
            margin: 0 0 40px;
        }

        .why-kibo__grid {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            justify-content: center;
            gap: 32px 24px;
            max-width: 980px;
            margin: 0 auto;
        }

        .why-kibo__card {
            position: relative;
            background-color: #eef1f4;
            border: 2px solid #0E64C4;
            border-radius: 12px;
            padding: 28px 24px;
            font-size: 1.05rem;
            line-height: 1.5;
            color: #222222;
            box-shadow: 6px 6px 0 -1px rgba(255, 138, 76, 0.6);
        }

        /* Responsive */
        @media (max-width: 900px) {
            .why-kibo__grid {
                grid-template-columns: repeat(2, minmax(240px, 1fr));
            }
        }

        @media (max-width: 600px) {
            .why-kibo {
                padding: 56px 20px;
            }

            .why-kibo__title {
                font-size: 1.875rem;
            }

            .why-kibo__intro,
            .why-kibo__subtitle {
                font-size: 1rem;
            }

            .why-kibo__grid {
                grid-template-columns: 1fr;
            }

            .why-kibo__card {
                box-shadow: 4px 4px 0 -1px rgba(255, 138, 76, 0.6);
            }
        }

        .proven-delivery {
            background-color: #eef1f4;
            padding: 80px 40px;
        }

        .proven-delivery__container {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        .proven-delivery__title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #0E64C4;
            margin: 0 0 40px;
        }

        .proven-delivery__media {
            margin: 0 0 40px;
        }

        .proven-delivery__image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .proven-delivery__text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333333;
            max-width: 900px;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .proven-delivery {
                padding: 56px 20px;
            }

            .proven-delivery__title {
                font-size: 1.875rem;
                margin-bottom: 28px;
            }

            .proven-delivery__media {
                margin-bottom: 28px;
            }

            .proven-delivery__text {
                font-size: 1rem;
                line-height: 1.7;
            }
        }

        .kognivera-brings {
            background-color: #0E64C4;
            padding: 80px 40px;
        }

        .kognivera-brings__container {
            max-width: 1100px;
            margin: 0 auto;
            text-align: center;
        }

        .kognivera-brings__title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #ffffff;
            margin: 0 0 20px;
        }

        .kognivera-brings__subtitle {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #ffffff;
            max-width: 800px;
            margin: 0 auto 48px;
        }

        .kognivera-brings__grid {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 32px 24px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .kognivera-brings__card {
            box-sizing: border-box;
            background-color: #ffffff;
            border-radius: 12px;
            padding: 32px 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            border: 3px solid transparent;
            flex: 1 1 280px;
            max-width: 320px;
        }


        .kognivera-brings__icon {
            width: 40px;
            height: 40px;
            margin-bottom: 16px;
            color: #0E64C4;
        }

        .kognivera-brings__card-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: #ff5a1f;
            margin: 0 0 12px;
        }

        .kognivera-brings__card-text {
            font-size: 1rem;
            line-height: 1.6;
            color: #333333;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .kognivera-brings__grid {
                grid-template-columns: repeat(2, minmax(240px, 1fr));
            }
        }

        @media (max-width: 600px) {
            .kognivera-brings {
                padding: 56px 20px;
            }

            .kognivera-brings__title {
                font-size: 1.875rem;
            }

            .kognivera-brings__subtitle {
                font-size: 1rem;
                margin-bottom: 36px;
            }

            .kognivera-brings__grid {
                grid-template-columns: 1fr;
            }
        }

        .built-for-growth {
            position: relative;
            background-color: #f4f5f7;
            background-image: url("images/built-for-growth-bg-pattern2.jpg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            padding: 64px 40px;
        }

        .built-for-growth__container {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .built-for-growth__title {
            font-size: 3.25rem;
            font-weight: bold;
            color: #0E64C4;
            margin: 0 0 28px;
        }

        .built-for-growth__text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #4a4a4a;
            margin: 0 0 8px;
        }

        .built-for-growth__tagline {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #4a4a4a;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .built-for-growth {
                padding: 48px 20px;
            }

            .built-for-growth__title {
                font-size: 1.75rem;
                margin-bottom: 20px;
            }

            .built-for-growth__text,
            .built-for-growth__tagline {
                font-size: 1rem;
            }
        }

        .cta-banner {
            position: relative;
            background-color: #ffffff;
            padding: 64px 40px;
            overflow: hidden;
        }

        .cta-banner__blob {
            position: absolute;
            width: 380px;
            height: 380px;
            filter: blur(20px);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
        }

        .cta-banner__blob--top-right {
            top: -100px;
            right: -100px;
            background: radial-gradient(circle,
                    rgba(80, 130, 255, 0.35) 0%,
                    rgba(150, 100, 255, 0.15) 55%,
                    rgba(150, 100, 255, 0) 75%);
        }

        .cta-banner__blob--bottom-left {
            bottom: -100px;
            left: -100px;
            background: radial-gradient(circle,
                    rgba(30, 90, 255, 0.4) 0%,
                    rgba(80, 60, 255, 0.15) 55%,
                    rgba(80, 60, 255, 0) 75%);
        }

        .cta-banner__container {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
        }

        .cta-banner__card {
            display: flex;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .cta-banner__media {
            flex: 0 0 45%;
        }

        .cta-banner__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .cta-banner__content {
            flex: 1;
            background-color: #0E64C4;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .cta-banner__title {
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.25;
            color: #ffffff;
            margin: 0 0 20px;
        }

        .cta-banner__text {
            font-size: 1.05rem;
            line-height: 1.7;
            color: #ffffff;
            margin: 0;
            max-width: 480px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .cta-banner__card {
                flex-direction: column;
            }

            .cta-banner__media {
                flex: 0 0 auto;
                height: 240px;
            }

            .cta-banner__content {
                padding: 40px 32px;
            }
        }

        @media (max-width: 600px) {
            .cta-banner {
                padding: 48px 20px;
            }

            .cta-banner__title {
                font-size: 1.625rem;
            }

            .cta-banner__text {
                font-size: 1rem;
            }

            .cta-banner__content {
                padding: 32px 24px;
            }

            .cta-banner__media {
                height: 200px;
            }
        }
        
       p,.entry-content p.proven-delivery__text {
    margin-bottom: 0;
}/* End custom CSS */