{"id":89,"date":"2025-07-16T17:21:24","date_gmt":"2025-07-16T17:21:24","guid":{"rendered":"https:\/\/gomangomotion.com\/?page_id=89"},"modified":"2025-07-16T18:28:16","modified_gmt":"2025-07-16T18:28:16","slug":"89-2","status":"publish","type":"page","link":"https:\/\/gomangomotion.com\/?page_id=89","title":{"rendered":""},"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    <meta property=\"og:title\" content=\"Mango Motion: Curated Vanlife Adventures\">\n    <title>Mango Motion Adventures &#8211; Curated Vanlife Escapes | Travel Agent Hub<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Orbitron:wght@400;600;700&#038;family=Poppins:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n            color: white;\n            line-height: 1.6;\n        }\n\n        \/* Navigation - FIXED SPACING *\/\n        .navbar {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            background: rgba(0, 0, 0, 0.95);\n            backdrop-filter: blur(10px);\n            z-index: 1000;\n            padding: 1rem 2rem;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            transition: background 0.3s ease;\n        }\n\n        .navbar.scrolled {\n            background: rgba(0, 0, 0, 0.98);\n        }\n\n        .nav-logo {\n            font-family: 'Orbitron', monospace;\n            font-size: 1.5rem;\n            font-weight: 700;\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 1.3rem;\n            list-style: none;\n        }\n\n        .nav-links a {\n            color: white;\n            text-decoration: none;\n            padding: 0.6rem 1rem;\n            border-radius: 25px;\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            font-weight: 500;\n            font-size: 0.9rem;\n            white-space: nowrap;\n        }\n\n        .nav-links a:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(50, 205, 50, 0.3);\n        }\n\n        \/* Mobile Menu *\/\n        .mobile-menu-btn {\n            display: none;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 1.5rem;\n            cursor: pointer;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            padding: 6rem 2rem 2rem;\n            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n            position: relative;\n        }\n\n        .hero h1 {\n            font-family: 'Orbitron', monospace;\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero p {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin-bottom: 2rem;\n            color: white;\n            opacity: 0.9;\n        }\n\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n            justify-content: center;\n            margin-bottom: 2rem;\n        }\n\n        .badge {\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            padding: 0.5rem 1rem;\n            border-radius: 25px;\n            font-weight: 500;\n            white-space: nowrap;\n            color: white;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            justify-content: center;\n        }\n\n        .btn {\n            padding: 1rem 2rem;\n            border: none;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-block;\n            color: white;\n        }\n\n        .btn-primary {\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: white;\n            border: 2px solid #32CD32;\n        }\n\n        .btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(50, 205, 50, 0.3);\n        }\n\n        \/* Sections *\/\n        .section {\n            padding: 4rem 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section h2 {\n            font-family: 'Orbitron', monospace;\n            font-size: 2.5rem;\n            font-weight: 600;\n            text-align: center;\n            margin-bottom: 1rem;\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.2rem;\n            color: white;\n            margin-bottom: 3rem;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            opacity: 0.9;\n        }\n\n        \/* Package Grid *\/\n        .packages {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n\n        .package {\n            background: rgba(45, 45, 45, 0.8);\n            border-radius: 15px;\n            padding: 2rem;\n            border: 1px solid rgba(50, 205, 50, 0.3);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .package:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(50, 205, 50, 0.2);\n        }\n\n        .package h3 {\n            font-family: 'Orbitron', monospace;\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .package-description {\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            color: white;\n            opacity: 0.9;\n        }\n\n        .locations {\n            margin-bottom: 1.5rem;\n        }\n\n        .location {\n            background: rgba(0, 0, 0, 0.3);\n            border-radius: 10px;\n            padding: 1rem;\n            margin-bottom: 1rem;\n            border-left: 4px solid #32CD32;\n        }\n\n        .location h4 {\n            color: #32CD32;\n            margin-bottom: 0.5rem;\n            font-size: 1.2rem;\n        }\n\n        .location p {\n            color: white;\n            opacity: 0.9;\n            margin-bottom: 0.5rem;\n        }\n\n        .location-details {\n            font-size: 0.9rem;\n            color: #ccc;\n        }\n\n        \/* Booking Form *\/\n        .booking-section {\n            background: rgba(45, 45, 45, 0.8);\n            border-radius: 15px;\n            padding: 3rem;\n            margin: 3rem auto;\n            max-width: 800px;\n            border: 1px solid rgba(50, 205, 50, 0.3);\n        }\n\n        .booking-form {\n            display: grid;\n            gap: 1.5rem;\n        }\n\n        .form-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1rem;\n        }\n\n        .form-group {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .form-group label {\n            margin-bottom: 0.5rem;\n            color: white;\n            font-weight: 500;\n        }\n\n        .form-group input,\n        .form-group select,\n        .form-group textarea {\n            padding: 0.8rem;\n            border: 1px solid rgba(50, 205, 50, 0.3);\n            border-radius: 8px;\n            background: rgba(0, 0, 0, 0.3);\n            color: white;\n            font-size: 1rem;\n        }\n\n        .form-group input:focus,\n        .form-group select:focus,\n        .form-group textarea:focus {\n            outline: none;\n            border-color: #32CD32;\n            box-shadow: 0 0 10px rgba(50, 205, 50, 0.3);\n        }\n\n        .submit-btn {\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            color: white;\n            padding: 1rem 2rem;\n            border: none;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .submit-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(50, 205, 50, 0.3);\n        }\n\n        \/* Contact Boxes - FIXED TO STAY WITHIN BORDERS *\/\n        .contact-boxes {\n            display: flex;\n            gap: 0.8rem;\n            justify-content: center;\n            margin-top: 2rem;\n            flex-wrap: wrap;\n            max-width: 100%;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .contact-box {\n            background: linear-gradient(45deg, #32CD32, #FF4500);\n            color: white;\n            padding: 0.7rem 1rem;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            gap: 0.4rem;\n            max-width: 220px;\n            min-width: 180px;\n            text-align: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            word-break: break-word;\n            flex: 1;\n            box-sizing: border-box;\n        }\n\n        .contact-box:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(50, 205, 50, 0.3);\n            text-decoration: none;\n            color: white;\n        }\n\n        .contact-box .icon {\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .nav-links {\n                display: none;\n                position: absolute;\n                top: 100%;\n                left: 0;\n                right: 0;\n                background: rgba(0, 0, 0, 0.98);\n                flex-direction: column;\n                padding: 2rem;\n                gap: 1rem;\n            }\n\n            .nav-links.active {\n                display: flex;\n            }\n\n            .mobile-menu-btn {\n                display: block;\n            }\n\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n\n            .packages {\n                grid-template-columns: 1fr;\n            }\n\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n\n            .contact-boxes {\n                flex-direction: column;\n                align-items: center;\n                gap: 0.6rem;\n                padding: 0;\n                margin-top: 1.5rem;\n            }\n\n            .contact-box {\n                max-width: calc(100% - 2rem);\n                min-width: auto;\n                width: calc(100% - 2rem);\n                font-size: 0.8rem;\n                padding: 0.6rem 0.8rem;\n                margin: 0 1rem;\n            }\n\n            .booking-section {\n                padding: 2rem 1.5rem;\n                margin: 2rem 1rem;\n            }\n        }\n\n        @media (max-width: 1200px) {\n            .nav-links {\n                gap: 1rem;\n            }\n\n            .nav-links a {\n                padding: 0.5rem 0.8rem;\n                font-size: 0.85rem;\n            }\n\n            .contact-boxes {\n                gap: 0.6rem;\n                padding: 0;\n            }\n\n            .contact-box {\n                max-width: 200px;\n                min-width: 160px;\n                font-size: 0.8rem;\n                padding: 0.6rem 0.8rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .contact-box {\n                font-size: 0.8rem;\n                padding: 0.6rem 0.8rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Navigation -->\n    <nav class=\"navbar\" id=\"navbar\">\n        <div class=\"nav-logo\">Mango Motion Adventures<\/div>\n        <ul class=\"nav-links\" id=\"navLinks\">\n            <li><a href=\"#packages\">Packages<\/a><\/li>\n            <li><a href=\"#booking\">Book Now<\/a><\/li>\n            <li><a href=\"https:\/\/gomangomotion.com\" target=\"_blank\">Van Rentals<\/a><\/li>\n            <li><a href=\"https:\/\/gomangomotion.com\/?page_id=89\" target=\"_blank\">Adventures<\/a><\/li>\n        <\/ul>\n        <button class=\"mobile-menu-btn\" id=\"mobileMenuBtn\">\n            \u2630\n        <\/button>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <h1>Mango Motion Adventures<\/h1>\n        <p>Where Adventure Meets Luxury &#8211; Curated Vanlife Escapes Through Florida&#8217;s Hidden Gems<\/p>\n        \n        <div class=\"feature-badges\">\n            <span class=\"badge\">\ud83c\udf0a Crystal Springs<\/span>\n            <span class=\"badge\">\ud83d\udc95 Romance Packages<\/span>\n            <span class=\"badge\">\ud83d\udcf8 Content Creation<\/span>\n            <span class=\"badge\">\ud83c\udfd5\ufe0f Off-Grid Adventures<\/span>\n        <\/div>\n\n        <div class=\"cta-buttons\">\n            <a href=\"#packages\" class=\"btn btn-primary\">Explore Packages<\/a>\n            <a href=\"#booking\" class=\"btn btn-secondary\">Book Your Adventure<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Packages Section -->\n    <section id=\"packages\" class=\"section\">\n        <h2>Curated Adventure Packages<\/h2>\n        <p class=\"section-subtitle\">Each package is carefully designed to showcase Florida&#8217;s most breathtaking hidden gems<\/p>\n        \n        <div class=\"packages\">\n            <!-- Romance Reset Package -->\n            <div class=\"package\">\n                <h3>\ud83d\udc95 Romance Reset<\/h3>\n                <p class=\"package-description\">Escape to Florida&#8217;s most romantic natural springs and secluded beaches for the perfect couples retreat.<\/p>\n                \n                <div class=\"locations\">\n                    <div class=\"location\">\n                        <h4>Ginnie Springs<\/h4>\n                        <p>Crystal paradise with lazy river tubing and romantic swimming in 72\u00b0F spring waters year-round.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Romantic Activities:<\/strong> Couples tubing down the lazy river, private swimming areas, romantic picnics by crystal waters, sunset photography sessions<br>\n                            <strong>Perfect For:<\/strong> Intimate conversations in pristine natural settings, surprise romantic gestures, peaceful moments together<br>\n                            <strong>Best Times:<\/strong> Early morning for privacy, golden hour for romantic lighting\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"location\">\n                        <h4>Rainbow Springs<\/h4>\n                        <p>Emerald waters perfect for romantic kayaking and peaceful moments surrounded by lush Florida nature.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Romantic Activities:<\/strong> Couples kayaking through emerald waters, romantic walks along spring-fed rivers, champagne toasts in natural settings<br>\n                            <strong>Perfect For:<\/strong> Romantic photography, quiet intimate moments, celebrating special occasions<br>\n                            <strong>Best Times:<\/strong> Weekday mornings for solitude, late afternoon for magical lighting\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"location\">\n                        <h4>Blue Springs<\/h4>\n                        <p>Manatee encounters and serene waters create magical romantic moments in this protected natural sanctuary.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Romantic Activities:<\/strong> Manatee watching together, peaceful swimming, romantic boardwalk strolls, wildlife photography as a couple<br>\n                            <strong>Perfect For:<\/strong> Sharing wonder and amazement, creating unique memories, connecting with nature together<br>\n                            <strong>Best Times:<\/strong> Winter months for manatee encounters, early morning for peaceful atmosphere\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Creator's Content Escape Package -->\n            <div class=\"package\">\n                <h3>\ud83c\udfa5 Creator&#8217;s Content Escape<\/h3>\n                <p class=\"package-description\">Discover Florida&#8217;s most photogenic locations perfect for creating viral content and stunning visuals.<\/p>\n                \n                <div class=\"locations\">\n                    <div class=\"location\">\n                        <h4>Devil&#8217;s Den<\/h4>\n                        <p>Underground cave spring with dramatic cathedral lighting perfect for unique content creation.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Content Creation Features:<\/strong> Dramatic underground lighting, unique geological formations, crystal-clear waters 54 feet deep, prehistoric atmosphere<br>\n                            <strong>Photography &#038; Video Tips:<\/strong> Use underwater cameras, capture light beams, wide-angle shots for scale, safety equipment required<br>\n                            <strong>Viral Content Ideas:<\/strong> Cave reveals, underwater exploration, educational content about geology, adventure challenges\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"location\">\n                        <h4>Anastasia State Park<\/h4>\n                        <p>Historic coastal beauty with diverse landscapes from ancient dunes to pristine beaches.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Content Creation Features:<\/strong> Ancient coquina rock formations, pristine beaches, historic lighthouse views, diverse ecosystems<br>\n                            <strong>Photography &#038; Video Tips:<\/strong> Golden hour beach shots, drone footage of coastline, macro photography of unique rocks, time-lapse sunrises<br>\n                            <strong>Viral Content Ideas:<\/strong> Historical timelines, geological education, beach lifestyle content, lighthouse adventures\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"location\">\n                        <h4>Tomoka State Park<\/h4>\n                        <p>Rich wildlife and scenic river views provide endless opportunities for nature content creation.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Content Creation Features:<\/strong> Abundant wildlife, scenic river views, ancient shell mounds, diverse bird species<br>\n                            <strong>Photography &#038; Video Tips:<\/strong> Wildlife telephoto shots, river reflections, bird photography, archaeological discoveries<br>\n                            <strong>Viral Content Ideas:<\/strong> Wildlife encounters, archaeological discovery content, nature education, adventure vlogs\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Off-Grid Adventure Package -->\n            <div class=\"package\">\n                <h3>\ud83c\udfd5\ufe0f Off-Grid Adventure<\/h3>\n                <p class=\"package-description\">Experience true wilderness camping and outdoor adventures in Florida&#8217;s most remote natural areas.<\/p>\n                \n                <div class=\"locations\">\n                    <div class=\"location\">\n                        <h4>Kissimmee Prairie<\/h4>\n                        <p>Dark sky preserve perfect for stargazing and experiencing Florida&#8217;s vast prairie wilderness.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Adventure Activities:<\/strong> Dark sky stargazing, Milky Way photography, wilderness hiking, prairie wildlife tracking<br>\n                            <strong>Outdoor Experiences:<\/strong> Primitive camping under stars, night sky adventures, wildlife observation, nature immersion<br>\n                            <strong>Adventure Challenges:<\/strong> Multi-day camping, navigation skills, wildlife identification, survival skills practice\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"location\">\n                        <h4>Myakka River State Park<\/h4>\n                        <p>Wild Florida at its finest with airboat adventures, alligator encounters, and pristine wilderness.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Adventure Activities:<\/strong> Airboat tours through wild wetlands, alligator spotting, backcountry hiking, canopy walkway adventures<br>\n                            <strong>Outdoor Experiences:<\/strong> Wildlife tracking, bird watching, wilderness photography, swamp exploration<br>\n                            <strong>Adventure Challenges:<\/strong> Multi-day backcountry camping, endurance hiking, wildlife photography, navigation challenges\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"location\">\n                        <h4>Ocala National Forest<\/h4>\n                        <p>Vast wilderness with crystal springs, hiking trails, and endless opportunities for outdoor adventure.<\/p>\n                        <div class=\"location-details\">\n                            <strong>Adventure Activities:<\/strong> Backcountry hiking, spring hopping, wilderness camping, trail running, mountain biking<br>\n                            <strong>Outdoor Experiences:<\/strong> Forest bathing, wildlife encounters, primitive skills, nature photography<br>\n                            <strong>Adventure Challenges:<\/strong> Long-distance hiking, survival camping, orienteering, endurance challenges\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Booking Section -->\n    <section id=\"booking\" class=\"section\">\n        <div class=\"booking-section\">\n            <h2>Book Your Adventure<\/h2>\n            <p class=\"section-subtitle\">Ready to experience Florida&#8217;s hidden gems? Let&#8217;s plan your perfect adventure.<\/p>\n            \n            <form class=\"booking-form\" id=\"bookingForm\">\n                <div class=\"form-row\">\n                    <div class=\"form-group\">\n                        <label for=\"name\">Full Name *<\/label>\n                        <input type=\"text\" id=\"name\" name=\"name\" required>\n                    <\/div>\n                    <div class=\"form-group\">\n                        <label for=\"email\">Email Address *<\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" required>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"form-row\">\n                    <div class=\"form-group\">\n                        <label for=\"phone\">Phone Number *<\/label>\n                        <input type=\"tel\" id=\"phone\" name=\"phone\" required>\n                    <\/div>\n                    <div class=\"form-group\">\n                        <label for=\"package\">Adventure Package *<\/label>\n                        <select id=\"package\" name=\"package\" required>\n                            <option value=\"\">Select a package<\/option>\n                            <option value=\"romance-reset\">\ud83d\udc95 Romance Reset<\/option>\n                            <option value=\"content-escape\">\ud83c\udfa5 Creator&#8217;s Content Escape<\/option>\n                            <option value=\"offgrid-adventure\">\ud83c\udfd5\ufe0f Off-Grid Adventure<\/option>\n                            <option value=\"custom\">Custom Adventure<\/option>\n                        <\/select>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"form-row\">\n                    <div class=\"form-group\">\n                        <label for=\"checkin\">Check-in Date *<\/label>\n                        <input type=\"date\" id=\"checkin\" name=\"checkin\" required>\n                    <\/div>\n                    <div class=\"form-group\">\n                        <label for=\"checkout\">Check-out Date *<\/label>\n                        <input type=\"date\" id=\"checkout\" name=\"checkout\" required>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"form-row\">\n                    <div class=\"form-group\">\n                        <label for=\"guests\">Number of Guests<\/label>\n                        <select id=\"guests\" name=\"guests\">\n                            <option value=\"1\">1 Guest<\/option>\n                            <option value=\"2\" selected>2 Guests<\/option>\n                            <option value=\"3\">3 Guests<\/option>\n                            <option value=\"4\">4 Guests<\/option>\n                        <\/select>\n                    <\/div>\n                    <div class=\"form-group\">\n                        <label for=\"fullservice\">Full-Service Planning<\/label>\n                        <select id=\"fullservice\" name=\"fullservice\">\n                            <option value=\"no\">Standard Package<\/option>\n                            <option value=\"yes\">Yes &#8211; Full Service ($199\/day &#8211; 33% savings!)<\/option>\n                        <\/select>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"form-group\">\n                    <label for=\"agent-code\">Agent Referral Code (if applicable)<\/label>\n                    <input type=\"text\" id=\"agent-code\" name=\"agent-code\" placeholder=\"Enter referral code\">\n                <\/div>\n                \n                <div class=\"form-group\">\n                    <label for=\"special-requests\">Special Requests or Questions<\/label>\n                    <textarea id=\"special-requests\" name=\"special-requests\" rows=\"4\" placeholder=\"Tell us about any special requests, dietary restrictions, or questions you have...\"><\/textarea>\n                <\/div>\n                \n                <button type=\"submit\" class=\"submit-btn\">Send Booking Request<\/button>\n            <\/form>\n            \n            <div class=\"contact-boxes\">\n                <a href=\"mailto:MangoHouseus@gmail.com\" class=\"contact-box\">\n                    <span class=\"icon\">\ud83d\udce7<\/span>\n                    <span>MangoHouseus@gmail.com<\/span>\n                <\/a>\n                <a href=\"tel:+19545523345\" class=\"contact-box\">\n                    <span class=\"icon\">\ud83d\udcde<\/span>\n                    <span>954-552-3345<\/span>\n                <\/a>\n            <\/div>\n            \n            <p style=\"text-align: center; margin-top: 2rem; color: #ccc;\">\n                <strong>Security Deposit:<\/strong> $750 (fully refundable) | \n                <strong>Contact:<\/strong> MangoHouseus@gmail.com | 954-552-3345\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Navbar scroll effect\n        window.addEventListener('scroll', function() {\n            const navbar = document.getElementById('navbar');\n            if (window.scrollY > 100) {\n                navbar.classList.add('scrolled');\n            } else {\n                navbar.classList.remove('scrolled');\n            }\n        });\n\n        \/\/ Mobile menu toggle\n        document.getElementById('mobileMenuBtn').addEventListener('click', function() {\n            const navLinks = document.getElementById('navLinks');\n            navLinks.classList.toggle('active');\n        });\n\n        \/\/ Smooth scrolling for navigation links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Form submission with mailto\n        document.getElementById('bookingForm').addEventListener('submit', function(e) {\n            e.preventDefault();\n            \n            \/\/ Get form data\n            const formData = new FormData(this);\n            const data = {};\n            for (let [key, value] of formData.entries()) {\n                data[key] = value;\n            }\n            \n            \/\/ Create email body\n            const emailBody = `\nNEW MANGO MOTION ADVENTURE BOOKING REQUEST\n\nCustomer Information:\n- Name: ${data.name || 'Not provided'}\n- Email: ${data.email || 'Not provided'}\n- Phone: ${data.phone || 'Not provided'}\n\nBooking Details:\n- Adventure Package: ${data.package || 'Not selected'}\n- Check-in Date: ${data.checkin || 'Not provided'}\n- Check-out Date: ${data.checkout || 'Not provided'}\n- Number of Guests: ${data.guests || 'Not provided'}\n- Full-Service Planning: ${data.fullservice === 'yes' ? 'Yes - Full Service ($199\/day)' : 'Standard Package'}\n\nAdditional Information:\n- Agent Referral Code: ${data['agent-code'] || 'None'}\n- Special Requests: ${data['special-requests'] || 'None'}\n\nPlease respond to this booking request within 24 hours.\n\nBest regards,\nMango Motion Adventures Booking System\n            `.trim();\n            \n            \/\/ Create mailto link\n            const subject = encodeURIComponent('New Mango Motion Adventure Booking Request');\n            const body = encodeURIComponent(emailBody);\n            const mailtoLink = `mailto:MangoHouseus@gmail.com?subject=${subject}&body=${body}`;\n            \n            \/\/ Open email client\n            window.location.href = mailtoLink;\n            \n            \/\/ Show confirmation\n            alert('Your email client will open with the booking request. Please send the email to complete your booking request.');\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Mango Motion Adventures &#8211; Curated Vanlife Escapes | Travel Agent Hub Mango Motion Adventures Packages Book Now Van Rentals Adventures \u2630 Mango Motion Adventures Where Adventure Meets Luxury &#8211; Curated Vanlife Escapes Through Florida&#8217;s Hidden Gems \ud83c\udf0a Crystal Springs \ud83d\udc95 Romance Packages \ud83d\udcf8 Content Creation \ud83c\udfd5\ufe0f Off-Grid Adventures Explore Packages Book Your Adventure Curated Adventure [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-89","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- South Florida Camper Van Rental<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gomangomotion.com\/?page_id=89\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- South Florida Camper Van Rental\" \/>\n<meta property=\"og:description\" content=\"Mango Motion Adventures &#8211; Curated Vanlife Escapes | Travel Agent Hub Mango Motion Adventures Packages Book Now Van Rentals Adventures \u2630 Mango Motion Adventures Where Adventure Meets Luxury &#8211; Curated Vanlife Escapes Through Florida&#8217;s Hidden Gems \ud83c\udf0a Crystal Springs \ud83d\udc95 Romance Packages \ud83d\udcf8 Content Creation \ud83c\udfd5\ufe0f Off-Grid Adventures Explore Packages Book Your Adventure Curated Adventure [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gomangomotion.com\/?page_id=89\" \/>\n<meta property=\"og:site_name\" content=\"South Florida Camper Van Rental\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-16T18:28:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gomangomotion.com\/wp-content\/uploads\/2025\/07\/IMG_7470-1-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gomangomotion.com\\\/?page_id=89\",\"url\":\"https:\\\/\\\/gomangomotion.com\\\/?page_id=89\",\"name\":\"- South Florida Camper Van Rental\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gomangomotion.com\\\/#website\"},\"datePublished\":\"2025-07-16T17:21:24+00:00\",\"dateModified\":\"2025-07-16T18:28:16+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gomangomotion.com\\\/?page_id=89\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gomangomotion.com\\\/#website\",\"url\":\"https:\\\/\\\/gomangomotion.com\\\/\",\"name\":\"South Florida Camper Van Rental\",\"description\":\"Mango \ud83e\udd6d Motion\",\"publisher\":{\"@id\":\"https:\\\/\\\/gomangomotion.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gomangomotion.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gomangomotion.com\\\/#organization\",\"name\":\"Mango Motion\",\"url\":\"https:\\\/\\\/gomangomotion.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gomangomotion.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gomangomotion.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/IMG_7624-1.png\",\"contentUrl\":\"https:\\\/\\\/gomangomotion.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/IMG_7624-1.png\",\"width\":1024,\"height\":1024,\"caption\":\"Mango Motion\"},\"image\":{\"@id\":\"https:\\\/\\\/gomangomotion.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- South Florida Camper Van Rental","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gomangomotion.com\/?page_id=89","og_locale":"en_US","og_type":"article","og_title":"- South Florida Camper Van Rental","og_description":"Mango Motion Adventures &#8211; Curated Vanlife Escapes | Travel Agent Hub Mango Motion Adventures Packages Book Now Van Rentals Adventures \u2630 Mango Motion Adventures Where Adventure Meets Luxury &#8211; Curated Vanlife Escapes Through Florida&#8217;s Hidden Gems \ud83c\udf0a Crystal Springs \ud83d\udc95 Romance Packages \ud83d\udcf8 Content Creation \ud83c\udfd5\ufe0f Off-Grid Adventures Explore Packages Book Your Adventure Curated Adventure [&hellip;]","og_url":"https:\/\/gomangomotion.com\/?page_id=89","og_site_name":"South Florida Camper Van Rental","article_modified_time":"2025-07-16T18:28:16+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/gomangomotion.com\/wp-content\/uploads\/2025\/07\/IMG_7470-1-1024x683.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gomangomotion.com\/?page_id=89","url":"https:\/\/gomangomotion.com\/?page_id=89","name":"- South Florida Camper Van Rental","isPartOf":{"@id":"https:\/\/gomangomotion.com\/#website"},"datePublished":"2025-07-16T17:21:24+00:00","dateModified":"2025-07-16T18:28:16+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gomangomotion.com\/?page_id=89"]}]},{"@type":"WebSite","@id":"https:\/\/gomangomotion.com\/#website","url":"https:\/\/gomangomotion.com\/","name":"South Florida Camper Van Rental","description":"Mango \ud83e\udd6d Motion","publisher":{"@id":"https:\/\/gomangomotion.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gomangomotion.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gomangomotion.com\/#organization","name":"Mango Motion","url":"https:\/\/gomangomotion.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gomangomotion.com\/#\/schema\/logo\/image\/","url":"https:\/\/gomangomotion.com\/wp-content\/uploads\/2025\/07\/IMG_7624-1.png","contentUrl":"https:\/\/gomangomotion.com\/wp-content\/uploads\/2025\/07\/IMG_7624-1.png","width":1024,"height":1024,"caption":"Mango Motion"},"image":{"@id":"https:\/\/gomangomotion.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/gomangomotion.com\/index.php?rest_route=\/wp\/v2\/pages\/89","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gomangomotion.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gomangomotion.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gomangomotion.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gomangomotion.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=89"}],"version-history":[{"count":3,"href":"https:\/\/gomangomotion.com\/index.php?rest_route=\/wp\/v2\/pages\/89\/revisions"}],"predecessor-version":[{"id":94,"href":"https:\/\/gomangomotion.com\/index.php?rest_route=\/wp\/v2\/pages\/89\/revisions\/94"}],"wp:attachment":[{"href":"https:\/\/gomangomotion.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=89"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}