{"id":49,"date":"2025-10-09T14:50:54","date_gmt":"2025-10-09T14:50:54","guid":{"rendered":"https:\/\/www.buildyourbalcony.com\/?page_id=49"},"modified":"2025-10-11T11:32:37","modified_gmt":"2025-10-11T11:32:37","slug":"49-2","status":"publish","type":"page","link":"https:\/\/www.buildyourbalcony.com\/","title":{"rendered":"Build Your Balcony"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Build Your Balcony &#8211; Transform Your Outdoor Space<\/title>\n    <meta name=\"description\" content=\"Professional balcony design services. Transform your outdoor space into a beautiful oasis with custom designs tailored to your lifestyle.\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Playfair+Display:wght@600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n        }\n\n\n        :root {\n            --background: hsl(32, 20%, 97%);\n            --foreground: hsl(32, 15%, 15%);\n            --card: hsl(0, 0%, 100%);\n            --primary: hsl(152, 45%, 35%);\n            --primary-foreground: hsl(0, 0%, 98%);\n            --secondary: hsl(20, 70%, 60%);\n            --muted: hsl(32, 15%, 92%);\n            --muted-foreground: hsl(32, 10%, 45%);\n            --border: hsl(32, 15%, 85%);\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--background);\n            color: var(--foreground);\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        .container {\n            width:100%;\n            padding: 0 1rem;\n        }\n\n        .font-display {\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            position: relative;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            background: linear-gradient(to right, rgba(249, 247, 243, 0.95), rgba(249, 247, 243, 0.8), rgba(249, 247, 243, 0.6)), \n                        url('https:\/\/www.buildyourbalcony.com\/wp-content\/uploads\/2025\/10\/hero-balcony-BpbvU94H.jpg') center\/cover;\n        }\n\n        .hero-content {\n            max-width: 42rem;\n            position: relative;\n            z-index: 10;\n        }\n\n        .hero h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            line-height: 1.2;\n        }\n\n        .hero .tagline {\n            font-size: 1.5rem;\n            color: var(--muted-foreground);\n            margin-bottom: 1rem;\n            font-style: italic;\n            font-weight: 300;\n        }\n\n        .hero .description {\n            font-size: 1.25rem;\n            color: var(--muted-foreground);\n            margin-bottom: 2rem;\n        }\n\n        \/* Buttons *\/\n        .btn {\n            display: inline-block;\n            padding: 0.75rem 2rem;\n            font-size: 1rem;\n            font-weight: 500;\n            border-radius: 0.75rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n        }\n\n        .btn-primary {\n            background: linear-gradient(135deg, var(--primary), hsl(152, 55%, 45%));\n            color: var(--primary-foreground);\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 40px -10px hsla(152, 45%, 35%, 0.4);\n        }\n\n        .btn-outline {\n            background: rgba(255, 255, 255, 0.8);\n            border: 2px solid var(--border);\n            color: var(--foreground);\n            backdrop-filter: blur(10px);\n        }\n\n        .btn-outline:hover {\n            background: rgba(255, 255, 255, 0.9);\n        }\n\n        .btn-group {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        \/* Section Styles *\/\n        section {\n            padding: 6rem 0;\n        }\n\n        .section-bg {\n            background-color: hsla(32, 15%, 92%, 0.3);\n        }\n\n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 1rem;\n        }\n\n        .section-subtitle {\n            font-size: 1.25rem;\n            color: var(--muted-foreground);\n            text-align: center;\n            max-width: 42rem;\n            margin: 0 auto 4rem;\n        }\n\n        \/* About Section *\/\n        .about-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n\n        .about h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n        }\n\n        .about h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin: 2rem 0 1rem;\n        }\n\n        .feature-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: start;\n            gap: 0.75rem;\n            margin-bottom: 1rem;\n            font-size: 1.125rem;\n        }\n\n        .feature-list li::before {\n            content: \"\u2713\";\n            color: var(--primary);\n            font-weight: 700;\n            font-size: 1.5rem;\n            flex-shrink: 0;\n        }\n\n        .quote-box {\n            background: linear-gradient(135deg, hsl(152, 50%, 40%), hsl(200, 50%, 50%));\n            padding: 1rem;\n            border-radius: 1rem;\n            box-shadow: 0 10px 40px -10px hsla(152, 45%, 35%, 0.2);\n        }\n\n        .quote-inner {\n            background: var(--card);\n            padding: 1rem;\n            border-radius: 0.75rem;\n        }\n\n        .quote-text {\n            font-size: 1.125rem;\n            text-align: justify;\n            font-style: italic;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Services Grid *\/\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n\n        .service-card {\n            background: var(--card);\n            padding: 2rem;\n            border-radius: 1rem;\n            box-shadow: 0 4px 20px -4px hsla(32, 15%, 15%, 0.1);\n            transition: all 0.3s ease;\n        }\n\n        .service-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 40px -10px hsla(152, 45%, 35%, 0.2);\n        }\n\n        .service-icon {\n            width: 3rem;\n            height: 3rem;\n            background: linear-gradient(135deg, var(--primary), hsl(152, 55%, 45%));\n            color: white;\n            border-radius: 0.75rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1rem;\n            font-size: 1.5rem;\n        }\n\n        .service-card h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Pricing Grid *\/\n        .pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            max-width: 90rem;\n            margin: 0 auto;\n        }\n\n        .pricing-card {\n            background: var(--card);\n            border-radius: 1rem;\n            box-shadow: 0 4px 20px -4px hsla(32, 15%, 15%, 0.1);\n            padding: 2rem;\n            position: relative;\n            transition: all 0.3s ease;\n        }\n\n        .pricing-card:hover {\n            box-shadow: 0 10px 40px -10px hsla(152, 45%, 35%, 0.2);\n        }\n\n        .pricing-card.popular {\n            border: 2px solid var(--primary);\n        }\n\n        .popular-badge {\n            position: absolute;\n            top: 0;\n            right: 0;\n            background: var(--primary);\n            color: var(--primary-foreground);\n            padding: 0.25rem 1rem;\n            font-size: 0.875rem;\n            font-weight: 600;\n            border-radius: 0 1rem 0 0.5rem;\n        }\n\n        .pricing-card h3 {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n        }\n\n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 1.5rem;\n        }\n\n        .price-note {\n            color: var(--muted-foreground);\n            font-size: 1rem;\n        }\n\n        .features-list {\n            list-style: none;\n            margin-bottom: 2rem;\n        }\n\n        .features-list li {\n            display: flex;\n            align-items: start;\n            gap: 0.75rem;\n            margin-bottom: 1rem;\n            font-size: 0.875rem;\n            color: var(--muted-foreground);\n        }\n\n        .features-list li::before {\n            content: \"\u2713\";\n            color: var(--primary);\n            font-weight: 700;\n            flex-shrink: 0;\n            margin-top: 0.125rem;\n        }\n\n        \/* Portfolio Grid *\/\n        .portfolio-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .portfolio-item {\n            position: relative;\n            border-radius: 1rem;\n            overflow: hidden;\n            height: 400px;\n            cursor: pointer;\n        }\n\n        .portfolio-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.3s ease;\n        }\n\n        .portfolio-item:hover img {\n            transform: scale(1.1);\n        }\n\n        .portfolio-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-end;\n            padding: 2rem;\n            color: white;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .portfolio-item:hover .portfolio-overlay {\n            opacity: 1;\n        }\n\n        .portfolio-overlay h3 {\n            color: white;\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Contact Section *\/\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            max-width: 80rem;\n            margin: 0 auto;\n        }\n\n        .form-group {\n            margin-bottom: 1.5rem;\n        }\n\n        .form-label {\n            display: block;\n            margin-bottom: 0.5rem;\n            font-weight: 500;\n        }\n\n        .form-input,\n        .form-textarea {\n            width: 100%;\n            padding: 0.75rem;\n            border: 1px solid var(--border);\n            border-radius: 0.5rem;\n            font-family: inherit;\n            font-size: 1rem;\n            transition: border-color 0.3s ease;\n        }\n\n        .form-input:focus,\n        .form-textarea:focus {\n            outline: none;\n            border-color: var(--primary);\n        }\n\n        .form-textarea {\n            resize: vertical;\n            min-height: 150px;\n        }\n\n        .contact-info {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n        }\n\n        .contact-item {\n            display: flex;\n            align-items: start;\n            gap: 1rem;\n        }\n\n        .contact-icon {\n            width: 2.5rem;\n            height: 2.5rem;\n            background: var(--primary);\n            color: white;\n            border-radius: 0.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .contact-details h3 {\n            font-weight: 600;\n            margin-bottom: 0.25rem;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: var(--foreground);\n            color: var(--background);\n            padding: 10px 0;\n        }\n\n        .footer-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 1rem;\n        }\n\n        .footer-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n\n            .hero .tagline {\n                font-size: 1.25rem;\n            }\n\n            .hero .description {\n                font-size: 1rem;\n            }\n\n            .about-grid,\n            .contact-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .pricing-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .btn-group {\n                flex-direction: column;\n            }\n\n            .btn {\n                width: 100%;\n                text-align: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <h1>Build Your Balcony<\/h1>\n                <p class=\"tagline\">where balconies become destinations<\/p>\n                <p class=\"description\">\n                    Transform your balcony into a stunning personal sanctuary. From tranquil garden escapes to stylish lounges &#8211; we bring every detail to life with thoughtful design and expert execution.\n                <\/p>\n                <div class=\"btn-group\">\n                    <a href=\"#contact\" class=\"btn btn-primary\">Get Started<\/a>\n                    <a href=\"#portfolio\" class=\"btn btn-outline\">View Our Work<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- About Section -->\n    <section id=\"about\" class=\"section-bg\">\n        <div class=\"container\">\n            <div class=\"about-grid\">\n                <div class=\"about\">\n                    <h2>Discover the Art of Balcony Living<\/h2>\n                    <p style=\"font-size: 1.125rem; color: var(--muted-foreground); margin-bottom: 2rem;\">\n                        Build Your Balcony is a creative renovation and design company dedicated exclusively to transforming balconies &#8211; whether big or small &#8211; into stunning personal sanctuaries. Our mission is to turn underutilized balconies into beautiful, functional extensions of your home.\n                    <\/p>\n                    <h3>Why Upgrade?<\/h3>\n                    <ul class=\"feature-list\">\n                        <li>More Living Space: Add room for relaxing, dining, or hobbies<\/li>\n                        <li>Higher Property Value: A well designed balcony boosts appeal and resale value<\/li>\n                        <li>Enhanced Aesthetics: Create stunning views from inside and out<\/li>\n                        <li>Better Well-being: Connect with nature, breathe fresh air, and unwind<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div>\n                    <div class=\"quote-box\">\n                        <div class=\"quote-inner\">\n                            <blockquote class=\"quote-text\">\n                                &#8220;Is your balcony just sitting there unused and unnoticed? We turn forgotten spaces into elegant extensions of your home. Whether it&#8217;s a cozy retreat, a lush garden, or a stylish hosting spot, your balcony holds untapped potential.&#8221;\n                            <\/blockquote>\n                            <p style=\"font-weight: 500;\" align=\"center\">Where Style Meets Purpose<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <section id=\"services\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Our Services<\/h2>\n            <p class=\"section-subtitle\">\n                Comprehensive design solutions tailored to transform your balcony into the perfect outdoor sanctuary\n            <\/p>\n            \n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83c\udfa8<\/div>\n                    <h3>Custom Design<\/h3>\n                    <p style=\"color: var(--muted-foreground);\">\n                        Personalized balcony designs crafted to match your style, space, and lifestyle preferences perfectly.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83c\udf3f<\/div>\n                    <h3>Garden Planning<\/h3>\n                    <p style=\"color: var(--muted-foreground);\">\n                        Expert plant selection and arrangement to create your own urban oasis with low-maintenance beauty.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83e\ude91<\/div>\n                    <h3>Furniture Selection<\/h3>\n                    <p style=\"color: var(--muted-foreground);\">\n                        Curated furniture pieces that maximize comfort while complementing your balcony&#8217;s aesthetic.\n                    <\/p>\n                <\/div>\n              \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83c\udfaf<\/div>\n                    <h3>Full Consultation<\/h3>\n                    <p style=\"color: var(--muted-foreground);\">\n                        Professional installation &#038; end-to-end guidance from concept to completion, bringing your vision to life seamlessly.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Pricing Section -->\n    <section id=\"pricing\" class=\"section-bg\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Choose Your Perfect Plan<\/h2>\n            <p class=\"section-subtitle\">\n                From simple refreshes to luxurious transformations &#8211; find the package that brings your vision to life\n            <\/p>\n            \n            <div class=\"pricing-grid\">\n                <!-- Starter Refresh -->\n                <div class=\"pricing-card\">\n                    <h3>Starter Refresh<\/h3>\n                    <div class=\"price\">\u20b99,999<span class=\"price-note\">\/-*<\/span><\/div>\n                    <ul class=\"features-list\">\n                        <li>Low-maintenance plants: Snake Plant, ZZ Plant, Spider Plant, Peace Lily, Dwarf Areca Palm<\/li>\n                        <li>Ceramic pots in theme colors<\/li>\n                        <li>Hanging pots for railing &#038; ground\/stand placement (12 inches)<\/li>\n                        <li>Small single seating (customizable)<\/li>\n                        <li>String lights &#038; small bulb trail lights<\/li>\n                        <li>Pebbles and stands accessories<\/li>\n                    <\/ul>\n                    <a href=\"#contact\" class=\"btn btn-outline\" style=\"width: 100%; text-align: center;\">Get Started<\/a>\n                <\/div>\n                \n                <!-- Nature's Noor -->\n                <div class=\"pricing-card popular\">\n                    <div class=\"popular-badge\">Popular<\/div>\n                    <h3>Nature&#8217;s Noor<\/h3>\n                    <div class=\"price\">\u20b919,999<span class=\"price-note\">\/-*<\/span><\/div>\n                    <ul class=\"features-list\">\n                        <li>Lush plants: Monstera, Rubber Plant, Areca Palm, Boston Fern, Small plants<\/li>\n                        <li>Designer mix pots: metal, hanging, terracotta in theme colors<\/li>\n                        <li>Ground\/stand &#038; railing placement options<\/li>\n                        <li>Cozy seating with cushions (customizable)<\/li>\n                        <li>String lights, small bulb trail lights, fairy lights<\/li>\n                        <li>Wall-mount decor, planters, pebbles and stands<\/li>\n                    <\/ul>\n                    <a href=\"#contact\" class=\"btn btn-primary\" style=\"width: 100%; text-align: center;\">Get Started<\/a>\n                <\/div>\n                \n                <!-- Comfort Corner -->\n                <div class=\"pricing-card\">\n                    <h3>Comfort Corner<\/h3>\n                    <div class=\"price\">\u20b924,999<span class=\"price-note\">\/-*<\/span><\/div>\n                    <ul class=\"features-list\">\n                        <li>Premium plants: Areca Palm, Monstera, Alocasia, Philodendron, Aglaonema, Calathea, Peace Lily<\/li>\n                        <li>Rail creepers: Money Plant, Ivy, Curtain Creeper<\/li>\n                        <li>Designer mix: metal, hanging, modular railing planters, textured pots<\/li>\n                        <li>Cozy built-in bench with cushions (customizable)<\/li>\n                        <li>Solar lanterns, wall sconces, string lights, fairy lights<\/li>\n                        <li>Creeper wraps, mount planters, pebbles and stands<\/li>\n                    <\/ul>\n                    <a href=\"#contact\" class=\"btn btn-outline\" style=\"width: 100%; text-align: center;\">Get Started<\/a>\n                <\/div>\n                \n                <!-- Luxe Lounge -->\n                <div class=\"pricing-card\">\n                    <h3>Luxe Lounge<\/h3>\n                    <div class=\"price\">\u20b934,999<span class=\"price-note\">\/-*<\/span><\/div>\n                    <ul class=\"features-list\">\n                        <li>Exotic plants: Bird of Paradise, Fiddle Leaf Fig, Bamboo Palm, Alocasia, Trailing vines, Accent plants<\/li>\n                        <li>Premium planters: eco-resin, matte ceramics<\/li>\n                        <li>Bamboo trellis for railing (customizable)<\/li>\n                        <li>Premium outdoor seating: sofa\/lounger\/swing (customizable)<\/li>\n                        <li>LED mood lighting, solar lanterns, wall sconces, string &#038; fairy lights<\/li>\n                        <li>Hanging lanterns, garden statues<\/li>\n                    <\/ul>\n                    <a href=\"#contact\" class=\"btn btn-outline\" style=\"width: 100%; text-align: center;\">Get Started<\/a>\n                <\/div>\n            <\/div>\n            \n            <p style=\"text-align: center; font-size: 0.875rem; color: var(--muted-foreground); margin-top: 2rem;\">\n                *All prices are approximate and may vary based on customization and site requirements\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Portfolio Section -->\n    <section id=\"portfolio\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Featured Projects<\/h2>\n            <p class=\"section-subtitle\">\n                Explore our portfolio of transformed balconies, each uniquely designed to reflect the owner&#8217;s vision\n            <\/p>\n            \n            <div class=\"portfolio-grid\">\n                <div class=\"portfolio-item\">\n                    <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/10\/image1.jpeg\" alt=\"Urban Garden Oasis\">\n                    <div class=\"portfolio-overlay\">\n                        <h3>Urban Garden Oasis<\/h3>\n                        <p>A lush green sanctuary in the heart of the city, featuring vertical gardens and cozy seating<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"portfolio-item\">\n                    <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/10\/image2.jpeg\" alt=\"Modern Minimalist Retreat\">\n                    <div class=\"portfolio-overlay\">\n                        <h3> Modern Minimalist Retreat <\/h3>\n                        <p>Clean lines and contemporary furniture create a sophisticated outdoor living space<\/p>\n                    <\/div>\n                <\/div>\n               \n                <div class=\"portfolio-item\">\n                    <img decoding=\"async\" src=\"wp-content\/uploads\/2025\/10\/image3.jpeg\" alt=\"Bohemian Paradise\">\n                    <div class=\"portfolio-overlay\">\n                        <h3>Bohemian Paradise<\/h3>\n                        <p>Eclectic mix of plants, textiles, and ambient lighting for a vibrant, relaxed atmosphere<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section -->\n    <section id=\"contact\" class=\"section-bg\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Get in Touch<\/h2>\n            <p class=\"section-subtitle\">\n                Ready to transform your balcony? Contact us today for a free consultation\n            <\/p>\n            \n            <div class=\"contact-grid\">\n                <form id=\"contactForm\">\n                    <div class=\"form-group\">\n                        <label class=\"form-label\" for=\"name\">Name<\/label>\n                        <input type=\"text\" id=\"name\" name=\"name\" class=\"form-input\" required>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label class=\"form-label\" for=\"email\">Email<\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" class=\"form-input\" required>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label class=\"form-label\" for=\"message\">Message<\/label>\n                        <textarea id=\"message\" name=\"message\" class=\"form-textarea\" required><\/textarea>\n                    <\/div>\n                    \n                    <button type=\"submit\" class=\"btn btn-primary\" style=\"width: 100%;\">Send Message<\/button>\n                <\/form>\n                \n                <div class=\"contact-info\">\n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\ud83d\udce7<\/div>\n                        <div class=\"contact-details\">\n                            <h3>Email<\/h3>\n                            <p style=\"color: var(--muted-foreground);\">enquiry@buildyourbalcony.com<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\ud83d\udcf1<\/div>\n                        <div class=\"contact-details\">\n                            <h3>Phone<\/h3>\n                            <p style=\"color: var(--muted-foreground);\">+91 70731 29080<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\ud83d\udccd<\/div>\n                        <div class=\"contact-details\">\n                            <h3>Location<\/h3>\n                            <p style=\"color: var(--muted-foreground);\">Bengaluru<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\ud83d\udd52<\/div>\n                        <div class=\"contact-details\">\n                            <h3>Business Hours<\/h3>\n                            <p style=\"color: var(--muted-foreground);\">Mon &#8211; Sat: 10:00 AM &#8211; 6:00 PM<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n       <script>\ndocument.getElementById('contactForm').addEventListener('submit', async function(e) {\n  e.preventDefault();\n  const form = this;\n  const data = new FormData(form);\n\n  try {\n    const res = await fetch('https:\/\/formspree.io\/f\/mkgqqbpq', {\n      method: 'POST',\n      headers: { 'Accept': 'application\/json' },\n      body: data\n    });\n    if (res.ok) {\n      alert('Thank you for your message! We will get back to you soon.');\n      form.reset();\n    } else {\n      alert('Sorry, your message could not be sent.');\n    }\n  } catch (err) {\n    alert('Network error. Please try again later.');\n  }\n});\n<\/script>\n   \n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Build Your Balcony &#8211; Transform Your Outdoor Space Build Your Balcony where balconies become destinations Transform your balcony into a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/comments?post=49"}],"version-history":[{"count":35,"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":126,"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/pages\/49\/revisions\/126"}],"wp:attachment":[{"href":"https:\/\/www.buildyourbalcony.com\/index.php\/wp-json\/wp\/v2\/media?parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}