{"id":13,"date":"2025-05-27T17:25:48","date_gmt":"2025-05-27T17:25:48","guid":{"rendered":"https:\/\/realdreamers.org\/?page_id=13"},"modified":"2025-05-27T18:19:27","modified_gmt":"2025-05-27T18:19:27","slug":"elementor-13","status":"publish","type":"page","link":"https:\/\/realdreamers.org\/","title":{"rendered":"Elementor #13"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13\" class=\"elementor elementor-13\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45cab74 e-con-full e-flex e-con e-parent\" data-id=\"45cab74\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fadea0 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"5fadea0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Real Dreamers - Marketing Consultancy<\/title>\r\n    <style>\r\n        \/* Basic Reset *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Arial', sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n            background-color: #f9f9f9;\r\n        }\r\n\r\n        .container {\r\n            width: 80%;\r\n            margin: auto;\r\n            overflow: hidden;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Header *\/\r\n        header {\r\n            background: #333;\r\n            color: #fff;\r\n            padding: 1rem 0;\r\n            position: fixed;\r\n            width: 100%;\r\n            top: 0;\r\n            z-index: 1000;\r\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        header .container {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n\r\n        header h1 {\r\n            font-size: 2rem;\r\n            font-weight: bold;\r\n        }\r\n\r\n        header h1 span {\r\n            color: #75B0F7;\r\n        }\r\n\r\n        nav ul {\r\n            list-style: none;\r\n        }\r\n\r\n        nav ul li {\r\n            display: inline;\r\n            margin-left: 20px;\r\n        }\r\n\r\n        nav ul li a {\r\n            color: #fff;\r\n            text-decoration: none;\r\n            font-size: 1rem;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        nav ul li a:hover {\r\n            color: #77b5fe;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        #hero {\r\n            background: url('https:\/\/via.placeholder.com\/1500x700?text=Marketing+Strategy+Session') no-repeat center center\/cover;\r\n            height: 70vh;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n            align-items: center;\r\n            text-align: center;\r\n            color: #fff;\r\n            padding: 0 20px;\r\n            margin-top: 70px;\r\n        }\r\n\r\n        #hero h2 {\r\n            font-size: 3rem;\r\n            margin-bottom: 20px;\r\n            color: #ffffff;\r\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);\r\n        }\r\n\r\n        #hero p {\r\n            font-size: 1.2rem;\r\n            margin-bottom: 30px;\r\n            max-width: 600px;\r\n            color: #333333;\r\n            text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-block;\r\n            background: #77b5fe;\r\n            color: #fff;\r\n            padding: 12px 25px;\r\n            text-decoration: none;\r\n            border-radius: 5px;\r\n            font-size: 1.1rem;\r\n            transition: background-color 0.3s ease, transform 0.3s ease;\r\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .cta-button:hover {\r\n            background: #5a9bd8;\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        \/* Sections *\/\r\n        section {\r\n            padding: 60px 0;\r\n        }\r\n\r\n        section h3 {\r\n            text-align: center;\r\n            font-size: 2.5rem;\r\n            margin-bottom: 40px;\r\n            color: #333;\r\n        }\r\n\r\n        \/* Services Section *\/\r\n        #services .service-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 30px;\r\n        }\r\n\r\n        .service-item {\r\n            background: #fff;\r\n            padding: 30px;\r\n            border-radius: 8px;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n            text-align: center;\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n\r\n        .service-item:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\r\n        }\r\n\r\n        .service-item img {\r\n            width: 60px;\r\n            height: 60px;\r\n            margin-bottom: 20px;\r\n            background-color: #e0e0e0;\r\n            border-radius: 50%;\r\n            display: inline-block;\r\n        }\r\n\r\n        .service-item h4 {\r\n            font-size: 1.5rem;\r\n            margin-bottom: 15px;\r\n            color: #333;\r\n        }\r\n\r\n        .service-item p {\r\n            font-size: 0.95rem;\r\n            color: #555;\r\n        }\r\n\r\n        \/* About Section *\/\r\n        #about {\r\n            background: #fff;\r\n        }\r\n\r\n        #about .container {\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            text-align: center;\r\n        }\r\n\r\n        #about img.about-image {\r\n            width: 100%;\r\n            max-width: 500px;\r\n            height: auto;\r\n            border-radius: 8px;\r\n            margin-bottom: 30px;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        #about p {\r\n            font-size: 1.1rem;\r\n            color: #555;\r\n            max-width: 700px;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* Contact Section *\/\r\n        #contact {\r\n            background: #f4f4f4;\r\n        }\r\n\r\n        #contact .container {\r\n            text-align: center;\r\n        }\r\n\r\n        #contact p {\r\n            font-size: 1.1rem;\r\n            margin-bottom: 20px;\r\n            color: #555;\r\n        }\r\n\r\n        .contact-info {\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .contact-info a {\r\n            color: #333;\r\n            text-decoration: none;\r\n            font-size: 1.1rem;\r\n            margin: 0 10px;\r\n        }\r\n\r\n        .contact-info a:hover {\r\n            color: #77b5fe;\r\n        }\r\n\r\n        \/* Footer *\/\r\n        footer {\r\n            background: #333;\r\n            color: #fff;\r\n            text-align: center;\r\n            padding: 20px 0;\r\n        }\r\n\r\n        footer p {\r\n            font-size: 0.9rem;\r\n        }\r\n\r\n        footer .social-links a {\r\n            color: #fff;\r\n            margin: 0 10px;\r\n            text-decoration: none;\r\n            font-size: 1.2rem;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        footer .social-links a:hover {\r\n            color: #77b5fe;\r\n        }\r\n\r\n        \/* Responsive adjustments *\/\r\n        @media (max-width: 768px) {\r\n            header .container {\r\n                flex-direction: column;\r\n            }\r\n            header h1 {\r\n                margin-bottom: 10px;\r\n            }\r\n            nav ul li {\r\n                display: block;\r\n                text-align: center;\r\n                margin: 10px 0;\r\n            }\r\n            #hero {\r\n                height: auto;\r\n                min-height: 50vh;\r\n                padding-top: 150px;\r\n                padding-bottom: 50px;\r\n            }\r\n            #hero h2 {\r\n                font-size: 2.2rem;\r\n            }\r\n            #hero p {\r\n                font-size: 1rem;\r\n            }\r\n            section h3 {\r\n                font-size: 2rem;\r\n            }\r\n            .container {\r\n                width: 90%;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<header>\r\n    <div class=\"container\">\r\n        <h1><span>Real Dreamers<\/span><\/h1>\r\n        <nav>\r\n            <ul>\r\n                <li><a href=\"#hero\">Home<\/a><\/li>\r\n                <li><a href=\"#services\">Services<\/a><\/li>\r\n                <li><a href=\"#about\">About Us<\/a><\/li>\r\n                <li><a href=\"#contact\">Contact<\/a><\/li>\r\n            <\/ul>\r\n        <\/nav>\r\n    <\/div>\r\n<\/header>\r\n\r\n<section id=\"hero\">\r\n    <h2>Turn Your Marketing Dreams Into Reality<\/h2>\r\n    <p>At Real Dreamers, we craft innovative marketing strategies that deliver tangible results and help your business soar.<\/p>\r\n    <a href=\"#contact\" class=\"cta-button\">Get Started Today<\/a>\r\n<\/section>\r\n\r\n<section id=\"services\">\r\n    <div class=\"container\">\r\n        <h3>Our Services<\/h3>\r\n        <div class=\"service-grid\">\r\n            <div class=\"service-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/realdreamers.org\/wp-content\/uploads\/2025\/05\/Strategic-Planning.png\" alt=\"Strategy Icon\">\r\n                <h4>Strategic Planning<\/h4>\r\n                <p>We develop comprehensive marketing strategies tailored to your unique business goals and target audience.<\/p>\r\n            <\/div>\r\n            <div class=\"service-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/realdreamers.org\/wp-content\/uploads\/2025\/05\/Digital-Marketing.png\" alt=\"Digital Icon\">\r\n                <h4>Digital Marketing<\/h4>\r\n                <p>Maximize your online presence with our expert SEO, SEM, social media marketing, and content creation services.<\/p>\r\n            <\/div>\r\n            <div class=\"service-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/realdreamers.org\/wp-content\/uploads\/2025\/05\/Brand-Development.png\" alt=\"Branding Icon\">\r\n                <h4>Brand Development<\/h4>\r\n                <p>Build a memorable and impactful brand identity that resonates with your customers and sets you apart.<\/p>\r\n            <\/div>\r\n            <div class=\"service-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/realdreamers.org\/wp-content\/uploads\/2025\/05\/Marketing-Analytics.png\" alt=\"Analytics Icon\">\r\n                <h4>Marketing Analytics<\/h4>\r\n                <p>Track performance, gain valuable insights, and optimize your campaigns for maximum ROI with our data-driven approach.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section id=\"about\">\r\n    <div class=\"container\">\r\n        <h3>About Real Dreamers<\/h3>\r\n        <p>Real Dreamers is a passionate team of marketing professionals dedicated to helping businesses like yours achieve their wildest ambitions. We believe that with the right strategy and creative execution, any dream can become a reality. Our approach is collaborative, transparent, and results-oriented. We're not just consultants; we're your partners in growth, committed to understanding your vision and bringing it to life through innovative and effective marketing solutions.<\/p>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section id=\"contact\">\r\n    <div class=\"container\">\r\n        <h3>Contact Us<\/h3>\r\n        <p>Ready to start your journey with Real Dreamers? We'd love to hear from you!<\/p>\r\n        <div class=\"contact-info\">\r\n            <p>Email: <a href=\"mailto:mail@realdreamers.com\">mail@realdreamers.com<\/a><\/p>\r\n            <p>Phone: <a href=\"tel:+15551234567\">+1 (251) 210-7333<\/a><\/p>\r\n            <p>Location: Leington, Kentucky<\/p>\r\n        <\/div>\r\n        <a href=\"mailto:mail@realdreamers.com?subject=Marketing%20Inquiry%20from%20Website\" class=\"cta-button\">Send Us An Email<\/a>\r\n    <\/div>\r\n<\/section>\r\n\r\n<footer>\r\n    <div class=\"container\">\r\n        <p>&copy; 2025 Real Dreamers - Marketing Consultancy. All Rights Reserved.<\/p>\r\n    <\/div>\r\n<\/footer>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Real Dreamers &#8211; Marketing Consultancy Real Dreamers Home Services About Us Contact Turn Your Marketing Dreams Into Reality At Real [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","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-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/realdreamers.org\/index.php?rest_route=\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/realdreamers.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/realdreamers.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/realdreamers.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/realdreamers.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13"}],"version-history":[{"count":5,"href":"https:\/\/realdreamers.org\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":43,"href":"https:\/\/realdreamers.org\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions\/43"}],"wp:attachment":[{"href":"https:\/\/realdreamers.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}