.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1345 .elementor-element.elementor-element-919e7e5 .elementor-heading-title{font-family:"Assistant", Sans-serif;font-size:17px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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 );}.elementor-1345 .elementor-element.elementor-element-a371d6e{font-family:"Assistant", Sans-serif;font-size:22px;font-weight:500;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-a371d6e */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Times New Roman', Georgia, serif;
            line-height: 1.7;
            color: #2c3e50;
            background: #f8f9fa;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 20px;
        }

        .header-section {
            background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 8px;
            margin-bottom: 30px;
            text-align: center;
            box-shadow: 0 8px 32px rgba(0,0,0,0.12);
            border-bottom: 4px solid #c9a961;
        }

        .main-title {
            font-size: 2.2em;
            font-weight: bold;
            margin-bottom: 20px;
            color: #c9a961;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }

        .main-subtitle {
            font-size: 1.2em;
            line-height: 1.6;
            opacity: 0.95;
            max-width: 900px;
            margin: 0 auto;
        }

        .highlight {
            background: #c9a961;
            color: #1a365d;
            padding: 2px 6px;
            border-radius: 3px;
            font-weight: bold;
        }

        .content-section {
            background: white;
            margin: 25px 0;
            padding: 35px;
            border-radius: 6px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            border-right: 4px solid #c9a961;
        }

        .section-title {
            color: #1a365d;
            font-size: 1.8em;
            margin-bottom: 20px;
            font-weight: bold;
            border-bottom: 2px solid #e2e8f0;
            padding-bottom: 12px;
        }

        .opening-text {
            font-size: 1.1em;
            color: #2d3748;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: justify;
        }

        .benefits-list {
            list-style: none;
            margin: 20px 0;
        }

        .benefits-list li {
            background: #f7fafc;
            margin: 10px 0;
            padding: 15px 20px;
            border-right: 4px solid #4299e1;
            border-radius: 4px;
            font-weight: 600;
            color: #2d3748;
        }

        .lawyer-info {
            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
            border: 2px solid #c9a961;
            border-radius: 8px;
            padding: 30px;
            margin: 25px 0;
        }

        .lawyer-title {
            color: #1a365d;
            font-size: 1.6em;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }

        .credentials-list {
            list-style: none;
            color: #2d3748;
        }

        .credentials-list li {
            margin: 12px 0;
            padding: 8px 0;
            border-bottom: 1px solid #e2e8f0;
        }

        .credentials-list li::before {
            content: "✓";
            color: #38a169;
            font-weight: bold;
            margin-left: 15px;
            font-size: 1.1em;
        }

        .service-steps {
            counter-reset: step-counter;
        }

        .service-step {
            background: #f7fafc;
            margin: 15px 0;
            padding: 20px;
            border-radius: 6px;
            border-right: 4px solid #c9a961;
            counter-increment: step-counter;
            position: relative;
        }

        .service-step::before {
            content: counter(step-counter);
            background: #1a365d;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 0.9em;
        }

        .service-step h4 {
            color: #1a365d;
            font-weight: bold;
            margin-bottom: 8px;
            margin-right: 50px;
        }

        .service-step p {
            color: #4a5568;
            margin-right: 50px;
        }

        .testimonial {
            background: #f0fff4;
            padding: 25px;
            border-radius: 6px;
            border-right: 4px solid #38a169;
            margin: 15px 0;
            position: relative;
            font-style: italic;
        }

        .testimonial::before {
            content: '"';
            font-size: 3em;
            color: #38a169;
            position: absolute;
            top: -5px;
            right: 15px;
            opacity: 0.3;
            font-family: serif;
        }

        .testimonial-text {
            color: #2d3748;
            font-size: 1.05em;
            line-height: 1.6;
        }

        .conclusion-section {
            background: #1a365d;
            color: white;
            padding: 40px;
            border-radius: 8px;
            text-align: center;
            margin-top: 30px;
            border-top: 4px solid #c9a961;
        }

        .conclusion-title {
            font-size: 1.8em;
            margin-bottom: 20px;
            color: #c9a961;
        }

        .conclusion-text {
            font-size: 1.1em;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .contact-highlight {
            background: #c9a961;
            color: #1a365d;
            padding: 15px 30px;
            border-radius: 6px;
            font-size: 1.2em;
            font-weight: bold;
            display: inline-block;
            margin-top: 15px;
        }

        .emphasis {
            color: #e53e3e;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 1.8em;
            }
            
            .main-subtitle {
                font-size: 1.1em;
            }
            
            .content-section {
                padding: 25px;
            }
            
            .section-title {
                font-size: 1.5em;
            }

            .service-step::before {
                position: relative;
                margin-bottom: 10px;
                margin-right: 0;
            }

            .service-step h4,
            .service-step p {
                margin-right: 0;
            }
        }/* End custom CSS */