{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "alpha-blocks/heading",
  "version": "1.2.3",
  "title": "Alpha Heading",
  "category": "alpha-blocks",
  "icon": "editor-insertmore",
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "compiledCss": {
      "type": "string"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": "h1,h2,h3,h4,h5,h6",
      "default": "Discover the Power of Modern Web Design",
      "inspectorController": {
        "targetTab": "style",
        "targetAccordionTab": "Typography",
        "inspectorComponent": "InspectorTextControl",
        "inspectorLabel": "Heading Content"
      }
    },
    "initialOpen": {
      "type": "array",
      "default": [
        "general"
      ]
    },
    "level": {
      "type": "number",
      "default": 2
    },
    "placeholder": {
      "type": "string"
    },
    "containerBorder": {
      "type": "object",
      "default": {
        "width": 0,
        "style": "solid",
        "color": "#000000"
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "General",
        "inspectorComponent": "InspectorBorderBox",
        "inspectorLabel": "Border"
      }
    },
    "containerBorderRadius": {
      "type": "object",
      "default": {
        "topLeft": 0,
        "topRight": 0,
        "bottomRight": 0,
        "bottomLeft": 0
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "General",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Border Radius"
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "top": 0,
        "right": 0,
        "bottom": 0,
        "left": 0
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "General",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Margin"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": 20,
          "right": 0,
          "bottom": 20,
          "left": 0,
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "General",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Padding"
      }
    },
    "minHeight": {
      "type": "object",
      "default": {
        "desktop": {
          "val": 0,
          "unit": "px"
        },
        "tablet": {
          "val": 0,
          "unit": "px"
        },
        "mobile": {
          "val": 0,
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "General",
        "inspectorComponent": "InspectorResponsiveRangeControl",
        "inspectorLabel": "Minimum Height",
        "max": 1000
      }
    },
    "alignment": {
      "type": "string",
      "default": "center",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Alignment",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Alignment",
        "options": [
          {
            "value": "left",
            "iconName": "editor-alignleft",
            "label": "left"
          },
          {
            "value": "center",
            "iconName": "editor-aligncenter",
            "label": "center"
          },
          {
            "value": "right",
            "iconName": "editor-alignright",
            "label": "right"
          }
        ],
        "iconButton": true
      }
    },
    "verticalAlignment": {
      "type": "string",
      "default": "flex-start",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Alignment",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Vertical Alignment",
        "options": [
          {
            "label": "Start",
            "value": "flex-start",
            "icon": "AlphaJustifyStart"
          },
          {
            "label": "Center",
            "value": "center",
            "icon": "AlphaJustifyCenter"
          },
          {
            "label": "End",
            "value": "flex-end",
            "icon": "AlphaJustifyEnd"
          }
        ],
        "iconButton": true
      }
    },
    "typography": {
      "type": "object",
      "default": {
        "fontFamily": "Poppins",
        "fontSize": {
          "desktop": {
            "val": 22,
            "unit": "px"
          }
        },
        "fontWeight": "700",
        "fontStyle": false,
        "fontTransform": false,
        "fontDecoration": "default",
        "fontLineHeight": {
          "desktop": {
            "unit": "px",
            "val": 30
          }
        },
        "fontLetterSpacing": {
          "desktop": {
            "unit": "px",
            "val": 0
          }
        }
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Typography",
        "inspectorComponent": "InspectorTypographyControlTab",
        "inspectorLabel": "Typography"
      }
    },
    "enableBackground": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Background",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Enable Background"
      }
    },
    "backgroundType": {
      "type": "string",
      "default": "color-gradient",
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Background",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Background Type",
        "options": [
          {
            "value": "color-gradient",
            "iconName": "admin-customizer",
            "label": "Color Gradient"
          },
          {
            "value": "image",
            "iconName": "format-image",
            "label": "Image"
          }
        ],
        "iconButton": true,
        "dependsOn": "enableBackground",
        "dependsValue": true
      }
    },
    "backgroundColor": {
      "type": "object",
      "default": {
        "type": "color",
        "color": "#ffffff"
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Background",
        "inspectorComponent": "InspectorColorSelect",
        "inspectorLabel": "Background Color",
        "dependsOn": "backgroundType",
        "dependsValue": "color-gradient"
      }
    },
    "backgroundImage": {
      "type": "object",
      "default": {},
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Background",
        "inspectorComponent": "InspectorImageSelector",
        "inspectorLabel": "Background Image",
        "dependsOn": "backgroundType",
        "dependsValue": "image"
      }
    },
    "enableTopLine": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Top Line",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Enable Top Line"
      }
    },
    "topLineColor": {
      "type": "object",
      "default": {
        "type": "color",
        "color": "#ffffff"
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Top Line",
        "inspectorComponent": "InspectorColorSelect",
        "inspectorLabel": "Line Color",
        "dependsOn": "enableTopLine",
        "dependsValue": true
      }
    },
    "topLineWidth": {
      "type": "object",
      "default": {
        "desktop": {
          "val": 100,
          "unit": "px"
        },
        "tablet": {
          "val": 100,
          "unit": "px"
        },
        "mobile": {
          "val": 100,
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Top Line",
        "inspectorComponent": "InspectorResponsiveRangeControl",
        "inspectorLabel": "Line Width",
        "min": 0,
        "max": 100,
        "unit": "px",
        "dependsOn": "enableTopLine",
        "dependsValue": true
      }
    },
    "topLineHeight": {
      "type": "object",
      "default": {
        "desktop": {
          "val": 2,
          "unit": "px"
        },
        "tablet": {
          "val": 2,
          "unit": "px"
        },
        "mobile": {
          "val": 2,
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Top Line",
        "inspectorComponent": "InspectorResponsiveRangeControl",
        "inspectorLabel": "Line Height",
        "min": 0,
        "max": 100,
        "unit": "px",
        "dependsOn": "enableTopLine",
        "dependsValue": true
      }
    },
    "topLineMargin": {
      "type": "object",
      "default": {
        "top": 0,
        "right": 0,
        "bottom": 0,
        "left": 0
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Top Line",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Line Margin",
        "dependsOn": "enableTopLine",
        "dependsValue": true
      }
    },
    "topLineAlignment": {
      "type": "string",
      "default": "center",
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Top Line",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Line Alignment",
        "options": [
          {
            "value": "left",
            "iconName": "editor-alignleft",
            "label": "Left"
          },
          {
            "value": "center",
            "iconName": "editor-aligncenter",
            "label": "Center"
          },
          {
            "value": "right",
            "iconName": "editor-alignright",
            "label": "Right"
          }
        ],
        "iconButton": true,
        "dependsOn": "enableTopLine",
        "dependsValue": true
      }
    },
    "enableBottomLine": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Bottom Line",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Enable Bottom Line"
      }
    },
    "bottomLineColor": {
      "type": "object",
      "default": {
        "type": "color",
        "color": "#ffffff"
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Bottom Line",
        "inspectorComponent": "InspectorColorSelect",
        "inspectorLabel": "Line Color",
        "dependsOn": "enableBottomLine",
        "dependsValue": true
      }
    },
    "bottomLineWidth": {
      "type": "object",
      "default": {
        "desktop": {
          "val": 100,
          "unit": "px"
        },
        "tablet": {
          "val": 100,
          "unit": "px"
        },
        "mobile": {
          "val": 100,
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Bottom Line",
        "inspectorComponent": "InspectorResponsiveRangeControl",
        "inspectorLabel": "Line Width",
        "min": 0,
        "max": 100,
        "unit": "px",
        "dependsOn": "enableBottomLine",
        "dependsValue": true
      }
    },
    "bottomLineHeight": {
      "type": "object",
      "default": {
        "desktop": {
          "val": 2,
          "unit": "px"
        },
        "tablet": {
          "val": 2,
          "unit": "px"
        },
        "mobile": {
          "val": 2,
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Bottom Line",
        "inspectorComponent": "InspectorResponsiveRangeControl",
        "inspectorLabel": "Line Height",
        "min": 0,
        "max": 100,
        "unit": "px",
        "dependsOn": "enableBottomLine",
        "dependsValue": true
      }
    },
    "bottomLineMargin": {
      "type": "object",
      "default": {
        "top": 0,
        "right": 0,
        "bottom": 0,
        "left": 0
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Bottom Line",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Line Margin",
        "dependsOn": "enableBottomLine",
        "dependsValue": true
      }
    },
    "bottomLineAlignment": {
      "type": "string",
      "default": "center",
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Bottom Line",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Line Alignment",
        "options": [
          {
            "value": "left",
            "iconName": "editor-alignleft",
            "label": "Left"
          },
          {
            "value": "center",
            "iconName": "editor-aligncenter",
            "label": "Center"
          },
          {
            "value": "right",
            "iconName": "editor-alignright",
            "label": "Right"
          }
        ],
        "iconButton": true,
        "dependsOn": "enableBottomLine",
        "dependsValue": true
      }
    },
    "enableSubHeading": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Sub Heading",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Enable Sub Heading"
      }
    },
    "subHeadingContent": {
      "type": "string",
      "default": "Your Attractive Sub-heading",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Sub Heading",
        "inspectorComponent": "InspectorTextControl",
        "inspectorLabel": "Sub Heading Content",
        "dependsOn": "enableSubHeading",
        "dependsValue": true
      }
    },
    "subHeadingTag": {
      "type": "string",
      "default": "span",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Sub Heading",
        "inspectorComponent": "InspectorSelectRow",
        "inspectorLabel": "Sub Heading Tag",
        "options": [
          {
            "label": "H1",
            "value": "h1"
          },
          {
            "label": "H2",
            "value": "h2"
          },
          {
            "label": "H3",
            "value": "h3"
          },
          {
            "label": "H4",
            "value": "h4"
          },
          {
            "label": "H5",
            "value": "h5"
          },
          {
            "label": "H6",
            "value": "h6"
          },
          {
            "label": "Span",
            "value": "span"
          },
          {
            "label": "P",
            "value": "p"
          },
          {
            "label": "Div",
            "value": "div"
          },
          {
            "label": "Small",
            "value": "small"
          },
          {
            "label": "Strong",
            "value": "strong"
          }
        ],
        "dependsOn": "enableSubHeading",
        "dependsValue": true
      }
    },
    "subHeadingPosition": {
      "type": "string",
      "default": "above",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Sub Heading",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Sub Heading Position",
        "options": [
          {
            "value": "above",
            "iconName": "arrow-up-alt",
            "label": "Above Heading"
          },
          {
            "value": "below",
            "iconName": "arrow-down-alt",
            "label": "Below Heading"
          }
        ],
        "dependsOn": "enableSubHeading",
        "dependsValue": true
      }
    },
    "subHeadingTypography": {
      "type": "object",
      "default": {
        "fontFamily": "default",
        "fontSize": {
          "desktop": {
            "val": 16,
            "unit": "px"
          },
          "tablet": {
            "val": 16,
            "unit": "px"
          },
          "mobile": {
            "val": 16,
            "unit": "px"
          }
        },
        "fontWeight": false,
        "fontStyle": false,
        "fontTransform": false,
        "fontDecoration": "default",
        "fontLineHeight": {
          "desktop": {
            "unit": "px",
            "val": 24
          },
          "tablet": {
            "unit": "px",
            "val": 24
          },
          "mobile": {
            "unit": "px",
            "val": 24
          }
        },
        "fontLetterSpacing": {
          "desktop": {
            "unit": "px",
            "val": 0
          },
          "tablet": {
            "unit": "px",
            "val": 0
          },
          "mobile": {
            "unit": "px",
            "val": 0
          }
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Sub Heading",
        "inspectorComponent": "InspectorTypographyControl",
        "inspectorLabel": "Sub Heading Typography",
        "dependsOn": "enableSubHeading",
        "dependsValue": true
      }
    },
    "subHeadingMargin": {
      "type": "object",
      "default": {
        "top": 0,
        "right": 0,
        "bottom": 0,
        "left": 0
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Sub Heading",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Sub Heading Margin",
        "dependsOn": "enableSubHeading",
        "dependsValue": true
      }
    },
    "subHeadingColor": {
      "type": "object",
      "default": {
        "type": "color",
        "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
        "color": ""
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Sub Heading",
        "inspectorComponent": "InspectorColorSelect",
        "inspectorLabel": "Sub Heading Color / Gradient",
        "enableGradient": true,
        "dependsOn": "enableSubHeading",
        "dependsValue": true
      }
    },
    "textColor": {
      "type": "object",
      "default": {
        "type": "color",
        "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
        "color": "#343434"
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Typography",
        "inspectorComponent": "InspectorColorSelect",
        "inspectorLabel": "Text Color"
      }
    },
    "zIndex": {
      "type": "object",
      "default": {
        "desktop": {
          "val": 1
        },
        "tablet": {
          "val": 1
        },
        "mobile": {
          "val": 1
        }
      },
      "inspectorController": {
        "targetTab": "advance",
        "targetAccordionTab": "Z-Index",
        "inspectorComponent": "InspectorResponsiveRangeControl",
        "inspectorLabel": "Z-Index"
      }
    },
    "enableHover": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "On Hover",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Enable On Hover"
      }
    },
    "hoverTextColor": {
      "type": "object",
      "default": {
        "type": "color",
        "color": ""
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "On Hover",
        "inspectorComponent": "InspectorColorSelect",
        "inspectorLabel": "Hover Text Color",
        "dependsOn": "enableHover",
        "dependsValue": true
      }
    },
    "hoverBackgroundColor": {
      "type": "object",
      "default": {
        "type": "color",
        "color": ""
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "On Hover",
        "inspectorComponent": "InspectorColorSelect",
        "inspectorLabel": "Hover Background Color",
        "dependsOn": "enableHover",
        "dependsValue": true
      }
    },
    "hoverBorder": {
      "type": "object",
      "default": {
        "top": {
          "color": "#000",
          "style": "solid",
          "width": "1px"
        },
        "right": {
          "color": "#000",
          "style": "solid",
          "width": "1px"
        },
        "bottom": {
          "color": "#000",
          "style": "solid",
          "width": "1px"
        },
        "left": {
          "color": "#000",
          "style": "solid",
          "width": "1px"
        }
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "On Hover",
        "inspectorComponent": "InspectorBorderBox",
        "inspectorLabel": "Hover Border",
        "dependsOn": "enableHover",
        "dependsValue": true
      }
    },
    "hoverBorderRadius": {
      "type": "object",
      "default": {
        "topLeft": 0,
        "topRight": 0,
        "bottomRight": 0,
        "bottomLeft": 0
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "On Hover",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Hover Border Radius",
        "dependsOn": "enableHover",
        "dependsValue": true
      }
    },
    "hideOnDesktop": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "advance",
        "targetAccordionTab": "Responsive Condition",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Hide on Desktop"
      }
    },
    "hideOnTablet": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "advance",
        "targetAccordionTab": "Responsive Condition",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Hide on Tablet"
      }
    },
    "hideOnMobile": {
      "type": "boolean",
      "default": false,
      "inspectorController": {
        "targetTab": "advance",
        "targetAccordionTab": "Responsive Condition",
        "inspectorComponent": "InspectorCheckbox",
        "inspectorLabel": "Hide on Mobile"
      }
    }
  },
  "supports": {
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "selectors": {
    "root": ".alpha-blocks",
    "color": {
      "text": ".alpha-blocks p"
    },
    "typography": {
      "root": ".alpha-blocks > h2",
      "text-decoration": ".alpha-blocks > h2 span"
    }
  },
  "textdomain": "my-example-template-block",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "alpha-admin-css"
  ],
  "script": "alpine",
  "style": "alpha-block-tailwind-style",
  "variations": [
    {
      "name": "heading-style-1",
      "title": "Heading Style 1",
      "description": "A standard heading block.",
      "attributes": {
        "content": "Your Attractive Heading In Here ",
        "level": 2,
        "containerBorder": {
          "top": {
            "style": "none",
            "width": "0px"
          },
          "right": {
            "style": "none",
            "width": "0px"
          },
          "bottom": {
            "color": "#c2c2c2",
            "style": "solid",
            "width": "1px"
          },
          "left": {
            "style": "none",
            "width": "0px"
          }
        },
        "containerBorderRadius": {
          "desktop": {
            "borderTop": "0",
            "borderRight": "0",
            "borderBottom": "0",
            "borderLeft": "0",
            "unit": "px"
          }
        },
        "margin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "borderTop": "26",
            "borderRight": "26",
            "borderBottom": "26",
            "borderLeft": "26",
            "unit": "px"
          }
        },
        "padding": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "borderTop": "0",
            "borderRight": "0",
            "borderBottom": "0",
            "borderLeft": "0",
            "unit": "px"
          }
        },
        "minHeight": {
          "desktop": {
            "val": 0,
            "unit": "px"
          },
          "tablet": {
            "val": 0,
            "unit": "px"
          },
          "mobile": {
            "val": 0,
            "unit": "px"
          }
        },
        "alignment": "center",
        "verticalAlignment": "flex-start",
        "typography": {
          "fontFamily": "Ysabeau",
          "fontSize": {
            "desktop": {
              "val": 26,
              "unit": "px"
            }
          },
          "fontWeight": false,
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "Underline",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 64
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "enableBackground": true,
        "backgroundType": "color-gradient",
        "backgroundColor": {
          "type": "gradient",
          "color": "#ffffff",
          "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)"
        },
        "backgroundImage": {
          "id": 43,
          "url": "http://localhost:8888/wp-content/uploads/2025/08/Screenshot-2024-05-06-202220.png",
          "alt": ""
        },
        "enableTopLine": true,
        "topLineColor": {
          "type": "gradient",
          "color": "#ffffff",
          "gradient": "linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)"
        },
        "topLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "%"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "topLineHeight": {
          "desktop": {
            "val": 8,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "topLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px",
            "borderTop": "-12",
            "borderRight": "1",
            "borderBottom": "1",
            "borderLeft": "1"
          }
        },
        "topLineAlignment": "left",
        "enableBottomLine": true,
        "bottomLineColor": {
          "type": "gradient",
          "color": "#ffffff",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"
        },
        "bottomLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "%"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "bottomLineHeight": {
          "desktop": {
            "val": 9,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "bottomLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px",
            "borderTop": "-5",
            "borderRight": "0",
            "borderBottom": "-17",
            "borderLeft": "0"
          }
        },
        "bottomLineAlignment": "center",
        "enableSubHeading": true,
        "subHeadingContent": "Your Attractive Sub-heading The New way of life",
        "subHeadingTag": "p",
        "subHeadingPosition": "above",
        "subHeadingTypography": {
          "fontFamily": "Almendra SC",
          "fontSize": {
            "desktop": {
              "val": 13,
              "unit": "px"
            },
            "tablet": {
              "val": 16,
              "unit": "px"
            },
            "mobile": {
              "val": 16,
              "unit": "px"
            }
          },
          "fontWeight": "400",
          "fontStyle": "normal",
          "fontTransform": "Uppercase",
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 23
            },
            "tablet": {
              "unit": "px",
              "val": 24
            },
            "mobile": {
              "unit": "px",
              "val": 24
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            },
            "tablet": {
              "unit": "px",
              "val": 0
            },
            "mobile": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "subHeadingMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px",
            "borderTop": "0",
            "borderRight": "0",
            "borderBottom": "-13",
            "borderLeft": "0"
          }
        },
        "subHeadingColor": {
          "type": "gradient",
          "gradient": "linear-gradient(135deg,rgb(255,112,153) 0%,rgb(0,0,0) 100%)",
          "color": "#686868"
        },
        "textColor": {
          "type": "gradient",
          "gradient": "linear-gradient(135deg,rgb(243,4,4) 0%,rgb(19,0,0) 100%)",
          "color": ""
        },
        "enableHover": false,
        "hoverTextColor": {
          "type": "color",
          "color": ""
        },
        "hoverBackgroundColor": {
          "type": "color",
          "color": ""
        },
        "hoverBorder": {
          "top": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "right": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "bottom": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "left": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          }
        },
        "hoverBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0
        }
      },
      "isDefault": true,
      "scope": [
        "transform"
      ]
    },
    {
      "name": "heading-style-2",
      "title": "Heading Style 2",
      "description": "Simple Heading without subheading",
      "attributes": {
        "content": "Your Advanced Attractive Heading",
        "level": 2,
        "containerBorder": {
          "width": 0,
          "style": "solid",
          "color": "#000000"
        },
        "containerBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0,
          "desktop": {
            "unit": "px"
          }
        },
        "margin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px"
          }
        },
        "padding": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px"
          }
        },
        "minHeight": {
          "desktop": {
            "val": 0,
            "unit": "px"
          },
          "tablet": {
            "val": 0,
            "unit": "px"
          },
          "mobile": {
            "val": 0,
            "unit": "px"
          }
        },
        "alignment": "center",
        "verticalAlignment": "center",
        "typography": {
          "fontFamily": "DM Sans",
          "fontSize": {
            "desktop": {
              "val": 34,
              "unit": "px"
            }
          },
          "fontWeight": "700",
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 27
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 2
            }
          }
        },
        "enableBackground": false,
        "backgroundType": "color-gradient",
        "backgroundColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "backgroundImage": [],
        "enableTopLine": false,
        "topLineColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "topLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "px"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "topLineHeight": {
          "desktop": {
            "val": 2,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "topLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "topLineAlignment": "center",
        "enableBottomLine": false,
        "bottomLineColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "bottomLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "px"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "bottomLineHeight": {
          "desktop": {
            "val": 2,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "bottomLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "bottomLineAlignment": "center",
        "enableSubHeading": false,
        "subHeadingContent": "Your Attractive Sub-heading",
        "subHeadingTag": "span",
        "subHeadingPosition": "above",
        "subHeadingTypography": {
          "fontFamily": "default",
          "fontSize": {
            "desktop": {
              "val": 16,
              "unit": "px"
            },
            "tablet": {
              "val": 16,
              "unit": "px"
            },
            "mobile": {
              "val": 16,
              "unit": "px"
            }
          },
          "fontWeight": false,
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 24
            },
            "tablet": {
              "unit": "px",
              "val": 24
            },
            "mobile": {
              "unit": "px",
              "val": 24
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            },
            "tablet": {
              "unit": "px",
              "val": 0
            },
            "mobile": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "subHeadingMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "subHeadingColor": {
          "type": "color",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": ""
        },
        "textColor": {
          "type": "color",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": "#382875"
        },
        "enableHover": false,
        "hoverTextColor": {
          "type": "color",
          "color": ""
        },
        "hoverBackgroundColor": {
          "type": "color",
          "color": ""
        },
        "hoverBorder": {
          "top": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "right": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "bottom": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "left": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          }
        },
        "hoverBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0
        }
      },
      "scope": [
        "transform"
      ]
    },
    {
      "name": "heading-style-3",
      "title": "Heading Style 3",
      "description": "Same as Style 2 with simple subtitle.",
      "attributes": {
        "content": "Your Advanced Attractive Heading",
        "level": 2,
        "containerBorder": {
          "width": 0,
          "style": "solid",
          "color": "#000000"
        },
        "containerBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0,
          "desktop": {
            "unit": "px"
          }
        },
        "margin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px",
            "borderTop": "0"
          }
        },
        "padding": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px",
            "borderTop": "12",
            "borderRight": "0",
            "borderBottom": "0",
            "borderLeft": "0"
          }
        },
        "minHeight": {
          "desktop": {
            "val": 0,
            "unit": "px"
          },
          "tablet": {
            "val": 0,
            "unit": "px"
          },
          "mobile": {
            "val": 0,
            "unit": "px"
          }
        },
        "alignment": "left",
        "verticalAlignment": "flex-start",
        "typography": {
          "fontFamily": "DM Sans",
          "fontSize": {
            "desktop": {
              "val": 34,
              "unit": "px"
            }
          },
          "fontWeight": "700",
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 27
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 2
            }
          }
        },
        "enableBackground": false,
        "backgroundType": "color-gradient",
        "backgroundColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "backgroundImage": [],
        "enableTopLine": false,
        "topLineColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "topLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "px"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "topLineHeight": {
          "desktop": {
            "val": 2,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "topLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "topLineAlignment": "center",
        "enableBottomLine": false,
        "bottomLineColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "bottomLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "px"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "bottomLineHeight": {
          "desktop": {
            "val": 2,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "bottomLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "bottomLineAlignment": "center",
        "enableSubHeading": true,
        "subHeadingContent": "<strong>Your Attractive Sub-heading</strong>",
        "subHeadingTag": "span",
        "subHeadingPosition": "above",
        "subHeadingTypography": {
          "fontFamily": "ABeeZee",
          "fontSize": {
            "desktop": {
              "val": 16,
              "unit": "px"
            },
            "tablet": {
              "val": 16,
              "unit": "px"
            },
            "mobile": {
              "val": 16,
              "unit": "px"
            }
          },
          "fontWeight": false,
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 45
            },
            "tablet": {
              "unit": "px",
              "val": 24
            },
            "mobile": {
              "unit": "px",
              "val": 24
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            },
            "tablet": {
              "unit": "px",
              "val": 0
            },
            "mobile": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "subHeadingMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "borderTop": "0",
            "borderRight": "0",
            "borderBottom": "0",
            "borderLeft": "0",
            "unit": "px"
          }
        },
        "subHeadingColor": {
          "type": "color",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": "#f00"
        },
        "textColor": {
          "type": "color",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": "#382875"
        },
        "enableHover": false,
        "hoverTextColor": {
          "type": "color",
          "color": ""
        },
        "hoverBackgroundColor": {
          "type": "color",
          "color": ""
        },
        "hoverBorder": {
          "top": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "right": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "bottom": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "left": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          }
        },
        "hoverBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0
        }
      },
      "scope": [
        "transform"
      ]
    },
    {
      "name": "heading-style-4",
      "title": "Heading Style 4",
      "description": "With Background Gradient.",
      "attributes": {
        "content": "Your Attractive Heading",
        "level": 2,
        "containerBorder": {
          "width": 0,
          "style": "solid",
          "color": "#000000"
        },
        "containerBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0,
          "desktop": {
            "borderTop": "5",
            "borderRight": "5",
            "borderBottom": "5",
            "borderLeft": "5",
            "unit": "px"
          }
        },
        "margin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px"
          }
        },
        "padding": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "unit": "px"
          }
        },
        "minHeight": {
          "desktop": {
            "val": 94,
            "unit": "px"
          },
          "tablet": {
            "val": 0,
            "unit": "px"
          },
          "mobile": {
            "val": 0,
            "unit": "px"
          }
        },
        "alignment": "center",
        "verticalAlignment": "center",
        "typography": {
          "fontFamily": "Alexandria",
          "fontSize": {
            "desktop": {
              "val": 29,
              "unit": "px"
            }
          },
          "fontWeight": false,
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 24
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "enableBackground": true,
        "backgroundType": "color-gradient",
        "backgroundColor": {
          "type": "gradient",
          "color": "#ffffff",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"
        },
        "backgroundImage": [],
        "enableTopLine": false,
        "topLineColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "topLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "px"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "topLineHeight": {
          "desktop": {
            "val": 2,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "topLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "topLineAlignment": "center",
        "enableBottomLine": false,
        "bottomLineColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "bottomLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "px"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "bottomLineHeight": {
          "desktop": {
            "val": 2,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "bottomLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "bottomLineAlignment": "center",
        "enableSubHeading": false,
        "subHeadingContent": "Your Attractive Sub-heading",
        "subHeadingTag": "span",
        "subHeadingPosition": "above",
        "subHeadingTypography": {
          "fontFamily": "default",
          "fontSize": {
            "desktop": {
              "val": 16,
              "unit": "px"
            },
            "tablet": {
              "val": 16,
              "unit": "px"
            },
            "mobile": {
              "val": 16,
              "unit": "px"
            }
          },
          "fontWeight": false,
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 24
            },
            "tablet": {
              "unit": "px",
              "val": 24
            },
            "mobile": {
              "unit": "px",
              "val": 24
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            },
            "tablet": {
              "unit": "px",
              "val": 0
            },
            "mobile": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "subHeadingMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "subHeadingColor": {
          "type": "color",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": ""
        },
        "textColor": {
          "type": "color",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": "#fff"
        },
        "enableHover": false,
        "hoverTextColor": {
          "type": "color",
          "color": ""
        },
        "hoverBackgroundColor": {
          "type": "color",
          "color": ""
        },
        "hoverBorder": {
          "top": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "right": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "bottom": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "left": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          }
        },
        "hoverBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0
        }
      },
      "scope": [
        "transform"
      ]
    },
    {
      "name": "heading-style-5",
      "title": "Heading Style 5",
      "description": "Gradient Text Color",
      "attributes": {
        "content": "Your Attractive Heading",
        "level": 2,
        "containerBorder": {
          "width": 0,
          "style": "solid",
          "color": "#000000"
        },
        "containerBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0
        },
        "margin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "padding": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "minHeight": {
          "desktop": {
            "val": 0,
            "unit": "px"
          },
          "tablet": {
            "val": 0,
            "unit": "px"
          },
          "mobile": {
            "val": 0,
            "unit": "px"
          }
        },
        "alignment": "left",
        "verticalAlignment": "flex-start",
        "typography": {
          "fontFamily": "Baloo Tammudu 2",
          "fontSize": {
            "desktop": {
              "val": 36,
              "unit": "px"
            }
          },
          "fontWeight": "800",
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 47
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "enableBackground": false,
        "backgroundType": "color-gradient",
        "backgroundColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "backgroundImage": [],
        "enableTopLine": false,
        "topLineColor": {
          "type": "color",
          "color": "#ffffff"
        },
        "topLineWidth": {
          "desktop": {
            "val": 100,
            "unit": "px"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "topLineHeight": {
          "desktop": {
            "val": 2,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "topLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "topLineAlignment": "center",
        "enableBottomLine": true,
        "bottomLineColor": {
          "type": "color",
          "color": "#0000ca",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"
        },
        "bottomLineWidth": {
          "desktop": {
            "val": 15,
            "unit": "%"
          },
          "tablet": {
            "val": 100,
            "unit": "px"
          },
          "mobile": {
            "val": 100,
            "unit": "px"
          }
        },
        "bottomLineHeight": {
          "desktop": {
            "val": 4,
            "unit": "px"
          },
          "tablet": {
            "val": 2,
            "unit": "px"
          },
          "mobile": {
            "val": 2,
            "unit": "px"
          }
        },
        "bottomLineMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "desktop": {
            "borderTop": "0",
            "borderRight": "0",
            "borderBottom": "-14",
            "borderLeft": "5",
            "unit": "px"
          }
        },
        "bottomLineAlignment": "left",
        "enableSubHeading": false,
        "subHeadingContent": "Your Attractive Sub-heading",
        "subHeadingTag": "span",
        "subHeadingPosition": "above",
        "subHeadingTypography": {
          "fontFamily": "default",
          "fontSize": {
            "desktop": {
              "val": 16,
              "unit": "px"
            },
            "tablet": {
              "val": 16,
              "unit": "px"
            },
            "mobile": {
              "val": 16,
              "unit": "px"
            }
          },
          "fontWeight": false,
          "fontStyle": false,
          "fontTransform": false,
          "fontDecoration": "default",
          "fontLineHeight": {
            "desktop": {
              "unit": "px",
              "val": 24
            },
            "tablet": {
              "unit": "px",
              "val": 24
            },
            "mobile": {
              "unit": "px",
              "val": 24
            }
          },
          "fontLetterSpacing": {
            "desktop": {
              "unit": "px",
              "val": 0
            },
            "tablet": {
              "unit": "px",
              "val": 0
            },
            "mobile": {
              "unit": "px",
              "val": 0
            }
          }
        },
        "subHeadingMargin": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "subHeadingColor": {
          "type": "color",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": ""
        },
        "textColor": {
          "type": "gradient",
          "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
          "color": "#fff"
        },
        "enableHover": false,
        "hoverTextColor": {
          "type": "color",
          "color": ""
        },
        "hoverBackgroundColor": {
          "type": "color",
          "color": ""
        },
        "hoverBorder": {
          "top": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "right": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "bottom": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          },
          "left": {
            "color": "#000",
            "style": "solid",
            "width": "1px"
          }
        },
        "hoverBorderRadius": {
          "topLeft": 0,
          "topRight": 0,
          "bottomRight": 0,
          "bottomLeft": 0
        }
      },
      "scope": [
        "transform"
      ]
    }
  ]
}