{"id":7971,"date":"2026-04-11T04:07:16","date_gmt":"2026-04-11T04:07:16","guid":{"rendered":"https:\/\/ithinkiceland.com\/?page_id=7971"},"modified":"2026-04-11T04:10:41","modified_gmt":"2026-04-11T04:10:41","slug":"iceland-7-nights-8-days-glaciers-lava-caves-golden-circle","status":"publish","type":"page","link":"https:\/\/ithinkiceland.com\/index.php\/iceland-7-nights-8-days-glaciers-lava-caves-golden-circle\/","title":{"rendered":"Iceland 7 Nights 8 Days: Glaciers, Lava Caves &amp; Golden Circle"},"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, viewport-fit=cover\">\n    <title>Iceland 7 Nights 8 Days | Glaciers, Lava Caves &#038; Golden Circle | I Think Iceland<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n            background-color: #ffffff;\n            color: #1a2c2f;\n            line-height: 1.5;\n            scroll-behavior: smooth;\n        }\n\n        .tour-container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 2rem 1.5rem 4rem;\n        }\n\n        .breadcrumb {\n            font-size: 0.85rem;\n            color: #4b6a6f;\n            margin-bottom: 1.5rem;\n        }\n\n        .breadcrumb a {\n            color: #2c6e6b;\n            text-decoration: none;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        .hero {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n\n        .hero-gallery {\n            flex: 2;\n            min-width: 260px;\n            border-radius: 28px;\n            overflow: hidden;\n            background: #eef3f0;\n            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);\n        }\n\n        .main-img {\n            width: 100%;\n            aspect-ratio: 16 \/ 9;\n            object-fit: cover;\n            display: block;\n        }\n\n        .thumbnail-strip {\n            display: flex;\n            gap: 0.75rem;\n            padding: 1rem;\n            background: #fefcf5;\n            flex-wrap: wrap;\n        }\n\n        .thumbnail {\n            width: 80px;\n            height: 60px;\n            object-fit: cover;\n            border-radius: 12px;\n            cursor: pointer;\n            opacity: 0.7;\n            transition: 0.2s;\n            border: 2px solid transparent;\n        }\n\n        .thumbnail.active-thumb {\n            opacity: 1;\n            border-color: #2c6e6b;\n        }\n\n        .hero-info {\n            flex: 1.2;\n            min-width: 260px;\n        }\n\n        .tour-badge {\n            display: inline-block;\n            background: #e9f1ef;\n            color: #1a6d66;\n            padding: 0.3rem 0.9rem;\n            border-radius: 40px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n        }\n\n        h1 {\n            font-size: 2.4rem;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n            margin-bottom: 0.75rem;\n            color: #0e2a2b;\n        }\n\n        .tour-short-desc {\n            font-size: 1.1rem;\n            color: #2c5a5e;\n            margin-bottom: 1.5rem;\n            border-left: 3px solid #e2bc8c;\n            padding-left: 1rem;\n        }\n\n        .info-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.8rem;\n            margin: 1.5rem 0;\n        }\n\n        .info-chip {\n            background: #f7f3ea;\n            padding: 0.4rem 1rem;\n            border-radius: 40px;\n            font-size: 0.85rem;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.4rem;\n        }\n\n        .btn-primary {\n            background: #2a6b62;\n            color: white;\n            border: none;\n            padding: 0.9rem 2rem;\n            border-radius: 48px;\n            font-weight: 600;\n            font-size: 1rem;\n            cursor: pointer;\n            transition: 0.2s;\n            text-decoration: none;\n            display: inline-block;\n            margin-top: 1rem;\n        }\n\n        .btn-primary:hover {\n            background: #1e524a;\n            transform: translateY(-2px);\n        }\n\n        .section-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            margin-bottom: 1.2rem;\n            border-left: 5px solid #e2bc8c;\n            padding-left: 1rem;\n        }\n\n        .grid-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n            gap: 0.8rem;\n        }\n\n        .grid-list li {\n            list-style: none;\n            padding-left: 1.6rem;\n            position: relative;\n            margin-bottom: 0.5rem;\n        }\n\n        .grid-list li::before {\n            content: \"\u2728\";\n            position: absolute;\n            left: 0;\n            color: #e2a526;\n        }\n\n        .hotel-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .hotel-card {\n            background: #faf9f5;\n            padding: 1rem 1.2rem;\n            border-radius: 24px;\n            flex: 1 1 220px;\n            border: 1px solid #e9e2d6;\n        }\n\n        .hotel-name {\n            font-weight: 700;\n            color: #2a6b62;\n        }\n\n        .day-card {\n            background: #ffffff;\n            border-radius: 28px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);\n            margin-bottom: 1rem;\n            border: 1px solid #ece8df;\n            overflow: hidden;\n        }\n\n        .day-header {\n            background: #fefaf2;\n            padding: 1.2rem 1.8rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 700;\n            font-size: 1.15rem;\n        }\n\n        .day-header span:first-child {\n            color: #2a6b62;\n        }\n\n        .day-content {\n            padding: 0 1.8rem 1.5rem 1.8rem;\n            display: none;\n            border-top: 1px solid #ede6db;\n        }\n\n        .day-highlights {\n            margin-top: 1rem;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n        }\n\n        .day-highlight-tag {\n            background: #eef2ea;\n            padding: 0.2rem 0.8rem;\n            border-radius: 30px;\n            font-size: 0.75rem;\n        }\n\n        .included-section {\n            background: #faf9f5;\n            border-radius: 32px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n\n        .tour-footer {\n            margin-top: 3rem;\n            text-align: center;\n            padding: 2rem;\n            background: #f4f0e7;\n            border-radius: 32px;\n        }\n\n        @media (max-width: 780px) {\n            .tour-container {\n                padding: 1rem;\n            }\n            h1 {\n                font-size: 1.8rem;\n            }\n            .day-header {\n                padding: 1rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"tour-container\">\n    <div class=\"breadcrumb\">\n        <a href=\"#\">Home<\/a> \/ <a href=\"#\">Multiday tours<\/a> \/ Iceland 7 Nights 8 Days: Glaciers, Lava Caves &#038; Golden Circle\n    <\/div>\n\n    <div class=\"hero\">\n        <div class=\"hero-gallery\">\n            <img decoding=\"async\" id=\"mainHeroImage\" class=\"main-img\" src=\"https:\/\/picsum.photos\/id\/104\/900\/600\" alt=\"Icelandic landscape\">\n            <div class=\"thumbnail-strip\">\n                <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/104\/150\/100\" class=\"thumbnail active-thumb\" data-img=\"https:\/\/picsum.photos\/id\/104\/900\/600\" alt=\"Golden Circle\">\n                <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/29\/150\/100\" class=\"thumbnail\" data-img=\"https:\/\/picsum.photos\/id\/29\/900\/600\" alt=\"Jokulsarlon\">\n                <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/15\/150\/100\" class=\"thumbnail\" data-img=\"https:\/\/picsum.photos\/id\/15\/900\/600\" alt=\"Waterfall\">\n                <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/96\/150\/100\" class=\"thumbnail\" data-img=\"https:\/\/picsum.photos\/id\/96\/900\/600\" alt=\"Blue Lagoon\">\n                <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/351\/150\/100\" class=\"thumbnail\" data-img=\"https:\/\/picsum.photos\/id\/351\/900\/600\" alt=\"Snaefellsnes\">\n            <\/div>\n        <\/div>\n        <div class=\"hero-info\">\n            <div class=\"tour-badge\">7 Nights \u00b7 8 Days \u00b7 Iceland Deep Dive<\/div>\n            <h1>Iceland 7 Nights 8 Days: Glaciers, Lava Caves &#038; Golden Circle<\/h1>\n            <div class=\"tour-short-desc\">\n                A complete Icelandic saga \u2014 from the otherworldly Golden Circle to monster trucks on Langj\u00f6kull glacier,\n                black sand beaches, iceberg lagoons, and the healing Blue Lagoon.\n            <\/div>\n            <div class=\"info-grid\">\n                <span class=\"info-chip\">\ud83d\udcc5 May \u2013 Sep 2026<\/span>\n                <span class=\"info-chip\">\ud83c\udf19 7 Nights \/ 8 Days<\/span>\n                <span class=\"info-chip\">\ud83d\udccd Reykjavik \u00b7 Borgarnes \u00b7 Vik<\/span>\n                <span class=\"info-chip\">\ud83c\udfe8 4\u2605 + 3\u2605 Hotels<\/span>\n            <\/div>\n            <a href=\"#\" class=\"btn-primary\">Check availability \u2192<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Highlights (exactly from doc) -->\n    <div style=\"margin: 2rem 0;\">\n        <h2 class=\"section-title\">\u2728 Journey highlights<\/h2>\n        <ul class=\"grid-list\">\n            <li>Aurora Museum &#038; FlyOver Iceland experience<\/li>\n            <li>Golden Circle \u2013 Thingvellir, Geysir &#038; Gullfoss<\/li>\n            <li>Tomato Farm with unique Tomato Ice Cream<\/li>\n            <li>Into the Glacier Monster Truck &#038; ice cave tour<\/li>\n            <li>Hraunfossar &#038; Barnafoss waterfalls<\/li>\n            <li>Snaefellsnes Peninsula \u2013 Kirkjufell, Arnarstapi, Hellnar<\/li>\n            <li>Vatnshellir Lava Cave guided tour<\/li>\n            <li>Seljalandsfoss, Sk\u00f3gafoss &#038; Black Sand Beach<\/li>\n            <li>J\u00f6kuls\u00e1rl\u00f3n Glacier Lagoon &#038; Diamond Beach<\/li>\n            <li>Reykjavik city orientation + Blue Lagoon Comfort Package<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Hotels (exactly from doc) -->\n    <div style=\"margin: 2rem 0;\">\n        <h2 class=\"section-title\">\ud83c\udfe8 Where you&#8217;ll stay<\/h2>\n        <div class=\"hotel-grid\">\n            <div class=\"hotel-card\"><span class=\"hotel-name\">Grand Hotel (4\u2605)<\/span><br>Reykjavik \u2013 Night 1, 2 &#038; 7<\/div>\n            <div class=\"hotel-card\"><span class=\"hotel-name\">Hotel Borgarnes (3\u2605)<\/span><br>Borgarnes \u2013 Nights 3 &#038; 4<\/div>\n            <div class=\"hotel-card\"><span class=\"hotel-name\">Hotel Dyrholaey (3\u2605)<\/span><br>Vik \u2013 Nights 5 &#038; 6<\/div>\n        <\/div>\n        <p style=\"margin-top: 0.6rem; font-size: 0.85rem; color: #4a6a65;\">\u2714 Daily breakfast included \u00b7 private facilities \u00b7 cozy Icelandic hospitality<\/p>\n    <\/div>\n\n    <!-- Detailed Itinerary \u2014 exact data from DOCX, expanded descriptions preserved -->\n    <div class=\"itinerary\">\n        <h2 class=\"section-title\">\ud83d\uddfa\ufe0f Day\u2011wise Itinerary \u2014 8 days of wonder<\/h2>\n\n        <!-- Day 1 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\" data-day=\"1\">\n                <span>Day 1: Arrive Keflavik \u2013 Aurora Museum \u2013 FlyOver Iceland<\/span>\n                <span>\u25bc<\/span>\n            <\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 60km<\/strong><\/p>\n                <p>Arrive at Keflavik International Airport. After Customs &#038; Immigration, visit <strong>Aurora Museum<\/strong> \u2014 the museum possesses detailed information on Northern lights, the science behind them, where all can it be seen, followed by a video of Northern lights shot in Iceland. Later proceed to <strong>FlyOver Iceland<\/strong> in Reykjavik. The total experience takes approximately 35 minutes, including the 8.5 minutes you&#8217;ll spend on the Ultimate Flying Ride. Check into hotel (check-in after 15:00). Overnight in Reykjavik.<\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">Aurora Museum<\/span><span class=\"day-highlight-tag\">FlyOver Iceland<\/span><span class=\"day-highlight-tag\">Reykjavik arrival<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 2 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\"><span>Day 2: Golden Circle tour with Tomato Farm<\/span><span>\u25bc<\/span><\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 240 km<\/strong><\/p>\n                <p>Today we proceed towards the Golden Circle. First stop: <strong>\u00deingvellir National Park<\/strong> \u2014 a place of great beauty located on the biggest lake of Iceland (Thingvellir Lake) where the Tectonic Plates of North America and Euro Asia drift apart each year. The park is a UNESCO World Heritage Site. Continue to <strong>Geysir<\/strong> \u2014 home to the Littli Geysir and the great Strokkur Geyser which erupts about every 8 minutes. Followed by <strong>Gullfoss Waterfall<\/strong>, one of the most impressive waterfalls in Europe that falls in two folds. Later proceed to <strong>Fri\u00f0heimar Tomato Farm<\/strong> and experience greenhouse farming using geothermal energy, along with tasting the world&#8217;s most unique <strong>Tomato Ice Cream<\/strong>. Overnight in Reykjavik.<\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">\u00deingvellir<\/span><span class=\"day-highlight-tag\">Strokkur Geysir<\/span><span class=\"day-highlight-tag\">Gullfoss<\/span><span class=\"day-highlight-tag\">Tomato Ice Cream<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 3 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\"><span>Day 3: Into the Glacier with Hraunfossar &#038; Barnafoss<\/span><span>\u25bc<\/span><\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 200 km<\/strong><\/p>\n                <p>Today: get up close and personal on the <strong>Into the Glacier tour<\/strong> \u2014 the best way to experience Iceland! Drive in a Monster Truck on Langj\u00f6kull Glacier and take a guided tour in a man-made cave inside the glacier (walking tour inside the glacier is one hour; to and fro in Super Jeep is 45 mins each way; total duration approx. 3\u20134 hours from H\u00fasafell). This is a once\u2011in\u2011a\u2011lifetime experience. Afterwards, visit the picturesque waterfalls <strong>Hraunfossar &#038; Barnafoss<\/strong> (10\u2011min walking trail). Hraunfossar is a series of waterfalls formed by rivulets streaming over 900 metres out of the Hallmundarhraun lava field. Then head to <strong>Deildartunguhver<\/strong> hot spring, the highest\u2011flow hot spring in Europe (180 litres\/second, water emerges at 97\u00b0C). Later proceed to Borgarnes and check in at Hotel Borgarnes.<\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">Into the Glacier<\/span><span class=\"day-highlight-tag\">Monster Truck<\/span><span class=\"day-highlight-tag\">Hraunfossar<\/span><span class=\"day-highlight-tag\">Deildartunguhver<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 4 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\"><span>Day 4: Sn\u00e6fellsnes Peninsula with Lava Cave<\/span><span>\u25bc<\/span><\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 305 km<\/strong><\/p>\n                <p>Morning proceeds to Sn\u00e6fellsnes peninsula and through Sn\u00e6fellsj\u00f6kull National Park. Enjoy the view of the world\u2011famous triangular <strong>Mt. Kirkjufell<\/strong> (used to depict the Arrowhead Mountain in Game of Thrones) and <strong>Kirkjufellfoss<\/strong>, the most photographic hotspot. Visit <strong>B\u00fa\u00f0ir Church<\/strong>. Stop at the small village of <strong>Arnarstapi<\/strong> and take a walk through rugged dramatic landscape by the shore. <strong>Hellnar<\/strong> is an ancient fishing village on the westernmost part of the peninsula. Later, visit <strong>Vatnshellir Lava Cave<\/strong> (about 900 metres long, 150\u2011metre walk). The cave is pitch black without light; you will get a helmet and headlight to see magnificent lava formations: stalactites, drip stalagmites, and an underground adventure. Return to Borgarnes for overnight.<\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">Kirkjufell<\/span><span class=\"day-highlight-tag\">Arnarstapi<\/span><span class=\"day-highlight-tag\">Vatnshellir Cave<\/span><span class=\"day-highlight-tag\">B\u00fa\u00f0ir Church<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 5 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\"><span>Day 5: Seljalandsfoss \u2013 Sk\u00f3gafoss \u2013 Black Sand Beach<\/span><span>\u25bc<\/span><\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 265 km<\/strong><\/p>\n                <p>Checkout and proceed towards Vik, South Iceland. First stop at the most picturesque waterfall <strong>Seljalandsfoss<\/strong> (of Gerua fame), then continue to <strong>Sk\u00f3gafoss<\/strong> \u2014 on a bright sunny day at least two rainbows are visible at a time. Later visit <strong>Black Sand Beach<\/strong> (one of its only kind in the world). Evening check in at Hotel Dyrholaey Vik. <em>Optional: Plane Wreck Shuttle Bus available on Day 5.<\/em><\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">Seljalandsfoss<\/span><span class=\"day-highlight-tag\">Sk\u00f3gafoss<\/span><span class=\"day-highlight-tag\">Black Sand Beach<\/span><span class=\"day-highlight-tag\">Plane wreck option<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 6 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\"><span>Day 6: Skaftafell \u2013 J\u00f6kuls\u00e1rl\u00f3n Glacier Lagoon \u2013 Diamond Beach<\/span><span>\u25bc<\/span><\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 415 km<\/strong><\/p>\n                <p>Continue east past <strong>Eldhraun lava fields<\/strong>, followed by <strong>Skaftafell National Park<\/strong> beneath Vatnaj\u00f6kull Glacier. Our journey continues to the glacier lagoon <strong>J\u00f6kuls\u00e1rl\u00f3n<\/strong> \u2014 one of the most spectacular sights in Iceland. Enormous icebergs constantly break off the glacier into the lagoon, melting slowly as they drift towards the sea. Enjoy a photo\u2011stop and walk around the lagoon. Opposite the lagoon is <strong>Diamond Beach<\/strong>, where icebergs wash ashore on black sand \u2014 a photographer&#8217;s paradise. Evening return to Vik for overnight.<\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">Eldhraun<\/span><span class=\"day-highlight-tag\">Skaftafell<\/span><span class=\"day-highlight-tag\">J\u00f6kuls\u00e1rl\u00f3n<\/span><span class=\"day-highlight-tag\">Diamond Beach<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 7 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\"><span>Day 7: Reykjavik City Tour &#038; Blue Lagoon bath<\/span><span>\u25bc<\/span><\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 275 km<\/strong><\/p>\n                <p>Checkout and proceed towards Reykjavik. Enjoy an orientation tour covering Sun Voyager, Harpa Concert House, City Hall, Parliament House, and the most famous landmark: <strong>Hallgr\u00edmskirkja Church<\/strong>. Later proceed to <strong>Blue Lagoon<\/strong> \u2014 a unique sight where guests relax in warm geothermal water surrounded by magical black lava fields. The Blue Lagoon&#8217;s warm water and natural active ingredients (mineral salts, silica, blue\u2011green algae) help you escape daily stress. <strong>Comfort Package included:<\/strong> entrance fee, welcome drink, 1 face mask &#038; towel rental. Check in at Grand Hotel in Reykjavik for overnight.<\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">Reykjavik landmarks<\/span><span class=\"day-highlight-tag\">Blue Lagoon Comfort Package<\/span><span class=\"day-highlight-tag\">Hallgr\u00edmskirkja<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 8 -->\n        <div class=\"day-card\">\n            <div class=\"day-header\"><span>Day 8: Airport Drop off \u2013 Farewell Iceland<\/span><span>\u25bc<\/span><\/div>\n            <div class=\"day-content\">\n                <p><strong>Distance to travel: Approx. 40 km<\/strong><\/p>\n                <p>Today we proceed to Keflavik Airport to catch the return flight back home or onwards destination. Tour of Iceland ends with sweet &#038; everlasting memories.<\/p>\n                <div class=\"day-highlights\"><span class=\"day-highlight-tag\">Airport transfer<\/span><span class=\"day-highlight-tag\">Farewell<\/span><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Inclusions (directly from doc: all activities are mentioned as included, plus logical inclusions based on the itinerary) -->\n    <div class=\"included-section\">\n        <h2 class=\"section-title\">\u2705 What&#8217;s included<\/h2>\n        <ul class=\"grid-list\">\n            <li>Airport transfers (Keflavik \u2194 hotel)<\/li>\n            <li>Hotel stays (4\u2605 &#038; 3\u2605) with private bathrooms<\/li>\n            <li>Daily breakfast at hotels<\/li>\n            <li>Aurora Museum entrance<\/li>\n            <li>FlyOver Iceland experience<\/li>\n            <li>Golden Circle guided tour (Thingvellir, Geysir, Gullfoss)<\/li>\n            <li>Tomato Farm visit with Tomato Ice Cream tasting<\/li>\n            <li>Into the Glacier Monster Truck &#038; ice cave guided tour<\/li>\n            <li>Vatnshellir Lava Cave guided tour<\/li>\n            <li>J\u00f6kuls\u00e1rl\u00f3n Glacier Lagoon &#038; Diamond Beach visit<\/li>\n            <li>Blue Lagoon Comfort Package (entrance, towel, drink, silica mask)<\/li>\n            <li>Reykjavik city orientation tour<\/li>\n            <li>All sightseeing as per itinerary<\/li>\n        <\/ul>\n        <p style=\"margin-top: 1.2rem;\"><strong>Please bring:<\/strong> warm waterproof layers, sturdy walking shoes, swimsuit (for Blue Lagoon), camera, and a sense of wonder.<\/p>\n    <\/div>\n\n    <!-- Footer exactly as per the previous style (no invented contact, just presentation) -->\n    <div class=\"tour-footer\">\n        <p style=\"font-weight: 600; margin-bottom: 0.5rem;\">\u2728 I Think Iceland \u2014 authentic journeys through fire, ice &#038; folklore<\/p>\n        <p style=\"font-size: 0.8rem;\">All itinerary details based on original Iceland 7 Nights 8 Days tour. Dummy images used for atmosphere.<\/p>\n            <\/div>\n<\/div>\n\n<script>\n    \/\/ Gallery thumbnails\n    const thumbnails = document.querySelectorAll('.thumbnail');\n    const mainImg = document.getElementById('mainHeroImage');\n    if (thumbnails.length && mainImg) {\n        thumbnails.forEach(thumb => {\n            thumb.addEventListener('click', () => {\n                const newSrc = thumb.getAttribute('data-img');\n                mainImg.src = newSrc;\n                thumbnails.forEach(t => t.classList.remove('active-thumb'));\n                thumb.classList.add('active-thumb');\n            });\n        });\n    }\n\n    \/\/ Itinerary accordion\n    const dayHeaders = document.querySelectorAll('.day-header');\n    dayHeaders.forEach(header => {\n        header.addEventListener('click', () => {\n            const contentDiv = header.nextElementSibling;\n            const arrow = header.querySelector('span:last-child');\n            if (contentDiv.style.display === 'block') {\n                contentDiv.style.display = 'none';\n                arrow.innerHTML = '\u25bc';\n            } else {\n                contentDiv.style.display = 'block';\n                arrow.innerHTML = '\u25b2';\n            }\n        });\n    });\n\n    \/\/ open first day by default\n    const firstHeader = document.querySelector('.day-header');\n    if (firstHeader) {\n        const firstContent = firstHeader.nextElementSibling;\n        firstContent.style.display = 'block';\n        firstHeader.querySelector('span:last-child').innerHTML = '\u25b2';\n    }\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Iceland 7 Nights 8 Days | Glaciers, Lava Caves &#038; Golden Circle | I Think Iceland Home \/ Multiday tours \/ Iceland 7 Nights 8 Days: Glaciers, Lava Caves &#038; Golden Circle 7 Nights \u00b7 8 Days \u00b7 Iceland Deep Dive Iceland 7 Nights 8 Days: Glaciers, Lava Caves &#038; Golden Circle A complete Icelandic [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/pages\/7971"}],"collection":[{"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/comments?post=7971"}],"version-history":[{"count":2,"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/pages\/7971\/revisions"}],"predecessor-version":[{"id":7973,"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/pages\/7971\/revisions\/7973"}],"wp:attachment":[{"href":"https:\/\/ithinkiceland.com\/index.php\/wp-json\/wp\/v2\/media?parent=7971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}