esc_html( 'Footer Settings', 'ailabflow' ), 'id' => 'footer_settings', 'icon' => 'el el-align-center', 'fields' => array( array( 'id' => 'footer_layout', 'type' => 'image_select', 'title' => esc_html( 'Footer Column layout', 'ailabflow' ), 'subtitle' => esc_html( 'Please select the footer layout.', 'ailabflow' ), 'options' => array( '6-6' => array( 'alt' => esc_html( 'Footer column 6 - 6', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-6-6.jpg' ), ), '8-4' => array( 'alt' => esc_html( 'Footer column 8 - 4', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-8-4.jpg' ), ), '4-8' => array( 'alt' => esc_html( 'Footer column 4 - 8', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-4-8.jpg' ), ), '4-4-4' => array( 'alt' => esc_html( 'Footer column 4 - 4 - 4', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-4-4-4.jpg' ), ), '3-3-3-3' => array( 'alt' => esc_html( 'Footer column 3 - 3 - 3 - 3', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-3-3-3-3.jpg' ), ), '6-3-3' => array( 'alt' => esc_html( 'Footer column 6 - 3 - 3', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-4-4-4.jpg' ), ), '5-4-3' => array( 'alt' => esc_html( 'Footer column 5 - 4 - 3', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-4-4-4.jpg' ), ), '4-2-2-4' => array( 'alt' => esc_html( 'Footer column 4 - 2 - 2 - 4', 'ailabflow' ), 'img' => get_parent_theme_file_uri( 'inc/images/layout-3-3-3-3.jpg' ), ), ), 'default' => '3-3-3-3', ), array( 'id' => 'footer-widget-border', 'type' => 'switch', 'title' => esc_html__( 'Show Border Between Widgetbox', 'ailabflow' ), 'default' => 0, 'subtitle' => esc_html__( 'Show Border Between Widgetbox', 'ailabflow' ), 'on' => esc_html__( 'On', 'ailabflow' ), 'off' => esc_html__( 'Off', 'ailabflow' ), ), array( 'id' => 'footerwidget_heading_color', 'type' => 'color', 'transparent' => false, 'title' => esc_html__('Footer Widget Title Color', 'ailabflow'), 'default' => '#ffffff', 'validate' => 'color' ), array( 'id' => 'footerwidget_text_color', 'type' => 'color', 'transparent' => false, 'title' => esc_html__('Footer Text Color', 'ailabflow'), 'default' => '#ffffff', 'validate' => 'color' ), array( 'id' => 'footerwidget_link_color', 'type' => 'link_color', 'transparent' => false, 'title' => esc_html__('Footer Link Color', 'ailabflow'), 'active' => false, 'visited' => false, ), array( 'id' => 'footer_background', 'type' => 'background', 'title' => esc_html__( 'Footer Background Image', 'ailabflow' ), 'desc' => esc_html__( 'Set page background image.', 'ailabflow' ), 'background-color' => false, 'preview_media' => true, 'output' => '.site-footer', ), array( 'id' => 'footer_background_color', 'type' => 'color', 'title' => esc_html__( 'Footer Background Color', 'ailabflow' ), 'mode' => 'background-color', 'output' => '.site-footer .footer-bg-layer', 'default' => '#000', ), array( 'id' => 'copyright_text_left', 'type' => 'editor', 'title' => esc_html__( 'Footer Text Left', 'ailabflow' ), 'subtitle' => esc_html__( 'Enter the copyright left text', 'ailabflow' ), 'default' => 'Copyright © 2025 All Right Reserved | Powered by Ailabflow WordPress Theme', ), array( 'id' => 'copyright_text_right', 'type' => 'editor', 'title' => esc_html__( 'Footer Text Right', 'ailabflow' ), 'subtitle' => esc_html__( 'Enter the copyright right Text', 'ailabflow' ), ), array( 'id' => 'footer_copyright_background', 'type' => 'color', 'title' => esc_html__( 'Footer Copyright Background', 'ailabflow' ), 'desc' => esc_html__( 'Set footer background color for copyright area.', 'ailabflow' ), 'output' => array('background-color' => '.site-footer'), ), array( 'id' => 'footer_text_color', 'type' => 'color', 'transparent' => false, 'title' => esc_html__('Footer Copyright Text Color', 'ailabflow'), 'default' => '#ffffff', 'validate' => 'color' ), array( 'id' => 'display-border-copyright', 'type' => 'switch', 'title' => esc_html__( 'Display Border Above Copyright', 'ailabflow' ), 'default' => 0, 'subtitle' => esc_html__( 'Display Border Above Copyright', 'ailabflow' ), 'on' => esc_html__( 'On', 'ailabflow' ), 'off' => esc_html__( 'Off', 'ailabflow' ), ), ), );