.elementor-25 .elementor-element.elementor-element-607173c1{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-7ba693bc */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        body {
          
            margin: 0 auto;
            padding: 30px 20px;
            color: #333333;
            line-height: 1.7;
        }
        .header {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
        }
        .header h1 {
            font-size: 28px;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        .header p {
            font-size: 16px;
            color: #666666;
        }
        .section {
            margin-bottom: 35px;
        }
        .section-title {
            font-size: 20px;
            color: #2c3e50;
            margin-bottom: 15px;
            padding-left: 10px;
            border-left: 4px solid #3498db;
        }
        .section-content {
            font-size: 15px;
            color: #444444;
            margin-bottom: 20px;
        }
        .service-list, .industry-list, .advantage-list {
            list-style-type: disc;
            padding-left: 30px;
            margin-bottom: 20px;
        }
        .service-list li, .industry-list li, .advantage-list li {
            margin-bottom: 8px;
        }
        .contact-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
        .contact-table td {
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            vertical-align: top;
        }
        .contact-table td:first-child {
            background-color: #f8f9fa;
            font-weight: 600;
            color: #2c3e50;
            width: 30%;
        }
        .highlight {
            font-weight: 600;
            color: #2c3e50;
        }
        .custom-design {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #27ae60;
        }
    </style>/* End custom CSS */