{
  "section_layout_container": {
    "name": "section_layout_container",
    "label": "Container",
    "tab": "layout",
    "type": "section"
  },
  "container_type": {
    "name": "container_type",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": false,
    "label": "Container Layout",
    "type": "select",
    "default": "flex",
    "prefix_class": "e-",
    "options": {
      "flex": "Flexbox",
      "grid": "Grid"
    },
    "selectors": {
      "{{WRAPPER}}": "--display: {{VALUE}}"
    },
    "separator": "after",
    "editor_available": true
  },
  "content_width": {
    "name": "content_width",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": false,
    "label": "Content Width",
    "type": "select",
    "default": "boxed",
    "options": {
      "boxed": "Boxed",
      "full": "Full Width"
    },
    "render_type": "template",
    "prefix_class": "e-con-",
    "editor_available": true
  },
  "width": {
    "name": "width",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": true,
    "label": "Width",
    "type": "slider",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "range": {
      "px": {
        "min": 500,
        "max": 1600
      }
    },
    "default": {
      "unit": "%"
    },
    "min_affected_device": {
      "Breakpoints_Manager::BREAKPOINT_KEY_DESKTOP": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_LAPTOP": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_TABLET_EXTRA": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_TABLET": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_MOBILE_EXTRA": null
    },
    "selectors": {
      "{{WRAPPER}}": "--width: {{SIZE}}{{UNIT}};"
    },
    "condition": {
      "content_width": "full"
    },
    "device_args": {
      "Breakpoints_Manager::BREAKPOINT_KEY_DESKTOP": {
        "placeholder": {
          "size": 100,
          "unit": "%"
        }
      },
      "Breakpoints_Manager::BREAKPOINT_KEY_MOBILE": {
        "placeholder": {
          "size": 100,
          "unit": "%"
        }
      }
    }
  },
  "boxed_width": {
    "name": "boxed_width",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": true,
    "label": "Width",
    "type": "slider",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "range": {
      "px": {
        "min": 500,
        "max": 1600
      }
    },
    "default": {
      "unit": "px"
    },
    "min_affected_device": {
      "Breakpoints_Manager::BREAKPOINT_KEY_DESKTOP": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_LAPTOP": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_TABLET_EXTRA": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_TABLET": null,
      "Breakpoints_Manager::BREAKPOINT_KEY_MOBILE_EXTRA": null
    },
    "selectors": {
      "{{WRAPPER}}": "--content-width: {{SIZE}}{{UNIT}};"
    },
    "condition": {
      "content_width": "boxed"
    },
    "device_args": {
      "Breakpoints_Manager::BREAKPOINT_KEY_DESKTOP": {
        "placeholder": null
      }
    }
  },
  "min_height": {
    "name": "min_height",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": true,
    "label": "Min Height",
    "type": "slider",
    "size_units": [
      "px",
      "em",
      "rem",
      "vh",
      "custom"
    ],
    "range": {
      "px": {
        "max": 1440
      }
    },
    "description": "To achieve full height Container use %s.",
    "selectors": {
      "{{WRAPPER}}": "--min-height: {{SIZE}}{{UNIT}};"
    }
  },
  "flex_popover_toggle": {
    "name": "flex_popover_toggle",
    "type": "popover_toggle",
    "label": "Flex Container",
    "return_value": "custom",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "flex",
    "group_type": "flex-container"
  },
  "flex_items": {
    "type": "heading",
    "label": "Items",
    "separator": "before",
    "name": "flex_items",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": false,
    "group_prefix": "flex",
    "group_type": "flex-container",
    "popover": {
      "start": true
    }
  },
  "flex_direction": {
    "label": "Direction",
    "type": "choose",
    "options": {
      "row": {
        "title": "Row - horizontal",
        "icon": "eicon-arrow-"
      },
      "column": {
        "title": "Column - vertical",
        "icon": "eicon-arrow-down"
      },
      "row-reverse": {
        "title": "Row - reversed",
        "icon": "eicon-arrow-"
      },
      "column-reverse": {
        "title": "Column - reversed",
        "icon": "eicon-arrow-up"
      }
    },
    "default": "",
    "selectors_dictionary": {
      "row": "--flex-direction: row; --container-widget-width: initial; --container-widget-height: 100%; --container-widget-flex-grow: 1; --container-widget-align-self: stretch; --flex-wrap-mobile: wrap;",
      "column": "--flex-direction: column; --container-widget-width: 100%; --container-widget-height: initial; --container-widget-flex-grow: 0; --container-widget-align-self: initial; --flex-wrap-mobile: wrap;",
      "row-reverse": "--flex-direction: row-reverse; --container-widget-width: initial; --container-widget-height: 100%; --container-widget-flex-grow: 1; --container-widget-align-self: stretch; --flex-wrap-mobile: wrap-reverse;",
      "column-reverse": "--flex-direction: column-reverse; --container-widget-width: 100%; --container-widget-height: initial; --container-widget-flex-grow: 0; --container-widget-align-self: initial; --flex-wrap-mobile: wrap;"
    },
    "selectors": {
      "{{SELECTOR}}": "{{VALUE}};"
    },
    "responsive": true,
    "name": "flex_direction",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "flex",
    "group_type": "flex-container",
    "toggle": true
  },
  "flex_justify_content": {
    "label": "Justify Content",
    "type": "choose",
    "label_block": true,
    "default": "",
    "options": {
      "flex-start": {
        "title": "Start",
        "icon": "eicon-flex eicon-justify-start-h"
      },
      "center": {
        "title": "Center",
        "icon": "eicon-flex eicon-justify-center-h"
      },
      "flex-end": {
        "title": "End",
        "icon": "eicon-flex eicon-justify-end-h"
      },
      "space-between": {
        "title": "Space Between",
        "icon": "eicon-flex eicon-justify-space-between-h"
      },
      "space-around": {
        "title": "Space Around",
        "icon": "eicon-flex eicon-justify-space-around-h"
      },
      "space-evenly": {
        "title": "Space Evenly",
        "icon": "eicon-flex eicon-justify-space-evenly-h"
      }
    },
    "selectors": {
      "{{SELECTOR}}": "--justify-content: {{VALUE}};"
    },
    "responsive": true,
    "name": "flex_justify_content",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "flex",
    "group_type": "flex-container",
    "toggle": true
  },
  "flex_align_items": {
    "label": "Align Items",
    "type": "choose",
    "default": "",
    "options": {
      "flex-start": {
        "title": "Start",
        "icon": "eicon-flex eicon-align-start-v"
      },
      "center": {
        "title": "Center",
        "icon": "eicon-flex eicon-align-center-v"
      },
      "flex-end": {
        "title": "End",
        "icon": "eicon-flex eicon-align-end-v"
      },
      "stretch": {
        "title": "Stretch",
        "icon": "eicon-flex eicon-align-stretch-v"
      }
    },
    "selectors": {
      "{{SELECTOR}}": "--align-items: {{VALUE}}; --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );"
    },
    "responsive": true,
    "name": "flex_align_items",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "flex",
    "group_type": "flex-container",
    "toggle": true
  },
  "flex_gap": {
    "label": "Gaps",
    "type": "gaps",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "default": {
      "unit": "px"
    },
    "separator": "before",
    "selectors": {
      "{{SELECTOR}}": "--gap: {{ROW}}{{UNIT}} {{COLUMN}}{{UNIT}};--row-gap: {{ROW}}{{UNIT}};--column-gap: {{COLUMN}}{{UNIT}};"
    },
    "responsive": true,
    "conversion_map": {
      "old_key": "size",
      "new_key": "column"
    },
    "upgrade_conversion_map": {
      "old_key": "size",
      "new_keys": [
        "column",
        "row"
      ]
    },
    "validators": {
      "Number": {
        "min": 0
      }
    },
    "name": "flex_gap",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "flex",
    "group_type": "flex-container"
  },
  "flex_wrap": {
    "label": "Wrap",
    "type": "choose",
    "options": {
      "nowrap": {
        "title": "No Wrap",
        "icon": "eicon-flex eicon-nowrap"
      },
      "wrap": {
        "title": "Wrap",
        "icon": "eicon-flex eicon-wrap"
      }
    },
    "description": "Items within the container can stay in a single line (No wrap), or break into multiple lines (Wrap).",
    "default": "",
    "selectors": {
      "{{SELECTOR}}": "--flex-wrap: {{VALUE}};"
    },
    "responsive": true,
    "name": "flex_wrap",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "flex",
    "group_type": "flex-container",
    "toggle": true
  },
  "flex_align_content": {
    "label": "Align Content",
    "type": "choose",
    "label_block": true,
    "default": "",
    "options": {
      "flex-start": {
        "title": "Start",
        "icon": "eicon-justify-start-v"
      },
      "center": {
        "title": "Middle",
        "icon": "eicon-justify-center-v"
      },
      "flex-end": {
        "title": "End",
        "icon": "eicon-justify-end-v"
      },
      "space-between": {
        "title": "Space Between",
        "icon": "eicon-justify-space-between-v"
      },
      "space-around": {
        "title": "Space Around",
        "icon": "eicon-justify-space-around-v"
      },
      "space-evenly": {
        "title": "Space Evenly",
        "icon": "eicon-justify-space-evenly-v"
      }
    },
    "selectors": {
      "{{SELECTOR}}": "--align-content: {{VALUE}};"
    },
    "condition": {
      "flex_wrap": "wrap"
    },
    "responsive": true,
    "name": "flex_align_content",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "flex",
    "group_type": "flex-container",
    "popover": {
      "end": true
    },
    "toggle": true
  },
  "grid_popover_toggle": {
    "name": "grid_popover_toggle",
    "type": "popover_toggle",
    "label": "Grid Container",
    "return_value": "custom",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container"
  },
  "grid_items_grid": {
    "type": "heading",
    "label": "Items",
    "separator": "before",
    "name": "grid_items_grid",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": false,
    "group_prefix": "grid",
    "group_type": "grid-container",
    "popover": {
      "start": true
    }
  },
  "grid_outline": {
    "label": "Grid Outline",
    "type": "switcher",
    "label_on": "Show",
    "label_off": "Hide",
    "default": "yes",
    "editor_available": true,
    "name": "grid_outline",
    "section": "section_layout_container",
    "tab": "layout",
    "responsive": false,
    "group_prefix": "grid",
    "group_type": "grid-container"
  },
  "grid_columns_grid": {
    "label": "Columns",
    "type": "slider",
    "range": {
      "fr": {
        "min": 1,
        "max": 12,
        "step": 1
      }
    },
    "size_units": [
      "fr",
      "custom"
    ],
    "unit_selectors_dictionary": {
      "custom": "--e-con-grid-template-columns: {{SIZE}}"
    },
    "default": {
      "unit": "fr",
      "size": 3
    },
    "mobile_default": {
      "unit": "fr",
      "size": 1
    },
    "selectors": {
      "{{SELECTOR}}": "--e-con-grid-template-columns: repeat({{SIZE}}, 1fr)"
    },
    "responsive": true,
    "editor_available": true,
    "name": "grid_columns_grid",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container"
  },
  "grid_rows_grid": {
    "label": "Rows",
    "type": "slider",
    "range": {
      "fr": {
        "min": 1,
        "max": 12,
        "step": 1
      }
    },
    "size_units": [
      "fr",
      "custom"
    ],
    "unit_selectors_dictionary": {
      "custom": "--e-con-grid-template-rows: {{SIZE}}"
    },
    "default": {
      "unit": "fr",
      "size": 2
    },
    "selectors": {
      "{{SELECTOR}}": "--e-con-grid-template-rows: repeat({{SIZE}}, 1fr)"
    },
    "responsive": true,
    "editor_available": true,
    "name": "grid_rows_grid",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container"
  },
  "grid_gaps": {
    "label": "Gaps",
    "type": "gaps",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "default": {
      "unit": "px"
    },
    "separator": "before",
    "selectors": {
      "{{SELECTOR}}": "--gap: {{ROW}}{{UNIT}} {{COLUMN}}{{UNIT}};--row-gap: {{ROW}}{{UNIT}};--column-gap: {{COLUMN}}{{UNIT}};"
    },
    "responsive": true,
    "validators": {
      "Number": {
        "min": 0
      }
    },
    "name": "grid_gaps",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container"
  },
  "grid_auto_flow": {
    "label": "Auto Flow",
    "type": "select",
    "options": {
      "row": "Row",
      "column": "Column"
    },
    "default": "row",
    "separator": "before",
    "selectors": {
      "{{SELECTOR}}": "--grid-auto-flow: {{VALUE}}"
    },
    "responsive": true,
    "editor_available": true,
    "name": "grid_auto_flow",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container"
  },
  "grid_justify_items": {
    "label": "Justify Items",
    "type": "choose",
    "options": {
      "start": {
        "title": "Start",
        "icon": "eicon-align--h"
      },
      "center": {
        "title": "Center",
        "icon": "eicon-align-center-h"
      },
      "end": {
        "title": "End",
        "icon": "eicon-align--h"
      },
      "stretch": {
        "title": "Stretch",
        "icon": "eicon-align-stretch-h"
      }
    },
    "default": "",
    "selectors": {
      "{{SELECTOR}}": "--justify-items: {{VALUE}};"
    },
    "responsive": true,
    "name": "grid_justify_items",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container",
    "toggle": true
  },
  "grid_align_items": {
    "label": "Align Items",
    "type": "choose",
    "options": {
      "start": {
        "title": "Start",
        "icon": "eicon-align-start-v"
      },
      "center": {
        "title": "Center",
        "icon": "eicon-align-center-v"
      },
      "end": {
        "title": "End",
        "icon": "eicon-align-end-v"
      },
      "stretch": {
        "title": "Stretch",
        "icon": "eicon-align-stretch-v"
      }
    },
    "selectors": {
      "{{SELECTOR}}": "--align-items: {{VALUE}};"
    },
    "responsive": true,
    "name": "grid_align_items",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container",
    "toggle": true
  },
  "grid_justify_content": {
    "label": "Justify Content",
    "type": "choose",
    "label_block": true,
    "default": "",
    "options": {
      "start": {
        "title": "Start",
        "icon": "eicon-justify-start-h"
      },
      "center": {
        "title": "Middle",
        "icon": "eicon-justify-center-h"
      },
      "end": {
        "title": "End",
        "icon": "eicon-justify-end-h"
      },
      "space-between": {
        "title": "Space Between",
        "icon": "eicon-justify-space-between-h"
      },
      "space-around": {
        "title": "Space Around",
        "icon": "eicon-justify-space-around-h"
      },
      "space-evenly": {
        "title": "Space Evenly",
        "icon": "eicon-justify-space-evenly-h"
      }
    },
    "selectors": {
      "{{SELECTOR}}": "--grid-justify-content: {{VALUE}};"
    },
    "condition": {
      "grid_columns_grid[unit]": "custom"
    },
    "responsive": true,
    "name": "grid_justify_content",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container",
    "toggle": true
  },
  "grid_align_content": {
    "label": "Align Content",
    "type": "choose",
    "label_block": true,
    "default": "",
    "options": {
      "start": {
        "title": "Start",
        "icon": "eicon-justify-start-v"
      },
      "center": {
        "title": "Middle",
        "icon": "eicon-justify-center-v"
      },
      "end": {
        "title": "End",
        "icon": "eicon-justify-end-v"
      },
      "space-between": {
        "title": "Space Between",
        "icon": "eicon-justify-space-between-v"
      },
      "space-around": {
        "title": "Space Around",
        "icon": "eicon-justify-space-around-v"
      },
      "space-evenly": {
        "title": "Space Evenly",
        "icon": "eicon-justify-space-evenly-v"
      }
    },
    "selectors": {
      "{{SELECTOR}}": "--grid-align-content: {{VALUE}};"
    },
    "condition": {
      "grid_rows_grid[unit]": "custom"
    },
    "responsive": true,
    "name": "grid_align_content",
    "section": "section_layout_container",
    "tab": "layout",
    "group_prefix": "grid",
    "group_type": "grid-container",
    "popover": {
      "end": true
    },
    "toggle": true
  },
  "section_layout_additional_options": {
    "name": "section_layout_additional_options",
    "label": "Additional Options",
    "tab": "layout",
    "type": "section"
  },
  "overflow": {
    "name": "overflow",
    "section": "section_layout_additional_options",
    "tab": "layout",
    "responsive": false,
    "label": "Overflow",
    "type": "select",
    "default": "",
    "options": {
      "": "Default",
      "hidden": "Hidden",
      "auto": "Auto"
    },
    "selectors": {
      "{{WRAPPER}}": "--overflow: {{VALUE}}"
    }
  },
  "html_tag": {
    "name": "html_tag",
    "section": "section_layout_additional_options",
    "tab": "layout",
    "responsive": false,
    "label": "HTML Tag",
    "type": "select",
    "options": {
      "": "Default",
      "div": "div",
      "header": "header",
      "footer": "footer",
      "main": "main",
      "article": "article",
      "section": "section",
      "aside": "aside",
      "nav": "nav",
      "a": "a (link)"
    }
  },
  "link_note": {
    "name": "link_note",
    "section": "section_layout_additional_options",
    "tab": "layout",
    "responsive": false,
    "type": "alert",
    "alert_type": "warning",
    "content": "Don\u2019t add links to elements nested in this container - it will break the layout.",
    "condition": {
      "html_tag": "a"
    }
  },
  "link": {
    "name": "link",
    "section": "section_layout_additional_options",
    "tab": "layout",
    "responsive": false,
    "label": "Link",
    "type": "url",
    "dynamic": {
      "active": true
    },
    "condition": {
      "html_tag": "a"
    }
  },
  "section_background": {
    "name": "section_background",
    "label": "Background",
    "tab": "style",
    "type": "section"
  },
  "tabs_background": {
    "name": "tabs_background",
    "type": "tabs",
    "section": "section_background",
    "tab": "style"
  },
  "tab_background_normal": {
    "name": "tab_background_normal",
    "type": "tab",
    "label": "Normal",
    "tabs_wrapper": "tabs_background",
    "section": "section_background",
    "tab": "style"
  },
  "background_popover_toggle": {
    "name": "background_popover_toggle",
    "type": "popover_toggle",
    "label": "Background",
    "return_value": "custom",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_background": {
    "label": "Background Type",
    "type": "choose",
    "render_type": "ui",
    "options": {
      "classic": {
        "title": "Classic",
        "icon": "eicon-paint-brush"
      },
      "gradient": {
        "title": "Gradient",
        "icon": "eicon-barcode"
      },
      "video": {
        "title": "Video",
        "icon": "eicon-video-camera"
      },
      "slideshow": {
        "title": "Slideshow",
        "icon": "eicon-slideshow"
      }
    },
    "name": "background_background",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal",
    "popover": {
      "start": true
    },
    "toggle": true
  },
  "background_gradient_notice": {
    "type": "alert",
    "alert_type": "warning",
    "content": "Set locations and angle for each breakpoint to ensure the gradient adapts to different screen sizes.",
    "render_type": "ui",
    "condition": {
      "background_background": [
        "gradient"
      ]
    },
    "name": "background_gradient_notice",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_color": {
    "label": "Color",
    "type": "color",
    "default": "",
    "control_type": "content",
    "title": "Background Color",
    "selectors": {
      "{{SELECTOR}}": "background-color: {{VALUE}};"
    },
    "condition": {
      "background_background": [
        "classic",
        "gradient",
        "video"
      ]
    },
    "name": "background_color",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_color_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 0
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_color_stop",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_color_b": {
    "label": "Second Color",
    "type": "color",
    "default": "#f2295b",
    "render_type": "ui",
    "control_type": "content",
    "condition": {
      "background_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_color_b",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_color_b_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 100
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_color_b_stop",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_gradient_type": {
    "label": "Type",
    "type": "select",
    "options": {
      "linear": "Linear",
      "radial": "Radial"
    },
    "default": "linear",
    "render_type": "ui",
    "condition": {
      "background_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_gradient_type",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_gradient_angle": {
    "label": "Angle",
    "type": "slider",
    "size_units": [
      "deg",
      "grad",
      "rad",
      "turn",
      "custom"
    ],
    "default": {
      "unit": "deg",
      "size": 180
    },
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: linear-gradient({{SIZE}}{{UNIT}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_background": [
        "gradient"
      ],
      "background_gradient_type": "linear"
    },
    "of_type": "gradient",
    "name": "background_gradient_angle",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_gradient_position": {
    "label": "Position",
    "type": "select",
    "options": {
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "default": "center center",
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: radial-gradient(at {{VALUE}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_background": [
        "gradient"
      ],
      "background_gradient_type": "radial"
    },
    "of_type": "gradient",
    "name": "background_gradient_position",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_image": {
    "label": "Image",
    "type": "media",
    "ai": {
      "category": "background"
    },
    "dynamic": {
      "active": true
    },
    "responsive": true,
    "title": "Background Image",
    "selectors": {
      "{{SELECTOR}}": "background-image: url(\"{{URL}}\");"
    },
    "has_sizes": true,
    "render_type": "template",
    "condition": {
      "background_background": [
        "classic"
      ]
    },
    "name": "background_image",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_position": {
    "label": "Position",
    "type": "select",
    "default": "",
    "separator": "before",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_image[url]!": ""
    },
    "name": "background_position",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_xpos": {
    "label": "X Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vw": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{SIZE}}{{UNIT}} {{ypos.SIZE}}{{ypos.UNIT}}"
    },
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_position": [
        "initial"
      ],
      "background_image[url]!": ""
    },
    "required": true,
    "name": "background_xpos",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_ypos": {
    "label": "Y Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vh",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vh": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{xpos.SIZE}}{{xpos.UNIT}} {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_position": [
        "initial"
      ],
      "background_image[url]!": ""
    },
    "required": true,
    "name": "background_ypos",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_attachment": {
    "label": "Attachment",
    "type": "select",
    "default": "",
    "options": {
      "": "Default",
      "scroll": "Scroll",
      "fixed": "Fixed"
    },
    "selectors": {
      "(desktop+){{SELECTOR}}": "background-attachment: {{VALUE}};"
    },
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_image[url]!": ""
    },
    "name": "background_attachment",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_attachment_alert": {
    "type": "raw_html",
    "content_classes": "elementor-control-field-description",
    "raw": "Note: Attachment Fixed works only on desktop.",
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_image[url]!": "",
      "background_attachment": "fixed"
    },
    "name": "background_attachment_alert",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_repeat": {
    "label": "Repeat",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "no-repeat": "No-repeat",
      "repeat": "Repeat",
      "repeat-x": "Repeat-x",
      "repeat-y": "Repeat-y"
    },
    "selectors": {
      "{{SELECTOR}}": "background-repeat: {{VALUE}};"
    },
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_image[url]!": ""
    },
    "name": "background_repeat",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_size": {
    "label": "Display Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_image[url]!": ""
    },
    "name": "background_size",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_bg_width": {
    "label": "Width",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "range": {
      "px": {
        "max": 1000
      }
    },
    "default": {
      "size": 100,
      "unit": "%"
    },
    "required": true,
    "selectors": {
      "{{SELECTOR}}": "background-size: {{SIZE}}{{UNIT}} auto"
    },
    "condition": {
      "background_background": [
        "classic"
      ],
      "background_size": [
        "initial"
      ],
      "background_image[url]!": ""
    },
    "name": "background_bg_width",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_video_link": {
    "label": "Video Link",
    "type": "text",
    "placeholder": "https://www.youtube.com/watch?v=XHOmBV4js_E",
    "description": "YouTube/Vimeo link, or link to video file (mp4 is recommended).",
    "label_block": true,
    "default": "",
    "dynamic": {
      "active": true,
      "categories": [
        "TagsModule::POST_META_CATEGORY",
        "TagsModule::URL_CATEGORY"
      ]
    },
    "ai": {
      "active": false
    },
    "condition": {
      "background_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_video_link",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_video_start": {
    "label": "Start Time",
    "type": "number",
    "description": "Specify a start time (in seconds)",
    "placeholder": 10,
    "condition": {
      "background_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_video_start",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_video_end": {
    "label": "End Time",
    "type": "number",
    "description": "Specify an end time (in seconds)",
    "placeholder": 70,
    "condition": {
      "background_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_video_end",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_play_once": {
    "label": "Play Once",
    "type": "switcher",
    "condition": {
      "background_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_play_once",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_play_on_mobile": {
    "label": "Play On Mobile",
    "type": "switcher",
    "condition": {
      "background_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_play_on_mobile",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_privacy_mode": {
    "label": "Privacy Mode",
    "type": "switcher",
    "condition": {
      "background_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_privacy_mode",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_video_fallback": {
    "label": "Background Fallback",
    "description": "This cover image will replace the background video in case that the video could not be loaded.",
    "type": "media",
    "dynamic": {
      "active": true
    },
    "condition": {
      "background_background": [
        "video"
      ]
    },
    "selectors": {
      "{{SELECTOR}}": "background: url(\"{{URL}}\") 50% 50%; background-size: cover;"
    },
    "of_type": "video",
    "name": "background_video_fallback",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_gallery": {
    "label": "Images",
    "type": "gallery",
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "show_label": false,
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_slideshow_gallery",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_loop": {
    "label": "Infinite Loop",
    "type": "switcher",
    "default": "yes",
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_slideshow_loop",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_slide_duration": {
    "label": "Duration (ms)",
    "type": "number",
    "default": 5000,
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_slideshow_slide_duration",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_slide_transition": {
    "label": "Transition",
    "type": "select",
    "default": "fade",
    "options": {
      "fade": "Fade",
      "slide_right": "Slide Right",
      "slide_left": "Slide Left",
      "slide_up": "Slide Up",
      "slide_down": "Slide Down"
    },
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_slideshow_slide_transition",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_transition_duration": {
    "label": "Transition Duration (ms)",
    "type": "number",
    "default": 500,
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_slideshow_transition_duration",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_background_size": {
    "label": "Background Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "name": "background_slideshow_background_size",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_background_position": {
    "label": "Background Position",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "name": "background_slideshow_background_position",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_lazyload": {
    "label": "Lazyload",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_slideshow_lazyload",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_ken_burns": {
    "label": "Ken Burns Effect",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_slideshow_ken_burns",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "background_slideshow_ken_burns_zoom_direction": {
    "label": "Direction",
    "type": "select",
    "default": "in",
    "options": {
      "in": "In",
      "out": "Out"
    },
    "condition": {
      "background_background": [
        "slideshow"
      ],
      "background_slideshow_ken_burns!": ""
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_slideshow_ken_burns_zoom_direction",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal",
    "popover": {
      "end": true
    }
  },
  "handle_slideshow_asset_loading": {
    "name": "handle_slideshow_asset_loading",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "type": "hidden",
    "assets": {
      "styles": [
        {
          "name": "e-swiper",
          "conditions": {
            "terms": [
              {
                "name": "background_background",
                "operator": "===",
                "value": "slideshow"
              }
            ]
          }
        }
      ],
      "scripts": [
        {
          "name": "swiper",
          "conditions": {
            "terms": [
              {
                "name": "background_background",
                "operator": "===",
                "value": "slideshow"
              }
            ]
          }
        }
      ]
    },
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_normal"
  },
  "tab_background_hover": {
    "name": "tab_background_hover",
    "type": "tab",
    "label": "Hover",
    "tabs_wrapper": "tabs_background",
    "section": "section_background",
    "tab": "style"
  },
  "background_hover_popover_toggle": {
    "name": "background_hover_popover_toggle",
    "type": "popover_toggle",
    "label": "Background",
    "return_value": "custom",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_background": {
    "label": "Background Type",
    "type": "choose",
    "render_type": "ui",
    "options": {
      "classic": {
        "title": "Classic",
        "icon": "eicon-paint-brush"
      },
      "gradient": {
        "title": "Gradient",
        "icon": "eicon-barcode"
      },
      "video": {
        "title": "Video",
        "icon": "eicon-video-camera"
      },
      "slideshow": {
        "title": "Slideshow",
        "icon": "eicon-slideshow"
      }
    },
    "name": "background_hover_background",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover",
    "popover": {
      "start": true
    },
    "toggle": true
  },
  "background_hover_gradient_notice": {
    "type": "alert",
    "alert_type": "warning",
    "content": "Set locations and angle for each breakpoint to ensure the gradient adapts to different screen sizes.",
    "render_type": "ui",
    "condition": {
      "background_hover_background": [
        "gradient"
      ]
    },
    "name": "background_hover_gradient_notice",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_color": {
    "label": "Color",
    "type": "color",
    "default": "",
    "control_type": "content",
    "title": "Background Color",
    "selectors": {
      "{{SELECTOR}}": "background-color: {{VALUE}};"
    },
    "condition": {
      "background_hover_background": [
        "classic",
        "gradient",
        "video"
      ]
    },
    "name": "background_hover_color",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_color_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 0
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_hover_color_stop",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_color_b": {
    "label": "Second Color",
    "type": "color",
    "default": "#f2295b",
    "render_type": "ui",
    "control_type": "content",
    "condition": {
      "background_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_hover_color_b",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_color_b_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 100
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_hover_color_b_stop",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_gradient_type": {
    "label": "Type",
    "type": "select",
    "options": {
      "linear": "Linear",
      "radial": "Radial"
    },
    "default": "linear",
    "render_type": "ui",
    "condition": {
      "background_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_hover_gradient_type",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_gradient_angle": {
    "label": "Angle",
    "type": "slider",
    "size_units": [
      "deg",
      "grad",
      "rad",
      "turn",
      "custom"
    ],
    "default": {
      "unit": "deg",
      "size": 180
    },
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: linear-gradient({{SIZE}}{{UNIT}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_hover_background": [
        "gradient"
      ],
      "background_hover_gradient_type": "linear"
    },
    "of_type": "gradient",
    "name": "background_hover_gradient_angle",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_gradient_position": {
    "label": "Position",
    "type": "select",
    "options": {
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "default": "center center",
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: radial-gradient(at {{VALUE}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_hover_background": [
        "gradient"
      ],
      "background_hover_gradient_type": "radial"
    },
    "of_type": "gradient",
    "name": "background_hover_gradient_position",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_image": {
    "label": "Image",
    "type": "media",
    "ai": {
      "category": "background"
    },
    "dynamic": {
      "active": true
    },
    "responsive": true,
    "title": "Background Image",
    "selectors": {
      "{{SELECTOR}}": "background-image: url(\"{{URL}}\");"
    },
    "has_sizes": true,
    "render_type": "template",
    "condition": {
      "background_hover_background": [
        "classic"
      ]
    },
    "name": "background_hover_image",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_position": {
    "label": "Position",
    "type": "select",
    "default": "",
    "separator": "before",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_image[url]!": ""
    },
    "name": "background_hover_position",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_xpos": {
    "label": "X Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vw": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{SIZE}}{{UNIT}} {{ypos.SIZE}}{{ypos.UNIT}}"
    },
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_position": [
        "initial"
      ],
      "background_hover_image[url]!": ""
    },
    "required": true,
    "name": "background_hover_xpos",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_ypos": {
    "label": "Y Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vh",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vh": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{xpos.SIZE}}{{xpos.UNIT}} {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_position": [
        "initial"
      ],
      "background_hover_image[url]!": ""
    },
    "required": true,
    "name": "background_hover_ypos",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_attachment": {
    "label": "Attachment",
    "type": "select",
    "default": "",
    "options": {
      "": "Default",
      "scroll": "Scroll",
      "fixed": "Fixed"
    },
    "selectors": {
      "(desktop+){{SELECTOR}}": "background-attachment: {{VALUE}};"
    },
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_image[url]!": ""
    },
    "name": "background_hover_attachment",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_attachment_alert": {
    "type": "raw_html",
    "content_classes": "elementor-control-field-description",
    "raw": "Note: Attachment Fixed works only on desktop.",
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_image[url]!": "",
      "background_hover_attachment": "fixed"
    },
    "name": "background_hover_attachment_alert",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_repeat": {
    "label": "Repeat",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "no-repeat": "No-repeat",
      "repeat": "Repeat",
      "repeat-x": "Repeat-x",
      "repeat-y": "Repeat-y"
    },
    "selectors": {
      "{{SELECTOR}}": "background-repeat: {{VALUE}};"
    },
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_image[url]!": ""
    },
    "name": "background_hover_repeat",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_size": {
    "label": "Display Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_image[url]!": ""
    },
    "name": "background_hover_size",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_bg_width": {
    "label": "Width",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "range": {
      "px": {
        "max": 1000
      }
    },
    "default": {
      "size": 100,
      "unit": "%"
    },
    "required": true,
    "selectors": {
      "{{SELECTOR}}": "background-size: {{SIZE}}{{UNIT}} auto"
    },
    "condition": {
      "background_hover_background": [
        "classic"
      ],
      "background_hover_size": [
        "initial"
      ],
      "background_hover_image[url]!": ""
    },
    "name": "background_hover_bg_width",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_video_link": {
    "label": "Video Link",
    "type": "text",
    "placeholder": "https://www.youtube.com/watch?v=XHOmBV4js_E",
    "description": "YouTube/Vimeo link, or link to video file (mp4 is recommended).",
    "label_block": true,
    "default": "",
    "dynamic": {
      "active": true,
      "categories": [
        "TagsModule::POST_META_CATEGORY",
        "TagsModule::URL_CATEGORY"
      ]
    },
    "ai": {
      "active": false
    },
    "condition": {
      "background_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_hover_video_link",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_video_start": {
    "label": "Start Time",
    "type": "number",
    "description": "Specify a start time (in seconds)",
    "placeholder": 10,
    "condition": {
      "background_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_hover_video_start",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_video_end": {
    "label": "End Time",
    "type": "number",
    "description": "Specify an end time (in seconds)",
    "placeholder": 70,
    "condition": {
      "background_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_hover_video_end",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_play_once": {
    "label": "Play Once",
    "type": "switcher",
    "condition": {
      "background_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_hover_play_once",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_play_on_mobile": {
    "label": "Play On Mobile",
    "type": "switcher",
    "condition": {
      "background_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_hover_play_on_mobile",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_privacy_mode": {
    "label": "Privacy Mode",
    "type": "switcher",
    "condition": {
      "background_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_hover_privacy_mode",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_video_fallback": {
    "label": "Background Fallback",
    "description": "This cover image will replace the background video in case that the video could not be loaded.",
    "type": "media",
    "dynamic": {
      "active": true
    },
    "condition": {
      "background_hover_background": [
        "video"
      ]
    },
    "selectors": {
      "{{SELECTOR}}": "background: url(\"{{URL}}\") 50% 50%; background-size: cover;"
    },
    "of_type": "video",
    "name": "background_hover_video_fallback",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_gallery": {
    "label": "Images",
    "type": "gallery",
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "show_label": false,
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_hover_slideshow_gallery",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_loop": {
    "label": "Infinite Loop",
    "type": "switcher",
    "default": "yes",
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_hover_slideshow_loop",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_slide_duration": {
    "label": "Duration (ms)",
    "type": "number",
    "default": 5000,
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_hover_slideshow_slide_duration",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_slide_transition": {
    "label": "Transition",
    "type": "select",
    "default": "fade",
    "options": {
      "fade": "Fade",
      "slide_right": "Slide Right",
      "slide_left": "Slide Left",
      "slide_up": "Slide Up",
      "slide_down": "Slide Down"
    },
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_hover_slideshow_slide_transition",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_transition_duration": {
    "label": "Transition Duration (ms)",
    "type": "number",
    "default": 500,
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_hover_slideshow_transition_duration",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_background_size": {
    "label": "Background Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "name": "background_hover_slideshow_background_size",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_background_position": {
    "label": "Background Position",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "name": "background_hover_slideshow_background_position",
    "section": "section_background",
    "tab": "style",
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_lazyload": {
    "label": "Lazyload",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_hover_slideshow_lazyload",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_ken_burns": {
    "label": "Ken Burns Effect",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_hover_slideshow_ken_burns",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "background_hover_slideshow_ken_burns_zoom_direction": {
    "label": "Direction",
    "type": "select",
    "default": "in",
    "options": {
      "in": "In",
      "out": "Out"
    },
    "condition": {
      "background_hover_background": [
        "slideshow"
      ],
      "background_hover_slideshow_ken_burns!": ""
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_hover_slideshow_ken_burns_zoom_direction",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover",
    "popover": {
      "end": true
    }
  },
  "background_hover_transition": {
    "name": "background_hover_transition",
    "section": "section_background",
    "tab": "style",
    "responsive": false,
    "label": "Transition Duration (s)",
    "type": "slider",
    "default": {
      "size": 0.3
    },
    "range": {
      "px": {
        "min": 0,
        "max": 3,
        "step": 0.1
      }
    },
    "render_type": "ui",
    "separator": "before",
    "condition": {
      "background_hover_background": [
        "classic",
        "gradient"
      ]
    },
    "selectors": {
      "{{WRAPPER}}": "--background-transition: {{SIZE}}s;"
    },
    "tabs_wrapper": "tabs_background",
    "inner_tab": "tab_background_hover"
  },
  "section_background_overlay": {
    "name": "section_background_overlay",
    "label": "Background Overlay",
    "tab": "style",
    "type": "section"
  },
  "tabs_background_overlay": {
    "name": "tabs_background_overlay",
    "type": "tabs",
    "section": "section_background_overlay",
    "tab": "style"
  },
  "tab_background_overlay": {
    "name": "tab_background_overlay",
    "type": "tab",
    "label": "Normal",
    "tabs_wrapper": "tabs_background_overlay",
    "section": "section_background_overlay",
    "tab": "style"
  },
  "background_overlay_popover_toggle": {
    "name": "background_overlay_popover_toggle",
    "type": "popover_toggle",
    "label": "Background",
    "return_value": "custom",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_background": {
    "label": "Background Type",
    "type": "choose",
    "render_type": "ui",
    "options": {
      "classic": {
        "title": "Classic",
        "icon": "eicon-paint-brush"
      },
      "gradient": {
        "title": "Gradient",
        "icon": "eicon-barcode"
      },
      "video": {
        "title": "Video",
        "icon": "eicon-video-camera"
      },
      "slideshow": {
        "title": "Slideshow",
        "icon": "eicon-slideshow"
      }
    },
    "name": "background_overlay_background",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay",
    "popover": {
      "start": true
    },
    "toggle": true
  },
  "background_overlay_gradient_notice": {
    "type": "alert",
    "alert_type": "warning",
    "content": "Set locations and angle for each breakpoint to ensure the gradient adapts to different screen sizes.",
    "render_type": "ui",
    "condition": {
      "background_overlay_background": [
        "gradient"
      ]
    },
    "name": "background_overlay_gradient_notice",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_color": {
    "label": "Color",
    "type": "color",
    "default": "",
    "control_type": "content",
    "title": "Background Color",
    "selectors": {
      "{{SELECTOR}}": "background-color: {{VALUE}};"
    },
    "condition": {
      "background_overlay_background": [
        "classic",
        "gradient",
        "video"
      ]
    },
    "name": "background_overlay_color",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_color_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 0
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_overlay_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_color_stop",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_color_b": {
    "label": "Second Color",
    "type": "color",
    "default": "#f2295b",
    "render_type": "ui",
    "control_type": "content",
    "condition": {
      "background_overlay_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_color_b",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_color_b_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 100
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_overlay_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_color_b_stop",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_gradient_type": {
    "label": "Type",
    "type": "select",
    "options": {
      "linear": "Linear",
      "radial": "Radial"
    },
    "default": "linear",
    "render_type": "ui",
    "condition": {
      "background_overlay_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_gradient_type",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_gradient_angle": {
    "label": "Angle",
    "type": "slider",
    "size_units": [
      "deg",
      "grad",
      "rad",
      "turn",
      "custom"
    ],
    "default": {
      "unit": "deg",
      "size": 180
    },
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: linear-gradient({{SIZE}}{{UNIT}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_overlay_background": [
        "gradient"
      ],
      "background_overlay_gradient_type": "linear"
    },
    "of_type": "gradient",
    "name": "background_overlay_gradient_angle",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_gradient_position": {
    "label": "Position",
    "type": "select",
    "options": {
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "default": "center center",
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: radial-gradient(at {{VALUE}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_overlay_background": [
        "gradient"
      ],
      "background_overlay_gradient_type": "radial"
    },
    "of_type": "gradient",
    "name": "background_overlay_gradient_position",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_image": {
    "label": "Image",
    "type": "media",
    "ai": {
      "category": "background"
    },
    "dynamic": {
      "active": true
    },
    "responsive": true,
    "title": "Background Image",
    "selectors": {
      "{{SELECTOR}}": "background-image: url(\"{{URL}}\");"
    },
    "has_sizes": true,
    "render_type": "template",
    "condition": {
      "background_overlay_background": [
        "classic"
      ]
    },
    "name": "background_overlay_image",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_position": {
    "label": "Position",
    "type": "select",
    "default": "",
    "separator": "before",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_image[url]!": ""
    },
    "name": "background_overlay_position",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_xpos": {
    "label": "X Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vw": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{SIZE}}{{UNIT}} {{ypos.SIZE}}{{ypos.UNIT}}"
    },
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_position": [
        "initial"
      ],
      "background_overlay_image[url]!": ""
    },
    "required": true,
    "name": "background_overlay_xpos",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_ypos": {
    "label": "Y Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vh",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vh": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{xpos.SIZE}}{{xpos.UNIT}} {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_position": [
        "initial"
      ],
      "background_overlay_image[url]!": ""
    },
    "required": true,
    "name": "background_overlay_ypos",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_attachment": {
    "label": "Attachment",
    "type": "select",
    "default": "",
    "options": {
      "": "Default",
      "scroll": "Scroll",
      "fixed": "Fixed"
    },
    "selectors": {
      "(desktop+){{SELECTOR}}": "background-attachment: {{VALUE}};"
    },
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_image[url]!": ""
    },
    "name": "background_overlay_attachment",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_attachment_alert": {
    "type": "raw_html",
    "content_classes": "elementor-control-field-description",
    "raw": "Note: Attachment Fixed works only on desktop.",
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_image[url]!": "",
      "background_overlay_attachment": "fixed"
    },
    "name": "background_overlay_attachment_alert",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_repeat": {
    "label": "Repeat",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "no-repeat": "No-repeat",
      "repeat": "Repeat",
      "repeat-x": "Repeat-x",
      "repeat-y": "Repeat-y"
    },
    "selectors": {
      "{{SELECTOR}}": "background-repeat: {{VALUE}};"
    },
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_image[url]!": ""
    },
    "name": "background_overlay_repeat",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_size": {
    "label": "Display Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_image[url]!": ""
    },
    "name": "background_overlay_size",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_bg_width": {
    "label": "Width",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "range": {
      "px": {
        "max": 1000
      }
    },
    "default": {
      "size": 100,
      "unit": "%"
    },
    "required": true,
    "selectors": {
      "{{SELECTOR}}": "background-size: {{SIZE}}{{UNIT}} auto"
    },
    "condition": {
      "background_overlay_background": [
        "classic"
      ],
      "background_overlay_size": [
        "initial"
      ],
      "background_overlay_image[url]!": ""
    },
    "name": "background_overlay_bg_width",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_video_link": {
    "label": "Video Link",
    "type": "text",
    "placeholder": "https://www.youtube.com/watch?v=XHOmBV4js_E",
    "description": "YouTube/Vimeo link, or link to video file (mp4 is recommended).",
    "label_block": true,
    "default": "",
    "dynamic": {
      "active": true,
      "categories": [
        "TagsModule::POST_META_CATEGORY",
        "TagsModule::URL_CATEGORY"
      ]
    },
    "ai": {
      "active": false
    },
    "condition": {
      "background_overlay_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_video_link",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_video_start": {
    "label": "Start Time",
    "type": "number",
    "description": "Specify a start time (in seconds)",
    "placeholder": 10,
    "condition": {
      "background_overlay_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_video_start",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_video_end": {
    "label": "End Time",
    "type": "number",
    "description": "Specify an end time (in seconds)",
    "placeholder": 70,
    "condition": {
      "background_overlay_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_video_end",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_play_once": {
    "label": "Play Once",
    "type": "switcher",
    "condition": {
      "background_overlay_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_play_once",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_play_on_mobile": {
    "label": "Play On Mobile",
    "type": "switcher",
    "condition": {
      "background_overlay_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_play_on_mobile",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_privacy_mode": {
    "label": "Privacy Mode",
    "type": "switcher",
    "condition": {
      "background_overlay_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_privacy_mode",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_video_fallback": {
    "label": "Background Fallback",
    "description": "This cover image will replace the background video in case that the video could not be loaded.",
    "type": "media",
    "dynamic": {
      "active": true
    },
    "condition": {
      "background_overlay_background": [
        "video"
      ]
    },
    "selectors": {
      "{{SELECTOR}}": "background: url(\"{{URL}}\") 50% 50%; background-size: cover;"
    },
    "of_type": "video",
    "name": "background_overlay_video_fallback",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_gallery": {
    "label": "Images",
    "type": "gallery",
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "show_label": false,
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_slideshow_gallery",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_loop": {
    "label": "Infinite Loop",
    "type": "switcher",
    "default": "yes",
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_slideshow_loop",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_slide_duration": {
    "label": "Duration (ms)",
    "type": "number",
    "default": 5000,
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_overlay_slideshow_slide_duration",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_slide_transition": {
    "label": "Transition",
    "type": "select",
    "default": "fade",
    "options": {
      "fade": "Fade",
      "slide_right": "Slide Right",
      "slide_left": "Slide Left",
      "slide_up": "Slide Up",
      "slide_down": "Slide Down"
    },
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_slideshow_slide_transition",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_transition_duration": {
    "label": "Transition Duration (ms)",
    "type": "number",
    "default": 500,
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_overlay_slideshow_transition_duration",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_background_size": {
    "label": "Background Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "name": "background_overlay_slideshow_background_size",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_background_position": {
    "label": "Background Position",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "name": "background_overlay_slideshow_background_position",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_lazyload": {
    "label": "Lazyload",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_slideshow_lazyload",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_ken_burns": {
    "label": "Ken Burns Effect",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_slideshow_ken_burns",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "background_overlay_slideshow_ken_burns_zoom_direction": {
    "label": "Direction",
    "type": "select",
    "default": "in",
    "options": {
      "in": "In",
      "out": "Out"
    },
    "condition": {
      "background_overlay_background": [
        "slideshow"
      ],
      "background_overlay_slideshow_ken_burns!": ""
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_slideshow_ken_burns_zoom_direction",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay",
    "popover": {
      "end": true
    }
  },
  "background_overlay_opacity": {
    "name": "background_overlay_opacity",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": true,
    "label": "Opacity",
    "type": "slider",
    "default": {
      "size": ""
    },
    "range": {
      "px": {
        "max": 1,
        "step": 0.01
      }
    },
    "selectors": {
      "{{WRAPPER}}": "--overlay-opacity: {{SIZE}};"
    },
    "condition": {
      "background_overlay_background": [
        "classic",
        "gradient"
      ]
    },
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "css_filters_popover_toggle": {
    "name": "css_filters_popover_toggle",
    "type": "popover_toggle",
    "label": "Css Filter",
    "return_value": "custom",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "css_filters",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "css_filters_blur": {
    "label": "Blur",
    "type": "slider",
    "required": "true",
    "range": {
      "px": {
        "min": 0,
        "max": 10,
        "step": 0.1
      }
    },
    "default": {
      "size": 0
    },
    "selectors": {
      "{{SELECTOR}}": "filter: brightness( {{brightness.SIZE}}% ) contrast( {{contrast.SIZE}}% ) saturate( {{saturate.SIZE}}% ) blur( {{blur.SIZE}}px ) hue-rotate( {{hue.SIZE}}deg )"
    },
    "name": "css_filters_blur",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay",
    "popover": {
      "start": true
    }
  },
  "css_filters_brightness": {
    "label": "Brightness",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 100
    },
    "range": {
      "px": {
        "min": 0,
        "max": 200
      }
    },
    "name": "css_filters_brightness",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "css_filters_contrast": {
    "label": "Contrast",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 100
    },
    "range": {
      "px": {
        "min": 0,
        "max": 200
      }
    },
    "name": "css_filters_contrast",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "css_filters_saturate": {
    "label": "Saturation",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 100
    },
    "range": {
      "px": {
        "min": 0,
        "max": 200
      }
    },
    "name": "css_filters_saturate",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "css_filters_hue": {
    "label": "Hue",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": 0,
        "max": 360
      }
    },
    "name": "css_filters_hue",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay",
    "popover": {
      "end": true
    }
  },
  "overlay_blend_mode": {
    "name": "overlay_blend_mode",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "label": "Blend Mode",
    "type": "select",
    "options": {
      "": "Normal",
      "multiply": "Multiply",
      "screen": "Screen",
      "overlay": "Overlay",
      "darken": "Darken",
      "lighten": "Lighten",
      "color-dodge": "Color Dodge",
      "saturation": "Saturation",
      "color": "Color",
      "luminosity": "Luminosity"
    },
    "selectors": {
      "{{WRAPPER}}": "--overlay-mix-blend-mode: {{VALUE}}"
    },
    "conditions": {
      "relation": "or",
      "terms": [
        {
          "name": "background_overlay_image[url]",
          "operator": "!==",
          "value": ""
        },
        {
          "name": "background_overlay_color",
          "operator": "!==",
          "value": ""
        }
      ]
    },
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay"
  },
  "tab_background_overlay_hover": {
    "name": "tab_background_overlay_hover",
    "type": "tab",
    "label": "Hover",
    "tabs_wrapper": "tabs_background_overlay",
    "section": "section_background_overlay",
    "tab": "style"
  },
  "background_overlay_hover_popover_toggle": {
    "name": "background_overlay_hover_popover_toggle",
    "type": "popover_toggle",
    "label": "Background",
    "return_value": "custom",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_background": {
    "label": "Background Type",
    "type": "choose",
    "render_type": "ui",
    "options": {
      "classic": {
        "title": "Classic",
        "icon": "eicon-paint-brush"
      },
      "gradient": {
        "title": "Gradient",
        "icon": "eicon-barcode"
      },
      "video": {
        "title": "Video",
        "icon": "eicon-video-camera"
      },
      "slideshow": {
        "title": "Slideshow",
        "icon": "eicon-slideshow"
      }
    },
    "name": "background_overlay_hover_background",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover",
    "popover": {
      "start": true
    },
    "toggle": true
  },
  "background_overlay_hover_gradient_notice": {
    "type": "alert",
    "alert_type": "warning",
    "content": "Set locations and angle for each breakpoint to ensure the gradient adapts to different screen sizes.",
    "render_type": "ui",
    "condition": {
      "background_overlay_hover_background": [
        "gradient"
      ]
    },
    "name": "background_overlay_hover_gradient_notice",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_color": {
    "label": "Color",
    "type": "color",
    "default": "",
    "control_type": "content",
    "title": "Background Color",
    "selectors": {
      "{{SELECTOR}}": "background-color: {{VALUE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic",
        "gradient",
        "video"
      ]
    },
    "name": "background_overlay_hover_color",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_color_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 0
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_overlay_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_hover_color_stop",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_color_b": {
    "label": "Second Color",
    "type": "color",
    "default": "#f2295b",
    "render_type": "ui",
    "control_type": "content",
    "condition": {
      "background_overlay_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_hover_color_b",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_color_b_stop": {
    "label": "Location",
    "type": "slider",
    "size_units": [
      "%",
      "custom"
    ],
    "default": {
      "unit": "%",
      "size": 100
    },
    "device_args": null,
    "responsive": true,
    "render_type": "ui",
    "condition": {
      "background_overlay_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_hover_color_b_stop",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_gradient_type": {
    "label": "Type",
    "type": "select",
    "options": {
      "linear": "Linear",
      "radial": "Radial"
    },
    "default": "linear",
    "render_type": "ui",
    "condition": {
      "background_overlay_hover_background": [
        "gradient"
      ]
    },
    "of_type": "gradient",
    "name": "background_overlay_hover_gradient_type",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_gradient_angle": {
    "label": "Angle",
    "type": "slider",
    "size_units": [
      "deg",
      "grad",
      "rad",
      "turn",
      "custom"
    ],
    "default": {
      "unit": "deg",
      "size": 180
    },
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: linear-gradient({{SIZE}}{{UNIT}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_overlay_hover_background": [
        "gradient"
      ],
      "background_overlay_hover_gradient_type": "linear"
    },
    "of_type": "gradient",
    "name": "background_overlay_hover_gradient_angle",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_gradient_position": {
    "label": "Position",
    "type": "select",
    "options": {
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "default": "center center",
    "device_args": null,
    "responsive": true,
    "selectors": {
      "{{SELECTOR}}": "background-color: transparent; background-image: radial-gradient(at {{VALUE}}, {{color.VALUE}} {{color_stop.SIZE}}{{color_stop.UNIT}}, {{color_b.VALUE}} {{color_b_stop.SIZE}}{{color_b_stop.UNIT}})"
    },
    "condition": {
      "background_overlay_hover_background": [
        "gradient"
      ],
      "background_overlay_hover_gradient_type": "radial"
    },
    "of_type": "gradient",
    "name": "background_overlay_hover_gradient_position",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_image": {
    "label": "Image",
    "type": "media",
    "ai": {
      "category": "background"
    },
    "dynamic": {
      "active": true
    },
    "responsive": true,
    "title": "Background Image",
    "selectors": {
      "{{SELECTOR}}": "background-image: url(\"{{URL}}\");"
    },
    "has_sizes": true,
    "render_type": "template",
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ]
    },
    "name": "background_overlay_hover_image",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_position": {
    "label": "Position",
    "type": "select",
    "default": "",
    "separator": "before",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_image[url]!": ""
    },
    "name": "background_overlay_hover_position",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_xpos": {
    "label": "X Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vw": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{SIZE}}{{UNIT}} {{ypos.SIZE}}{{ypos.UNIT}}"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_position": [
        "initial"
      ],
      "background_overlay_hover_image[url]!": ""
    },
    "required": true,
    "name": "background_overlay_hover_xpos",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_ypos": {
    "label": "Y Position",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vh",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "tablet_default": {
      "size": 0
    },
    "mobile_default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": -800,
        "max": 800
      },
      "em": {
        "min": -100,
        "max": 100
      },
      "%": {
        "min": -100,
        "max": 100
      },
      "vh": {
        "min": -100,
        "max": 100
      }
    },
    "selectors": {
      "{{SELECTOR}}": "background-position: {{xpos.SIZE}}{{xpos.UNIT}} {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_position": [
        "initial"
      ],
      "background_overlay_hover_image[url]!": ""
    },
    "required": true,
    "name": "background_overlay_hover_ypos",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_attachment": {
    "label": "Attachment",
    "type": "select",
    "default": "",
    "options": {
      "": "Default",
      "scroll": "Scroll",
      "fixed": "Fixed"
    },
    "selectors": {
      "(desktop+){{SELECTOR}}": "background-attachment: {{VALUE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_image[url]!": ""
    },
    "name": "background_overlay_hover_attachment",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_attachment_alert": {
    "type": "raw_html",
    "content_classes": "elementor-control-field-description",
    "raw": "Note: Attachment Fixed works only on desktop.",
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_image[url]!": "",
      "background_overlay_hover_attachment": "fixed"
    },
    "name": "background_overlay_hover_attachment_alert",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_repeat": {
    "label": "Repeat",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "no-repeat": "No-repeat",
      "repeat": "Repeat",
      "repeat-x": "Repeat-x",
      "repeat-y": "Repeat-y"
    },
    "selectors": {
      "{{SELECTOR}}": "background-repeat: {{VALUE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_image[url]!": ""
    },
    "name": "background_overlay_hover_repeat",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_size": {
    "label": "Display Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain",
      "initial": "Custom"
    },
    "selectors": {
      "{{SELECTOR}}": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_image[url]!": ""
    },
    "name": "background_overlay_hover_size",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_bg_width": {
    "label": "Width",
    "type": "slider",
    "responsive": true,
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "range": {
      "px": {
        "max": 1000
      }
    },
    "default": {
      "size": 100,
      "unit": "%"
    },
    "required": true,
    "selectors": {
      "{{SELECTOR}}": "background-size: {{SIZE}}{{UNIT}} auto"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic"
      ],
      "background_overlay_hover_size": [
        "initial"
      ],
      "background_overlay_hover_image[url]!": ""
    },
    "name": "background_overlay_hover_bg_width",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_video_link": {
    "label": "Video Link",
    "type": "text",
    "placeholder": "https://www.youtube.com/watch?v=XHOmBV4js_E",
    "description": "YouTube/Vimeo link, or link to video file (mp4 is recommended).",
    "label_block": true,
    "default": "",
    "dynamic": {
      "active": true,
      "categories": [
        "TagsModule::POST_META_CATEGORY",
        "TagsModule::URL_CATEGORY"
      ]
    },
    "ai": {
      "active": false
    },
    "condition": {
      "background_overlay_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_hover_video_link",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_video_start": {
    "label": "Start Time",
    "type": "number",
    "description": "Specify a start time (in seconds)",
    "placeholder": 10,
    "condition": {
      "background_overlay_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_hover_video_start",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_video_end": {
    "label": "End Time",
    "type": "number",
    "description": "Specify an end time (in seconds)",
    "placeholder": 70,
    "condition": {
      "background_overlay_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_hover_video_end",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_play_once": {
    "label": "Play Once",
    "type": "switcher",
    "condition": {
      "background_overlay_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_hover_play_once",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_play_on_mobile": {
    "label": "Play On Mobile",
    "type": "switcher",
    "condition": {
      "background_overlay_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_hover_play_on_mobile",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_privacy_mode": {
    "label": "Privacy Mode",
    "type": "switcher",
    "condition": {
      "background_overlay_hover_background": [
        "video"
      ]
    },
    "of_type": "video",
    "frontend_available": true,
    "name": "background_overlay_hover_privacy_mode",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_video_fallback": {
    "label": "Background Fallback",
    "description": "This cover image will replace the background video in case that the video could not be loaded.",
    "type": "media",
    "dynamic": {
      "active": true
    },
    "condition": {
      "background_overlay_hover_background": [
        "video"
      ]
    },
    "selectors": {
      "{{SELECTOR}}": "background: url(\"{{URL}}\") 50% 50%; background-size: cover;"
    },
    "of_type": "video",
    "name": "background_overlay_hover_video_fallback",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_gallery": {
    "label": "Images",
    "type": "gallery",
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "show_label": false,
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_gallery",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_loop": {
    "label": "Infinite Loop",
    "type": "switcher",
    "default": "yes",
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_loop",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_slide_duration": {
    "label": "Duration (ms)",
    "type": "number",
    "default": 5000,
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_slide_duration",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_slide_transition": {
    "label": "Transition",
    "type": "select",
    "default": "fade",
    "options": {
      "fade": "Fade",
      "slide_right": "Slide Right",
      "slide_left": "Slide Left",
      "slide_up": "Slide Up",
      "slide_down": "Slide Down"
    },
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_slide_transition",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_transition_duration": {
    "label": "Transition Duration (ms)",
    "type": "number",
    "default": 500,
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_transition_duration",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_background_size": {
    "label": "Background Size",
    "type": "select",
    "responsive": true,
    "default": "",
    "options": {
      "": "Default",
      "auto": "Auto",
      "cover": "Cover",
      "contain": "Contain"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-size: {{VALUE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "name": "background_overlay_hover_slideshow_background_size",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_background_position": {
    "label": "Background Position",
    "type": "select",
    "default": "",
    "responsive": true,
    "options": {
      "": "Default",
      "center center": "Center Center",
      "center left": "Center Left",
      "center right": "Center Right",
      "top center": "Top Center",
      "top left": "Top Left",
      "top right": "Top Right",
      "bottom center": "Bottom Center",
      "bottom left": "Bottom Left",
      "bottom right": "Bottom Right"
    },
    "selectors": {
      "{{WRAPPER}} .elementor-background-slideshow__slide__image": "background-position: {{VALUE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "name": "background_overlay_hover_slideshow_background_position",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_lazyload": {
    "label": "Lazyload",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_lazyload",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_ken_burns": {
    "label": "Ken Burns Effect",
    "type": "switcher",
    "separator": "before",
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ]
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_ken_burns",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_slideshow_ken_burns_zoom_direction": {
    "label": "Direction",
    "type": "select",
    "default": "in",
    "options": {
      "in": "In",
      "out": "Out"
    },
    "condition": {
      "background_overlay_hover_background": [
        "slideshow"
      ],
      "background_overlay_hover_slideshow_ken_burns!": ""
    },
    "of_type": "slideshow",
    "frontend_available": true,
    "name": "background_overlay_hover_slideshow_ken_burns_zoom_direction",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "background_overlay_hover",
    "group_type": "background",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover",
    "popover": {
      "end": true
    }
  },
  "background_overlay_hover_opacity": {
    "name": "background_overlay_hover_opacity",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": true,
    "label": "Opacity",
    "type": "slider",
    "default": {
      "size": ""
    },
    "range": {
      "px": {
        "max": 1,
        "step": 0.01
      }
    },
    "selectors": {
      "{{WRAPPER}}:hover": "--overlay-opacity: {{SIZE}};"
    },
    "condition": {
      "background_overlay_hover_background": [
        "classic",
        "gradient"
      ]
    },
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "background_overlay_hover_transition": {
    "name": "background_overlay_hover_transition",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "label": "Transition Duration (s)",
    "type": "slider",
    "range": {
      "px": {
        "min": 0,
        "max": 3,
        "step": 0.1
      }
    },
    "render_type": "ui",
    "separator": "before",
    "condition": {
      "background_overlay_hover_background": [
        "classic",
        "gradient"
      ]
    },
    "selectors": {
      "{{WRAPPER}}, {{WRAPPER}}::before": "--overlay-transition: {{SIZE}}s;"
    },
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "css_filters_hover_popover_toggle": {
    "name": "css_filters_hover_popover_toggle",
    "type": "popover_toggle",
    "label": "Css Filter",
    "return_value": "custom",
    "section": "section_background_overlay",
    "tab": "style",
    "group_prefix": "css_filters_hover",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "css_filters_hover_blur": {
    "label": "Blur",
    "type": "slider",
    "required": "true",
    "range": {
      "px": {
        "min": 0,
        "max": 10,
        "step": 0.1
      }
    },
    "default": {
      "size": 0
    },
    "selectors": {
      "{{SELECTOR}}": "filter: brightness( {{brightness.SIZE}}% ) contrast( {{contrast.SIZE}}% ) saturate( {{saturate.SIZE}}% ) blur( {{blur.SIZE}}px ) hue-rotate( {{hue.SIZE}}deg )"
    },
    "name": "css_filters_hover_blur",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters_hover",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover",
    "popover": {
      "start": true
    }
  },
  "css_filters_hover_brightness": {
    "label": "Brightness",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 100
    },
    "range": {
      "px": {
        "min": 0,
        "max": 200
      }
    },
    "name": "css_filters_hover_brightness",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters_hover",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "css_filters_hover_contrast": {
    "label": "Contrast",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 100
    },
    "range": {
      "px": {
        "min": 0,
        "max": 200
      }
    },
    "name": "css_filters_hover_contrast",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters_hover",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "css_filters_hover_saturate": {
    "label": "Saturation",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 100
    },
    "range": {
      "px": {
        "min": 0,
        "max": 200
      }
    },
    "name": "css_filters_hover_saturate",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters_hover",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover"
  },
  "css_filters_hover_hue": {
    "label": "Hue",
    "type": "slider",
    "render_type": "ui",
    "required": "true",
    "default": {
      "size": 0
    },
    "range": {
      "px": {
        "min": 0,
        "max": 360
      }
    },
    "name": "css_filters_hover_hue",
    "section": "section_background_overlay",
    "tab": "style",
    "responsive": false,
    "group_prefix": "css_filters_hover",
    "group_type": "css-filter",
    "tabs_wrapper": "tabs_background_overlay",
    "inner_tab": "tab_background_overlay_hover",
    "popover": {
      "end": true
    }
  },
  "section_border": {
    "name": "section_border",
    "label": "Border",
    "tab": "style",
    "type": "section"
  },
  "tabs_border": {
    "name": "tabs_border",
    "type": "tabs",
    "section": "section_border",
    "tab": "style"
  },
  "tab_border": {
    "name": "tab_border",
    "type": "tab",
    "label": "Normal",
    "tabs_wrapper": "tabs_border",
    "section": "section_border",
    "tab": "style"
  },
  "border_popover_toggle": {
    "name": "border_popover_toggle",
    "type": "popover_toggle",
    "label": "Border",
    "return_value": "custom",
    "section": "section_border",
    "tab": "style",
    "group_prefix": "border",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border"
  },
  "border_border": {
    "label": "Border Type",
    "type": "select",
    "options": {
      "": "Default",
      "none": "None",
      "solid": "Solid",
      "double": "Double",
      "dotted": "Dotted",
      "dashed": "Dashed",
      "groove": "Groove"
    },
    "selectors": {
      "{{SELECTOR}}": "border-style: {{VALUE}};"
    },
    "name": "border_border",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "border",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border",
    "popover": {
      "start": true
    }
  },
  "border_width": {
    "label": "Border Width",
    "type": "dimensions",
    "size_units": [
      "px",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "selectors": {
      "{{SELECTOR}}": "border-width: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};"
    },
    "condition": {
      "border_border!": [
        "",
        "none"
      ]
    },
    "responsive": true,
    "name": "border_width",
    "section": "section_border",
    "tab": "style",
    "group_prefix": "border",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border"
  },
  "border_color": {
    "label": "Border Color",
    "type": "color",
    "default": "",
    "selectors": {
      "{{SELECTOR}}": "border-color: {{VALUE}};"
    },
    "condition": {
      "border_border!": [
        "",
        "none"
      ]
    },
    "name": "border_color",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "border",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border",
    "popover": {
      "end": true
    }
  },
  "border_radius": {
    "name": "border_radius",
    "section": "section_border",
    "tab": "style",
    "responsive": true,
    "label": "Border Radius",
    "type": "dimensions",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "custom"
    ],
    "selectors": {
      "{{WRAPPER}}": "--border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};"
    },
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border"
  },
  "box_shadow_popover_toggle": {
    "name": "box_shadow_popover_toggle",
    "type": "popover_toggle",
    "label": "Box Shadow",
    "return_value": "custom",
    "section": "section_border",
    "tab": "style",
    "group_prefix": "box_shadow",
    "group_type": "box-shadow",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border"
  },
  "box_shadow_box_shadow": {
    "label": "Box Shadow",
    "type": "box_shadow",
    "selectors": {
      "{{SELECTOR}}": "box-shadow: {{HORIZONTAL}}px {{VERTICAL}}px {{BLUR}}px {{SPREAD}}px {{COLOR}} {{box_shadow_position.VALUE}};"
    },
    "name": "box_shadow_box_shadow",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "box_shadow",
    "group_type": "box-shadow",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border",
    "popover": {
      "start": true
    }
  },
  "box_shadow_box_shadow_position": {
    "label": "Position",
    "type": "select",
    "options": {
      " ": "Outline",
      "inset": "Inset"
    },
    "default": " ",
    "render_type": "ui",
    "name": "box_shadow_box_shadow_position",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "box_shadow",
    "group_type": "box-shadow",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border",
    "popover": {
      "end": true
    }
  },
  "tab_border_hover": {
    "name": "tab_border_hover",
    "type": "tab",
    "label": "Hover",
    "tabs_wrapper": "tabs_border",
    "section": "section_border",
    "tab": "style"
  },
  "border_hover_popover_toggle": {
    "name": "border_hover_popover_toggle",
    "type": "popover_toggle",
    "label": "Border",
    "return_value": "custom",
    "section": "section_border",
    "tab": "style",
    "group_prefix": "border_hover",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover"
  },
  "border_hover_border": {
    "label": "Border Type",
    "type": "select",
    "options": {
      "": "Default",
      "none": "None",
      "solid": "Solid",
      "double": "Double",
      "dotted": "Dotted",
      "dashed": "Dashed",
      "groove": "Groove"
    },
    "selectors": {
      "{{SELECTOR}}": "border-style: {{VALUE}};"
    },
    "name": "border_hover_border",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "border_hover",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover",
    "popover": {
      "start": true
    }
  },
  "border_hover_width": {
    "label": "Border Width",
    "type": "dimensions",
    "size_units": [
      "px",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "selectors": {
      "{{SELECTOR}}": "border-width: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};"
    },
    "condition": {
      "border_hover_border!": [
        "",
        "none"
      ]
    },
    "responsive": true,
    "name": "border_hover_width",
    "section": "section_border",
    "tab": "style",
    "group_prefix": "border_hover",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover"
  },
  "border_hover_color": {
    "label": "Border Color",
    "type": "color",
    "default": "",
    "selectors": {
      "{{SELECTOR}}": "border-color: {{VALUE}};"
    },
    "condition": {
      "border_hover_border!": [
        "",
        "none"
      ]
    },
    "name": "border_hover_color",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "border_hover",
    "group_type": "border",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover",
    "popover": {
      "end": true
    }
  },
  "border_radius_hover": {
    "name": "border_radius_hover",
    "section": "section_border",
    "tab": "style",
    "responsive": true,
    "label": "Border Radius",
    "type": "dimensions",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "custom"
    ],
    "selectors": {
      "{{WRAPPER}}:hover": "--border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; --border-top-left-radius: {{TOP}}{{UNIT}}; --border-top-right-radius: {{RIGHT}}{{UNIT}}; --border-bottom-right-radius: {{BOTTOM}}{{UNIT}}; --border-bottom-left-radius: {{LEFT}}{{UNIT}};"
    },
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover"
  },
  "box_shadow_hover_popover_toggle": {
    "name": "box_shadow_hover_popover_toggle",
    "type": "popover_toggle",
    "label": "Box Shadow",
    "return_value": "custom",
    "section": "section_border",
    "tab": "style",
    "group_prefix": "box_shadow_hover",
    "group_type": "box-shadow",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover"
  },
  "box_shadow_hover_box_shadow": {
    "label": "Box Shadow",
    "type": "box_shadow",
    "selectors": {
      "{{SELECTOR}}": "box-shadow: {{HORIZONTAL}}px {{VERTICAL}}px {{BLUR}}px {{SPREAD}}px {{COLOR}} {{box_shadow_position.VALUE}};"
    },
    "name": "box_shadow_hover_box_shadow",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "box_shadow_hover",
    "group_type": "box-shadow",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover",
    "popover": {
      "start": true
    }
  },
  "box_shadow_hover_box_shadow_position": {
    "label": "Position",
    "type": "select",
    "options": {
      " ": "Outline",
      "inset": "Inset"
    },
    "default": " ",
    "render_type": "ui",
    "name": "box_shadow_hover_box_shadow_position",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "group_prefix": "box_shadow_hover",
    "group_type": "box-shadow",
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover",
    "popover": {
      "end": true
    }
  },
  "border_hover_transition": {
    "name": "border_hover_transition",
    "section": "section_border",
    "tab": "style",
    "responsive": false,
    "label": "Transition Duration (s)",
    "type": "slider",
    "separator": "before",
    "default": {
      "size": 0.3
    },
    "range": {
      "px": {
        "min": 0,
        "max": 3,
        "step": 0.1
      }
    },
    "conditions": {
      "relation": "or",
      "terms": [
        {
          "name": "border_hover_border",
          "operator": "!==",
          "value": ""
        },
        {
          "name": "border_radius_hover[top]",
          "operator": "!==",
          "value": ""
        },
        {
          "name": "border_radius_hover[right]",
          "operator": "!==",
          "value": ""
        },
        {
          "name": "border_radius_hover[bottom]",
          "operator": "!==",
          "value": ""
        },
        {
          "name": "border_radius_hover[left]",
          "operator": "!==",
          "value": ""
        }
      ]
    },
    "selectors": {
      "{{WRAPPER}}, {{WRAPPER}}::before": "--border-transition: {{SIZE}}s;"
    },
    "tabs_wrapper": "tabs_border",
    "inner_tab": "tab_border_hover"
  },
  "section_shape_divider": {
    "name": "section_shape_divider",
    "label": "Shape Divider",
    "tab": "style",
    "type": "section"
  },
  "tabs_shape_dividers": {
    "name": "tabs_shape_dividers",
    "type": "tabs",
    "section": "section_shape_divider",
    "tab": "style"
  },
  "tab_$base_control_key": {
    "name": "tab_$base_control_key",
    "type": "tab",
    "tabs_wrapper": "tabs_shape_dividers",
    "section": "section_shape_divider",
    "tab": "style"
  },
  "null": {
    "name": null,
    "section": "section_shape_divider",
    "tab": "style",
    "responsive": false,
    "label": "Bring to Front",
    "type": "switcher",
    "selectors": {
      "{{WRAPPER}} > .elementor-shape-$side, {{WRAPPER}} > .e-con-inner > .elementor-shape-$side": "z-index: 2; pointer-events: none"
    },
    "condition": {
      "shape_divider_$side!": ""
    },
    "tabs_wrapper": "tabs_shape_dividers",
    "inner_tab": "tab_$base_control_key"
  },
  "section_layout": {
    "name": "section_layout",
    "label": "Layout",
    "tab": "advanced",
    "type": "section"
  },
  "margin": {
    "name": "margin",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Margin",
    "type": "dimensions",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "selectors": {
      "{{WRAPPER}}": "--margin-top: {{TOP}}{{UNIT}}; --margin-bottom: {{BOTTOM}}{{UNIT}}; --margin-left: {{LEFT}}{{UNIT}}; --margin-right: {{RIGHT}}{{UNIT}};"
    }
  },
  "padding": {
    "name": "padding",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Padding",
    "type": "dimensions",
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "selectors": {
      "{{WRAPPER}}": "--padding-top: {{TOP}}{{UNIT}}; --padding-bottom: {{BOTTOM}}{{UNIT}}; --padding-left: {{LEFT}}{{UNIT}}; --padding-right: {{RIGHT}}{{UNIT}};"
    }
  },
  "heading_grid_item": {
    "name": "heading_grid_item",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": false,
    "type": "heading",
    "label": "Grid Item",
    "separator": "before"
  },
  "grid_column": {
    "name": "grid_column",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Column Span",
    "type": "select",
    "options": {
      "1": "1",
      "2": "2",
      "3": "3",
      "4": "4",
      "5": "5",
      "6": "6",
      "7": "7",
      "8": "8",
      "9": "9",
      "10": "10",
      "11": "11",
      "12": "12",
      "": " Default",
      "custom": "Custom"
    },
    "selectors": {
      "{{WRAPPER}}": "grid-column: span {{VALUE}};"
    }
  },
  "grid_column_custom": {
    "name": "grid_column_custom",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Custom",
    "type": "text",
    "ai": {
      "active": false
    },
    "selectors": {
      "{{WRAPPER}}": "grid-column: {{VALUE}}"
    },
    "condition": {
      "grid_column": "custom"
    }
  },
  "grid_row": {
    "name": "grid_row",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Row Span",
    "type": "select",
    "options": {
      "1": "1",
      "2": "2",
      "3": "3",
      "4": "4",
      "5": "5",
      "6": "6",
      "7": "7",
      "8": "8",
      "9": "9",
      "10": "10",
      "11": "11",
      "12": "12",
      "": " Default",
      "custom": "Custom"
    },
    "selectors": {
      "{{WRAPPER}}": "grid-row: span {{VALUE}};"
    }
  },
  "grid_row_custom": {
    "name": "grid_row_custom",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Custom",
    "type": "text",
    "separator": "after",
    "ai": {
      "active": false
    },
    "selectors": {
      "{{WRAPPER}}": "grid-row: {{VALUE}}"
    },
    "condition": {
      "grid_row": "custom"
    }
  },
  "_flex_popover_toggle": {
    "name": "_flex_popover_toggle",
    "type": "popover_toggle",
    "label": "Flex Item",
    "return_value": "custom",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item"
  },
  "_flex_basis_type": {
    "label": "Flex Basis",
    "type": "select",
    "options": {
      "": "Default",
      "custom": "Custom"
    },
    "responsive": true,
    "name": "_flex_basis_type",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item",
    "popover": {
      "start": true
    }
  },
  "_flex_basis": {
    "label": "Custom Width",
    "type": "slider",
    "range": {
      "px": {
        "max": 1000
      }
    },
    "default": {
      "unit": "%"
    },
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "custom"
    ],
    "selectors": {
      "{{SELECTOR}}": "--flex-basis: {{SIZE}}{{UNIT}};"
    },
    "condition": {
      "_flex_basis_type": "custom"
    },
    "responsive": true,
    "name": "_flex_basis",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item"
  },
  "_flex_align_self": {
    "label": "Align Self",
    "type": "choose",
    "options": {
      "flex-start": {
        "title": "Start",
        "icon": "eicon-flex eicon-align-start-v"
      },
      "center": {
        "title": "Center",
        "icon": "eicon-flex eicon-align-center-v"
      },
      "flex-end": {
        "title": "End",
        "icon": "eicon-flex eicon-align-end-v"
      },
      "stretch": {
        "title": "Stretch",
        "icon": "eicon-flex eicon-align-stretch-v"
      }
    },
    "default": "",
    "selectors": {
      "{{SELECTOR}}": "--align-self: {{VALUE}};"
    },
    "responsive": true,
    "description": "This control will affect contained elements only.",
    "name": "_flex_align_self",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item",
    "toggle": true
  },
  "_flex_order": {
    "label": "Order",
    "type": "choose",
    "default": "",
    "options": {
      "start": {
        "title": "Start",
        "icon": "eicon-flex eicon-order-start"
      },
      "end": {
        "title": "End",
        "icon": "eicon-flex eicon-order-end"
      },
      "custom": {
        "title": "Custom",
        "icon": "eicon-ellipsis-v"
      }
    },
    "selectors_dictionary": {
      "start": "-99999 /* order start hack */",
      "end": "99999 /* order end hack */",
      "custom": ""
    },
    "selectors": {
      "{{SELECTOR}}": "--order: {{VALUE}};"
    },
    "responsive": true,
    "description": "This control will affect contained elements only.",
    "name": "_flex_order",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item",
    "toggle": true
  },
  "_flex_order_custom": {
    "label": "Custom Order",
    "type": "number",
    "selectors": {
      "{{SELECTOR}}": "--order: {{VALUE}};"
    },
    "responsive": true,
    "condition": {
      "_flex_order": "custom"
    },
    "name": "_flex_order_custom",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item"
  },
  "_flex_size": {
    "label": "Size",
    "type": "choose",
    "default": "",
    "options": {
      "none": {
        "title": "None",
        "icon": "eicon-ban"
      },
      "grow": {
        "title": "Grow",
        "icon": "eicon-grow"
      },
      "shrink": {
        "title": "Shrink",
        "icon": "eicon-shrink"
      },
      "custom": {
        "title": "Custom",
        "icon": "eicon-ellipsis-v"
      }
    },
    "selectors_dictionary": {
      "grow": "--flex-grow: 1; --flex-shrink: 0;",
      "shrink": "--flex-grow: 0; --flex-shrink: 1;",
      "custom": "",
      "none": "--flex-grow: 0; --flex-shrink: 0;"
    },
    "selectors": {
      "{{SELECTOR}}": "{{VALUE}};"
    },
    "responsive": true,
    "name": "_flex_size",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item",
    "toggle": true
  },
  "_flex_grow": {
    "label": "Flex Grow",
    "type": "number",
    "selectors": {
      "{{SELECTOR}}": "--flex-grow: {{VALUE}};"
    },
    "default": 1,
    "placeholder": 1,
    "responsive": true,
    "condition": {
      "_flex_size": "custom"
    },
    "name": "_flex_grow",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item"
  },
  "_flex_shrink": {
    "label": "Flex Shrink",
    "type": "number",
    "selectors": {
      "{{SELECTOR}}": "--flex-shrink: {{VALUE}};"
    },
    "default": 1,
    "placeholder": 1,
    "responsive": true,
    "condition": {
      "_flex_size": "custom"
    },
    "name": "_flex_shrink",
    "section": "section_layout",
    "tab": "advanced",
    "group_prefix": "_flex",
    "group_type": "flex-item",
    "popover": {
      "end": true
    }
  },
  "position_description": {
    "name": "position_description",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": false,
    "type": "alert",
    "alert_type": "warning",
    "heading": "Please note!",
    "content": "Custom positioning is not considered best practice for responsive web design and should not be used too frequently.",
    "render_type": "ui",
    "condition": {
      "position!": ""
    }
  },
  "position": {
    "name": "position",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": false,
    "label": "Position",
    "type": "select",
    "default": "",
    "options": {
      "": "Default",
      "absolute": "Absolute",
      "fixed": "Fixed"
    },
    "selectors": {
      "{{WRAPPER}}": "--position: {{VALUE}};"
    },
    "frontend_available": true,
    "separator": "before"
  },
  "_offset_orientation_h": {
    "name": "_offset_orientation_h",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": false,
    "label": "Horizontal Orientation",
    "type": "choose",
    "toggle": false,
    "default": "start",
    "options": {
      "start": {
        "title": null,
        "icon": "eicon-h-align-left"
      },
      "end": {
        "title": null,
        "icon": "eicon-h-align-right"
      }
    },
    "classes": "elementor-control-start-end",
    "render_type": "ui",
    "condition": {
      "position!": ""
    }
  },
  "_offset_x": {
    "name": "_offset_x",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Offset",
    "type": "slider",
    "range": {
      "px": {
        "min": -1000,
        "max": 1000
      },
      "%": {
        "min": -200,
        "max": 200
      },
      "vw": {
        "min": -200,
        "max": 200
      },
      "vh": {
        "min": -200,
        "max": 200
      }
    },
    "default": {
      "size": 0
    },
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "vh",
      "custom"
    ],
    "selectors": {
      "body:not(.rtl) {{WRAPPER}}": "left: {{SIZE}}{{UNIT}}",
      "body.rtl {{WRAPPER}}": "right: {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "_offset_orientation_h!": "end",
      "position!": ""
    }
  },
  "_offset_x_end": {
    "name": "_offset_x_end",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Offset",
    "type": "slider",
    "range": {
      "px": {
        "min": -1000,
        "max": 1000
      },
      "%": {
        "min": -200,
        "max": 200
      },
      "vw": {
        "min": -200,
        "max": 200
      },
      "vh": {
        "min": -200,
        "max": 200
      }
    },
    "default": {
      "size": 0
    },
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vw",
      "vh",
      "custom"
    ],
    "selectors": {
      "body:not(.rtl) {{WRAPPER}}": "right: {{SIZE}}{{UNIT}}",
      "body.rtl {{WRAPPER}}": "left: {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "_offset_orientation_h": "end",
      "position!": ""
    }
  },
  "_offset_orientation_v": {
    "name": "_offset_orientation_v",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": false,
    "label": "Vertical Orientation",
    "type": "choose",
    "toggle": false,
    "default": "start",
    "options": {
      "start": {
        "title": "Top",
        "icon": "eicon-v-align-top"
      },
      "end": {
        "title": "Bottom",
        "icon": "eicon-v-align-bottom"
      }
    },
    "render_type": "ui",
    "condition": {
      "position!": ""
    }
  },
  "_offset_y": {
    "name": "_offset_y",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Offset",
    "type": "slider",
    "range": {
      "px": {
        "min": -1000,
        "max": 1000
      },
      "%": {
        "min": -200,
        "max": 200
      },
      "vh": {
        "min": -200,
        "max": 200
      },
      "vw": {
        "min": -200,
        "max": 200
      }
    },
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vh",
      "vw",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "selectors": {
      "{{WRAPPER}}": "top: {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "_offset_orientation_v!": "end",
      "position!": ""
    }
  },
  "_offset_y_end": {
    "name": "_offset_y_end",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Offset",
    "type": "slider",
    "range": {
      "px": {
        "min": -1000,
        "max": 1000
      },
      "%": {
        "min": -200,
        "max": 200
      },
      "vh": {
        "min": -200,
        "max": 200
      },
      "vw": {
        "min": -200,
        "max": 200
      }
    },
    "size_units": [
      "px",
      "%",
      "em",
      "rem",
      "vh",
      "vw",
      "custom"
    ],
    "default": {
      "size": 0
    },
    "selectors": {
      "{{WRAPPER}}": "bottom: {{SIZE}}{{UNIT}}"
    },
    "condition": {
      "_offset_orientation_v": "end",
      "position!": ""
    }
  },
  "z_index": {
    "name": "z_index",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": true,
    "label": "Z-Index",
    "type": "number",
    "min": 0,
    "selectors": {
      "{{WRAPPER}}": "--z-index: {{VALUE}};"
    }
  },
  "_element_id": {
    "name": "_element_id",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": false,
    "label": "CSS ID",
    "type": "text",
    "default": "",
    "ai": {
      "active": false
    },
    "dynamic": {
      "active": true
    },
    "title": "Add your custom id WITHOUT the Pound key. e.g: my-id",
    "style_transfer": false,
    "classes": "elementor-control-direction-ltr"
  },
  "css_classes": {
    "name": "css_classes",
    "section": "section_layout",
    "tab": "advanced",
    "responsive": false,
    "label": "CSS Classes",
    "type": "text",
    "default": "",
    "ai": {
      "active": false
    },
    "dynamic": {
      "active": true
    },
    "prefix_class": "",
    "title": "Add your custom class WITHOUT the dot. e.g: my-class",
    "classes": "elementor-control-direction-ltr"
  },
  "section_effects": {
    "name": "section_effects",
    "label": "Motion Effects",
    "tab": "advanced",
    "type": "section"
  },
  "animation": {
    "name": "animation",
    "section": "section_effects",
    "tab": "advanced",
    "responsive": true,
    "label": "Entrance Animation",
    "type": "animation",
    "frontend_available": true
  },
  "animation_duration": {
    "name": "animation_duration",
    "section": "section_effects",
    "tab": "advanced",
    "responsive": false,
    "label": "Animation Duration",
    "type": "select",
    "default": "",
    "options": {
      "slow": "Slow",
      "": "Normal",
      "fast": "Fast"
    },
    "prefix_class": "animated-",
    "condition": {
      "animation!": ""
    }
  },
  "animation_delay": {
    "name": "animation_delay",
    "section": "section_effects",
    "tab": "advanced",
    "responsive": false,
    "label": "Animation Delay (ms)",
    "type": "number",
    "default": "",
    "min": 0,
    "step": 100,
    "condition": {
      "animation!": ""
    },
    "render_type": "none",
    "frontend_available": true
  },
  "_section_responsive": {
    "name": "_section_responsive",
    "label": "Responsive",
    "tab": "advanced",
    "type": "section"
  },
  "heading_visibility": {
    "name": "heading_visibility",
    "section": "_section_responsive",
    "tab": "advanced",
    "responsive": false,
    "label": "Visibility",
    "type": "heading"
  },
  "responsive_description": {
    "name": "responsive_description",
    "section": "_section_responsive",
    "tab": "advanced",
    "responsive": false,
    "raw": "Responsive visibility will take effect only on %1$s preview mode %2$s or live page, and not while editing in Elementor.",
    "type": "raw_html",
    "content_classes": "elementor-descriptor"
  }
}