htmlAttributes() !!} class="section-padding shortcode-services shortcode-services-style-1" @style($variablesStyle) >
@if($shortcode->subtitle)
dots {!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if($shortcode->description)

{!! BaseHelper::clean(nl2br($shortcode->description)) !!}

@endif
@foreach($services->split(3) as $row)
@foreach($row as $service)
$loop->first && $loop->parent->first, 'p-2 mt-lg-8 mt-5' => $loop->first && $loop->parent->last, 'p-2 mt-5' => $loop->first || $loop->last, ]) data-aos="fade-zoom-in" data-aos-delay="50" >
@if($iconImage = $service->getMetaData('icon_image', true)) icon @elseif($icon = $service->getMetaData('icon', true)) @endif {{ $service->name }}

{!! BaseHelper::clean(nl2br($service->description)) !!}

{{ __('Learn More') }}
@endforeach
@endforeach @if($shortcode->background_image)
{{ RvMedia::image($shortcode->background_image, __('Image')) }}
@endif