@php $bgColor = $shortcode->background_color; $bgColor = $bgColor === 'transparent' ? null : $bgColor; @endphp
htmlAttributes() !!} class="shortcode-platforms-featured shortcode-platforms-featured-style-2 section-feature-5" @style([ "--shortcode-background-color: $bgColor" => $bgColor, ]) >
@if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif @if (($actionLabel = $shortcode->primary_action_label) && ($actionUrl = $shortcode->primary_action_url)) {!! BaseHelper::clean($actionLabel) !!} @if ($actionIcon = $shortcode->primary_action_icon) @endif @endif
@if ($image = $shortcode->image) {{ RvMedia::image($image, __('Image'), attributes: ['class' => 'rounded-4 border border-2 border-white position-relative z-1']) }} @endif
@if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, __('Image'), attributes: ['class' => 'position-absolute top-100 start-0 d-none d-md-block translate-middle rounded-4 border border-2 border-white position-relative z-1']) }} @endif
@if ($bottomDescription = $shortcode->bottom_description)

{!! BaseHelper::clean($bottomDescription) !!}

@endif @if($tabs) @endif