.elementor-2272 .elementor-element.elementor-element-21bf651{--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:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-ea64afa */<style>
       
        body {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #fff;
        }
        .container {
            display: flex;
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
         }
        .logo-section {
            background-color: #fff;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1;
            border-right: 1px solid #ddd;
        }
        .logo {
            text-align: center;
        }
        .logo img {
            width: 280px;
            margin-bottom: 10px;
        }
        .logo h2 {
            font-size: 18px;
            color: #333;
        }
        .content-section {
            padding: 20px;
            flex: 2;
        }
        .step {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            padding: 10px;
            border-radius: 5px;
            color: white;
            font-weight: bold;
        }
        .step span {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: white;
            color: black;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
        }
        .step-1 { background: #f97316; }
        .step-2 { background: #ea580c; }
        .step-3 { background: #c2410c; }
        .step-4 { background: #9a3412; }
        .step-5 { background: #7c2d12; }
        .step-6 { background: #5a1f0f; }
            </style>/* End custom CSS */