{"id":107,"date":"2025-12-14T18:48:03","date_gmt":"2025-12-14T18:48:03","guid":{"rendered":"http:\/\/yebbo.com\/2013\/?p=107"},"modified":"2025-12-14T18:48:13","modified_gmt":"2025-12-14T18:48:13","slug":"100-places-to-visit-in-ethiopia-by-amde","status":"publish","type":"post","link":"https:\/\/yebbo.com\/2013\/2025\/12\/14\/100-places-to-visit-in-ethiopia-by-amde\/","title":{"rendered":"100 Places to Visit in Ethiopia by Amde"},"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>100 Places to Visit in Ethiopia<\/title>\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n  <style>\n    :root {\n      --primary: #0b3b0b;\n      --primary-light: #1a5c1a;\n      --secondary: #d4af37;\n      --light: #f8f9fa;\n      --dark: #343a40;\n      --gray: #6c757d;\n      --transition: all 0.3s ease;\n      --shadow: 0 4px 20px rgba(0,0,0,0.1);\n      --radius: 12px;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);\n      color: var(--dark);\n      line-height: 1.6;\n      padding-bottom: 40px;\n      min-height: 100vh;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    header {\n      background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);\n      color: white;\n      padding: 30px 0;\n      text-align: center;\n      box-shadow: var(--shadow);\n      margin-bottom: 30px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    header::before {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" fill=\"%23ffffff\" opacity=\"0.05\"><path d=\"M50 20L60 40L80 45L65 60L70 80L50 70L30 80L35 60L20 45L40 40Z\"\/><\/svg>');\n      background-size: 150px;\n    }\n\n    h1 {\n      font-size: 2.5rem;\n      margin-bottom: 10px;\n      position: relative;\n      z-index: 1;\n    }\n\n    .subtitle {\n      font-size: 1.2rem;\n      opacity: 0.9;\n      font-weight: 300;\n      position: relative;\n      z-index: 1;\n    }\n\n    .controls {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      margin-bottom: 30px;\n      flex-wrap: wrap;\n      gap: 15px;\n    }\n\n    .search-container {\n      position: relative;\n      flex: 1;\n      max-width: 500px;\n    }\n\n    .search-container i {\n      position: absolute;\n      left: 15px;\n      top: 50%;\n      transform: translateY(-50%);\n      color: var(--gray);\n    }\n\n    #search-input {\n      width: 100%;\n      padding: 12px 15px 12px 45px;\n      border: 2px solid #e1e5e9;\n      border-radius: 30px;\n      font-size: 1rem;\n      transition: var(--transition);\n      background-color: white;\n    }\n\n    #search-input:focus {\n      outline: none;\n      border-color: var(--primary);\n      box-shadow: 0 0 0 3px rgba(11, 59, 11, 0.1);\n    }\n\n    .nav-buttons {\n      display: flex;\n      gap: 10px;\n    }\n\n    .btn {\n      background: var(--primary);\n      color: white;\n      border: none;\n      padding: 12px 25px;\n      border-radius: 30px;\n      cursor: pointer;\n      font-weight: 600;\n      transition: var(--transition);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      box-shadow: 0 4px 10px rgba(11, 59, 11, 0.2);\n    }\n\n    .btn:hover {\n      background: var(--primary-light);\n      transform: translateY(-2px);\n      box-shadow: 0 6px 15px rgba(11, 59, 11, 0.3);\n    }\n\n    .btn:active {\n      transform: translateY(0);\n    }\n\n    .btn-secondary {\n      background: white;\n      color: var(--primary);\n      border: 2px solid var(--primary);\n    }\n\n    .btn-secondary:hover {\n      background: var(--primary);\n      color: white;\n    }\n\n    .slideshow-container {\n      position: relative;\n      background: white;\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      overflow: hidden;\n      margin-bottom: 30px;\n      min-height: 600px;\n    }\n\n    .slide {\n      display: none;\n      padding: 30px;\n      animation: fadeIn 0.5s ease-in-out;\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n\n    .slide.active {\n      display: block;\n    }\n\n    .slide-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      margin-bottom: 20px;\n      flex-wrap: wrap;\n      gap: 15px;\n    }\n\n    .slide h2 {\n      color: var(--primary);\n      font-size: 1.8rem;\n      margin: 0;\n    }\n\n    .slide-number {\n      background: var(--primary);\n      color: white;\n      padding: 8px 15px;\n      border-radius: 20px;\n      font-weight: 600;\n      font-size: 0.9rem;\n    }\n\n    .slide-content {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 30px;\n    }\n\n    @media (max-width: 768px) {\n      .slide-content {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .slide-image {\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n    }\n\n    .slide-image img {\n      width: 100%;\n      height: 350px;\n      object-fit: cover;\n      transition: var(--transition);\n    }\n\n    .slide-image img:hover {\n      transform: scale(1.03);\n    }\n\n    .slide-info {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .slide-desc {\n      font-size: 1.1rem;\n      line-height: 1.7;\n    }\n\n    .meta {\n      background: #f0f7f0;\n      border-left: 4px solid var(--primary);\n      padding: 20px;\n      border-radius: var(--radius);\n    }\n\n    .meta h3 {\n      margin-bottom: 15px;\n      color: var(--primary);\n      font-size: 1.2rem;\n    }\n\n    .meta-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n      gap: 15px;\n    }\n\n    .meta-item {\n      display: flex;\n      flex-direction: column;\n    }\n\n    .meta-label {\n      font-weight: 600;\n      color: var(--primary);\n      font-size: 0.9rem;\n      margin-bottom: 5px;\n    }\n\n    .meta-value {\n      color: var(--dark);\n    }\n\n    .dots-container {\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 30px;\n    }\n\n    .dot {\n      width: 12px;\n      height: 12px;\n      border-radius: 50%;\n      background: #ddd;\n      cursor: pointer;\n      transition: var(--transition);\n    }\n\n    .dot.active {\n      background: var(--primary);\n      transform: scale(1.2);\n    }\n\n    .dot:hover {\n      background: var(--primary-light);\n    }\n\n    .progress-bar {\n      height: 5px;\n      background: #e9ecef;\n      border-radius: 5px;\n      margin-bottom: 30px;\n      overflow: hidden;\n    }\n\n    .progress {\n      height: 100%;\n      background: var(--primary);\n      width: 1%;\n      transition: width 0.3s ease;\n    }\n\n    footer {\n      text-align: center;\n      margin-top: 40px;\n      color: var(--gray);\n      font-size: 0.9rem;\n    }\n\n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n      h1 {\n        font-size: 2rem;\n      }\n      \n      .controls {\n        flex-direction: column;\n        align-items: stretch;\n      }\n      \n      .nav-buttons {\n        justify-content: center;\n      }\n      \n      .slide {\n        padding: 20px;\n      }\n      \n      .slide h2 {\n        font-size: 1.5rem;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .slide-header {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n      \n      .meta-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <header>\n    <div class=\"container\">\n      <h1>100 Places to Visit in Ethiopia<\/h1>\n      <p class=\"subtitle\">Discover the beauty, culture, and history of this amazing country<\/p>\n    <\/div>\n  <\/header>\n\n  <div class=\"container\">\n    <div class=\"controls\">\n      <div class=\"search-container\">\n        <i class=\"fas fa-search\"><\/i>\n        <input type=\"text\" id=\"search-input\" placeholder=\"Search for a place...\">\n      <\/div>\n      \n      <div class=\"nav-buttons\">\n        <button class=\"btn\" id=\"prev-btn\">\n          <i class=\"fas fa-arrow-left\"><\/i> Back\n        <\/button>\n        <button class=\"btn\" id=\"next-btn\">\n          Next <i class=\"fas fa-arrow-right\"><\/i>\n        <\/button>\n      <\/div>\n    <\/div>\n\n    <div class=\"progress-bar\">\n      <div class=\"progress\" id=\"progress-bar\"><\/div>\n    <\/div>\n\n    <div class=\"slideshow-container\" id=\"slideshow-container\">\n      <!-- Slides will be injected here by JavaScript -->\n    <\/div>\n\n    <div class=\"dots-container\" id=\"dots-container\">\n      <!-- Dots will be injected here by JavaScript -->\n    <\/div>\n\n    <footer>\n      <p>Explore the wonders of Ethiopia &#8211; A country with rich history and breathtaking landscapes<\/p>\n    <\/footer>\n  <\/div>\n\n  <script>\n    \/\/ === DATA FOR 100 PLACES ===\n    const slidesData = [\n      {\n        title: \"Lalibela Rock-Hewn Churches\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/52\/Bet_Giyorgis_church_Lalibela_03color.jpg\",\n        desc: \"A UNESCO World Heritage Site, Lalibela's monolithic churches are carved straight from rock and remain a living pilgrimage center.\",\n        distance: \"\u2248 650 km north of Addis Ababa\",\n        travel: \"1-hour domestic flight from Addis Ababa to Lalibela, or 10\u201313 hours by road via Dessie and Woldiya.\",\n        hotels: \"Guesthouses and mid-range hotels near the church complex; local restaurants and basic services available.\",\n        fee: \"Combined church ticket; prices vary by season \u2013 confirm locally before visiting.\"\n      },\n      {\n        title: \"Simien Mountains National Park\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"Known as the 'Roof of Africa,' the Simien Mountains offer dramatic escarpments and rare endemic wildlife.\",\n        distance: \"\u2248 780 km from Addis Ababa via Gondar\",\n        travel: \"Fly Addis\u2013Gondar then drive to Debark; 4\u00d74 and local guide\/scout required inside the park.\",\n        hotels: \"Hotels and lodges in Debark and inside the park; camping possible on organized treks.\",\n        fee: \"Daily park fees plus scout and guide costs paid at Debark headquarters.\"\n      },\n      {\n        title: \"Gondar & Fasil Ghebbi\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/9e\/Castle_of_Fasilides%2C_Gondar%2C_Ethiopia_%28cropped%29.jpg\",\n        desc: \"The medieval capital with castles, churches and royal baths, nicknamed the 'Camelot of Africa.'\",\n        distance: \"\u2248 650 km northwest of Addis Ababa\",\n        travel: \"Direct flight from Addis to Gondar or full-day bus via Bahir Dar.\",\n        hotels: \"Wide range of hotels, from budget guesthouses to more comfortable lodges.\",\n        fee: \"Entrance tickets for Fasil Ghebbi and Fasilides' Bath; guide fees extra but recommended.\"\n      },\n      {\n        title: \"Bahir Dar, Lake Tana & Blue Nile Falls\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"A relaxed lakeside city with island monasteries and access to the famous Blue Nile Falls.\",\n        distance: \"\u2248 550 km northwest of Addis Ababa\",\n        travel: \"Frequent flights from Addis; 8\u201310 hours by bus or private vehicle via Debre Markos.\",\n        hotels: \"Numerous lakeside hotels, restaurants, ATMs and tour operators.\",\n        fee: \"Monastery and Blue Nile Falls entrance fees charged separately in birr.\"\n      },\n      {\n        title: \"Harar Jugol \u2013 The Walled City\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/91\/Wall_and_gates_of_Harar_Jugol_-_Harar_02.jpg\",\n        desc: \"Ancient walled city with colorful alleys, markets, mosques, and the famous hyena feeding tradition.\",\n        distance: \"\u2248 520 km east of Addis Ababa\",\n        travel: \"By road (bus\/4\u00d74) or flight to Dire Dawa then 1\u20131.5 hours by car to Harar.\",\n        hotels: \"Traditional Harari guesthouses inside the walls and hotels in the new town.\",\n        fee: \"No fee to enter the city, but small charges for individual museums and attractions.\"\n      },\n      {\n        title: \"Axum \u2013 Stelae & Ancient City\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/d\/d2\/Axum-stela-1996.jpg\",\n        desc: \"Capital of the ancient Aksumite Empire, home to giant granite stelae and legendary religious heritage.\",\n        distance: \"\u2248 1,020 km north of Addis Ababa\",\n        travel: \"Domestic flight from Addis; road travel possible via Adigrat and Mekelle.\",\n        hotels: \"Several hotels and guesthouses; restaurants and basic services in town.\",\n        fee: \"Museum and archaeological site tickets; church fees separate.\"\n      },\n      {\n        title: \"Danakil Depression & Dallol\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/8a\/Ethiopia_Dallol_13_%28cropped%29.JPG\",\n        desc: \"Otherworldly desert of salt flats, sulfur springs and vivid mineral colors among the hottest places on Earth.\",\n        distance: \"Access usually from Mekelle (\u2248 780 km from Addis).\",\n        travel: \"Organized 4\u00d74 tours from Mekelle with guides and security escorts are essential.\",\n        hotels: \"Basic camps and simple huts; conditions are extremely hot and harsh.\",\n        fee: \"Tour packages include permits, local fees and security costs.\"\n      },\n      {\n        title: \"Erta Ale Volcano\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/9c\/Erta_Ale_Volcano.jpg\",\n        desc: \"A remote active shield volcano famed for its lava lake and dramatic night-time glow.\",\n        distance: \"Reached via Danakil tours starting from Mekelle or Semera.\",\n        travel: \"Multi-day guided 4\u00d74 expeditions with overnight camping near the crater.\",\n        hotels: \"Very basic camping and local shelters only; no standard hotels at the volcano.\",\n        fee: \"Included within specialist Danakil\/Erta Ale tour prices and permits.\"\n      },\n      {\n        title: \"Bale Mountains National Park\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/22\/Ethiopian_wolf_%28Canis_simensis_ryingae%29.jpg\",\n        desc: \"High-altitude plateaus, forests and home of the rare Ethiopian wolf and mountain nyala.\",\n        distance: \"\u2248 400\u2013450 km southeast of Addis Ababa\",\n        travel: \"Drive via Shashamane and Dodola\/Goba; 8\u201310 hours by car or bus plus local transport.\",\n        hotels: \"Community lodges, basic hotels in Goba, eco-lodges and camping within the park.\",\n        fee: \"Park entrance and vehicle fees, plus guide charges at the park HQ.\"\n      },\n      {\n        title: \"Awash National Park\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Savannah park along the Awash River with waterfalls, hot springs and diverse wildlife.\",\n        distance: \"\u2248 215 km east of Addis Ababa\",\n        travel: \"Drive 3\u20134 hours on the main Addis\u2013Djibouti highway by private car or bus plus local hire.\",\n        hotels: \"Lodges and camps near the park entrance; basic services and guides available.\",\n        fee: \"Park entrance per day plus optional vehicle and guide fees.\"\n      },\n      {\n        title: \"Addis Ababa \u2013 Capital City\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f6\/Addis_Ababa_skyline.jpg\",\n        desc: \"Modern capital with museums, markets, churches and international connections.\",\n        distance: \"Starting point for most visitors.\",\n        travel: \"Bole International Airport connects to global flights and domestic routes.\",\n        hotels: \"Full range from budget to luxury; restaurants, cafes, malls and embassies.\",\n        fee: \"Individual attractions (museums, churches) have modest entrance fees.\"\n      },\n      {\n        title: \"Entoto Hills\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/2a\/Entoto_Maryam_church.jpg\",\n        desc: \"Hilltop forest area above Addis with views, churches and fresh air.\",\n        distance: \"\u2248 15\u201320 km from central Addis Ababa\",\n        travel: \"Taxi, ride-hailing or private car from the city up to Entoto.\",\n        hotels: \"Day-trip from Addis; hotels available in the city below.\",\n        fee: \"Small fees at certain churches or museum areas.\"\n      },\n      {\n        title: \"Tiya Stelae Field\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/86\/Tiya_stelae_02.jpg\",\n        desc: \"UNESCO-listed site of mysterious stone stelae south of Addis.\",\n        distance: \"\u2248 80\u201390 km south of Addis Ababa\",\n        travel: \"Drive 1.5\u20132.5 hours on the main Addis\u2013Butajira road.\",\n        hotels: \"Best visited as a day trip; overnight options in nearby towns or back in Addis.\",\n        fee: \"Entrance ticket payable at the gate; guide often available.\"\n      },\n      {\n        title: \"Lake Langano\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Brownish but swimmable Rift Valley lake popular for weekend getaways.\",\n        distance: \"\u2248 200 km south of Addis Ababa\",\n        travel: \"Drive 3\u20134 hours on the Addis\u2013Shashamane road.\",\n        hotels: \"Lakeside resorts, lodges and camps with restaurants and activities.\",\n        fee: \"No general lake fee; resort or park areas may charge access day fees.\"\n      },\n      {\n        title: \"Lake Ziway\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Rift Valley lake with islands, birdlife and boat trips.\",\n        distance: \"\u2248 160 km south of Addis Ababa\",\n        travel: \"Drive 2.5\u20133 hours by car or bus along the main road to Hawassa.\",\n        hotels: \"Lakefront hotels and lodges in Ziway town.\",\n        fee: \"Boat hire and island access fees negotiated locally.\"\n      },\n      {\n        title: \"Nechisar National Park & Arba Minch\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/64\/Nechisar_National_Park.jpg\",\n        desc: \"Park of savannah plains and the 'Bridge of God' between Chamo and Abaya lakes near Arba Minch.\",\n        distance: \"\u2248 500 km south of Addis Ababa\",\n        travel: \"Drive via Shashamane and Sodo (full-day); flights sometimes operate to Arba Minch.\",\n        hotels: \"Hotels and lodges in Arba Minch; basic park facilities.\",\n        fee: \"Park entrance and vehicle fees, plus optional boat tour costs.\"\n      },\n      {\n        title: \"Konso Cultural Landscape\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/83\/Konso_terraces_Ethiopia.jpg\",\n        desc: \"Terraced hills and fortified villages of the Konso people, a UNESCO cultural landscape.\",\n        distance: \"\u2248 590 km south of Addis Ababa (via Arba Minch).\",\n        travel: \"By road through Arba Minch, then south to Konso town.\",\n        hotels: \"Simple lodges and guesthouses; homestays possible.\",\n        fee: \"Community and site fees, often paid with a local guide.\"\n      },\n      {\n        title: \"Omo Valley (Turmi & Jinka Region)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/fd\/Hamar_woman_Omo_Valley.jpg\",\n        desc: \"Remote valley with diverse indigenous groups such as Hamar, Mursi and Karo.\",\n        distance: \"\u2248 700\u2013800 km south of Addis Ababa\",\n        travel: \"Multi-day road journey via Arba Minch and Konso to Jinka or Turmi.\",\n        hotels: \"Basic lodges and camps in Jinka\/Turmi; tour operators can arrange camping.\",\n        fee: \"Park, village and photography fees handled usually via guides.\"\n      },\n      {\n        title: \"Sof Omar Caves\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/5d\/Sof_Umar_cave_entrance.jpg\",\n        desc: \"Extensive limestone cave system carved by the Web River in southeastern Ethiopia.\",\n        distance: \"\u2248 550\u2013600 km southeast of Addis Ababa\",\n        travel: \"Drive via Asella, Dodola and Goba or via Bale region with local guidance.\",\n        hotels: \"Basic hotels in nearby towns; best done as part of a Bale Mountains trip.\",\n        fee: \"Local entrance and guide fees at the cave area.\"\n      },\n      {\n        title: \"Debre Libanos Monastery & Gorge\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Historic monastery near a dramatic gorge and the so-called 'Portuguese Bridge.'\",\n        distance: \"\u2248 100 km north of Addis Ababa\",\n        travel: \"2\u20133 hours' drive along the Addis\u2013Gojjam highway.\",\n        hotels: \"Simple lodgings in Debre Libanos area; easy day-trip from Addis.\",\n        fee: \"Small fees for monastery and gorge viewpoints.\"\n      },\n      {\n        title: \"Yeha Temple\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/d\/d2\/Axum-stela-1996.jpg\",\n        desc: \"Pre-Aksumite archaeological site with a well-preserved stone temple often called the oldest standing building in Ethiopia.\",\n        distance: \"\u2248 50 km northeast of Axum (\u2248 1,050 km from Addis via Axum).\",\n        travel: \"Fly Addis\u2013Axum, then hire a vehicle to Yeha on a half-day excursion.\",\n        hotels: \"Stay in Axum; simple and mid-range hotels with restaurants and guides available.\",\n        fee: \"Site entrance fee collected locally; small extra for local guide.\"\n      },\n      {\n        title: \"Debre Damo Monastery\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/d\/d2\/Axum-stela-1996.jpg\",\n        desc: \"Clifftop monastery reached by climbing a leather rope, one of Ethiopia's most dramatic religious sites (traditionally men only).\",\n        distance: \"\u2248 80 km north of Axum (\u2248 1,080 km from Addis via Axum).\",\n        travel: \"From Axum, drive to the Debre Damo area, then climb with assistance from monks.\",\n        hotels: \"Overnight in Axum or nearby towns; basic facilities only around the monastery.\",\n        fee: \"Entrance and rope-climb tips paid directly to the monastery.\"\n      },\n      {\n        title: \"Wukro Rock-Hewn Churches (Tigray)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"Cluster of cliff and cave churches carved into the sandstone of Tigray, known for paintings and remote scenery.\",\n        distance: \"Access usually via Mekelle (\u2248 780 km from Addis).\",\n        travel: \"Fly Addis\u2013Mekelle, then hire 4\u00d74 or minibus to Wukro and nearby church sites.\",\n        hotels: \"Hotels and guesthouses in Mekelle and Wukro; tours arrange local guides.\",\n        fee: \"Church entrance and community fees payable at each site.\"\n      },\n      {\n        title: \"Gheralta Mountains\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"Sandstone mountains dotted with spectacular rock-hewn churches like Abuna Yemata Guh and Maryam Korkor.\",\n        distance: \"\u2248 120 km north of Mekelle (\u2248 900 km from Addis via Mekelle).\",\n        travel: \"Fly to Mekelle, then drive to Hawzen\/Gheralta area with local guides.\",\n        hotels: \"Lodges and guesthouses in Hawzen and surrounding villages.\",\n        fee: \"Church and community fees plus guide charges on each hike.\"\n      },\n      {\n        title: \"Hawassa City & Lake Hawassa\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Relaxed lakeside city with fish markets, boat rides and birdlife, a popular weekend escape.\",\n        distance: \"\u2248 275 km south of Addis Ababa\",\n        travel: \"Drive 4\u20135 hours on the main Addis\u2013Hawassa asphalt road; frequent buses and minibuses.\",\n        hotels: \"Wide range of lakeside hotels, resorts, cafes and banks.\",\n        fee: \"No general lake fee; boat and park visits priced separately.\"\n      },\n      {\n        title: \"Wondo Genet Hot Springs\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Forest hills and natural hot springs near Hawassa, once a famous spa retreat.\",\n        distance: \"\u2248 300 km south of Addis; \u2248 25 km from Hawassa.\",\n        travel: \"Drive via Hawassa then take the spur road to Wondo Genet.\",\n        hotels: \"Basic hotels and lodges; many visitors stay in Hawassa and day-trip.\",\n        fee: \"Small fee for pool and spring use; pay on entry.\"\n      },\n      {\n        title: \"Abijatta\u2013Shalla Lakes National Park\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Twin Rift Valley lakes known for flamingos, hot springs and dramatic escarpments.\",\n        distance: \"\u2248 200\u2013220 km south of Addis Ababa\",\n        travel: \"Drive on the Addis\u2013Shashamane road; the park lies west of the highway near Ziway and Langano.\",\n        hotels: \"Nearby lodges around Langano and Ziway; simple camping possible with guidance.\",\n        fee: \"Park entrance fee per person and per vehicle at the gate.\"\n      },\n      {\n        title: \"Senkele Swayne's Hartebeest Sanctuary\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Protected grassland south of Shashamane, home to the rare endemic Swayne's hartebeest.\",\n        distance: \"\u2248 270 km south of Addis Ababa\",\n        travel: \"Drive via Ziway and Shashamane; local guides can be hired at the sanctuary.\",\n        hotels: \"Simple hotels in Shashamane and Hawassa; sanctuary area is mostly day-visit.\",\n        fee: \"Modest entrance fee, plus optional guide\/vehicle charges.\"\n      },\n      {\n        title: \"Chebera Churchura National Park\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Elephant-rich montane forest and savannah in southwestern Ethiopia, still off the main tourist circuit.\",\n        distance: \"\u2248 480\u2013520 km southwest of Addis (via Jimma\/Sodo routes).\",\n        travel: \"Long drive on mixed asphalt and gravel roads; best with 4\u00d74 and local tour operator.\",\n        hotels: \"Very limited lodges and basic camps; visitors often use tour-arranged camping.\",\n        fee: \"Park entrance plus vehicle and local scout\/guide fees.\"\n      },\n      {\n        title: \"Ankober & the Escarpment View\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Former imperial mountain retreat perched on the edge of the Great Rift escarpment.\",\n        distance: \"\u2248 170 km northeast of Addis Ababa\",\n        travel: \"Drive via Debre Berhan then take the road to Ankober village.\",\n        hotels: \"Small lodges and guesthouses; basic restaurants in town.\",\n        fee: \"No general fee; some historical buildings or viewpoints may ask a small charge.\"\n      },\n      {\n        title: \"Wenchi (Wanchi) Crater Lake\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Beautiful highland crater lake with an island monastery, horse riding and boat tours.\",\n        distance: \"\u2248 155 km west of Addis Ababa\",\n        travel: \"Drive west via Ambo, then continue on gravel road up to the Wenchi area.\",\n        hotels: \"Simple lodges and community-run guesthouses; Ambo has better hotel choices.\",\n        fee: \"Community, trekking and boat fees collected at the local tourism office.\"\n      },\n      {\n        title: \"Guassa Community Conservation Area\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"High-altitude grasslands famous for Ethiopian wolf sightings, gelada baboons and community-based tourism.\",\n        distance: \"\u2248 260\u2013280 km northeast of Addis Ababa\",\n        travel: \"Drive via Debre Berhan and Mehal Meda with 4\u00d74 recommended.\",\n        hotels: \"Community lodges and rustic huts; camping possible with local support.\",\n        fee: \"Community conservation fees and guide charges, usually paid on arrival.\"\n      },\n      {\n        title: \"Menz-Guassa Highlands\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"Neighboring highland plateau offering treks, endemic wildlife and traditional Menz culture.\",\n        distance: \"Similar access as Guassa, \u2248 260\u2013300 km from Addis.\",\n        travel: \"Reached on the same corridor as Guassa via Debre Berhan.\",\n        hotels: \"Very basic community accommodations and camping.\",\n        fee: \"Local community trekking and conservation fees apply.\"\n      },\n      {\n        title: \"Dire Dawa\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/91\/Wall_and_gates_of_Harar_Jugol_-_Harar_02.jpg\",\n        desc: \"Railway town and gateway to Harar, with old quarters, markets and a warm climate.\",\n        distance: \"\u2248 445 km east of Addis Ababa\",\n        travel: \"Daily flights or long-distance buses from Addis; also linked by modern railway.\",\n        hotels: \"Multiple hotels and guesthouses; restaurants, banks and transport options.\",\n        fee: \"No general fee; standard city attractions may charge small entry.\"\n      },\n      {\n        title: \"Adadi Mariam Rock-Hewn Church\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/2a\/Entoto_Maryam_church.jpg\",\n        desc: \"Rock-hewn church south of Addis, often combined with Tiya on a day trip.\",\n        distance: \"\u2248 65 km south of Addis Ababa\",\n        travel: \"Drive via Alem Gena and on towards Butajira; road partly gravel.\",\n        hotels: \"Visited as a day trip; accommodation in Addis is best.\",\n        fee: \"Entrance and guide fee at the church compound.\"\n      },\n      {\n        title: \"Blue Nile Gorge\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Deep canyon carved by the Blue Nile between Addis Ababa and Bahir Dar.\",\n        distance: \"\u2248 200\u2013230 km north of Addis on the Gojjam road.\",\n        travel: \"Drive toward Debre Markos; the main road crosses the gorge via a bridge.\",\n        hotels: \"Roadside eateries; better hotels in Debre Markos or Addis.\",\n        fee: \"No specific entrance fee; viewpoints may ask for small contributions.\"\n      },\n      {\n        title: \"Ankober\u2013Aliyu Amba Historical Route\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Old caravan route descending from Ankober to the lowlands, rich in history and scenery.\",\n        distance: \"Trail region \u2248 170\u2013220 km from Addis Ababa.\",\n        travel: \"Start in Ankober and hike or drive along sections of the old route with local guides.\",\n        hotels: \"Basic accommodations in Ankober and Debre Berhan; mostly trekking-style travel.\",\n        fee: \"Guide and community access fees negotiated on site.\"\n      },\n      {\n        title: \"Battle of Adwa Memorial Area\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/52\/Bet_Giyorgis_church_Lalibela_03color.jpg\",\n        desc: \"Mountain landscape where Ethiopia defeated Italy in 1896, symbol of African independence.\",\n        distance: \"\u2248 230 km northwest of Mekelle; \u2248 900+ km from Addis via Mekelle.\",\n        travel: \"Fly to Mekelle or Axum then drive to Adwa town and surrounding hills.\",\n        hotels: \"Simple hotels and guesthouses in Adwa and Axum.\",\n        fee: \"Memorial sites may charge small entrance or guide fees.\"\n      },\n      {\n        title: \"Lake Chamo & Crocodile Market\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/64\/Nechisar_National_Park.jpg\",\n        desc: \"Boat trips near Arba Minch where large crocodiles, hippos and birds are commonly seen.\",\n        distance: \"\u2248 500 km south of Addis Ababa (via Arba Minch).\",\n        travel: \"Drive or fly to Arba Minch, then arrange boat excursions on Lake Chamo.\",\n        hotels: \"Hotels and lodges in Arba Minch with tour desks and guides.\",\n        fee: \"Boat hire and park fees paid through operators or at the dock.\"\n      },\n      {\n        title: \"Lake Tana Island Monasteries\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Ancient monasteries on islands and peninsulas, with murals and manuscripts dating back centuries.\",\n        distance: \"From Bahir Dar on Lake Tana (\u2248 550 km from Addis).\",\n        travel: \"Fly or drive to Bahir Dar, then take organized boat trips to selected monasteries.\",\n        hotels: \"Many hotels in Bahir Dar ranging from budget to upscale lakeside resorts.\",\n        fee: \"Boat plus monastery entrance fees; some islands restrict access to men only.\"\n      },\n      {\n        title: \"National Museum of Ethiopia (Addis Ababa)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f6\/Addis_Ababa_skyline.jpg\",\n        desc: \"Home of the famous 'Lucy' fossil and rich collections covering Ethiopia's archaeology, art and history.\",\n        distance: \"Central Addis Ababa.\",\n        travel: \"Short taxi or ride-hailing trip from most hotels in Addis.\",\n        hotels: \"All categories of hotels nearby in the Piazza and Bole areas.\",\n        fee: \"Modest museum entrance fee in birr; photography rules may vary by floor.\"\n      },\n      {\n        title: \"Ethnological Museum (Addis Ababa University)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f6\/Addis_Ababa_skyline.jpg\",\n        desc: \"Museum inside Haile Selassie's former palace, focusing on Ethiopia's cultures and traditions.\",\n        distance: \"Central Addis \u2013 Sidist Kilo area.\",\n        travel: \"Taxi or ride-hailing from any part of Addis.\",\n        hotels: \"Stay anywhere in Addis; museum is an easy day visit.\",\n        fee: \"Entrance fee to the museum; pay at the gate.\"\n      },\n      {\n        title: \"Merkato (Addis Ababa)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f6\/Addis_Ababa_skyline.jpg\",\n        desc: \"One of Africa's largest open-air markets, a busy maze of stalls selling everything imaginable.\",\n        distance: \"Western side of central Addis.\",\n        travel: \"Taxi or light rail to Merkato area; walking inside the market.\",\n        hotels: \"Plentiful hotels across Addis; Merkato best visited in daytime.\",\n        fee: \"No entry fee; only what you buy and optional guide cost.\"\n      },\n      {\n        title: \"Holy Trinity Cathedral (Addis Ababa)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/2a\/Entoto_Maryam_church.jpg\",\n        desc: \"Important Orthodox cathedral and burial place of Emperor Haile Selassie and other leaders.\",\n        distance: \"Near central Addis Ababa.\",\n        travel: \"Taxi or ride-hailing; often combined with museum visits.\",\n        hotels: \"Any central Addis hotel is convenient.\",\n        fee: \"Entrance ticket plus small fee if using a guide.\"\n      },\n      {\n        title: \"Red Terror Martyrs' Memorial Museum\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f6\/Addis_Ababa_skyline.jpg\",\n        desc: \"Sobering museum documenting the Derg regime's Red Terror period.\",\n        distance: \"Meskel Square area, central Addis.\",\n        travel: \"Easy taxi or walk from many central hotels.\",\n        hotels: \"Many hotels along Bole Road and around Meskel Square.\",\n        fee: \"Entrance usually by donation; guided tours often free or tip-based.\"\n      },\n      {\n        title: \"Shashamane\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Town known for the Rastafarian community and as a transport hub to the south.\",\n        distance: \"\u2248 250 km south of Addis Ababa\",\n        travel: \"Drive 4\u20135 hours by bus or car on the main Addis\u2013Hawassa road.\",\n        hotels: \"Budget and mid-range hotels, cafes and shops in town.\",\n        fee: \"No general fee; specific compounds or museums may charge small entry.\"\n      },\n      {\n        title: \"Yirgalem Coffee Region\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Lush forests and coffee farms in Sidama, ideal for coffee tourism and homestays.\",\n        distance: \"\u2248 315 km south of Addis Ababa; \u2248 40 km from Hawassa.\",\n        travel: \"Drive via Hawassa, then turn toward Yirgalem and nearby coffee estates.\",\n        hotels: \"Eco-lodges and guesthouses on coffee farms; Hawassa has more options.\",\n        fee: \"Farm and tour fees arranged with local operators.\"\n      },\n      {\n        title: \"Jimma & Aba Jifar Palace\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Historic town of the former Kingdom of Jimma, with palace and coffee surroundings.\",\n        distance: \"\u2248 350 km southwest of Addis Ababa\",\n        travel: \"Drive via Weliso and Wolkite or via Ambo and Nekemte roads.\",\n        hotels: \"Mid-range hotels and guesthouses in Jimma town.\",\n        fee: \"Palace and museum entrance fees paid locally.\"\n      },\n      {\n        title: \"Gambella National Park\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Remote lowland park with wetlands, antelopes and huge seasonal birdlife.\",\n        distance: \"\u2248 630\u2013650 km west of Addis Ababa\",\n        travel: \"Fly or drive to Gambella town, then arrange 4\u00d74 access to the park.\",\n        hotels: \"Basic hotels in Gambella; limited or tour-arranged camps near the park.\",\n        fee: \"Park entrance, vehicle and guide fees handled at park HQ.\"\n      },\n      {\n        title: \"Assosa & Benishangul-Gumuz Region\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Underrated western region with rivers, hills and Gold-rich cultural landscapes.\",\n        distance: \"\u2248 660 km west of Addis Ababa\",\n        travel: \"Drive via Nekemte; domestic flights may be available to Assosa.\",\n        hotels: \"Simple hotels and guesthouses in Assosa town.\",\n        fee: \"No general region fee; local sites may ask small contributions.\"\n      },\n      {\n        title: \"Bishoftu (Debre Zeit) Crater Lakes\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Set of scenic crater lakes including Hora, Babogaya and Bishoftu, with resorts and viewpoints.\",\n        distance: \"\u2248 45 km southeast of Addis Ababa\",\n        travel: \"Drive 1\u20131.5 hours along the main road to Adama.\",\n        hotels: \"Several lakeside resorts and restaurants; popular weekend spot.\",\n        fee: \"No general fee; some lakeside resorts charge access or day-use fees.\"\n      },\n      {\n        title: \"Debre Berhan Selassie Church (Gondar)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/9e\/Castle_of_Fasilides%2C_Gondar%2C_Ethiopia_%28cropped%29.jpg\",\n        desc: \"Famous for its painted ceiling of angels and detailed wall murals.\",\n        distance: \"Within Gondar city (\u2248 650 km from Addis).\",\n        travel: \"Taxi or tuk-tuk from any hotel in Gondar.\",\n        hotels: \"Same Gondar hotels used for Fasil Ghebbi visits.\",\n        fee: \"Entrance fee for foreign visitors; often includes brief guiding.\"\n      },\n      {\n        title: \"Fasilides' Bath (Gondar)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/9e\/Castle_of_Fasilides%2C_Gondar%2C_Ethiopia_%28cropped%29.jpg\",\n        desc: \"Stone pool and royal compound used in the Timket (Epiphany) celebrations.\",\n        distance: \"Short drive from central Gondar.\",\n        travel: \"Visit by tuk-tuk or on guided city tour.\",\n        hotels: \"Same Gondar accommodation as Fasil Ghebbi.\",\n        fee: \"Often included in combined Gondar site ticket; confirm at ticket office.\"\n      },\n      {\n        title: \"Mount Zuqualla (Ziquala)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Sacred extinct volcano south of Addis, with a crater lake and monastery.\",\n        distance: \"\u2248 75\u201380 km south of Addis Ababa\",\n        travel: \"Drive toward Bishoftu, then take local roads to the mountain foot and hike up.\",\n        hotels: \"Best to base in Bishoftu or Addis and do a day trip.\",\n        fee: \"Monastery and community fees at the top; pay on arrival.\"\n      },\n      {\n        title: \"Lake Kuriftu (Bishoftu)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Crater lake known for spa-style resort, water-park and leisure facilities.\",\n        distance: \"\u2248 50 km southeast of Addis Ababa\",\n        travel: \"Drive about an hour from Addis via the Adama highway.\",\n        hotels: \"Resorts around Lake Kuriftu and other Bishoftu lakes.\",\n        fee: \"Resort access, day-use and activity fees apply.\"\n      },\n      {\n        title: \"Lake Abaya (Arba Minch)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/64\/Nechisar_National_Park.jpg\",\n        desc: \"Large Rift Valley lake forming part of the 'Bridge of God' with Lake Chamo.\",\n        distance: \"Near Arba Minch (\u2248 500 km south of Addis).\",\n        travel: \"Drive or fly to Arba Minch, then arrange boat trips on the lakes.\",\n        hotels: \"Lodges and hotels on the escarpment overlooking the lakes.\",\n        fee: \"Boat trips and park fees arranged through local operators.\"\n      },\n      {\n        title: \"Ankober Palace Site\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Remains and reconstructions of Menelik II's former hilltop palace and royal compound.\",\n        distance: \"\u2248 170 km from Addis Ababa\",\n        travel: \"Drive via Debre Berhan to Ankober and walk up to the palace site.\",\n        hotels: \"Small lodges in Ankober and Debre Berhan.\",\n        fee: \"Small entrance or guiding fee may be requested on site.\"\n      },\n      {\n        title: \"Tulu Dimtu (Bale Mountains Peak)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/22\/Ethiopian_wolf_%28Canis_simensis_ryingae%29.jpg\",\n        desc: \"One of Ethiopia's highest peaks at over 4,300 m on the Sanetti Plateau in the Bale Mountains.\",\n        distance: \"Within Bale Mountains National Park, accessed from Goba.\",\n        travel: \"Drive over the Sanetti Plateau from Goba with 4\u00d74; short walk to the summit.\",\n        hotels: \"Goba hotels and Bale eco-lodges; camping also possible in the park.\",\n        fee: \"Park entrance, vehicle and guide fees, paid at Bale park HQ.\"\n      },\n      {\n        title: \"Ras Dashen Summit (Simien Mountains)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"Ethiopia's highest mountain at 4,550 m, reached via multi-day trek in the Simiens.\",\n        distance: \"Inside Simien Mountains NP, starting from Debark.\",\n        travel: \"Organized trekking route with guides, scouts, mules and camping gear.\",\n        hotels: \"Camping on the trail; lodges and hotels in Debark and nearby.\",\n        fee: \"Park and camping fees, plus guide\/sherpa costs in your trek package.\"\n      },\n      {\n        title: \"Mago National Park\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Omo Valley park with savannah, rivers and wildlife, often visited en route to Mursi villages.\",\n        distance: \"\u2248 750\u2013800 km south of Addis Ababa (via Arba Minch and Jinka).\",\n        travel: \"Long overland journey with 4\u00d74 as part of Omo Valley tours.\",\n        hotels: \"Jinka has basic lodges; inside the park conditions are very basic, often camping.\",\n        fee: \"Park permits and guide fees integrated into tour costs.\"\n      },\n      {\n        title: \"Turmi (Hamar Country)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/fd\/Hamar_woman_Omo_Valley.jpg\",\n        desc: \"Small town at the heart of Hamar territory, known for markets and bull-jumping ceremonies.\",\n        distance: \"\u2248 780\u2013820 km south of Addis Ababa\",\n        travel: \"Multi-day 4\u00d74 journey via Arba Minch and Konso; often arranged by tour operators.\",\n        hotels: \"Simple lodges and campsites; many tours use tented camps.\",\n        fee: \"Village visit and ceremony fees paid through local guides.\"\n      },\n      {\n        title: \"Karo Village on the Omo River\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/fd\/Hamar_woman_Omo_Valley.jpg\",\n        desc: \"Known for intricate body-painting and scenic Omo River views.\",\n        distance: \"Accessible from Turmi or Jinka through rough 4\u00d74 tracks.\",\n        travel: \"Guided Omo Valley tours with experienced drivers are essential.\",\n        hotels: \"Very basic huts or tour-run camping; no standard hotels.\",\n        fee: \"Community entrance and photography fees agreed locally.\"\n      },\n      {\n        title: \"Jinka \u2013 Omo Valley Hub\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/fd\/Hamar_woman_Omo_Valley.jpg\",\n        desc: \"Gateway town for South Omo parks and Mursi villages with ethnographic museum.\",\n        distance: \"\u2248 700\u2013750 km south of Addis Ababa\",\n        travel: \"Overland via Arba Minch and Konso; airstrips sometimes used by charter flights.\",\n        hotels: \"Basic to mid-range hotels and guesthouses in Jinka.\",\n        fee: \"Museum and park fees handled via tour or park offices.\"\n      },\n      {\n        title: \"Bench-Maji & Surma Area\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Remote region with Surma (Suri) communities known for lip plates and stick fighting traditions.\",\n        distance: \"Far southwest Ethiopia, >800 km from Addis Ababa.\",\n        travel: \"Long and difficult 4\u00d74 journeys; best only with experienced operators.\",\n        hotels: \"Very basic local lodging or expedition-style camping.\",\n        fee: \"Village and region fees negotiated via local guides.\"\n      },\n      {\n        title: \"Lake Wonchi (Island Monastery)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Crater lake with green slopes and a monastery on an island reached by boat.\",\n        distance: \"\u2248 155 km west of Addis Ababa\",\n        travel: \"Drive to Wenchi and hike\/horse-ride down to the crater, then take a boat.\",\n        hotels: \"Local community lodges and nearby town hotels.\",\n        fee: \"Local community, boat and guide fees apply.\"\n      },\n      {\n        title: \"Goba Town (Gateway to Bale)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/22\/Ethiopian_wolf_%28Canis_simensis_ryingae%29.jpg\",\n        desc: \"Highland town serving as the main base for trips into Bale Mountains National Park.\",\n        distance: \"\u2248 400\u2013430 km southeast of Addis Ababa\",\n        travel: \"Drive via Shashamane and Dodola; public buses run regularly.\",\n        hotels: \"Several mid-range hotels and guesthouses; tour agencies for Bale trips.\",\n        fee: \"Town itself is free; park and trekking fees handled separately.\"\n      },\n      {\n        title: \"Awassa Fish Market\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Lakeside market at Hawassa where fishermen bring in fresh catch at sunrise.\",\n        distance: \"In Hawassa city, \u2248 275 km from Addis.\",\n        travel: \"Taxi, bajaj or walk from central Hawassa hotels.\",\n        hotels: \"Many hotels along the lake and main road in Hawassa.\",\n        fee: \"No entry fee; you pay only for fish or snacks.\"\n      },\n      {\n        title: \"Lake Hora Arsedi (Bishoftu)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Crater lake with religious significance and scenic walking paths.\",\n        distance: \"\u2248 45\u201350 km southeast of Addis Ababa\",\n        travel: \"Short drive or minibus ride to Bishoftu and local taxis to the lakeshore.\",\n        hotels: \"Guesthouses, hotels and resorts nearby.\",\n        fee: \"Some viewpoints and resorts may charge access or parking fees.\"\n      },\n      {\n        title: \"Bale Harenna Forest\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/22\/Ethiopian_wolf_%28Canis_simensis_ryingae%29.jpg\",\n        desc: \"Dense cloud forest on the southern slopes of Bale Mountains, rich in birds and rare mammals.\",\n        distance: \"Within Bale Mountains region, south of the Sanetti Plateau.\",\n        travel: \"Drive from Goba over Sanetti down into the forest on gravel roads.\",\n        hotels: \"Eco-lodges and community camps in or near the forest.\",\n        fee: \"Park fees combined with Bale park permits.\"\n      },\n      {\n        title: \"Negele Borena & Borena Oromo Lands\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Pastoralist region with Borena wells, cattle culture and wide open rangelands.\",\n        distance: \"\u2248 570\u2013600 km south of Addis Ababa\",\n        travel: \"Drive via Shashamane, Hawassa and Dilla to Yabelo\/Negele.\",\n        hotels: \"Basic hotels in Negele and Yabelo; camping possible on tours.\",\n        fee: \"Community and site fees handled locally via guides.\"\n      },\n      {\n        title: \"Yabelo Wildlife Sanctuary\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Dry savannah sanctuary known for Swayne's hartebeest and rare birds like the Ethiopian bush-crow.\",\n        distance: \"Near Yabelo, \u2248 560 km south of Addis.\",\n        travel: \"Drive via southern highway to Yabelo then into the sanctuary with 4\u00d74.\",\n        hotels: \"Hotels in Yabelo town; camping in sanctuary arranged through guides.\",\n        fee: \"Park or sanctuary entrance fees and local guide charges.\"\n      },\n      {\n        title: \"Babile Elephant Sanctuary\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Large wildlife sanctuary near Harar and Dire Dawa, known for its elephant population.\",\n        distance: \"Accessed from Harar or Dire Dawa in eastern Ethiopia.\",\n        travel: \"Drive 1\u20133 hours from Harar\/Dire Dawa with 4\u00d74 and local guide.\",\n        hotels: \"Base in Harar or Dire Dawa; no major tourist lodges inside.\",\n        fee: \"Sanctuary entrance and guide\/vehicle fees.\"\n      },\n      {\n        title: \"Babile Camel Market\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/91\/Wall_and_gates_of_Harar_Jugol_-_Harar_02.jpg\",\n        desc: \"Vibrant livestock market, especially famous for camels, east of Harar.\",\n        distance: \"\u2248 35 km east of Harar on the road to Jijiga.\",\n        travel: \"Taxi, minibus or hire car from Harar on market days.\",\n        hotels: \"Stay in Harar and visit as a day trip.\",\n        fee: \"No formal entry fee, but be prepared to tip guides or helpers.\"\n      },\n      {\n        title: \"Portuguese Bridge & Jemma Gorge (near Debre Libanos)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Historic stone bridge and dramatic gorge views near Debre Libanos monastery.\",\n        distance: \"\u2248 120 km north of Addis Ababa\",\n        travel: \"Drive past Debre Libanos on the Gojjam road; short walk to viewpoints.\",\n        hotels: \"Simple lodges near Debre Libanos or return to Addis same day.\",\n        fee: \"Small fees at the bridge area and local viewpoint guards.\"\n      },\n      {\n        title: \"Lake Tana Monastery of Ura Kidane Mihret\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"One of the most famous monasteries on the Zege Peninsula, with colorful murals and forested approaches.\",\n        distance: \"By boat from Bahir Dar on Lake Tana.\",\n        travel: \"Organized boat trips from Bahir Dar pier; short walk through coffee forest.\",\n        hotels: \"Stay in Bahir Dar and return after your monastery tour.\",\n        fee: \"Boat fare plus monastery entrance fee, paid on arrival.\"\n      },\n      {\n        title: \"Zege Peninsula (Lake Tana Coffee Forest)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Forest-covered peninsula with coffee groves, walking paths and several old churches.\",\n        distance: \"Short boat ride from Bahir Dar.\",\n        travel: \"Hire a boat to drop you at one or more landing points on Zege.\",\n        hotels: \"Return to Bahir Dar after your visit.\",\n        fee: \"Monastery entrance fees and boat cost shared among passengers.\"\n      },\n      {\n        title: \"Gonder\u2013Simien Scenic Road\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"Mountain road from Gondar to Debark with classic highland scenery and viewpoints.\",\n        distance: \"\u2248 100 km between Gondar and Debark.\",\n        travel: \"Shared minibuses, buses or private cars run daily.\",\n        hotels: \"Stay in Gondar or Debark; road mainly a transit highlight.\",\n        fee: \"No road fee; pay only for transport and viewpoint stops if guided.\"\n      },\n      {\n        title: \"Ankober\u2013Rift Escarpment Sunrise\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Known for spectacular sunrises above the Rift Valley clouds from hilltop lodges.\",\n        distance: \"\u2248 170 km from Addis Ababa\",\n        travel: \"Drive to Ankober and overnight to catch dawn views.\",\n        hotels: \"Small lodges perched on the escarpment edge.\",\n        fee: \"No special fee; standard lodge rates apply.\"\n      },\n      {\n        title: \"Lake Hayq & Debre Estifanos Monastery\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Serene highland lake north of Dessie with a monastery on an island.\",\n        distance: \"\u2248 420\u2013450 km north of Addis Ababa via Dessie.\",\n        travel: \"Drive or bus to Dessie\/Woldia road and detour to Lake Hayq.\",\n        hotels: \"Simple guesthouses in nearby towns; usually a short stopover.\",\n        fee: \"Monastery and boat fees arranged locally.\"\n      },\n      {\n        title: \"Lake Bishoftu Guda & Resorts\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"One of several crater lakes in Bishoftu fringed by hotels, restaurants and viewpoints.\",\n        distance: \"\u2248 45\u201350 km southeast of Addis Ababa\",\n        travel: \"Easy drive by private car, taxi or bus to Bishoftu.\",\n        hotels: \"Resorts and guesthouses directly on the crater rim.\",\n        fee: \"Resort access and day-use fees may apply depending on property.\"\n      },\n      {\n        title: \"Debre Markos & Blue Nile Plateau\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Highland town and agricultural plateau on the road to Bahir Dar with wide horizons.\",\n        distance: \"\u2248 300 km northwest of Addis Ababa\",\n        travel: \"Drive or bus on the main Addis\u2013Gojjam highway.\",\n        hotels: \"Simple and mid-range hotels in Debre Markos.\",\n        fee: \"No specific fee; standard hotel and food costs only.\"\n      },\n      {\n        title: \"Debre Tabor\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Historic highland town once a royal center near Lake Tana and Gondar.\",\n        distance: \"\u2248 665 km from Addis Ababa (via Bahir Dar\/Gondar roads).\",\n        travel: \"Reach by road from Bahir Dar or Gondar using buses and minibuses.\",\n        hotels: \"Modest hotels and guesthouses in town.\",\n        fee: \"No general tourist fee; local sites may charge small entrance.\"\n      },\n      {\n        title: \"Ankober\u2013Aliyu Amba Caravan Route Villages\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Villages along the old trade route between the highlands and lowlands with rich history.\",\n        distance: \"\u2248 170\u2013220 km from Addis Ababa\",\n        travel: \"Best explored on guided trek or 4\u00d74 trip from Ankober.\",\n        hotels: \"Village stays and basic guesthouses; more comfort in Ankober.\",\n        fee: \"Community and guiding fees handled locally.\"\n      },\n      {\n        title: \"Woldia (Woldiya)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/52\/Bet_Giyorgis_church_Lalibela_03color.jpg\",\n        desc: \"Transport hub town serving routes to Lalibela, Mekelle and Dessie.\",\n        distance: \"\u2248 520 km north of Addis Ababa\",\n        travel: \"Main highway connection from Dessie and Lalibela; frequent buses.\",\n        hotels: \"Functional hotels and restaurants for transit stays.\",\n        fee: \"No specific tourist fees; used mainly as a stopover.\"\n      },\n      {\n        title: \"Dessie Town & Surrounding Highlands\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Busy highland town on the route to Woldia and Lalibela, surrounded by mountains.\",\n        distance: \"\u2248 400 km north of Addis Ababa\",\n        travel: \"Buses and private vehicles run daily from Addis.\",\n        hotels: \"Multiple hotels and eateries; good for overnight stops.\",\n        fee: \"No general fees; only accommodation and food costs.\"\n      },\n      {\n        title: \"Lake Chitu Flamingo View (Abijatta\u2013Shalla)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Viewpoints in Abijatta\u2013Shalla NP where flamingos can sometimes be seen along soda lake shores.\",\n        distance: \"\u2248 200 km south of Addis Ababa\",\n        travel: \"Drive to the park entrance near Ziway\/Langano, then onward on internal tracks.\",\n        hotels: \"Stay at nearby Rift Valley resorts and visit as a day trip.\",\n        fee: \"Park and vehicle entrance fees paid at the gate.\"\n      },\n      {\n        title: \"Gode & Shabelle River Area (Somali Region)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Lowland area on the Shabelle River in eastern Ethiopia's Somali Region.\",\n        distance: \"Very remote; >600 km from Addis Ababa.\",\n        travel: \"Occasional flights or long road journeys with security awareness.\",\n        hotels: \"Basic local hotels; region is mainly non-touristic.\",\n        fee: \"No general tourist fee; travel best arranged with local contacts.\"\n      },\n      {\n        title: \"Jijiga & Eastern Highlands\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/91\/Wall_and_gates_of_Harar_Jugol_-_Harar_02.jpg\",\n        desc: \"Regional capital in the Somali Region, with highland views and as a stop between Harar and Somaliland border.\",\n        distance: \"\u2248 630 km east of Addis Ababa\",\n        travel: \"Road from Harar or Dire Dawa; limited flights from Addis may be available.\",\n        hotels: \"Simple hotels and guesthouses geared to regional traffic.\",\n        fee: \"No general fee; local attractions sometimes ask small entry.\"\n      },\n      {\n        title: \"Adama (Nazret) City\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f6\/Addis_Ababa_skyline.jpg\",\n        desc: \"Major city on the road to the east and south, with conference centers and hot, dry climate.\",\n        distance: \"\u2248 100 km southeast of Addis Ababa\",\n        travel: \"Fast bus, private car or train on the Addis\u2013Djibouti corridor.\",\n        hotels: \"Many hotels, restaurants and meeting venues.\",\n        fee: \"No tourist fee; city is a common overnight or business stop.\"\n      },\n      {\n        title: \"Metu & Illubabor Forests\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6e\/Lake_Langano_Ethiopia.jpg\",\n        desc: \"Western coffee-growing area with forested hills and streams.\",\n        distance: \"\u2248 600 km west-southwest of Addis Ababa\",\n        travel: \"Long drive via Jimma and Bedele with buses and private cars.\",\n        hotels: \"Basic hotels in Metu and nearby towns.\",\n        fee: \"No general fee; some forests may have community access charges.\"\n      },\n      {\n        title: \"Yabelo\u2013Moyale Road Landscape\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Expansive semi-arid scenery along the highway towards Kenya, through Borena lands.\",\n        distance: \"Yabelo \u2248 560 km, Moyale \u2248 780 km south of Addis.\",\n        travel: \"Tarmac highway by long-distance bus or private vehicle.\",\n        hotels: \"Transit hotels in Yabelo and Moyale.\",\n        fee: \"No particular tourist fee; road mainly for overland travel.\"\n      },\n      {\n        title: \"Nekemte & Wollega Highlands\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Highland city in western Ethiopia surrounded by farmlands and rolling hills.\",\n        distance: \"\u2248 320 km west of Addis Ababa\",\n        travel: \"Paved road and regular buses from Addis.\",\n        hotels: \"Standard hotels and guesthouses in Nekemte.\",\n        fee: \"No general fee; a quiet, off-the-beaten-path region.\"\n      },\n      {\n        title: \"Dilla & Yirga Cheffe Coffee Country\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/84\/Ziway_lake_and_Tullu_Gudo_Island.jpg\",\n        desc: \"Area south of Dilla famous for high-quality Arabica coffee (Yirgacheffe).\",\n        distance: \"\u2248 360 km south of Addis Ababa\",\n        travel: \"Drive via Hawassa to Dilla; use local transport or tours for coffee farms.\",\n        hotels: \"Hotels in Dilla; some homestay-style options near coffee farms.\",\n        fee: \"Farm and tasting fees arranged directly with growers or cooperatives.\"\n      },\n      {\n        title: \"Gorgora (North Lake Tana)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Tana_Lake.jpg\",\n        desc: \"Quiet northern shore of Lake Tana with old churches and lakeside scenery.\",\n        distance: \"\u2248 60 km from Gondar; \u2248 710 km from Addis via Gondar.\",\n        travel: \"Drive from Gondar on gravel roads or arrange boat crossings in some seasons.\",\n        hotels: \"Simple guesthouses and small lakeside lodges.\",\n        fee: \"Church and boat fees paid on site.\"\n      },\n      {\n        title: \"Ankober\u2013Cloud Sea Viewpoints\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4b\/Portuguese_bridge_Ethiopia.jpg\",\n        desc: \"Lookouts over a 'sea of clouds' in the morning along the escarpment east of Ankober.\",\n        distance: \"\u2248 170 km from Addis Ababa\",\n        travel: \"Overnight in Ankober and walk or drive to nearby viewpoints at dawn.\",\n        hotels: \"Small escarpment lodges with panoramic terraces.\",\n        fee: \"No special fee beyond lodge rates and guide tips.\"\n      },\n      {\n        title: \"Guge Mountains of Southern Ethiopia\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/4d\/Cliffs_and_valleys_in_the_Simien_Mountains_02.jpg\",\n        desc: \"Less-visited highlands offering trekking, village visits and agricultural terraces.\",\n        distance: \"Southern Ethiopia; exact access via regional hubs like Sodo or Arba Minch.\",\n        travel: \"Arranged overland trips with local guides and 4\u00d74 vehicles.\",\n        hotels: \"Very modest local lodges or community-based stays.\",\n        fee: \"Guiding and community fees as agreed in each village.\"\n      },\n      {\n        title: \"Lake Turkana Ethiopian Shore (Omo Delta Region)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/23\/Awash_river_falls_in_Ethiopia.jpg\",\n        desc: \"Remote desert landscapes at the northern tip of Lake Turkana crossing into Ethiopia.\",\n        distance: \"Extremely remote; multi-day expeditions from southern hubs.\",\n        travel: \"Only with experienced tour operators and reliable 4\u00d74 convoys.\",\n        hotels: \"Expedition camping and minimal local facilities.\",\n        fee: \"Permits and local access fees negotiated ahead of time.\"\n      },\n      {\n        title: \"Afar Region Salt Caravans (Outside Danakil Tours)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/8a\/Ethiopia_Dallol_13_%28cropped%29.JPG\",\n        desc: \"Camel caravans transporting salt from desert pans to the highlands, visible along traditional routes.\",\n        distance: \"Various routes between Afar lowlands and Tigray highlands.\",\n        travel: \"Usually seen as part of Danakil or Afar-region tours with local support.\",\n        hotels: \"Very basic Afar town lodging or tented expeditions.\",\n        fee: \"Guides, permits and community fees handled by the tour provider.\"\n      },\n      {\n        title: \"Traditional Dorze Village (Chencha near Arba Minch)\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/64\/Nechisar_National_Park.jpg\",\n        desc: \"Highland villages with beehive-shaped bamboo houses, weaving culture and Enset-based cuisine.\",\n        distance: \"\u2248 500 km south of Addis Ababa (via Arba Minch), then steep road to Chencha.\",\n        travel: \"Drive or bus to Arba Minch, then local vehicles up to Dorze villages.\",\n        hotels: \"Homestays and small lodges in Dorze; more hotels in Arba Minch.\",\n        fee: \"Village entrance, performance and photography fees handled locally.\"\n      },\n      {\n        title: \"Addis Ababa Nightlife & Cultural Restaurants\",\n        img: \"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/f\/f6\/Addis_Ababa_skyline.jpg\",\n        desc: \"Traditional music houses (azmari bets), cultural restaurants and modern bars offering a lively end to any trip.\",\n        distance: \"Within Addis Ababa, your main Ethiopian gateway city.\",\n        travel: \"Taxi or ride-hailing to major areas like Bole, Kazanchis and Piazza.\",\n        hotels: \"All levels of hotels and guesthouses across the city.\",\n        fee: \"No entry fee for most areas; you pay for food, drinks and cultural shows.\"\n      }\n    ];\n\n    \/\/ Initialize the slideshow\n    document.addEventListener('DOMContentLoaded', function() {\n      const slideshowContainer = document.getElementById('slideshow-container');\n      const dotsContainer = document.getElementById('dots-container');\n      const searchInput = document.getElementById('search-input');\n      const prevBtn = document.getElementById('prev-btn');\n      const nextBtn = document.getElementById('next-btn');\n      const progressBar = document.getElementById('progress-bar');\n      \n      let currentSlideIndex = 0;\n      let filteredSlides = [...slidesData];\n      \n      \/\/ Create slides and dots\n      function renderSlides() {\n        slideshowContainer.innerHTML = '';\n        dotsContainer.innerHTML = '';\n        \n        filteredSlides.forEach((slide, index) => {\n          \/\/ Create slide element\n          const slideElement = document.createElement('div');\n          slideElement.className = `slide ${index === currentSlideIndex ? 'active' : ''}`;\n          slideElement.innerHTML = `\n            <div class=\"slide-header\">\n              <h2>${index + 1}. ${slide.title}<\/h2>\n              <div class=\"slide-number\">${index + 1} \/ ${filteredSlides.length}<\/div>\n            <\/div>\n            <div class=\"slide-content\">\n              <div class=\"slide-image\">\n                <img decoding=\"async\" src=\"${slide.img}\" alt=\"${slide.title}\">\n              <\/div>\n              <div class=\"slide-info\">\n                <p class=\"slide-desc\">${slide.desc}<\/p>\n                <div class=\"meta\">\n                  <h3>Travel Information<\/h3>\n                  <div class=\"meta-grid\">\n                    <div class=\"meta-item\">\n                      <span class=\"meta-label\">Distance from Addis Ababa<\/span>\n                      <span class=\"meta-value\">${slide.distance}<\/span>\n                    <\/div>\n                    <div class=\"meta-item\">\n                      <span class=\"meta-label\">How to travel<\/span>\n                      <span class=\"meta-value\">${slide.travel}<\/span>\n                    <\/div>\n                    <div class=\"meta-item\">\n                      <span class=\"meta-label\">Hotels & amenities<\/span>\n                      <span class=\"meta-value\">${slide.hotels}<\/span>\n                    <\/div>\n                    <div class=\"meta-item\">\n                      <span class=\"meta-label\">Admission \/ fees<\/span>\n                      <span class=\"meta-value\">${slide.fee}<\/span>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          `;\n          slideshowContainer.appendChild(slideElement);\n          \n          \/\/ Create dot\n          const dot = document.createElement('div');\n          dot.className = `dot ${index === currentSlideIndex ? 'active' : ''}`;\n          dot.addEventListener('click', () => {\n            goToSlide(index);\n          });\n          dotsContainer.appendChild(dot);\n        });\n        \n        updateProgressBar();\n      }\n      \n      \/\/ Navigation functions\n      function goToSlide(index) {\n        currentSlideIndex = index;\n        renderSlides();\n      }\n      \n      function nextSlide() {\n        currentSlideIndex = (currentSlideIndex + 1) % filteredSlides.length;\n        renderSlides();\n      }\n      \n      function prevSlide() {\n        currentSlideIndex = (currentSlideIndex - 1 + filteredSlides.length) % filteredSlides.length;\n        renderSlides();\n      }\n      \n      \/\/ Update progress bar\n      function updateProgressBar() {\n        const progress = ((currentSlideIndex + 1) \/ filteredSlides.length) * 100;\n        progressBar.style.width = `${progress}%`;\n      }\n      \n      \/\/ Search functionality\n      function filterSlides(searchTerm) {\n        if (!searchTerm) {\n          filteredSlides = [...slidesData];\n        } else {\n          filteredSlides = slidesData.filter(slide => \n            slide.title.toLowerCase().includes(searchTerm.toLowerCase()) ||\n            slide.desc.toLowerCase().includes(searchTerm.toLowerCase())\n          );\n        }\n        \n        currentSlideIndex = 0;\n        renderSlides();\n      }\n      \n      \/\/ Event listeners\n      prevBtn.addEventListener('click', prevSlide);\n      nextBtn.addEventListener('click', nextSlide);\n      \n      searchInput.addEventListener('input', (e) => {\n        filterSlides(e.target.value);\n      });\n      \n      \/\/ Keyboard navigation\n      document.addEventListener('keydown', (e) => {\n        if (e.key === 'ArrowLeft') prevSlide();\n        if (e.key === 'ArrowRight') nextSlide();\n      });\n      \n      \/\/ Auto-advance slides (optional)\n      let autoAdvance = setInterval(nextSlide, 10000);\n      \n      \/\/ Pause auto-advance on user interaction\n      slideshowContainer.addEventListener('mouseenter', () => {\n        clearInterval(autoAdvance);\n      });\n      \n      slideshowContainer.addEventListener('mouseleave', () => {\n        autoAdvance = setInterval(nextSlide, 10000);\n      });\n      \n      \/\/ Initial render\n      renderSlides();\n    });\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>100 Places to Visit in Ethiopia 100 Places to Visit in Ethiopia Discover the beauty, culture, and history of this amazing country Back Next Explore the wonders of Ethiopia &#8211; A country with rich history and breathtaking landscapes<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[4],"tags":[],"class_list":["post-107","post","type-post","status-publish","format-standard","hentry","category-travel"],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts\/107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/comments?post=107"}],"version-history":[{"count":1,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts\/107\/revisions"}],"predecessor-version":[{"id":108,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts\/107\/revisions\/108"}],"wp:attachment":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/media?parent=107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/categories?post=107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/tags?post=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}