{
  "rows": [
    {
      "id": "row_1",
      "columns": [
        {
          "id": "col_1",
          "width": 3,
          "elements": [
            {
              "id": "el_1",
              "type": "text",
              "settings": {
                "content": "Company",
                "tag": "h4",
                "align": "left",
                "class": "footer-heading"
              }
            },
            {
              "id": "el_2",
              "type": "links",
              "settings": {
                "items": [
                  { "text": "About Us", "url": "/about" },
                  { "text": "Team", "url": "/team" },
                  { "text": "Careers", "url": "/careers" },
                  { "text": "Press", "url": "/press" }
                ],
                "layout": "vertical",
                "class": "footer-links"
              }
            }
          ],
          "styles": {}
        },
        {
          "id": "col_2",
          "width": 3,
          "elements": [
            {
              "id": "el_3",
              "type": "text",
              "settings": {
                "content": "Products",
                "tag": "h4",
                "align": "left",
                "class": "footer-heading"
              }
            },
            {
              "id": "el_4",
              "type": "links",
              "settings": {
                "items": [
                  { "text": "Courses", "url": "/courses" },
                  { "text": "Live Classes", "url": "/live" },
                  { "text": "Certifications", "url": "/certs" },
                  { "text": "Pricing", "url": "/pricing" }
                ],
                "layout": "vertical",
                "class": "footer-links"
              }
            }
          ],
          "styles": {}
        },
        {
          "id": "col_3",
          "width": 3,
          "elements": [
            {
              "id": "el_5",
              "type": "text",
              "settings": {
                "content": "Resources",
                "tag": "h4",
                "align": "left",
                "class": "footer-heading"
              }
            },
            {
              "id": "el_6",
              "type": "links",
              "settings": {
                "items": [
                  { "text": "Blog", "url": "/blog" },
                  { "text": "Tutorials", "url": "/tutorials" },
                  { "text": "Documentation", "url": "/docs" },
                  { "text": "FAQ", "url": "/faq" }
                ],
                "layout": "vertical",
                "class": "footer-links"
              }
            }
          ],
          "styles": {}
        },
        {
          "id": "col_4",
          "width": 3,
          "elements": [
            {
              "id": "el_7",
              "type": "text",
              "settings": {
                "content": "Contact",
                "tag": "h4",
                "align": "left",
                "class": "footer-heading"
              }
            },
            {
              "id": "el_8",
              "type": "text",
              "settings": {
                "content": "Email: contact@example.com<br>Phone: +84 123 456 789<br>Address: 123 Street, City",
                "tag": "p",
                "align": "left",
                "class": "footer-contact"
              }
            },
            {
              "id": "el_9",
              "type": "social",
              "settings": {
                "networks": [
                  { "name": "facebook", "url": "https://facebook.com/yourpage" },
                  { "name": "twitter", "url": "https://twitter.com/yourpage" },
                  { "name": "linkedin", "url": "https://linkedin.com/company/yourpage" },
                  { "name": "youtube", "url": "https://youtube.com/c/yourpage" }
                ],
                "style": "default",
                "class": "footer-social"
              }
            }
          ],
          "styles": {}
        }
      ],
      "styles": {}
    },
    {
      "id": "row_2",
      "columns": [
        {
          "id": "col_5",
          "width": 12,
          "elements": [
            {
              "id": "el_10",
              "type": "divider",
              "settings": {
                "height": "2px",
                "style": "solid",
                "color": "#4b5563",
                "class": "footer-divider"
              }
            },
            {
              "id": "el_11",
              "type": "spacer",
              "settings": {
                "height": "20px"
              }
            },
            {
              "id": "el_12",
              "type": "text",
              "settings": {
                "content": "© 2025 Your Company. All rights reserved. | <a href='/privacy' style='color:#9ca3af;'>Privacy Policy</a> | <a href='/terms' style='color:#9ca3af;'>Terms of Service</a>",
                "tag": "p",
                "align": "center",
                "class": "footer-copyright"
              }
            }
          ],
          "styles": {}
        }
      ],
      "styles": {}
    }
  ],
  "styles": {
    "background": "linear-gradient(135deg, #667eea 0%, #764ba2 100%)",
    "color": "#ffffff",
    "padding": "80px 40px 30px"
  },
  "custom_css": ".footer-heading { font-size: 16px; font-weight: 700; margin-bottom: 20px; color: #fff; text-transform: uppercase; letter-spacing: 1px; } .footer-links a { color: #e5e7eb; text-decoration: none; display: block; margin-bottom: 10px; font-size: 14px; transition: color 0.3s; } .footer-links a:hover { color: #fff; padding-left: 5px; } .footer-contact { color: #e5e7eb; font-size: 14px; line-height: 1.8; } .footer-social a { color: #e5e7eb; margin-right: 12px; transition: transform 0.3s; display: inline-block; } .footer-social a:hover { color: #fff; transform: scale(1.2); } .footer-copyright { color: #d1d5db; font-size: 13px; margin-top: 10px; } .footer-copyright a { color: #e5e7eb; text-decoration: underline; } .footer-copyright a:hover { color: #fff; }",
  "meta": {
    "name": "4-Column Footer with Gradient",
    "description": "Modern 4-column footer with gradient background and hover effects"
  }
}

