.elementor-1129 .elementor-element.elementor-element-29397aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1129 .elementor-element.elementor-element-55cafb9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1129 .elementor-element.elementor-element-b5c0e59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1129 .elementor-element.elementor-element-2e13900{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1129 .elementor-element.elementor-element-349e1e5{--display:flex;}.elementor-1129 .elementor-element.elementor-element-43f85a1{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-1129 .elementor-element.elementor-element-43f85a1{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1129 .elementor-element.elementor-element-43f85a1{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-f6cd4ed */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            line-height: 1.6;
        }
        
        .container {
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        /* Left Column - Word Cloud */
        .left-column {
            flex: 1;
            background-color: #0a2463;
            padding: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .word-cloud {
            width: 100%;
            max-width: 400px;
            height: auto;
        }
        
        .word-cloud img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        
        /* Right Column - Text Content */
        .right-column {
            flex: 1;
            background-color: #ffffff;
            padding: 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .title {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
        
        .red-line {
            width: 10px;
            height: 160px;
            background-color: #d8315b;
            margin-right: 20px;
        }
        
        .title-text {
            display: flex;
            flex-direction: column;
        }
        
        .i-and-t {
            font-size: 48px;
            font-weight: normal;
            color: #0a2463;
            text-transform: uppercase;
        }
        
        .incubation {
            font-size: 56px;
            font-weight: bold;
            color: #0a2463;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .description {
            font-size: 18px;
            color: #0a2463;
            line-height: 1.8;
            margin-top: 20px;
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .container {
                max-width: 100%;
            }
            
            .right-column {
                padding: 50px;
            }
        }
        
        @media (max-width: 992px) {
            .left-column {
                padding: 30px;
            }
            
            .right-column {
                padding: 40px;
            }
            
            .i-and-t {
                font-size: 42px;
            }
            
            .incubation {
                font-size: 50px;
            }
            
            .description {
                font-size: 16px;
            }
        }
        
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }
            
            .left-column,
            .right-column {
                width: 100%;
            }
            
            .left-column {
                padding: 20px;
            }
            
            .right-column {
                padding: 30px;
            }
            
            .word-cloud {
                max-width: 350px;
                margin: 0 auto;
            }
            
            .i-and-t {
                font-size: 36px;
            }
            
            .incubation {
                font-size: 44px;
            }
            
            .description {
                font-size: 15px;
                line-height: 1.7;
            }
        }
        
        @media (max-width: 576px) {
            .left-column {
                padding: 15px;
            }
            
            .right-column {
                padding: 25px;
            }
            
            .word-cloud {
                max-width: 300px;
            }
            
            .i-and-t {
                font-size: 30px;
            }
            
            .incubation {
                font-size: 38px;
            }
            
            .description {
                font-size: 14px;
                line-height: 1.6;
            }
        }
        
        @media (max-width: 480px) {
            .left-column {
                padding: 10px;
            }
            
            .right-column {
                padding: 20px;
            }
            
            .word-cloud {
                max-width: 250px;
            }
            
            .title {
                margin-bottom: 20px;
            }
            
            .red-line {
                height: 50px;
                margin-right: 15px;
            }
            
            .i-and-t {
                font-size: 28px;
            }
            
            .incubation {
                font-size: 34px;
            }
            
            .description {
                font-size: 13px;
                line-height: 1.5;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c60810d */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            background-color: #ffffff;
            color: #333333;
            line-height: 1.6;
        }

        .sc-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #ffffff;
            background-image: url('/images/bg3.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            flex-wrap: wrap;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        }

        .sc-content-left {
            flex: 1;
            min-width: 350px;
            padding: 60px 50px;
            position: relative;
            background-color: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(5px);
        }

        .sc-title-line {
            position: absolute;
            left: 80px;
            top: 60px;
            width: 10px;
            height: 100px;
            background-color: #ffb6b6;
        }

        h1 {
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 30px;
            margin-left: 80px;
            line-height: 1.1;
        }

        .sc-startup-text {
            color: #000000;
            display: block;
            font-weight: 300;
        }

        .sc-coaching-text {
            color: #2c3e50;
            display: block;
            font-weight: 800;
        }

        .sc-description {
            margin-left: 25px;
            margin-bottom: 35px;
            font-size: 0.95rem;
            color: #555555;
            font-weight: 300;
            max-width: 500px;
            line-height: 1.6;
        }

        .sc-challenges-list {
            margin-left: 0px;
            display: flex;
            flex-wrap: wrap;
            gap: 0px;
        }

        .sc-list-column {
            flex: 1;
            min-width: 200px;
        }

        .sc-list-column ul {
            list-style: none;
        }

        .sc-list-column li {
            margin-bottom: 8px;
            padding-left: 15px;
            position: relative;
            font-size: 0.7rem;
            color: #000000;
            font-weight: 400;
            line-height: 1.4;
        }

        .sc-list-column li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #2c3e50;
            font-weight: bold;
            font-size: 0.8rem;
            line-height: 1.4;
        }

        .sc-content-right {
            flex: 1;
            min-width: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
        }

        .sc-illustration {
            width: 100%;
            max-width: 400px;
            height: auto;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300"><g transform="translate(200, 150)"><path d="M 0,-50 Q 50,-50 50,0 Q 50,50 0,50 Q -50,50 -50,0 Q -50,-50 0,-50" fill="%23ffd700" stroke="%23000000" stroke-width="2"/><line x1="0" y1="-70" x2="0" y2="-80" stroke="%23000000" stroke-width="2"/><line x1="0" y1="70" x2="0" y2="80" stroke="%23000000" stroke-width="2"/><line x1="-70" y1="0" x2="-80" y2="0" stroke="%23000000" stroke-width="2"/><line x1="70" y1="0" x2="80" y2="0" stroke="%23000000" stroke-width="2"/><line x1="-50" y1="-50" x2="-60" y2="-60" stroke="%23000000" stroke-width="2"/><line x1="50" y1="50" x2="60" y2="60" stroke="%23000000" stroke-width="2"/><line x1="50" y1="-50" x2="60" y2="-60" stroke="%23000000" stroke-width="2"/><line x1="-50" y1="50" x2="-60" y2="60" stroke="%23000000" stroke-width="2"/><path d="M 0,50 L 0,60 Q 0,70 10,70 L 30,70 Q 40,70 40,80 L 40,100" fill="none" stroke="%23000000" stroke-width="2"/><circle cx="-60" cy="-60" r="25" fill="%23ff6b6b" stroke="%23000000" stroke-width="2"/><circle cx="60" cy="60" r="25" fill="%234ecdc4" stroke="%23000000" stroke-width="2"/></g></svg>');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            aspect-ratio: 4/3;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .sc-container {
                flex-direction: column;
                margin: 10px auto;
            }

            .sc-content-left,
            .sc-content-right {
                width: 100%;
            }

            h1 {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .sc-content-left {
                padding: 50px 30px;
            }

            h1 {
                font-size: 2.2rem;
                margin-left: 20px;
            }

            .sc-title-line {
                top: 50px;
                height: 90px;
				left: 20px
            }

            .sc-description {
                margin-left: 20px;
                font-size: 0.9rem;
            }

            .sc-challenges-list {
                margin-left: 20px;
                gap: 40px;
            }
        }

        @media (max-width: 640px) {
            h1 {
                font-size: 2rem;
            }
            
            .sc-content-left {
                padding: 45px 25px;
            }
            
            .sc-title-line {
                top: 40px;
                height: 105px;
				left: 20px
            }
        }

        @media (max-width: 576px) {
            h1 {
                font-size: 2.2rem;
                margin-left: 15px;
                line-height: 1.1;
            }

            .sc-content-left {
                padding: 30px 20px;
            }

            .sc-title-line {
                top: 35px;
                height: 80px;
                width: 4px;
				left: 20px;
            }

            .sc-description {
                margin-left: 15px;
                font-size: 0.95rem;
                line-height: 1.5;
                max-width: 100%;
            }

            .sc-challenges-list {
                margin-left: 15px;
                gap: 20px;
                flex-direction: column;
            }
            
            .sc-list-column li {
                margin-bottom: 10px;
                font-size: 0.85rem;
            }
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 2rem;
                margin-left: 12px;
            }

            .sc-content-left {
                padding: 25px 18px;
            }

            .sc-title-line {
                top: 24px;
                height: 75px;
                width: 4px;
				left: 20px;
            }

            .sc-description {
                margin-left: 12px;
                font-size: 0.9rem;
                line-height: 1.5;
            }

            .sc-challenges-list {
                margin-left: 12px;
                gap: 15px;
            }

            .sc-list-column li {
                padding-left: 12px;
                font-size: 0.8rem;
            }
        }

        @media (max-width: 400px) {
            h1 {
                font-size: 1.8rem;
                margin-left: 10px;
            }
            
            .sc-content-left {
                padding: 20px 15px;
            }
            
            .sc-title-line {
                top: 20px;
                height: 70px;
                width: 4px;
				left: 20px;
            }
            
            .sc-description {
                margin-left: 10px;
                font-size: 0.85rem;
            }
            
            .sc-challenges-list {
                margin-left: 10px;
                gap: 15px;
            }
        }

        @media (max-width: 320px) {
            h1 {
                font-size: 1.6rem;
                margin-left: 8px;
            }
            
            .sc-content-left {
                padding: 15px 12px;
            }
            
            .sc-title-line {
                top: 20px;
                height: 60px;
                width: 3px;
				left: 10px;
            }
            
            .sc-description {
                margin-left: 8px;
                font-size: 0.8rem;
            }
            
            .sc-challenges-list {
                margin-left: 8px;
                gap: 10px;
            }
            
            .sc-list-column li {
                padding-left: 10px;
                font-size: 0.75rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ffa1c9 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Arial, sans-serif;
            background-color: #ffffff;
            color: #333333;
            padding: 30px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }
        
        .industry-container {
            max-width: 1200px;
            width: 100%;
        }
        
        .industry-row {
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
            align-items: center;
        }
        
        .industry-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 120px;
            max-width: 160px;
            text-align: center;
            flex: 1 1 auto;
        }
        
        .industry-circle {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
            position: relative;
            border: 6px solid transparent;
            background-color: #ffffff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            background-clip: padding-box, border-box;
            background-origin: padding-box, border-box;
            overflow: hidden;
        }
        
        .industry-icon {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 0;
            position: relative;
            z-index: 1;
        }
        
        .industry-text {
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            line-height: 1.3;
            margin: 0;
            padding: 0 5px;
        }
        
        /* Circle Border Gradients - All circles have top-left to bottom-right blue-purple gradient */
        .industry-circle {
            background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom right, #1e4d7a, #4098ff);
            transition: all 0.3s ease;
        }
        
        /* Icon optimization */
        .industry-icon {
            width: calc(100% + 12px);
            height: calc(100% + 12px);
            object-fit: cover;
            padding: 0;
            margin: 0;
            position: absolute;
            top: -3px;
            left: -1px;
            z-index: 1;
            border-radius: 50%;
        }
        
        /* Improve hover effects */
        .industry-item {
            transition: transform 0.2s ease;
        }
        
        .industry-item:hover {
            transform: translateY(-2px);
        }
        
        /* Fix font-weight typo */
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .industry-container {
                max-width: 1000px;
            }
            
            .industry-row {
                gap: 20px;
            }
            
            .industry-item {
                max-width: 140px;
                margin: 0 10px;
            }
            
            .industry-circle {
                width: 100px;
                height: 100px;
            }
            
            .industry-text {
                font-size: 14px;
            }
        }
        
        @media (max-width: 992px) {
            .industry-container {
                max-width: 750px;
            }
            
            .industry-row {
                gap: 20px;
            }
            
            .industry-item {
                max-width: calc(25% - 20px);
                margin: 0;
                min-width: 110px;
            }
            
            .industry-circle {
                width: 85px;
                height: 85px;
            }
            
            .industry-text {
                font-size: 12px;
            }
        }
        
        @media (max-width: 768px) {
            body {
                padding: 20px 15px;
                min-height: auto;
                display: block;
            }
            
            .industry-container {
                margin: 0 auto;
            }
            
            .industry-row {
                gap: 25px;
                margin-bottom: 30px;
            }
            
            .industry-item {
                max-width: calc(50% - 15px);
                margin: 0;
                min-width: 100px;
            }
            
            .industry-circle {
                width: 80px;
                height: 80px;
                margin: 0 auto 10px;
            }
            
            .industry-icon {
                width: calc(100% + 12px);
                height: calc(100% + 12px);
                top: -6px;
                left: -6px;
                object-fit: cover;
                border-radius: 50%;
                position: absolute;
            }
            
            .industry-text {
                font-size: 11px;
                max-width: 100%;
                line-height: 1.4;
            }
        }
        
        @media (max-width: 576px) {
            body {
                padding: 15px 10px;
            }
            
            .industry-row {
                gap: 20px;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-items: center;
                margin-bottom: 25px;
            }
            
            .industry-item {
                max-width: 120px;
                margin: 0;
                flex: 0 0 auto;
            }
            
            .industry-circle {
                width: 75px;
                height: 75px;
                margin: 0 auto 8px;
                box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
                border-width: 5px;
            }
            
            .industry-icon {
                width: 60%;
                height: 60%;
            }
            
            .industry-text {
                font-size: 11px;
                line-height: 1.3;
                text-align: center;
                padding: 0 5px;
            }
        }
        
        @media (max-width: 360px) {
            .industry-row {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            
            .industry-item {
                max-width: 140px;
            }
            
            .industry-circle {
                width: 85px;
                height: 85px;
                border-width: 6px;
            }
            
            .industry-icon {
                width: 55%;
                height: 55%;
            }
            
            .industry-text {
                font-size: 12px;
            }
        }
        
        /* Mobile-specific optimizations */
        @media (max-width: 480px) {
            /* Improve touch target size */
            .industry-item {
                padding: 5px;
            }
            
            /* Ensure icon fills circle completely */
            .industry-icon {
                width: calc(100% + 12px);
                height: calc(100% + 12px);
                top: -6px;
                left: -6px;
                object-fit: cover;
                border-radius: 50%;
                position: absolute;
            }
            
            /* Enhance text readability */
            .industry-text {
                font-weight: 600;
                letter-spacing: 0.2px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c99f50c */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Arial, sans-serif;
            background-color: transparent;
            color: #000000;
            padding: 40px;
        }
        
        .our-cases-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }
        
        .our-cases-red-bar {
            width: 10px;
            height: 80px;
            background-color: #ff0000;
            margin-right: 20px;
        }
        
        .our-cases-title {
            font-size: 48px;
            font-weight: bold;
            color: #000080;
            text-transform: uppercase;
            letter-spacing: 1px;
        }/* End custom CSS */