{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bpsc/mission-and-vision-section",
  "version": "1.0.0",
  "title": "Mission And Vision section",
  "category": "bPlugins",
  "description": "A clean and responsive Mission & Vision section plugin that lets you showcase your organization’s purpose and goals with a modern, professional design.",
  "keywords": [
    "Mission And Vision section"
  ],
  "textdomain": "section-collection",
  "attributes": {
    "cardsData": {
      "type": "array",
      "default": [
        {
          "icon": "🎯",
          "title": "Our Mission",
          "description": "Our mission is to deliver high-quality, scalable, and user-focused solutions that empower businesses to grow, innovate, and succeed in the digital world.",
          "isClickAble": true,
          "url": "#"
        },
        {
          "icon": "🚀",
          "title": "Our Vision",
          "description": "Our vision is to become a trusted global digital partner by shaping future-ready solutions that inspire progress and long-term value.",
          "isClickAble": true,
          "url": "#"
        }
      ]
    },
    "layout": {
      "type": "object",
      "default": {
        "section": {
          "margin": {
            "desktop": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "tablet": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "mobile": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            }
          },
          "padding": {
            "desktop": {
              "top": "100px",
              "right": "20px",
              "bottom": "100px",
              "left": "20px"
            },
            "tablet": {
              "top": "30px",
              "right": "10px",
              "bottom": "30px",
              "left": "10px"
            },
            "mobile": {
              "top": "10px",
              "right": "6px",
              "bottom": "10px",
              "left": "6px"
            }
          },
          "minHeight": {
            "desktop": "70vh",
            "tablet": "70vh",
            "mobile": "70vh"
          },
          "gap": "30px"
        },
        "cards": {
          "minHeight": {
            "desktop": "350px",
            "tablet": "350px",
            "mobile": "350px"
          },
          "width": {
            "desktop": "480px",
            "tablet": "480px",
            "mobile": "480px"
          },
          "borderRadius": {
            "top": "8px",
            "right": "8px",
            "bottom": "8px",
            "left": "8px"
          }
        }
      }
    },
    "styles": {
      "type": "object",
      "default": {
        "section": {
          "bg": {
            "type": "gradient",
            "overlayColor": "rgba(0, 0, 0, 0)",
            "position": "center center",
            "image": {
              "url": ""
            },
            "color": "#00000000",
            "gradient": "linear-gradient(180deg, #ffffff, #f8fafc)",
            "repeat": "no-repeat",
            "size": "cover"
          },
          "title": {
            "color": "#000",
            "typo": {
              "fontCategory": "sans-serif",
              "fontFamily": "Default",
              "fontSize": {
                "desktop": 48,
                "tablet": 42,
                "mobile": 26
              },
              "fontVariant": 400,
              "fontWeight": 700,
              "isUploadFont": true,
              "lineHeight": 0,
              "textDecoration": "",
              "textTransform": "none"
            }
          },
          "description": {
            "color": "#0000008F",
            "typo": {
              "fontCategory": "sans-serif",
              "fontFamily": "Default",
              "fontSize": {
                "desktop": 16,
                "tablet": 16,
                "mobile": 14
              },
              "fontVariant": 400,
              "fontWeight": 400,
              "isUploadFont": true,
              "lineHeight": 0,
              "textDecoration": "",
              "textTransform": "none"
            }
          }
        },
        "card": {
          "bg": {
            "type": "solid",
            "overlayColor": "rgba(0, 0, 0, 0)",
            "position": "center center",
            "image": {
              "url": ""
            },
            "color": "#fff",
            "gradient": "linear-gradient(135deg, #4a90e2, #2c5282)",
            "repeat": "no-repeat",
            "size": "cover"
          },
          "title": {
            "color": "#000",
            "typo": {
              "fontCategory": "sans-serif",
              "fontFamily": "Default",
              "fontSize": {
                "desktop": 22,
                "tablet": 22,
                "mobile": 22
              },
              "fontVariant": 400,
              "fontWeight": 700,
              "isUploadFont": true,
              "lineHeight": 0,
              "textDecoration": "",
              "textTransform": "none"
            }
          },
          "description": {
            "color": "#000000B8",
            "typo": {
              "fontCategory": "sans-serif",
              "fontFamily": "Default",
              "fontSize": {
                "desktop": 16,
                "tablet": 16,
                "mobile": 14
              },
              "fontVariant": 400,
              "fontWeight": 400,
              "isUploadFont": true,
              "lineHeight": 0,
              "textDecoration": "",
              "textTransform": "none"
            }
          }
        }
      }
    },
    "sectionHeader": {
      "type": "object",
      "default": {
        "status": true,
        "title": "Mission & Vision",
        "description": " We are driven by clarity, commitment, and innovation to build meaningful digital experiences that create real impact."
      }
    },
    "options": {
      "type": "object",
      "default": {
        "isNewTab": false
      }
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "align": {
      "type": "string",
      "default": "full"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": "file:../index.js",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}