{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/b2qrPmKxINy6QicrKDkZ/0C6KbIgo0pZQSpST7zND/Footer.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";// The SVG icon components are fine and will work in Framer.\nconst LinkedinIcon=()=>/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"none\",stroke:\"currentColor\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{height:\"1.5rem\",width:\"1.5rem\"},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"}),/*#__PURE__*/_jsx(\"rect\",{x:\"2\",y:\"9\",width:\"4\",height:\"12\"}),/*#__PURE__*/_jsx(\"circle\",{cx:\"4\",cy:\"4\",r:\"2\"})]});const FacebookIcon=()=>/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"none\",stroke:\"currentColor\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{height:\"1.5rem\",width:\"1.5rem\"},children:/*#__PURE__*/_jsx(\"path\",{d:\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"})});const InstagramIcon=()=>/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"none\",stroke:\"currentColor\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{height:\"1.5rem\",width:\"1.5rem\"},children:[/*#__PURE__*/_jsx(\"rect\",{x:\"2\",y:\"2\",width:\"20\",height:\"20\",rx:\"5\",ry:\"5\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"}),/*#__PURE__*/_jsx(\"line\",{x1:\"17.5\",y1:\"6.5\",x2:\"17.51\",y2:\"6.5\"})]});export default function Footer(){const colors={background:\"#F5F0E6\",textPrimary:\"#1F3A5F\",buttonBg:\"#1F3A5F\",buttonText:\"#FFFFFF\",textSecondary:\"#5A6D8C\"};return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`\n        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');\n        \n        /* --- Default Mobile Styles --- */\n        .framer-footer-container {\n          background-color: ${colors.background};\n          color: ${colors.textPrimary};\n          font-family: 'Montserrat', sans-serif;\n          width: 100%;\n          font-size: 0.875rem;\n        }\n        .framer-footer-content {\n          margin-left: auto;\n          margin-right: auto;\n          max-width: 80rem;\n          padding: 4rem 1.5rem;\n        }\n        .framer-footer-top-grid {\n          display: grid;\n          /* On mobile, main sections stack vertically */\n          grid-template-columns: repeat(1, minmax(0, 1fr));\n          gap: 2rem;\n        }\n        .framer-footer-info-col h2 {\n          font-size: 1.875rem;\n          font-weight: 700;\n          letter-spacing: -0.025em;\n        }\n        .framer-footer-info-col p {\n          margin-top: 1rem;\n          max-width: 32rem;\n          font-size: 1rem;\n          line-height: 1.625;\n          color: ${colors.textSecondary};\n        }\n        .framer-footer-cta-button {\n          margin-top: 1.5rem;\n          display: inline-block;\n          border-radius: 0.375rem;\n          padding: 0.75rem 1.5rem;\n          font-size: 1rem;\n          font-weight: 600;\n          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n          transition: transform 0.2s;\n          background-color: ${colors.buttonBg};\n          color: ${colors.buttonText};\n          text-decoration: none;\n        }\n        .framer-footer-cta-button:hover {\n            transform: scale(1.05);\n        }\n\n        .framer-footer-links-grid {\n            display: grid;\n            /* On mobile, link columns are side-by-side */\n            grid-template-columns: repeat(2, minmax(0, 1fr));\n            gap: 2rem;\n        }\n        .framer-footer-links-col p {\n            font-size: 1.125rem;\n            font-weight: 700;\n        }\n        .framer-footer-links-col ul {\n            margin-top: 1rem;\n            list-style: none;\n            padding: 0;\n        }\n        .framer-footer-links-col ul li {\n            margin-bottom: 0.75rem;\n        }\n         .framer-footer-links-col ul li:last-child {\n            margin-bottom: 0;\n        }\n        .framer-footer-links-col a {\n            transition: opacity 0.2s;\n            text-decoration: none;\n            color: ${colors.textPrimary};\n        }\n        .framer-footer-links-col a:hover {\n            opacity: 0.75;\n        }\n        .framer-footer-social-link {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .framer-footer-bottom {\n          margin-top: 4rem;\n          border-top: 1px solid #d1d5db;\n          padding-top: 2rem;\n          /* On mobile, copyright is centered */\n          text-align: center;\n        }\n        .framer-footer-bottom p {\n            font-size: 0.75rem;\n            color: ${colors.textSecondary};\n        }\n\n        /* --- Tablet Styles (640px and up) --- */\n        @media (min-width: 640px) {\n           .framer-footer-bottom {\n             /* On tablet, copyright aligns to the left */\n             text-align: left;\n           }\n        }\n\n        /* --- Desktop Styles (1024px and up) --- */\n        @media (min-width: 1024px) {\n          .framer-footer-top-grid {\n             /* On desktop, main sections are side-by-side */\n             grid-template-columns: repeat(2, minmax(0, 1fr));\n          }\n          .framer-footer-links-grid {\n             /* Pushes the link columns to the right side */\n             margin-left: auto;\n          }\n        }\n      `}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-footer-container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-footer-content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-footer-top-grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-footer-info-col\",children:[/*#__PURE__*/_jsx(\"h2\",{children:\"contact@donbizz.com\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Innovative strategies backed by data-driven insights, delivering measurable success and unstoppable growth for your business.\"}),/*#__PURE__*/_jsx(\"a\",{href:\"#\",className:\"framer-footer-cta-button\",children:\"Free consultation\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-footer-links-grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-footer-links-col\",children:[/*#__PURE__*/_jsx(\"p\",{children:\"Menu\"}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"a\",{href:\"#\",children:\"Solutions\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"a\",{href:\"#\",children:\"Pricing\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"a\",{href:\"#\",children:\"Jurisdiction\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"a\",{href:\"#\",children:\"About us\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"a\",{href:\"#\",children:\"Contact us\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"a\",{href:\"https://www.donbizz.com/terms-and-conditions\",children:\"Terms & Conditions\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"a\",{href:\"https://www.donbizz.com/privacy-policy\",children:\"Privacy Policy\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-footer-links-col\",children:[/*#__PURE__*/_jsx(\"p\",{children:\"Follow us\"}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"a\",{href:\"#\",className:\"framer-footer-social-link\",children:[/*#__PURE__*/_jsx(LinkedinIcon,{}),/*#__PURE__*/_jsx(\"span\",{children:\"LinkedIn\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"a\",{href:\"#\",className:\"framer-footer-social-link\",children:[/*#__PURE__*/_jsx(FacebookIcon,{}),/*#__PURE__*/_jsx(\"span\",{children:\"Facebook\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"a\",{href:\"#\",className:\"framer-footer-social-link\",children:[/*#__PURE__*/_jsx(InstagramIcon,{}),/*#__PURE__*/_jsx(\"span\",{children:\"Instagram\"})]})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-footer-bottom\",children:/*#__PURE__*/_jsx(\"p\",{children:\"\\xa9 2025 \u2014 All rights reserved | Powered by Donbizz\"})})]})})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Footer\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Footer.map"],
  "mappings": "uDACA,IAAMA,EAAa,IAAiBC,EAAM,MAAM,CAAC,MAAM,6BAA6B,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,MAAM,CAAC,OAAO,SAAS,MAAM,QAAQ,EAAE,SAAS,CAAcC,EAAK,OAAO,CAAC,EAAE,gFAAgF,CAAC,EAAeA,EAAK,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,CAAC,EAAeA,EAAK,SAAS,CAAC,GAAG,IAAI,GAAG,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAQC,EAAa,IAAiBD,EAAK,MAAM,CAAC,MAAM,6BAA6B,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,MAAM,CAAC,OAAO,SAAS,MAAM,QAAQ,EAAE,SAAsBA,EAAK,OAAO,CAAC,EAAE,mEAAmE,CAAC,CAAC,CAAC,EAAQE,EAAc,IAAiBH,EAAM,MAAM,CAAC,MAAM,6BAA6B,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,MAAM,CAAC,OAAO,SAAS,MAAM,QAAQ,EAAE,SAAS,CAAcC,EAAK,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,GAAG,GAAG,CAAC,EAAeA,EAAK,OAAO,CAAC,EAAE,iDAAiD,CAAC,EAAeA,EAAK,OAAO,CAAC,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,EAAiB,SAARG,GAAyB,CAAC,IAAMC,EAAO,CAAC,WAAW,UAAU,YAAY,UAAU,SAAS,UAAU,WAAW,UAAU,cAAc,SAAS,EAAE,OAAoBL,EAAMM,EAAU,CAAC,SAAS,CAAcL,EAAK,QAAQ,CAAC,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA,8BAKriDI,EAAO,UAAU;AAAA,mBAC5BA,EAAO,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBA2BlBA,EAAO,aAAa;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAWTA,EAAO,QAAQ;AAAA,mBAC1BA,EAAO,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBA+BfA,EAAO,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAoBlBA,EAAO,aAAa;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,OAsBlC,CAAC,EAAeJ,EAAK,SAAS,CAAC,UAAU,0BAA0B,SAAsBD,EAAM,MAAM,CAAC,UAAU,wBAAwB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,yBAAyB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,yBAAyB,SAAS,CAAcC,EAAK,KAAK,CAAC,SAAS,qBAAqB,CAAC,EAAeA,EAAK,IAAI,CAAC,SAAS,+HAA+H,CAAC,EAAeA,EAAK,IAAI,CAAC,KAAK,IAAI,UAAU,2BAA2B,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAeD,EAAM,MAAM,CAAC,UAAU,2BAA2B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,0BAA0B,SAAS,CAAcC,EAAK,IAAI,CAAC,SAAS,MAAM,CAAC,EAAeD,EAAM,KAAK,CAAC,SAAS,CAAcC,EAAK,KAAK,CAAC,SAAsBA,EAAK,IAAI,CAAC,KAAK,IAAI,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBA,EAAK,IAAI,CAAC,KAAK,IAAI,SAAS,SAAS,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBA,EAAK,IAAI,CAAC,KAAK,IAAI,SAAS,cAAc,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBA,EAAK,IAAI,CAAC,KAAK,IAAI,SAAS,UAAU,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBA,EAAK,IAAI,CAAC,KAAK,IAAI,SAAS,YAAY,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBA,EAAK,IAAI,CAAC,KAAK,+CAA+C,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBA,EAAK,IAAI,CAAC,KAAK,yCAAyC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeD,EAAM,MAAM,CAAC,UAAU,0BAA0B,SAAS,CAAcC,EAAK,IAAI,CAAC,SAAS,WAAW,CAAC,EAAeD,EAAM,KAAK,CAAC,SAAS,CAAcC,EAAK,KAAK,CAAC,SAAsBD,EAAM,IAAI,CAAC,KAAK,IAAI,UAAU,4BAA4B,SAAS,CAAcC,EAAKF,EAAa,CAAC,CAAC,EAAeE,EAAK,OAAO,CAAC,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBD,EAAM,IAAI,CAAC,KAAK,IAAI,UAAU,4BAA4B,SAAS,CAAcC,EAAKC,EAAa,CAAC,CAAC,EAAeD,EAAK,OAAO,CAAC,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsBD,EAAM,IAAI,CAAC,KAAK,IAAI,UAAU,4BAA4B,SAAS,CAAcC,EAAKE,EAAc,CAAC,CAAC,EAAeF,EAAK,OAAO,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,uBAAuB,SAAsBA,EAAK,IAAI,CAAC,SAAS,2DAAsD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE",
  "names": ["LinkedinIcon", "u", "p", "FacebookIcon", "InstagramIcon", "Footer", "colors", "l"]
}
