htmlAttributes() !!} class="shortcode-features shortcode-features-style-3">
@if($shortcode->image)
{{ RvMedia::image($shortcode->image, __('Image'), attributes: ['class' => 'rounded-4', 'data-aos' => 'fade-zoom-in', 'data-aos-delay' => 200]) }} @if($shortcode->floating_card_title || $shortcode->floating_card_image || $shortcode->floating_card_description)
@if($shortcode->floating_card_title) {{ $shortcode->floating_card_title }} @endif @if($shortcode->floating_card_image)
{{ RvMedia::image($shortcode->floating_card_image, __('Image'), attributes: ['style' => 'max-width: 10.5rem']) }}
@endif @if($shortcode->floating_card_description)

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

@endif
@endif
@endif
@if($shortcode->subtitle) {{ $shortcode->subtitle }} @endif @if($shortcode->title)

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

@endif @if($shortcode->description)

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

@endif @if($shortcode->primary_action_label || $shortcode->secondary_action_label) @endif @if($features)
@foreach($features as $feature)
! $loop->last])>

{{ $feature['title'] }}

@if($feature['description'])

{!! BaseHelper::clean($feature['description']) !!}

@endif
@endforeach
@endif