{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bpsc/contact-info-section",
  "version": "1.0.0",
  "title": "Contact Info Section",
  "category": "bPlugins",
  "description": "A contact info section with multiple layouts, contact cards, business hours, map, and social links.",
  "keywords": [
    "contact",
    "contact us",
    "get in touch",
    "address",
    "phone",
    "email",
    "map",
    "section"
  ],
  "textdomain": "section-collection",
  "attributes": {
    "themeStyle": {
      "type": "object",
      "default": {
        "theme": "style-1"
      }
    },
    "content": {
      "type": "object",
      "default": {
        "badgeText": "Get in touch",
        "title": "We'd love to hear from you",
        "subtitle": "Reach out through any channel below. We typically respond within 24 hours.",
        "contactItems": [
          {
            "id": "phone",
            "icon": "phone",
            "label": "Call us",
            "value": "+1 (555) 000-0000",
            "link": "tel:+15550000000",
            "isLink": true
          },
          {
            "id": "email",
            "icon": "email",
            "label": "Email us",
            "value": "hello@example.com",
            "link": "mailto:hello@example.com",
            "isLink": true
          },
          {
            "id": "address",
            "icon": "location",
            "label": "Visit us",
            "value": "123 Main Street, New York, NY 10001",
            "link": "",
            "isLink": false
          },
          {
            "id": "hours",
            "icon": "clock",
            "label": "Business hours",
            "value": "Mon – Fri, 9 AM – 6 PM EST",
            "link": "",
            "isLink": false
          }
        ],
        "mapEmbedUrl": "",
        "mapTitle": "Our location",
        "socialLinks": [
          {
            "platform": "twitter",
            "url": ""
          },
          {
            "platform": "linkedin",
            "url": ""
          },
          {
            "platform": "instagram",
            "url": ""
          },
          {
            "platform": "facebook",
            "url": ""
          }
        ]
      }
    },
    "elements": {
      "type": "object",
      "default": {
        "isBadge": true,
        "isTitle": true,
        "isSubtitle": true,
        "isMap": true,
        "isSocialLinks": true
      }
    },
    "layout": {
      "type": "object",
      "default": {
        "contentAlign": "left",
        "columns": 2,
        "mapPosition": "right",
        "maxWidth": "1200px"
      }
    },
    "cardStyle": {
      "type": "object",
      "default": {
        "backgroundColor": "#ffffff",
        "hoverBackgroundColor": "#f5f3ff",
        "borderColor": "#e5e7eb",
        "borderWidth": "1px",
        "borderRadius": {
          "top": "12px",
          "right": "12px",
          "bottom": "12px",
          "left": "12px"
        },
        "iconColor": "#6366f1",
        "iconBackgroundColor": "#ede9fe",
        "padding": {
          "desktop": {
            "top": "24px",
            "right": "24px",
            "bottom": "24px",
            "left": "24px"
          },
          "tablet": {
            "top": "20px",
            "right": "20px",
            "bottom": "20px",
            "left": "20px"
          },
          "mobile": {
            "top": "16px",
            "right": "16px",
            "bottom": "16px",
            "left": "16px"
          }
        }
      }
    },
    "mapStyle": {
      "type": "object",
      "default": {
        "height": "400px",
        "borderRadius": {
          "top": "12px",
          "right": "12px",
          "bottom": "12px",
          "left": "12px"
        }
      }
    },
    "socialStyle": {
      "type": "object",
      "default": {
        "iconSize": "20px",
        "iconColor": "#6366f1",
        "iconBackgroundColor": "#ede9fe",
        "iconHoverColor": "#ffffff",
        "iconHoverBackgroundColor": "#6366f1",
        "borderRadius": {
          "top": "50%",
          "right": "50%",
          "bottom": "50%",
          "left": "50%"
        }
      }
    },
    "titleStyle": {
      "type": "object",
      "default": {
        "color": "#111827",
        "typo": {
          "fontCategory": "sans-serif",
          "fontFamily": "Default",
          "fontWeight": 700,
          "isUploadFont": true,
          "fontSize": {
            "desktop": 36,
            "tablet": 32,
            "mobile": 28
          },
          "lineHeight": "1.2"
        }
      }
    },
    "subtitleStyle": {
      "type": "object",
      "default": {
        "color": "#6b7280",
        "typo": {
          "fontCategory": "sans-serif",
          "fontFamily": "Default",
          "fontWeight": 400,
          "isUploadFont": true,
          "fontSize": {
            "desktop": 17,
            "tablet": 16,
            "mobile": 15
          },
          "lineHeight": "1.6"
        }
      }
    },
    "badgeStyle": {
      "type": "object",
      "default": {
        "backgroundColor": "#ede9fe",
        "textColor": "#6366f1",
        "borderRadius": {
          "top": "20px",
          "right": "20px",
          "bottom": "20px",
          "left": "20px"
        },
        "typo": {
          "fontCategory": "sans-serif",
          "fontFamily": "Default",
          "fontWeight": 600,
          "isUploadFont": true,
          "fontSize": {
            "desktop": 13,
            "tablet": 13,
            "mobile": 13
          }
        }
      }
    },
    "labelStyle": {
      "type": "object",
      "default": {
        "color": "#374151",
        "typo": {
          "fontCategory": "sans-serif",
          "fontFamily": "Default",
          "fontWeight": 600,
          "isUploadFont": true,
          "fontSize": {
            "desktop": 14,
            "tablet": 14,
            "mobile": 13
          }
        }
      }
    },
    "valueStyle": {
      "type": "object",
      "default": {
        "color": "#111827",
        "typo": {
          "fontCategory": "sans-serif",
          "fontFamily": "Default",
          "fontWeight": 400,
          "isUploadFont": true,
          "fontSize": {
            "desktop": 16,
            "tablet": 16,
            "mobile": 15
          }
        }
      }
    },
    "wrapper": {
      "type": "object",
      "default": {
        "bg": {
          "type": "solid",
          "color": "#f9fafb",
          "gradient": "linear-gradient(135deg, #f0f4ff 0%, #faf5ff 100%)",
          "overlayColor": "rgba(0,0,0,0)",
          "image": {
            "url": ""
          },
          "position": "center center",
          "repeat": "no-repeat",
          "size": "cover"
        },
        "padding": {
          "desktop": {
            "top": "80px",
            "right": "24px",
            "bottom": "80px",
            "left": "24px"
          },
          "tablet": {
            "top": "60px",
            "right": "20px",
            "bottom": "60px",
            "left": "20px"
          },
          "mobile": {
            "top": "48px",
            "right": "16px",
            "bottom": "48px",
            "left": "16px"
          }
        }
      }
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "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"
}