{"id":10594,"date":"2025-03-22T02:10:41","date_gmt":"2025-03-22T02:10:41","guid":{"rendered":"https:\/\/thetraveldiscovery.com\/public-trips\/?page_id=10594"},"modified":"2025-03-22T02:10:43","modified_gmt":"2025-03-22T02:10:43","slug":"1053-2","status":"publish","type":"page","link":"https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/","title":{"rendered":"6-Day Norway Aurora &amp; Arctic Wildlife Photography Tour"},"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>Norway Photography Trip Planner<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" integrity=\"sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        body {\n            background-color: #f0f2f5; \/* Light gray background *\/\n            padding: 20px;\n        }\n\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff; \/* White container *\/\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            transition: box-shadow 0.3s ease;\n        }\n\n         .container:hover {\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n        }\n\n        .header {\n            background: #007bff; \/* Modern blue *\/\n            color: white;\n            padding: 25px;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 10px;\n        }\n        .header h1{\n             font-size: 2.2em;\n             margin-bottom: 5px;\n        }\n\n        .action-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 15px;\n        }\n\n        .btn {\n            padding: 10px 20px;\n            border: none;\n            border-radius: 6px;\n            cursor: pointer;\n            font-weight: 500;\n            transition: background-color 0.3s, transform 0.2s;\n            color: white;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.95rem;\n            text-decoration: none; \/* Remove underline from the home button *\/\n        }\n\n          .btn:hover {\n            transform: scale(1.05);\n        }\n\n        .btn-share {\n            background-color: #28a745; \/* Green share *\/\n        }\n\n        .btn-share:hover {\n            background-color: #218838; \/* Darker green *\/\n        }\n\n        .btn-download {\n            background-color: #17a2b8; \/* Teal download *\/\n        }\n\n        .btn-download:hover {\n            background-color: #138496; \/* Darker teal *\/\n        }\n\n        .btn-home {\n            background-color: #6c757d; \/* Gray home *\/\n        }\n\n        .btn-home:hover {\n            background-color: #5a6268; \/* Darker gray *\/\n        }\n\n\n        .day-header {\n            background: #e9ecef; \/* Light gray day header *\/\n            color: #343a40;\n            padding: 18px 25px;\n            font-size: 1.4em;\n            font-weight: 600;\n            border-bottom: 2px solid #ddd;\n\n        }\n\n        .itinerary {\n            padding: 25px;\n        }\n\n        .time-section {\n            margin-bottom: 35px;\n        }\n\n        .time-header {\n            color: #343a40;\n            font-size: 1.3em;\n            font-weight: 500;\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #ddd;\n        }\n\n        .activity {\n            margin-bottom: 20px;\n            padding: 20px;\n            background: #f8f9fa; \/* Light background for activity *\/\n            border-radius: 8px;\n            transition: transform 0.2s, box-shadow 0.2s;\n            border: 1px solid #eee;\n        }\n\n         .activity:hover {\n           transform: translateY(-3px);\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);\n        }\n\n        .activity-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n\n        .activity-description {\n            color: #555;\n            line-height: 1.6;\n             font-size: 0.97em;\n        }\n\n         .travel-tip {\n            background: #f0f9f7;\n            padding: 20px;\n            margin-top: 25px;\n            border-left: 4px solid #28a745;\n            border-radius: 5px;\n        }\n\n        .travel-tip-header {\n            font-weight: 600;\n            color: #218838;\n            margin-bottom: 8px;\n             font-size: 1.1em;\n        }\n\n        .day-container {\n            margin-bottom: 35px;\n        }\n\n        .day-container:last-child {\n            margin-bottom: 0;\n        }\n\n        .toast {\n            position: fixed;\n            bottom: 30px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: #343a40;\n            color: white;\n            padding: 12px 25px;\n            border-radius: 8px;\n            display: none;\n            animation: fadeIn 0.3s;\n            z-index: 1000;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translate(-50%, 20px); }\n            to { opacity: 1; transform: translate(-50%, 0); }\n        }\n\n       .image-container {\n          width: 100%;\n          overflow: hidden;\n          border-bottom: 1px solid #ddd;\n         }\n\n        .image-container img{\n          width: 100%;\n          height: 250px;\n          object-fit: cover;\n          display: block;\n        }\n\n        \/* Social Share Buttons *\/\n        .social-share {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .social-share a {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            color: white;\n            text-decoration: none;\n            font-size: 1.3em;\n            transition: background-color 0.3s;\n        }\n\n        .social-share .facebook {\n            background-color: #3b5998;\n        }\n\n        .social-share .twitter {\n            background-color: #1da1f2;\n        }\n\n        .social-share .pinterest {\n            background-color: #e60023;\n        }\n\n        .social-share .whatsapp {\n            background-color: #25d366;\n        }\n\n        .social-share a:hover {\n            opacity: 0.8;\n        }\n\n        @media (max-width: 600px) {\n            .container {\n                margin: 0;\n                border-radius: 0;\n            }\n\n            .activity {\n                padding: 15px;\n            }\n\n            .day-header {\n                padding: 15px 20px;\n                font-size: 1.3em;\n            }\n\n            .action-buttons {\n                flex-direction: column;\n                padding: 0 20px;\n            }\n\n             .header{\n                padding: 20px;\n             }\n              .header h1{\n             font-size: 1.8em;\n           }\n\n            .btn {\n                width: 100%;\n                justify-content: center;\n                font-size: 0.9em;\n            }\n\n            .itinerary {\n               padding: 15px;\n           }\n\n             .time-header {\n                font-size: 1.2em;\n                padding-bottom: 5px;\n           }\n            .activity-description {\n                 font-size: 0.9em;\n            }\n            .travel-tip{\n                 padding: 15px;\n            }\n            .travel-tip-header{\n                font-size: 1em;\n            }\n\n            .image-container img{\n               height: 200px;\n            }\n\n             .social-share {\n                flex-direction: row; \/* Ensure horizontal layout on smaller screens *\/\n                justify-content: center; \/* Center the buttons *\/\n                gap: 10px;        \/* Reduce the gap between buttons *\/\n            }\n\n            .social-share a {\n                width: 35px;\n                height: 35px;\n                font-size: 1.1em;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>Norway Photography Adventure: Troms\u00f8 &#038; Lofoten<\/h1>\n            <div class=\"action-buttons\">\n                 <a href=\"https:\/\/thetraveldiscovery.com\/\" class=\"btn btn-home\">\n                    <i class=\"fas fa-home\"><\/i>\n                    Plan Your Trip\n                <\/a>\n                <button class=\"btn btn-share\" onclick=\"shareItinerary()\">\n                  <i class=\"fas fa-share-alt\"><\/i>\n                    Share Itinerary\n                <\/button>\n                <button class=\"btn btn-download\" onclick=\"downloadItinerary()\">\n                     <i class=\"fas fa-download\"><\/i>\n                    Download PDF\n                <\/button>\n            <\/div>\n        <\/div>\n\n        <!-- Day 1 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 1 &#8211; Troms\u00f8: Arctic City Exploration<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Arctic-Alpine Botanic Garden<\/div>\n                        <div class=\"activity-description\">Explore diverse Arctic and Alpine flora, capturing stunning photos of vibrant flowers and unique landscapes. A peaceful start to your trip.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Troms\u00f8 City Walk &#038; Photography<\/div>\n                        <div class=\"activity-description\">Wander through the charming streets, capturing images of colorful buildings, the Arctic Cathedral, and the bustling harbor area. Consider a wide-angle lens for the best shots.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Polaria Museum Visit<\/div>\n                        <div class=\"activity-description\">Learn about Arctic wildlife and the environment through engaging exhibits. Excellent photo opportunities of seals and arctic animals, especially during feeding times.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Fjellheisen Cable Car Ride<\/div>\n                        <div class=\"activity-description\">Ascend Fjellheisen for panoramic views of Troms\u00f8 and surrounding fjords. Capture breathtaking sunset photos from the mountaintop. Bring a tripod for stable, long-exposure shots.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Dinner at Emmas Dreng<\/div>\n                        <div class=\"activity-description\">Enjoy a delicious and affordable meal at this popular local restaurant, known for its traditional Norwegian dishes.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Optional: Northern Lights Hunt (if season)<\/div>\n                        <div class=\"activity-description\">Embark on a guided tour to increase your chances of witnessing the magical Aurora Borealis, capturing incredible night sky photos. A fast lens (f\/2.8 or wider) and a sturdy tripod are essential.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Photography Travel Tip:<\/div>\n                    <div class=\"activity-description\">Pack layers! Troms\u00f8&#8217;s weather can change rapidly, even within a single day. Consider bringing a waterproof camera bag to protect your gear from the elements.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 2 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 2 &#8211; Troms\u00f8: Island Hopping &#038; Coastal Views<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Ferry to Sommar\u00f8y<\/div>\n                        <div class=\"activity-description\">Take a scenic ferry trip to the picturesque island of Sommar\u00f8y, known for its stunning coastal scenery and unique photo opportunities from the deck.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Explore Sommar\u00f8y Island<\/div>\n                        <div class=\"activity-description\">Wander through the charming village, capturing photos of the iconic &#8220;World&#8217;s End&#8221; sculpture and picturesque fishing boats. Look for reflections in the water for added impact.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Coastal Hike near Sommar\u00f8y<\/div>\n                        <div class=\"activity-description\">Enjoy a moderate hike along the coast, capturing dramatic coastal views and capturing the unique rugged landscape. A telephoto lens can help isolate distant features.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Kayaking in the Fjords (Optional)<\/div>\n                        <div class=\"activity-description\">Experience the serene beauty of the fjords from a different perspective. Capture unique photos from the water&#8217;s edge. Use a waterproof camera or a waterproof bag for your gear.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Dinner at a local restaurant in Sommar\u00f8y<\/div>\n                        <div class=\"activity-description\">Enjoy fresh seafood and local specialties while enjoying the calming coastal atmosphere.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Ferry back to Troms\u00f8<\/div>\n                        <div class=\"activity-description\">Take the ferry back to Troms\u00f8 and relax after a day of exploring the stunning islands. Try to capture some sunset shots from the boat.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Photography Travel Tip:<\/div>\n                    <div class=\"activity-description\">Check the ferry schedule in advance and book tickets to avoid disappointment. Bring a polarizing filter to reduce glare and enhance colors in your coastal photos.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 3 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 3 &#8211; Travel to Lofoten: Scenic Drive &#038; Reine<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Travel to Svolv\u00e6r (Lofoten)<\/div>\n                        <div class=\"activity-description\">Take a scenic bus journey from Troms\u00f8 to Svolv\u00e6r, the main town of the Lofoten Islands, enjoying breathtaking views. Keep your camera ready for roadside photo opportunities.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Explore Svolv\u00e6r<\/div>\n                        <div class=\"activity-description\">Walk around Svolv\u00e6r, checking out the harbor and taking pictures of the colorful buildings and fishing boats. Consider climbing Svolv\u00e6rgeita (Svolv\u00e6r Goat) for panoramic views, if you are an experienced climber.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Drive to Reine<\/div>\n                        <div class=\"activity-description\">Enjoy a scenic drive to Reine, one of the most photographed villages in Lofoten, known for its dramatic mountains and picturesque fishing huts (rorbuer). Stop at viewpoints along the way.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Check into accommodation in Reine<\/div>\n                        <div class=\"activity-description\">Settle into your accommodation in Reine and relax after the journey. Consider a waterfront location for stunning views and easy access to photo spots.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Dinner in Reine<\/div>\n                        <div class=\"activity-description\">Savor fresh seafood at a local restaurant in Reine, enjoying the charming atmosphere of the village.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Photography Travel Tip:<\/div>\n                    <div class=\"activity-description\">The drive to Lofoten is long. Pack snacks and drinks for the journey. Consider breaking the journey up. Check your camera gear before leaving Troms\u00f8 to make sure everything is in order.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 4 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 4 &#8211; Lofoten: Hiking &#038; Fishing Villages<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Hike to Reinebringen viewpoint<\/div>\n                        <div class=\"activity-description\">Embark on a challenging but rewarding hike to Reinebringen for breathtaking panoramic views of Reine and surrounding peaks. Capture stunning landscape photos, but be prepared for crowds.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Explore \u00c5, the southernmost village<\/div>\n                        <div class=\"activity-description\">Visit the charming village of \u00c5, exploring the fishing museum and capturing images of the picturesque setting. Look for interesting details and textures in the old buildings.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Visit Nusfjord fishing village<\/div>\n                        <div class=\"activity-description\">Explore the well-preserved fishing village of Nusfjord, capturing photos of the traditional rorbuer (fishermen&#8217;s cabins). Nusfjord is a UNESCO World Heritage site.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Sunset photography in Reine<\/div>\n                        <div class=\"activity-description\">Capture stunning sunset images over the Reinefjorden, with the iconic Reine village as a backdrop. Find a good vantage point early and be patient for the best light.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Dinner in Reine<\/div>\n                        <div class=\"activity-description\">Enjoy a final dinner in Reine, perhaps trying a different restaurant for a varied culinary experience.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Photography Travel Tip:<\/div>\n                    <div class=\"activity-description\">Wear comfortable hiking shoes for the Reinebringen hike. The trail can be steep and rocky. A wide-angle lens is great for landscape shots, but a zoom can help capture details on distant peaks.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 5 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 5 &#8211; Departure from Lofoten<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Sunrise photography<\/div>\n                        <div class=\"activity-description\">Wake up early to capture stunning sunrise images over the Lofoten landscape. Consider a different location from previous days for a fresh perspective.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Last-minute souvenir shopping<\/div>\n                        <div class=\"activity-description\">Grab some souvenirs and local products from local shops before heading to the airport or onward journey. Take some candid shots of the local shops and people.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Travel to airport\/ onward destination<\/div>\n                        <div class=\"activity-description\">Begin your journey to the airport for your flight home, reflecting on your incredible photography adventure in Northern Norway. Try to get some aerial shots during take-off (if permitted).<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Departure<\/div>\n                        <div class=\"activity-description\">Depart from Lofoten, carrying unforgettable memories and stunning photographs.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Photography Travel Tip:<\/div>\n                    <div class=\"activity-description\">Allow ample time for travel to the airport, considering potential traffic delays. Back up your photos and videos to a hard drive or the cloud before you leave to make sure you don&#8217;t loose any memories.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n     <div class=\"social-share\">\n        <a href=\"#\" class=\"facebook\" onclick=\"shareOnFacebook()\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n        <a href=\"#\" class=\"twitter\" onclick=\"shareOnTwitter()\"><i class=\"fab fa-twitter\"><\/i><\/a>\n        <a href=\"#\" class=\"pinterest\" onclick=\"shareOnPinterest()\"><i class=\"fab fa-pinterest\"><\/i><\/a>\n        <a href=\"#\" class=\"whatsapp\" onclick=\"shareOnWhatsApp()\"><i class=\"fab fa-whatsapp\"><\/i><\/a>\n    <\/div>\n\n    <div class=\"toast\" id=\"toast\"><\/div>\n     <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\n    <script>\n        function showToast(message) {\n            const toast = document.getElementById('toast');\n            toast.textContent = message;\n            toast.style.display = 'block';\n            setTimeout(() => {\n                toast.style.display = 'none';\n            }, 3000);\n        }\n\n        function shareItinerary() {\n            if (navigator.share) {\n                navigator.share({\n                    title: 'Norway Photography Adventure: Troms\u00f8 & Lofoten',\n                    text: 'Check out this amazing 5-day itinerary for a photography trip in Northern Norway!',\n                    url: window.location.href\n                })\n                .then(() => showToast('Itinerary shared successfully!'))\n                .catch(() => showToast('Error sharing itinerary'));\n            } else {\n                const dummy = document.createElement('textarea');\n                dummy.value = window.location.href;\n                document.body.appendChild(dummy);\n                dummy.select();\n                document.execCommand('copy');\n                document.body.removeChild(dummy);\n                showToast('Link copied to clipboard!');\n            }\n        }\n\n       function downloadItinerary() {\n        showToast('Generating PDF...');\n\n        setTimeout(() => {\n            const { jsPDF } = window.jspdf;\n\n            const doc = new jsPDF();\n            doc.setFontSize(18);\n             doc.text(\"Norway Photography Adventure: Troms\u00f8 & Lofoten\", 20, 20);\n\n            let yPos = 35;\n             document.querySelectorAll('.day-container').forEach((dayContainer) => {\n                const dayHeader = dayContainer.querySelector('.day-header').textContent;\n                 doc.setFontSize(16);\n                doc.text(dayHeader, 20, yPos);\n                yPos += 10;\n\n            dayContainer.querySelectorAll('.time-section').forEach(timeSection => {\n                const timeHeader = timeSection.querySelector('.time-header').textContent;\n                   doc.setFontSize(14);\n                doc.text(timeHeader, 20, yPos);\n                yPos += 8;\n\n                timeSection.querySelectorAll('.activity').forEach(activity =>{\n                     const activityTitle = activity.querySelector('.activity-title').textContent;\n                     const activityDescription = activity.querySelector('.activity-description').textContent;\n                     doc.setFontSize(12);\n                    doc.text(activityTitle, 20, yPos);\n                    yPos += 6;\n                    const textLines = doc.splitTextToSize(activityDescription, 160);\n                     doc.setFontSize(10);\n                     textLines.forEach(line =>{\n                          doc.text(line, 25, yPos);\n                          yPos += 5;\n                     });\n\n                     yPos += 6;\n                })\n\n            });\n            const travelTip = dayContainer.querySelector('.travel-tip');\n            if(travelTip) {\n                const travelTipHeader = travelTip.querySelector('.travel-tip-header').textContent;\n                const travelTipDescription = travelTip.querySelector('.activity-description').textContent;\n                   doc.setFontSize(14);\n                 doc.text(travelTipHeader, 20, yPos);\n                 yPos += 6;\n                const tipLines = doc.splitTextToSize(travelTipDescription, 160);\n                doc.setFontSize(10);\n                     tipLines.forEach(line =>{\n                          doc.text(line, 25, yPos);\n                          yPos += 5;\n                     });\n                yPos += 6;\n\n            }\n\n            yPos += 10;\n        });\n\n            doc.save('Norway-Photography-Itinerary.pdf');\n        }, 1000);\n\n    }\n\n      function shareOnFacebook() {\n            const url = encodeURIComponent(window.location.href);\n            window.open(`https:\/\/www.facebook.com\/sharer\/sharer.php?u=${url}`, '_blank');\n        }\n\n        function shareOnTwitter() {\n            const text = encodeURIComponent('Check out this amazing photography trip itinerary for Northern Norway!');\n            const url = encodeURIComponent(window.location.href);\n            window.open(`https:\/\/twitter.com\/intent\/tweet?text=${text}&url=${url}`, '_blank');\n        }\n\n        function shareOnPinterest() {\n            const url = encodeURIComponent(window.location.href);\n            const media = encodeURIComponent('https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f7\/Nusfjord_Lofoten_Norway_pano.jpg'); \/\/ Replace with your image URL\n            const description = encodeURIComponent('Norway Photography Adventure: Troms\u00f8 & Lofoten');\n            window.open(`https:\/\/pinterest.com\/pin\/create\/button\/?url=${url}&media=${media}&description=${description}`, '_blank');\n        }\n\n        function shareOnWhatsApp() {\n            const text = encodeURIComponent('Check out this amazing photography trip itinerary: ' + window.location.href);\n            window.open(`https:\/\/api.whatsapp.com\/send?text=${text}`, '_blank');\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Norway Photography Trip Planner Norway Photography Adventure: Troms\u00f8 &#038; Lofoten Plan Your Trip Share Itinerary Download PDF Day 1 &#8211; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"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":"","ast-disable-related-posts":"","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-10594","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>6-Day Norway Aurora &amp; Arctic Wildlife Photography Tour<\/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:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"6-Day Norway Aurora &amp; Arctic Wildlife Photography Tour\" \/>\n<meta property=\"og:description\" content=\"Norway Photography Trip Planner Norway Photography Adventure: Troms\u00f8 &#038; Lofoten Plan Your Trip Share Itinerary Download PDF Day 1 &#8211; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/\" \/>\n<meta property=\"og:site_name\" content=\"public-trips\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-22T02:10:43+00:00\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1053-2\\\/\",\"url\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1053-2\\\/\",\"name\":\"6-Day Norway Aurora & Arctic Wildlife Photography Tour\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/#website\"},\"datePublished\":\"2025-03-22T02:10:41+00:00\",\"dateModified\":\"2025-03-22T02:10:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1053-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1053-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1053-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"6-Day Norway Aurora &amp; Arctic Wildlife Photography Tour\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/#website\",\"url\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/\",\"name\":\"public-trips\",\"description\":\"public-trips\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"6-Day Norway Aurora & Arctic Wildlife Photography Tour","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:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/","og_locale":"en_US","og_type":"article","og_title":"6-Day Norway Aurora & Arctic Wildlife Photography Tour","og_description":"Norway Photography Trip Planner Norway Photography Adventure: Troms\u00f8 &#038; Lofoten Plan Your Trip Share Itinerary Download PDF Day 1 &#8211; [&hellip;]","og_url":"https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/","og_site_name":"public-trips","article_modified_time":"2025-03-22T02:10:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/","url":"https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/","name":"6-Day Norway Aurora & Arctic Wildlife Photography Tour","isPartOf":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/#website"},"datePublished":"2025-03-22T02:10:41+00:00","dateModified":"2025-03-22T02:10:43+00:00","breadcrumb":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1053-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thetraveldiscovery.com\/public-trips\/"},{"@type":"ListItem","position":2,"name":"6-Day Norway Aurora &amp; Arctic Wildlife Photography Tour"}]},{"@type":"WebSite","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/#website","url":"https:\/\/thetraveldiscovery.com\/public-trips\/","name":"public-trips","description":"public-trips","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thetraveldiscovery.com\/public-trips\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/comments?post=10594"}],"version-history":[{"count":1,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10594\/revisions"}],"predecessor-version":[{"id":10595,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10594\/revisions\/10595"}],"wp:attachment":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/media?parent=10594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}