{"product_id":"sydney-self-guided-audio-tour","title":"Sydney Self-Guided Audio Tour","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Explore Sydney at your own pace with Uvamai's premium self-guided audio tour. 12 iconic attractions including Sydney Opera House, Harbour Bridge, Bondi Beach and more. Instant delivery. From $6 per person.\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --gold:       #C8972A;\n    --gold-lt:    #F5E6C0;\n    --gold-mid:   #E2C97E;\n    --green:      #2D6B2D;\n    --green-lt:   #EBF5E8;\n    --green-dark: #1A3D1A;\n    --terracotta: #9C4A2B;\n    --cream:      #FAF6EE;\n    --ink:        #1A1208;\n    --ink-mid:    #3D2E14;\n    --ink-soft:   #7A6448;\n    --navy:       #0D1B3E;\n    --white:      #FFFFFF;\n    --border:     rgba(200,151,42,0.22);\n    --ff-serif:   'Cormorant Garamond', Georgia, serif;\n    --ff-sans:    'DM Sans', sans-serif;\n  }\n  html { scroll-behavior: smooth; }\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: var(--ff-sans);\n    font-size: 16px;\n    line-height: 1.75;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── HERO ── *\/\n  .uv-hero {\n    background: var(--ink);\n    padding: 60px 24px 48px;\n    text-align: center;\n    position: relative; overflow: hidden;\n  }\n  .uv-hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(200,151,42,0.13) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .uv-hero-kicker {\n    font-size: 11px; font-weight: 500;\n    letter-spacing: 0.22em; text-transform: uppercase;\n    color: var(--gold); margin-bottom: 18px;\n    display: flex; align-items: center; gap: 10px;\n    justify-content: center;\n  }\n  .uv-hero-kicker::before, .uv-hero-kicker::after {\n    content: ''; display: block;\n    width: 28px; height: 1px; background: var(--gold); opacity: 0.5;\n  }\n  .uv-hero h1 {\n    font-family: var(--ff-serif);\n    font-size: clamp(2.2rem, 5vw, 3.8rem);\n    font-weight: 500; line-height: 1.1;\n    color: var(--white); max-width: 820px;\n    margin: 0 auto 16px;\n  }\n  .uv-hero h1 em { color: var(--gold); font-style: italic; }\n  .uv-hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.55);\n    max-width: 540px; margin: 0 auto 36px; line-height: 1.8;\n  }\n  .uv-price-badge {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--ink);\n    font-weight: 500;\n    font-size: 14px;\n    padding: 8px 28px;\n    border-radius: 100px;\n    letter-spacing: 0.04em;\n    margin-bottom: 12px;\n  }\n\n  \/* ── STATS BAR ── *\/\n  .uv-stats {\n    background: var(--green-dark);\n    padding: 18px 24px;\n    display: flex; flex-wrap: wrap;\n    justify-content: center; gap: 6px 28px;\n  }\n  .uv-stat {\n    font-size: 12px; font-weight: 500;\n    color: var(--gold-mid);\n    letter-spacing: 0.06em; text-transform: uppercase;\n    white-space: nowrap;\n  }\n  .uv-stat span { color: var(--white); font-weight: 500; }\n\n  \/* ── SECTIONS ── *\/\n  .uv-section {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 48px 24px;\n  }\n  .uv-section + .uv-section { padding-top: 0; }\n\n  .uv-section-title {\n    font-family: var(--ff-serif);\n    font-size: clamp(1.6rem, 3vw, 2.2rem);\n    font-weight: 500; color: var(--ink);\n    margin-bottom: 20px;\n  }\n  .uv-section-title em { color: var(--gold); font-style: italic; }\n\n  .uv-divider {\n    border: none;\n    border-top: 1px solid var(--border);\n    margin: 0 24px;\n    max-width: 812px;\n    margin-left: auto; margin-right: auto;\n  }\n\n  \/* ── LEAD PARAGRAPH ── *\/\n  .uv-lead {\n    font-size: 17px;\n    line-height: 1.85;\n    color: var(--ink-mid);\n    margin-bottom: 24px;\n  }\n  p { margin-bottom: 14px; color: var(--ink-soft); }\n\n  \/* ── ATTRACTION CARDS ── *\/\n  .uv-attractions {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 8px;\n  }\n  .uv-attraction-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 22px 20px;\n    position: relative;\n  }\n  .uv-attraction-card::before {\n    content: attr(data-num);\n    position: absolute; top: 16px; right: 18px;\n    font-family: var(--ff-serif);\n    font-size: 2rem; font-weight: 500;\n    color: var(--gold-lt);\n    line-height: 1;\n  }\n  .uv-attraction-card h3 {\n    font-family: var(--ff-serif);\n    font-size: 1.15rem;\n    font-weight: 600;\n    color: var(--ink);\n    margin-bottom: 8px;\n    padding-right: 30px;\n  }\n  .uv-attraction-card p {\n    font-size: 13.5px;\n    line-height: 1.65;\n    margin: 0;\n  }\n  .uv-attraction-tag {\n    display: inline-block;\n    font-size: 10px; font-weight: 500;\n    letter-spacing: 0.1em; text-transform: uppercase;\n    background: var(--green-lt); color: var(--green-dark);\n    border-radius: 4px; padding: 2px 7px;\n    margin-bottom: 8px;\n  }\n\n  \/* ── ADVANTAGES TABLE (10 S) ── *\/\n  .uv-s-table {\n    width: 100%; border-collapse: collapse;\n    margin-top: 8px;\n    font-size: 14px;\n  }\n  .uv-s-table th {\n    background: var(--green-dark);\n    color: var(--gold-mid);\n    font-weight: 500;\n    font-size: 11px;\n    letter-spacing: 0.1em; text-transform: uppercase;\n    padding: 12px 16px;\n    text-align: left;\n  }\n  .uv-s-table td {\n    padding: 12px 16px;\n    border-bottom: 1px solid var(--border);\n    vertical-align: top;\n    color: var(--ink-soft);\n  }\n  .uv-s-table tr:last-child td { border-bottom: none; }\n  .uv-s-table tr:nth-child(even) td { background: rgba(200,151,42,0.04); }\n  .uv-s-keyword {\n    font-family: var(--ff-serif);\n    font-size: 1rem; font-weight: 600;\n    color: var(--gold);\n  }\n\n  \/* ── INCLUSIONS BOX ── *\/\n  .uv-box {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 28px 28px;\n    margin-bottom: 20px;\n  }\n  .uv-box h3 {\n    font-family: var(--ff-serif);\n    font-size: 1.2rem; font-weight: 600;\n    color: var(--ink); margin-bottom: 14px;\n  }\n  .uv-box ul, .uv-box ol {\n    padding-left: 20px;\n    color: var(--ink-soft);\n  }\n  .uv-box li { margin-bottom: 8px; font-size: 14.5px; }\n  .uv-box li strong { color: var(--ink-mid); }\n  .check-item::marker { content: \"✓  \"; color: var(--green); }\n  .cross-item::marker { content: \"✗  \"; color: var(--terracotta); }\n\n  \/* ── HOW IT WORKS STEPS ── *\/\n  .uv-steps {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n    gap: 18px; margin-top: 8px;\n  }\n  .uv-step {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 22px 18px;\n    text-align: center;\n  }\n  .uv-step-num {\n    font-family: var(--ff-serif);\n    font-size: 2.2rem; font-weight: 500;\n    color: var(--gold); line-height: 1;\n    margin-bottom: 10px;\n  }\n  .uv-step h4 {\n    font-family: var(--ff-serif);\n    font-size: 1rem; font-weight: 600;\n    color: var(--ink); margin-bottom: 8px;\n  }\n  .uv-step p { font-size: 13px; margin: 0; }\n\n  \/* ── REVIEWS ── *\/\n  .uv-reviews {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n    gap: 18px; margin-top: 8px;\n  }\n  .uv-review {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 22px 20px;\n  }\n  .uv-stars { color: var(--gold); font-size: 14px; margin-bottom: 8px; }\n  .uv-review blockquote {\n    font-family: var(--ff-serif);\n    font-size: 1rem; font-style: italic;\n    color: var(--ink-mid); line-height: 1.6;\n    margin-bottom: 12px;\n  }\n  .uv-reviewer {\n    font-size: 12px; font-weight: 500;\n    color: var(--ink-soft);\n    text-transform: uppercase; letter-spacing: 0.06em;\n  }\n\n  \/* ── FAQ ── *\/\n  .uv-faq { margin-top: 8px; }\n  .uv-faq-item {\n    border-bottom: 1px solid var(--border);\n    padding: 16px 0;\n  }\n  .uv-faq-item:last-child { border-bottom: none; }\n  .uv-faq-q {\n    font-weight: 500; color: var(--ink);\n    font-size: 14.5px; margin-bottom: 6px;\n  }\n  .uv-faq-a { font-size: 14px; color: var(--ink-soft); }\n\n  \/* ── TIPS ── *\/\n  .uv-tip {\n    display: flex; gap: 14px;\n    background: var(--green-lt);\n    border-left: 3px solid var(--green);\n    border-radius: 0 8px 8px 0;\n    padding: 16px 18px;\n    margin-bottom: 14px;\n  }\n  .uv-tip-icon { font-size: 1.3rem; flex-shrink: 0; line-height: 1.5; }\n  .uv-tip p { font-size: 13.5px; color: var(--green-dark); margin: 0; }\n\n  \/* ── REFUND POLICY ── *\/\n  .uv-refund {\n    background: #FEF9EE;\n    border: 1px solid rgba(200,151,42,0.35);\n    border-radius: 10px;\n    padding: 24px 24px;\n    margin-top: 8px;\n  }\n  .uv-refund h3 {\n    font-family: var(--ff-serif);\n    font-size: 1.15rem; font-weight: 600;\n    color: var(--terracotta); margin-bottom: 12px;\n  }\n  .uv-refund p { font-size: 13.5px; color: var(--ink-soft); }\n  .uv-refund ul { padding-left: 20px; color: var(--ink-soft); }\n  .uv-refund li { font-size: 13.5px; margin-bottom: 6px; }\n  .uv-refund li::marker { content: \"⚠ \"; }\n\n  \/* ── SUPPORT ── *\/\n  .uv-support-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n    gap: 16px; margin-top: 8px;\n  }\n  .uv-support-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 20px 18px;\n    text-align: center;\n  }\n  .uv-support-card .icon { font-size: 1.6rem; margin-bottom: 8px; }\n  .uv-support-card h4 {\n    font-family: var(--ff-serif);\n    font-size: 0.95rem; font-weight: 600;\n    color: var(--ink); margin-bottom: 6px;\n  }\n  .uv-support-card p { font-size: 12.5px; margin: 0; }\n  .uv-support-card a { color: var(--gold); text-decoration: none; }\n\n  \/* ── CTA BANNER ── *\/\n  .uv-cta-banner {\n    background: var(--green-dark);\n    padding: 44px 24px;\n    text-align: center;\n  }\n  .uv-cta-banner h2 {\n    font-family: var(--ff-serif);\n    font-size: clamp(1.6rem, 3vw, 2.4rem);\n    font-weight: 500; color: var(--white);\n    margin-bottom: 12px;\n  }\n  .uv-cta-banner p { color: rgba(255,255,255,0.6); font-size: 14px; margin-bottom: 24px; }\n  .uv-btn {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--ink);\n    font-weight: 500; font-size: 14px;\n    padding: 12px 36px;\n    border-radius: 100px;\n    text-decoration: none;\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── FOOTER ── *\/\n  .uv-footer {\n    background: var(--ink);\n    padding: 36px 24px;\n    text-align: center;\n  }\n  .uv-footer-brand {\n    font-family: var(--ff-serif);\n    font-size: 1.4rem; font-weight: 500;\n    color: var(--gold); margin-bottom: 8px;\n  }\n  .uv-footer p {\n    font-size: 12px;\n    color: rgba(255,255,255,0.35);\n    margin: 0; line-height: 1.9;\n  }\n  .uv-footer a { color: rgba(255,255,255,0.45); text-decoration: none; }\n\n  @media (max-width: 600px) {\n    .uv-attractions { grid-template-columns: 1fr; }\n    .uv-steps { grid-template-columns: 1fr 1fr; }\n    .uv-reviews { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"uv-hero\"\u003e\n\u003cdiv class=\"uv-hero-kicker\"\u003eUvamai Niche Tourism — Since 2012\u003c\/div\u003e\n\u003ch1\u003eSydney Self-Guided \u003cem\u003eAudio Tour\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"uv-hero-sub\"\u003e12 iconic Sydney attractions. Your pace, your language, your story. No crowds. No rigid schedules. Just you and one of the world's most beautiful harbour cities.\u003c\/p\u003e\n\u003cdiv class=\"uv-price-badge\"\u003eFrom $6 per person  ·  Instant Delivery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STATS BAR --\u003e\n\u003cdiv class=\"uv-stats\"\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cspan\u003e13,996+\u003c\/span\u003e Explorers\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cspan\u003e136+\u003c\/span\u003e Cities\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cspan\u003e42+\u003c\/span\u003e Countries\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cspan\u003e11,966+\u003c\/span\u003e Audio Guides\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cspan\u003e12+\u003c\/span\u003e Languages\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cspan\u003eSince 2012\u003c\/span\u003e Crafted with Care\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eDiscover \u003cem\u003eSydney\u003c\/em\u003e, Australia\u003c\/h2\u003e\n\u003cp class=\"uv-lead\"\u003eSydney — where ancient Aboriginal heritage meets a glittering modern skyline, and where every cove, beach and sandstone lane has a story to tell. From the sail-like shells of the Opera House to the sun-drenched sands of Bondi Beach, from convict-built laneways in The Rocks to the tranquil green canopy of the Royal Botanic Garden, our premium self-guided audio tour places the soul of Australia's most iconic city directly in your ear.\u003c\/p\u003e\n\u003cp\u003eThis digital product delivers instant access to professionally narrated audio guides for \u003cstrong\u003e12 of Sydney's most fascinating attractions\u003c\/strong\u003e, all hosted on SoundCloud and paired with an interactive Google My Maps itinerary. No app to install, no GPS tracking required, no schedule to follow. Buy once. Explore at will. Begin within minutes of purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- ATTRACTIONS --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003e12 Attractions — \u003cem\u003eStories Behind the Icons\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 24px;\"\u003eEach attraction comes with a carefully crafted 6-minute audio guide covering history, myths, architecture, and cultural significance — written for the curious independent traveller.\u003c\/p\u003e\n\u003cdiv class=\"uv-attractions\"\u003e\n\u003cdiv data-num=\"01\" class=\"uv-attraction-card\"\u003e\n\u003cstrong\u003e\u003cspan class=\"uv-attraction-tag\"\u003eWorld Heritage Icon\u003c\/span\u003e\u003c\/strong\u003e\n\u003ch3\u003eSydney Opera House\u003c\/h3\u003e\n\u003cp\u003eJørn Utzon's visionary masterpiece on Bennelong Point — discover the dramatic story of its decade-long construction, the political storms that nearly killed it, and why its roof shells redefined modern architecture forever.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"02\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eEngineering Marvel\u003c\/span\u003e\n\u003ch3\u003eSydney Harbour Bridge\u003c\/h3\u003e\n\u003cp\u003eNicknamed \"The Coathanger,\" this 1932 steel arch bridge was once the world's widest long-span bridge. Learn about the 1,400 workers who built it, the bold men who scaled it during construction, and why New Year's Eve fireworks make it the most-watched bridge on earth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"03\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eHistoric Precinct\u003c\/span\u003e\n\u003ch3\u003eThe Rocks\u003c\/h3\u003e\n\u003cp\u003eAustralia's birthplace — a sandstone quarter settled by convicts and sailors in 1788. Uncover tales of plague, riots, the notorious Sydney push gangs, and how a 1970s green ban by construction workers saved these laneways from demolition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"04\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eLiving Heritage\u003c\/span\u003e\n\u003ch3\u003eRoyal Botanic Garden Sydney\u003c\/h3\u003e\n\u003cp\u003eAustralia's oldest scientific institution, established in 1816 on the same site where the first fleet's vegetable garden once struggled to feed the colony. Today 30 hectares of tropical and subtropical flora frame breathtaking harbour views.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"05\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eMaritime History\u003c\/span\u003e\n\u003ch3\u003eAustralian National Maritime Museum\u003c\/h3\u003e\n\u003cp\u003eDarling Harbour's anchor of naval history — from Indigenous bark canoes and convict transport ships to HMAS Vampire and a replica of Cook's Endeavour. The story of an island nation shaped entirely by its relationship with the sea.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"06\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eCoastal Landmark\u003c\/span\u003e\n\u003ch3\u003eMrs Macquarie's Chair\u003c\/h3\u003e\n\u003cp\u003eCut from raw sandstone in 1810 for the Governor's wife, who would sit here to watch for ships from England. Today it offers the most photographed panorama in Australia — Opera House and Harbour Bridge perfectly framed across the water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"07\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eVibrant Waterfront\u003c\/span\u003e\n\u003ch3\u003eDarling Harbour\u003c\/h3\u003e\n\u003cp\u003eOnce derelict railway yards, now Sydney's most exuberant waterfront precinct. Explore the story of its 1988 bicentennial transformation, its world-class aquarium and wildlife zoo, and why this is where the city comes to celebrate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"08\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eVictorian Grandeur\u003c\/span\u003e\n\u003ch3\u003eQueen Victoria Building (QVB)\u003c\/h3\u003e\n\u003cp\u003eA Romanesque Revival palace built in 1898 to honour the Queen's diamond jubilee — and almost demolished for a carpark in the 1960s. Hear the remarkable rescue story and discover the secrets hidden in its stained-glass windows and mechanical clock.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"09\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eCircular Gateway\u003c\/span\u003e\n\u003ch3\u003eCircular Quay\u003c\/h3\u003e\n\u003cp\u003eThe very cove where British colonisation of Australia began on 26 January 1788. Today Sydney's busy ferry hub sits atop 200 years of layered history — from First Fleet arrival to the Writers Walk honouring the city's literary heroes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"10\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eContemporary Art\u003c\/span\u003e\n\u003ch3\u003eWhite Rabbit Gallery\u003c\/h3\u003e\n\u003cp\u003eOne of the world's largest collections of 21st-century Chinese art, housed in a heritage building in Chippendale. Thought-provoking works that challenge, surprise and illuminate a culture in rapid transformation — free entry, extraordinary impact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"11\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eSurf Culture\u003c\/span\u003e\n\u003ch3\u003eBondi Beach\u003c\/h3\u003e\n\u003cp\u003eThe word \"Bondi\" in Gadigal language means \"sound of water breaking over rocks.\" This one-kilometre crescent of sand has hosted the world's oldest surf lifesaving club since 1907 and remains the defining image of the Australian way of life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-num=\"12\" class=\"uv-attraction-card\"\u003e\n\u003cspan class=\"uv-attraction-tag\"\u003eFine Arts\u003c\/span\u003e\n\u003ch3\u003eArt Gallery of New South Wales\u003c\/h3\u003e\n\u003cp\u003eFounded in 1871, the AGNSW holds one of the most significant collections of Australian, Aboriginal, and Torres Strait Islander art in the world. Its classical sandstone facade belies galleries that span 2,000 years of Asian masterworks to contemporary First Nations voices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eWhat's \u003cem\u003eIncluded\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 18px; flex-wrap: wrap;\"\u003e\n\u003cdiv class=\"uv-box\"\u003e\n\u003ch3\u003e✅ Included\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding: 0;\"\u003e\n\u003cli class=\"check-item\"\u003e\n\u003cstrong\u003e12 professional audio guides\u003c\/strong\u003e — one per attraction, ~6 min each\u003c\/li\u003e\n\u003cli class=\"check-item\"\u003e\n\u003cstrong\u003eSoundCloud access link\u003c\/strong\u003e — all guides in one secure playlist\u003c\/li\u003e\n\u003cli class=\"check-item\"\u003e\n\u003cstrong\u003eGoogle My Maps link\u003c\/strong\u003e — interactive itinerary with audio at every pin\u003c\/li\u003e\n\u003cli class=\"check-item\"\u003e\n\u003cstrong\u003e12+ language options\u003c\/strong\u003e — select at time of purchase\u003c\/li\u003e\n\u003cli class=\"check-item\"\u003e\n\u003cstrong\u003eValid for 6 days\u003c\/strong\u003e — access until your tour is complete\u003c\/li\u003e\n\u003cli class=\"check-item\"\u003e\n\u003cstrong\u003e24\/7 support\u003c\/strong\u003e — email, WhatsApp and phone\u003c\/li\u003e\n\u003cli class=\"check-item\"\u003e\n\u003cstrong\u003eNo app download required\u003c\/strong\u003e — works on any device online\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-box\"\u003e\n\u003ch3\u003e❌ Not Included\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding: 0;\"\u003e\n\u003cli class=\"cross-item\"\u003eAdmission fees to paid attractions\u003c\/li\u003e\n\u003cli class=\"cross-item\"\u003eTransportation between attractions\u003c\/li\u003e\n\u003cli class=\"cross-item\"\u003eFood, drinks or personal expenses\u003c\/li\u003e\n\u003cli class=\"cross-item\"\u003eEarphones or mobile data \/ Wi-Fi\u003c\/li\u003e\n\u003cli class=\"cross-item\"\u003ePhysical printed materials\u003c\/li\u003e\n\u003cli class=\"cross-item\"\u003eHuman tour guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eHow It \u003cem\u003eWorks\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"uv-steps\"\u003e\n\u003cdiv class=\"uv-step\"\u003e\n\u003cdiv class=\"uv-step-num\"\u003e01\u003c\/div\u003e\n\u003ch4\u003ePurchase\u003c\/h4\u003e\n\u003cp\u003eComplete checkout in seconds. Select your language and number of travellers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-step\"\u003e\n\u003cdiv class=\"uv-step-num\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eReceive\u003c\/h4\u003e\n\u003cp\u003eTwo secure links land in your inbox on your selected travel date — SoundCloud + Google My Maps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-step\"\u003e\n\u003cdiv class=\"uv-step-num\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eExplore\u003c\/h4\u003e\n\u003cp\u003eStart anywhere in Sydney. Tap any pin on the map, press play, and let the stories begin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-step\"\u003e\n\u003cdiv class=\"uv-step-num\"\u003e04\u003c\/div\u003e\n\u003ch4\u003eDiscover\u003c\/h4\u003e\n\u003cp\u003eSpend as little or as long as you like at each attraction. Pause, rewind, revisit — total freedom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- 10 S ADVANTAGES --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eThe 10 S \u003cem\u003eAdvantages\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 20px;\"\u003eEvery Uvamai audio tour is built on ten principles that set us apart from every other tour format.\u003c\/p\u003e\n\u003ctable class=\"uv-s-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 18%;\"\u003ePrinciple\u003c\/th\u003e\n\u003cth\u003eWhat It Means for You in Sydney\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSchedule\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eListen anytime — dawn at Mrs Macquarie's Chair or dusk at Bondi Beach. Zero time restrictions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSelect\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003ePick any of the 12 attractions. Not interested in the QVB? Skip it. Obsessed with The Rocks? Replay it.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSelf-control\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eNo guide to chase, no group to keep pace with. Your Sydney, your tempo.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eShare\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eShare links with travel companions in one click — within the number of persons purchased.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSoft\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eCarefully chosen words that paint pictures rather than recite facts. You'll want to listen again.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSimple\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eStart at Central Station. Follow the suggested route — or don't. Two links. That's all you need.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSmart\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eIntelligent route design connecting Sydney CBD, Darling Harbour, the Botanic Garden and beyond.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSecure\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003ePrivate SoundCloud links — not public playlists. Your access is personal and protected.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSave\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eFrom $6 per person — a fraction of a group tour or Harbour Bridge climb ticket.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"uv-s-keyword\"\u003eSatisfy\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eResearched from trusted historical and cultural sources. Concise enough to hold your attention; rich enough to leave you genuinely informed.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- TRAVEL TIPS --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eSydney \u003cem\u003eTravel Tips\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003cdiv class=\"uv-tip-icon\"\u003e🚉\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eStart at Central Station or Circular Quay.\u003c\/strong\u003e Most CBD attractions are within walking distance of Circular Quay. The Opal card works across trains, buses and ferries — top it up at any station before you begin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003cdiv class=\"uv-tip-icon\"\u003e🌅\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eVisit the Opera House and Harbour Bridge early.\u003c\/strong\u003e Arrive before 9 am to beat tour groups and capture the harbour in its best morning light — particularly magical for photographers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003cdiv class=\"uv-tip-icon\"\u003e🌊\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eBondi to Coogee coastal walk.\u003c\/strong\u003e After your Bondi audio guide, extend your afternoon with the 6 km cliff-top walk to Coogee Beach — one of the most spectacular free walks in the world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003cdiv class=\"uv-tip-icon\"\u003e🌤️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eSydney's best weather runs September–November.\u003c\/strong\u003e Spring brings warm, dry days ideal for outdoor exploring. Summer (December–February) is busy and hot — start early and carry water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003cdiv class=\"uv-tip-icon\"\u003e⛴️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eUse the ferry wherever possible.\u003c\/strong\u003e A ferry ride from Circular Quay is one of Sydney's great experiences. The Manly Ferry (30 min) offers spectacular harbour views for the price of a regular transport fare.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003cdiv class=\"uv-tip-icon\"\u003e🪃\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eRespect and learn.\u003c\/strong\u003e Sydney has been home to the Gadigal people of the Eora Nation for over 60,000 years. Our audio guides weave First Nations history throughout — listen with an open heart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eWhat Travellers \u003cem\u003eSay\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"uv-reviews\"\u003e\n\u003cdiv class=\"uv-review\"\u003e\n\u003cdiv class=\"uv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"I spent three days in Sydney and did the whole tour at my own pace. The Opera House audio was extraordinary — I felt like I actually understood what I was looking at instead of just staring at a pretty building.\"\u003c\/blockquote\u003e\n\u003cdiv class=\"uv-reviewer\"\u003e— Rebecca T., United Kingdom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-review\"\u003e\n\u003cdiv class=\"uv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"Excellent value for money. I was travelling solo and this let me be completely spontaneous. Did Bondi one evening, the Rocks the next morning, the Maritime Museum in the afternoon. Perfect flexibility.\"\u003c\/blockquote\u003e\n\u003cdiv class=\"uv-reviewer\"\u003e— Luca M., Italy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-review\"\u003e\n\u003cdiv class=\"uv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"The historical stories about The Rocks were absolutely incredible — the plague quarantine, the push gangs, the 1970s green bans. I had no idea. Way more interesting than any walking tour I've done.\"\u003c\/blockquote\u003e\n\u003cdiv class=\"uv-reviewer\"\u003e— Priya K., Singapore\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-review\"\u003e\n\u003cdiv class=\"uv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"We used the Spanish language version for my parents visiting from Madrid. It worked flawlessly. They finally understood why Sydney matters to Australia the way it does. Thank you Uvamai!\"\u003c\/blockquote\u003e\n\u003cdiv class=\"uv-reviewer\"\u003e— Carlos B., Spain\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-review\"\u003e\n\u003cdiv class=\"uv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"Simple to use, loaded instantly, maps were perfect. I loved that I could pause at Mrs Macquarie's Chair and just sit there for half an hour watching the harbour. No guide was rushing me. Bliss.\"\u003c\/blockquote\u003e\n\u003cdiv class=\"uv-reviewer\"\u003e— Anika S., Germany\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-review\"\u003e\n\u003cdiv class=\"uv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"Brilliant for a couple. My partner wanted long breaks at the Botanic Garden, I wanted to rush to the QVB. We did both. Six dollars each for this level of content is genuinely remarkable.\"\u003c\/blockquote\u003e\n\u003cdiv class=\"uv-reviewer\"\u003e— James \u0026amp; Sophie W., Australia\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- FAQ --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eFrequently Asked \u003cem\u003eQuestions\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"uv-faq\"\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eWhat exactly am I purchasing?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003eA digital PDF download containing two secure links: one to a private SoundCloud playlist with 12 professionally narrated audio guides for Sydney attractions, and one to an interactive Google My Maps itinerary. This is a self-guided digital experience, not a physical product or traditional guided tour.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eHow quickly do I receive access after purchase?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003eAccess links are sent to your email on your selected travel date before your starting time. If you need them sooner, contact our support team and we'll arrange early delivery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eDo I need to download an app?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003eNo. Audio guides play via the SoundCloud web link on any device (smartphone, tablet, laptop) with internet access. No app installation required. Offline playback is possible by accessing SoundCloud before leaving Wi-Fi.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eCan I visit attractions in any order?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003eAbsolutely. Our suggested route begins near Central Station and moves logically through the city, but you have complete freedom to start anywhere and visit in any order that suits your plans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eHow long does the complete tour take?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003eVisiting all 12 attractions typically takes 1–3 days depending on your pace, time at each location, and whether you enter any paid venues. Most independent travellers spread it over 2 days to also enjoy Sydney's café culture and harbour experiences.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eWhich languages are available?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003e12+ languages including English, Spanish, French, German, Italian, Japanese, Mandarin, Korean, Portuguese, Arabic, Hindi and more. Select your preferred language at the time of purchase.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eCan I share this tour with my travel companions?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003eYes — the links can be shared with the number of companions stated at purchase. Each person should have their own device for the best experience. Reselling or public sharing is strictly prohibited.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-item\"\u003e\n\u003cdiv class=\"uv-faq-q\"\u003eAre entry fees included?\u003c\/div\u003e\n\u003cdiv class=\"uv-faq-a\"\u003eNo. You purchase your own admission tickets to any paid venues (e.g. Opera House tours, Maritime Museum) separately. Several attractions on this tour are completely free to enter or explore externally, including the Harbour Bridge walkway, Mrs Macquarie's Chair, Circular Quay, Bondi Beach, and White Rabbit Gallery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- REFUND POLICY --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003eRefund \u003cem\u003ePolicy\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"uv-refund\"\u003e\n\u003ch3\u003e⚠ Important — Please Read Before Purchase\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 12px;\"\u003eThis is a digital product delivered via secure links. Due to the instant-access nature of digital content, \u003cstrong\u003eall sales are final and no refunds are available under any circumstances.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNo refunds for cancelled or changed travel plans.\u003c\/li\u003e\n\u003cli\u003eNo refunds if you purchase the wrong city tour — always verify before checkout.\u003c\/li\u003e\n\u003cli\u003eNo exchanges or transfers to another person or city.\u003c\/li\u003e\n\u003cli\u003eTechnical issues do not qualify for a refund — contact support immediately and we will resolve the problem.\u003c\/li\u003e\n\u003cli\u003eBy completing purchase you confirm you have read and accepted this policy.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"uv-divider\"\u003e\u003c!-- SUPPORT --\u003e\n\u003cdiv class=\"uv-section\"\u003e\n\u003ch2 class=\"uv-section-title\"\u003e24\/7 \u003cem\u003eSupport\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 20px;\"\u003eOur team is available around the clock to assist you before, during and after your Sydney tour.\u003c\/p\u003e\n\u003cdiv class=\"uv-support-grid\"\u003e\n\u003cdiv class=\"uv-support-card\"\u003e\n\u003cdiv class=\"icon\"\u003e✉️\u003c\/div\u003e\n\u003ch4\u003eEmail\u003c\/h4\u003e\n\u003cp\u003e\u003ca href=\"mailto:tours@uvamai.com\"\u003etours@uvamai.com\u003c\/a\u003e\u003cbr\u003eWe respond within 2 hours\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-support-card\"\u003e\n\u003cdiv class=\"icon\"\u003e💬\u003c\/div\u003e\n\u003ch4\u003eWhatsApp\u003c\/h4\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/wa.me\/uvamai\"\u003ewa.me\/uvamai\u003c\/a\u003e\u003cbr\u003eQuickest response channel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-support-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📞\u003c\/div\u003e\n\u003ch4\u003ePhone\u003c\/h4\u003e\n\u003cp\u003e\u003ca href=\"tel:+917598234240\"\u003e+91 7598234240\u003c\/a\u003e\u003cbr\u003eAvailable 24\/7\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA BANNER --\u003e\n\u003cdiv class=\"uv-cta-banner\"\u003e\n\u003ch2\u003eReady to Explore Sydney \u003cem\u003eYour Way\u003c\/em\u003e?\u003c\/h2\u003e\n\u003cp\u003eJoin 13,996+ independent travellers who have discovered the world through Uvamai.\u003c\/p\u003e\n\u003ca class=\"uv-btn\" href=\"#\"\u003eGet Your Sydney Audio Tour — From $6\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"uv-footer\"\u003e\n\u003cdiv class=\"uv-footer-brand\"\u003eUvamai Niche Tourism\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003e\u003ca href=\"mailto:tours@uvamai.com\" style=\"color: rgb(255, 255, 255);\"\u003etours@uvamai.com\u003c\/a\u003e  ·  \u003ca href=\"tel:+917598234240\" style=\"color: rgb(255, 255, 255);\"\u003e+91 7598234240\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003e\u003ca href=\"https:\/\/uvamai.com\" style=\"color: rgb(255, 255, 255);\"\u003euvamai.com\u003c\/a\u003e  ·  \u003ca href=\"https:\/\/uvamai.shop\" style=\"color: rgb(255, 255, 255);\"\u003euvamai.shop\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003e\u003cstrong\u003e© Uvamai Niche Tourism. All rights reserved. Immerse yourself in the history, culture, myths, architecture, and other fascinating aspects of each location through our premium audio guides.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SCHEMA MARKUP --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Uvamai Niche Tourism","offers":[{"title":"🇬🇧 English","offer_id":53862545588596,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇮🇹 Italiano","offer_id":53862545621364,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇩🇪 Deutsch","offer_id":53902031913332,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇪🇸 Español","offer_id":54329154797940,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇨🇳 中文","offer_id":54329154830708,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇰🇷 한국어","offer_id":54329155223924,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3472\/6004\/files\/SYDNEYOPERAHOUSEUvamai.png?v=1769503145","url":"https:\/\/uvamai.shop\/pt-pt\/products\/sydney-self-guided-audio-tour","provider":"Uvamai Niche Tourism","version":"1.0","type":"link"}