getCustomPaddingStyle()) style="{{ $this->getCustomPaddingStyle() }}" @endif>
{{-- Left Side - Contact Info --}}
{{ $section['badge'] }}

{{ $section['title'] }}

{{ $section['subtitle'] }}

{{-- Phone --}}

{{ $section['info_phone_label'] }}

{{ $company['phone'] }}
{{-- Email --}}

{{ $section['info_email_label'] }}

{{ $company['email'] }}
{{-- Address --}}

{{ $section['info_address_label'] }}

{{ $company['address'] }}

{{-- Hours --}}

{{ $section['info_hours_label'] }}

{{ $company['hours'] }}

{{-- Social Links --}} @if (($social['show_icon'] ?? true) && count($social ?? []) > 0)

{{ $section['info_follow_us_label'] }}

@foreach ($social as $key => $link) @if ($key !== 'show_icon' && is_array($link)) @endif @endforeach
@endif
{{-- Right Side - Google Map --}}
{{-- Map Embed --}}
{{-- Map Footer with Open in Maps link --}}