htmlAttributes() !!} class="shortcode-hero-banner shortcode-hero-banner-style-1 hero-banner position-relative overflow-hidden section-padding">
@if($shortcode->subtitle)
dots {!! BaseHelper::clean($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->primary_action_label }} @if($shortcode->primary_action_icon) @endif @endif @if($shortcode->secondary_action_label) @if($shortcode->secondary_action_icon) @endif {{ $shortcode->secondary_action_label }} @endif @if($shortcode->bottom_image) {{ RvMedia::image($shortcode->bottom_image, __('Image'), attributes: ['style' => 'width: 100%; max-width: 26rem; margin-top: 20px']) }} @endif
@if($shortcode->right_background_image) {{ RvMedia::image($shortcode->right_background_image, __('Image'), attributes: ['class' => 'hero-img']) }} @endif @foreach(range(1, 3) as $i) @php $image = $shortcode->{"shape_{$i}_image"}; if (! $image) { continue; } @endphp
! $loop->first])> {{ RvMedia::image($image, __('Image'), attributes: ['data-aos' => 'zoom-in', 'data-aos-delay' => $i * 100, 'class' => $loop->first ? 'rightToLeft' : '']) }}
@endforeach @if($shortcode->floating_card_image)
{{ RvMedia::image($shortcode->floating_card_image, __('Image'), attributes: ['class' => 'rounded-3']) }} @if($shortcode->floating_card_title) {{ $shortcode->floating_card_title }} @endif @if($shortcode->floating_card_description)

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

@endif @if($shortcode->floating_card_button_label) dots {{ $shortcode->floating_card_button_label }} @endif
@endif