getCustomPaddingStyle()) style="{{ $this->getCustomPaddingStyle() }}" @endif>
{{-- Section Header --}}
{{ $section['badge'] }}

{{ $section['title'] }}

{{ $section['subtitle'] }}

{{-- Zigzag Steps --}}
@foreach ($items as $index => $step)
{{-- Content Side --}}
{{-- Step Badge --}}
Step {{ $step['step'] }}

{{ $step['title'] }}

{{ $step['description'] }}

{{-- Feature dots --}}
{{-- Icon Side --}}
{{-- Background Shape --}}
{{-- Icon Circle --}}
{{-- Step Number --}}
{{ $step['step'] }}
{{-- Connector Line --}} @if (!$loop->last)
@endif
@endforeach