{"product_id":"nst-golf-tour","title":"Nst Golf Tour","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eKenya Golf Safari — 8-Day Experience\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026amp;family=Inter:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\u003e\n  \u003cstyle\u003e\n\/* ═══ RESET \u0026 DESIGN TOKENS ═══ *\/\n:root {\n  --bg: #FFFFFF;\n  --surface: #F8F6F3;\n  --text-primary: #1a1a1a;\n  --text-secondary: #666666;\n  --text-muted: #999999;\n  --accent: #8B7355;\n  --accent-light: #A89080;\n  --border: #E8E6E3;\n  --success: #5B7C5B;\n  --highlight: #F5EDE3;\n  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes slideInLeft {\n  from {\n    opacity: 0;\n    transform: translateX(-30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateX(0);\n  }\n}\n\n@keyframes slideInRight {\n  from {\n    opacity: 0;\n    transform: translateX(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateX(0);\n  }\n}\n\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\nbody {\n  background: var(--bg);\n  color: var(--text-primary);\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n  line-height: 1.6;\n  font-size: 16px;\n}\n\nhtml {\n  scroll-behavior: smooth;\n}\n\n\/* ═══ CONTAINER ═══ *\/\n.container {\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n\/* ═══ HERO SECTION ═══ *\/\n.hero {\n  position: relative;\n  height: 420px;\n  margin-bottom: 60px;\n  border-radius: 12px;\n  overflow: hidden;\n  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);\n  animation: fadeInUp 0.8s ease-out;\n}\n\n.hero-content {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  flex-direction: column;\n  justify-content: flex-end;\n  padding: 48px;\n  background: linear-gradient(to top, rgba(26, 26, 26, 0.6) 0%, transparent 60%);\n  color: white;\n}\n\n.hero-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n  opacity: 0.9;\n}\n\n.hero-tag i {\n  font-size: 14px;\n}\n\n.hero-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(32px, 5vw, 48px);\n  font-weight: 700;\n  line-height: 1.1;\n  margin-bottom: 16px;\n}\n\n.hero-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 24px;\n  font-size: 14px;\n  opacity: 0.95;\n}\n\n.hero-meta span {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n\n\/* ═══ KEY FACTS GRID ═══ *\/\n.facts-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n  margin-bottom: 60px;\n}\n\n.fact-card {\n  padding: 28px 24px;\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  transition: all var(--transition);\n  opacity: 0;\n  animation: fadeInUp 0.6s ease-out forwards;\n}\n\n.fact-card:hover {\n  border-color: var(--accent);\n  background: var(--highlight);\n}\n\n.fact-card:nth-child(1) { animation-delay: 0.1s; }\n.fact-card:nth-child(2) { animation-delay: 0.2s; }\n.fact-card:nth-child(3) { animation-delay: 0.3s; }\n.fact-card:nth-child(4) { animation-delay: 0.4s; }\n\n.fact-icon {\n  font-size: 24px;\n  color: var(--accent);\n  margin-bottom: 12px;\n}\n\n.fact-label {\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: var(--text-muted);\n  margin-bottom: 6px;\n}\n\n.fact-value {\n  font-family: 'Playfair Display', serif;\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--text-primary);\n  line-height: 1.2;\n}\n\n\/* ═══ SECTION HEADERS ═══ *\/\n.section {\n  margin-bottom: 60px;\n}\n\n.section-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--text-primary);\n  margin-bottom: 12px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid var(--accent);\n  display: inline-block;\n}\n\n.section-subtitle {\n  font-size: 14px;\n  color: var(--text-secondary);\n  font-weight: 500;\n  margin-bottom: 32px;\n}\n\n\/* ═══ ITINERARY ═══ *\/\n.itinerary {\n  display: grid;\n  gap: 24px;\n}\n\n.day-card {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 24px;\n  padding: 24px;\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  transition: all var(--transition);\n  align-items: start;\n  opacity: 0;\n  animation: fadeInUp 0.6s ease-out forwards;\n}\n\n.day-card:hover {\n  border-color: var(--accent);\n}\n\n.day-card.animate-left {\n  animation: slideInLeft 0.6s ease-out forwards;\n}\n\n.day-card.animate-right {\n  animation: slideInRight 0.6s ease-out forwards;\n}\n\n.day-content h3 {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 14px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  color: var(--text-muted);\n  margin-bottom: 6px;\n}\n\n.day-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--accent);\n}\n\n.day-activity-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 12px;\n  color: var(--accent);\n  font-weight: 600;\n}\n\n.day-activity-tag i {\n  font-size: 14px;\n}\n\n.day-location {\n  font-family: 'Playfair Display', serif;\n  font-size: 22px;\n  font-weight: 700;\n  color: var(--text-primary);\n  margin-bottom: 4px;\n}\n\n.day-venue {\n  font-size: 13px;\n  color: var(--text-secondary);\n  margin-bottom: 12px;\n  font-weight: 500;\n}\n\n.day-description {\n  font-size: 14px;\n  line-height: 1.7;\n  color: var(--text-secondary);\n  margin-bottom: 16px;\n}\n\n.day-highlights {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.highlight-tag {\n  display: inline-block;\n  padding: 4px 10px;\n  background: var(--highlight);\n  border-radius: 4px;\n  font-size: 12px;\n  color: var(--accent);\n  font-weight: 600;\n}\n\n\/* Golf highlight *\/\n.day-card.golf-day {\n  border-left: 4px solid var(--success);\n}\n\n\/* ═══ INCLUSIONS ═══ *\/\n.inclusions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n  margin-bottom: 60px;\n}\n\n.inclusion-box {\n  padding: 28px;\n  background: var(--surface);\n  border: 2px solid var(--border);\n  border-radius: 8px;\n  transition: all var(--transition);\n  opacity: 0;\n  animation: fadeInUp 0.6s ease-out forwards;\n}\n\n.inclusion-box.included {\n  border-color: var(--success);\n  background: rgba(91, 124, 91, 0.02);\n  animation-delay: 0.1s;\n}\n\n.inclusion-box.not-included {\n  border-color: var(--text-muted);\n  background: rgba(153, 153, 153, 0.02);\n  animation-delay: 0.2s;\n}\n\n.inclusion-title {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  margin-bottom: 16px;\n  font-family: 'Playfair Display', serif;\n}\n\n.inclusion-icon {\n  font-size: 18px;\n}\n\n.inclusion-box.included .inclusion-icon {\n  color: var(--success);\n}\n\n.inclusion-box.not-included .inclusion-icon {\n  color: var(--text-muted);\n}\n\n.inclusion-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.inclusion-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 13px;\n  line-height: 1.6;\n  color: var(--text-secondary);\n}\n\n.inclusion-list li::before {\n  content: '•';\n  color: var(--accent);\n  font-weight: bold;\n  flex-shrink: 0;\n}\n\n\/* ═══ PRICING SECTION ═══ *\/\n.pricing-section {\n  background: var(--highlight);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  padding: 40px;\n  margin-bottom: 60px;\n  opacity: 0;\n  animation: fadeInUp 0.6s ease-out forwards;\n}\n\n.pricing-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 32px;\n}\n\n.price-item {\n  display: flex;\n  flex-direction: column;\n}\n\n.price-label {\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--text-muted);\n  margin-bottom: 6px;\n}\n\n.price-amount {\n  font-family: 'Playfair Display', serif;\n  font-size: 36px;\n  font-weight: 700;\n  color: var(--accent);\n  line-height: 1;\n  margin-bottom: 4px;\n}\n\n.price-note {\n  font-size: 12px;\n  color: var(--text-secondary);\n  line-height: 1.5;\n}\n\n\/* ═══ INFO BLOCKS ═══ *\/\n.info-section {\n  background: var(--surface);\n  padding: 32px;\n  border-radius: 8px;\n  margin-bottom: 60px;\n  border: 1px solid var(--border);\n  opacity: 0;\n  animation: fadeInUp 0.6s ease-out forwards;\n}\n\n.info-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 32px;\n}\n\n.info-block h4 {\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  font-weight: 700;\n  margin-bottom: 12px;\n  color: var(--text-primary);\n}\n\n.info-block p {\n  font-size: 13px;\n  line-height: 1.8;\n  color: var(--text-secondary);\n}\n\n\/* ═══ HIGHLIGHTS LIST ═══ *\/\n.highlights-list {\n  display: grid;\n  gap: 16px;\n  margin-bottom: 60px;\n}\n\n.highlight-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  padding: 16px;\n  background: var(--surface);\n  border-radius: 6px;\n  border: 1px solid var(--border);\n  transition: all var(--transition);\n  opacity: 0;\n  animation: fadeInUp 0.6s ease-out forwards;\n}\n\n.highlight-item:hover {\n  border-color: var(--accent);\n  background: var(--highlight);\n}\n\n.highlight-item:nth-child(1) { animation-delay: 0.1s; }\n.highlight-item:nth-child(2) { animation-delay: 0.2s; }\n.highlight-item:nth-child(3) { animation-delay: 0.3s; }\n.highlight-item:nth-child(4) { animation-delay: 0.4s; }\n.highlight-item:nth-child(5) { animation-delay: 0.5s; }\n.highlight-item:nth-child(6) { animation-delay: 0.6s; }\n\n.highlight-item-icon {\n  flex-shrink: 0;\n  width: 40px;\n  height: 40px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: var(--accent);\n  color: white;\n  border-radius: 50%;\n  font-size: 18px;\n}\n\n.highlight-item-content h4 {\n  font-weight: 700;\n  color: var(--text-primary);\n  margin-bottom: 4px;\n  font-size: 14px;\n}\n\n.highlight-item-content p {\n  font-size: 13px;\n  color: var(--text-secondary);\n  line-height: 1.6;\n}\n\n\/* ═══ DIVIDER ═══ *\/\n.divider {\n  height: 2px;\n  background: var(--border);\n  margin: 60px 0;\n}\n\n\/* ═══ FOOTER NOTE ═══ *\/\n.footer-note {\n  background: rgba(139, 115, 85, 0.04);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  padding: 16px;\n  font-size: 12px;\n  line-height: 1.7;\n  color: var(--text-secondary);\n  margin-top: 40px;\n  opacity: 0;\n  animation: fadeInUp 0.6s ease-out forwards;\n}\n\n\/* ═══ MOBILE RESPONSIVE ═══ *\/\n@media (max-width: 768px) {\n  .container {\n    padding: 0 16px;\n  }\n\n  .hero {\n    height: 300px;\n    margin-bottom: 40px;\n  }\n\n  .hero-content {\n    padding: 32px 20px;\n  }\n\n  .hero-title {\n    font-size: 28px;\n    margin-bottom: 12px;\n  }\n\n  .hero-meta {\n    gap: 12px;\n    font-size: 12px;\n  }\n\n  .day-card {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  .section-title {\n    font-size: 24px;\n  }\n\n  .facts-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .pricing-section {\n    padding: 24px;\n  }\n\n  .pricing-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .info-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n\/* ═══ ACCESSIBILITY ═══ *\/\n@media (prefers-reduced-motion: reduce) {\n  * {\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"hero\"\u003e\n      \u003cdiv class=\"hero-content\"\u003e\n        \u003cdiv class=\"hero-tag\"\u003e\n          \u003ci class=\"fas fa-golf-ball-tee\"\u003e\u003c\/i\u003e 8-Day Golf Safari\n        \u003c\/div\u003e\n        \u003ch1 class=\"hero-title\"\u003eKenya Golf Tour \u0026amp; Great Rift Valley\u003c\/h1\u003e\n        \u003cdiv class=\"hero-meta\"\u003e\n          \u003cspan\u003e\u003ci class=\"fas fa-calendar\"\u003e\u003c\/i\u003e 31 Aug — 8 Sep 2026\u003c\/span\u003e\n          \u003cspan\u003e\u003ci class=\"fas fa-golf-ball-tee\"\u003e\u003c\/i\u003e 4 Championship Rounds\u003c\/span\u003e\n          \u003cspan\u003e\u003ci class=\"fas fa-binoculars\"\u003e\u003c\/i\u003e Safari Experience\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Key Facts --\u003e\n    \u003cdiv class=\"facts-grid\"\u003e\n      \u003cdiv class=\"fact-card\"\u003e\n        \u003cdiv class=\"fact-icon\"\u003e\u003ci class=\"fas fa-users\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fact-label\"\u003eGroup Size\u003c\/div\u003e\n        \u003cdiv class=\"fact-value\"\u003e4–12 Travelers\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fact-card\"\u003e\n        \u003cdiv class=\"fact-icon\"\u003e\u003ci class=\"fas fa-route\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fact-label\"\u003eDestinations\u003c\/div\u003e\n        \u003cdiv class=\"fact-value\"\u003e5 Regions\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fact-card\"\u003e\n        \u003cdiv class=\"fact-icon\"\u003e\u003ci class=\"fas fa-gamepad\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fact-label\"\u003eGolf Rounds\u003c\/div\u003e\n        \u003cdiv class=\"fact-value\"\u003e4 Championship\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fact-card\"\u003e\n        \u003cdiv class=\"fact-icon\"\u003e\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fact-label\"\u003eLodging\u003c\/div\u003e\n        \u003cdiv class=\"fact-value\"\u003e5-Star Resort\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Pricing Overview --\u003e\n    \u003cdiv class=\"pricing-section\"\u003e\n      \u003cdiv class=\"pricing-grid\"\u003e\n        \u003cdiv class=\"price-item\"\u003e\n          \u003cdiv class=\"price-label\"\u003ePer Person\u003c\/div\u003e\n          \u003cdiv class=\"price-amount\"\u003e$5,200\u003c\/div\u003e\n          \u003cdiv class=\"price-note\"\u003eBased on double occupancy\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"price-item\"\u003e\n          \u003cdiv class=\"price-label\"\u003eDates\u003c\/div\u003e\n          \u003cdiv class=\"price-amount\"\u003e8 Days\u003c\/div\u003e\n          \u003cdiv class=\"price-note\"\u003e31 Aug – 8 Sep 2026\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"price-item\"\u003e\n          \u003cdiv class=\"price-label\"\u003eIncludes\u003c\/div\u003e\n          \u003cdiv class=\"price-amount\"\u003eFlights\u003c\/div\u003e\n          \u003cdiv class=\"price-note\"\u003eJFK to JKIA direct\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Day-by-Day Itinerary --\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eDay-by-Day Itinerary\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003eA carefully curated blend of world-class golf and East African wildlife\u003c\/p\u003e\n\n      \u003cdiv class=\"itinerary\"\u003e\n        \u003c!-- Day 1 --\u003e\n        \u003cdiv class=\"day-card\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 01\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-plane-arrival\"\u003e\u003c\/i\u003e Arrival\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eNairobi\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eJW Marriott Hotel Nairobi\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003eTouch down at Jomo Kenyatta International Airport and transfer to the award-winning JW Marriott. Evening welcome dinner with your tour director and complimentary club fitting for the championship rounds ahead.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003eArrival\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eDinner\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Day 2 --\u003e\n        \u003cdiv class=\"day-card golf-day\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 02\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-golf-ball\"\u003e\u003c\/i\u003e Championship\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eWindsor Golf Club\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eChampionship Course, Nairobi\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003eYour first 18-hole championship round at Windsor—a lush course nestled among coffee plantations and indigenous forest. After play, lunch at the clubhouse and afternoon at leisure to explore Nairobi.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003e18 Holes\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eLunch\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Day 3 --\u003e\n        \u003cdiv class=\"day-card golf-day\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 03\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-golf-ball\"\u003e\u003c\/i\u003e Championship\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eLimuru Country Club\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eRift Valley Foothills, 2,100m\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003eMorning 18 holes at Limuru, set at 2,100m elevation with stunning vistas of the Great Rift Valley escarpment. After lunch, scenic drive down into the valley and transfer to your lodge.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003e18 Holes\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eScenic Drive\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Day 4 --\u003e\n        \u003cdiv class=\"day-card golf-day\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 04\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-golf-ball\"\u003e\u003c\/i\u003e Championship\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eGreat Rift Valley\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eGreat Rift Valley Lodge \u0026amp; Golf Resort\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003ePlay the spectacular Rift Valley course, often called the most scenic in East Africa. Each hole offers panoramic views of Lake Naivasha and Mount Longonot. Relax at the spa and lodge facilities after your round.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003e18 Holes\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eSpa\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eLake Views\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Day 5 --\u003e\n        \u003cdiv class=\"day-card\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 05\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-binoculars\"\u003e\u003c\/i\u003e Safari\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eLake Nakuru\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eSarova Lion Hill Game Lodge\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003eFull-day game drive through Lake Nakuru National Park, famous for pink flamingo-lined shores and thriving black rhino sanctuary. Spot lions, giraffes, buffalo, and over 400 bird species. Picnic lunch and Baboon Cliff viewpoint visit included.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003eGame Drive\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eWildlife\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eFlamingos\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Day 6 --\u003e\n        \u003cdiv class=\"day-card golf-day\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 06\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-golf-ball\"\u003e\u003c\/i\u003e Championship\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eMt. Kipipiri\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eMt. Kipipiri Golf Club, Highland Slopes\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003eYour fourth and final championship round at the distinctive Kipipiri course, carved from the highland slopes with dramatic elevation changes and pristine fairways. Farewell golf dinner featuring local cuisine in the evening.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003e18 Holes\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eFinale\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eDinner\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Day 7 --\u003e\n        \u003cdiv class=\"day-card\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 07\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-wine-glass\"\u003e\u003c\/i\u003e Leisure\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eNaivasha\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eLeleshwa Winery \u0026amp; Morendat Farm\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003eA relaxed day starting with farm-to-table breakfast overlooking the valley, followed by wine tasting at Leleshwa—Kenya's premier winery. Optional activities include Crescent Island walking safari or Hell's Gate cycling adventure, ending with sunset boat ride.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003eWine Tasting\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eScenic\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eOptional\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Day 8 --\u003e\n        \u003cdiv class=\"day-card\"\u003e\n          \u003cdiv class=\"day-content\"\u003e\n            \u003ch3\u003e\n              \u003cspan class=\"day-number\"\u003eDay 08\u003c\/span\u003e\n              \u003cspan class=\"day-activity-tag\"\u003e\u003ci class=\"fas fa-plane-departure\"\u003e\u003c\/i\u003e Departure\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cdiv class=\"day-location\"\u003eNairobi\u003c\/div\u003e\n            \u003cdiv class=\"day-venue\"\u003eJomo Kenyatta International Airport\u003c\/div\u003e\n            \u003cdiv class=\"day-description\"\u003eEnjoy a final breakfast overlooking the valley, then transfer back to Nairobi with a stop at the Kazuri Beads workshop to browse fair-trade beadwork. Arrive at JKIA for your onward flight.\u003c\/div\u003e\n            \u003cdiv class=\"day-highlights\"\u003e\n              \u003cspan class=\"highlight-tag\"\u003eShopping\u003c\/span\u003e\n              \u003cspan class=\"highlight-tag\"\u003eDeparture\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- What's Included \u0026 Not Included --\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat's Included\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003eEverything you need for an exceptional experience\u003c\/p\u003e\n\n      \u003cdiv class=\"inclusions-grid\"\u003e\n        \u003cdiv class=\"inclusion-box included\"\u003e\n          \u003cdiv class=\"inclusion-title\"\u003e\n            \u003ci class=\"fas fa-check-circle inclusion-icon\"\u003e\u003c\/i\u003e\n            Included in Price\n          \u003c\/div\u003e\n          \u003cul class=\"inclusion-list\"\u003e\n            \u003cli\u003eDirect flights JFK–JKIA (Kenya Airways KQ101)\u003c\/li\u003e\n            \u003cli\u003eAll scheduled ground transportation\u003c\/li\u003e\n            \u003cli\u003eAll green fees \u0026amp; admin fees\u003c\/li\u003e\n            \u003cli\u003eAccommodation (5-star resorts)\u003c\/li\u003e\n            \u003cli\u003eAll listed meals \u0026amp; activities\u003c\/li\u003e\n            \u003cli\u003eWelcome \u0026amp; farewell dinners\u003c\/li\u003e\n            \u003cli\u003eComplimentary club fitting\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"inclusion-box not-included\"\u003e\n          \u003cdiv class=\"inclusion-title\"\u003e\n            \u003ci class=\"fas fa-circle-info inclusion-icon\"\u003e\u003c\/i\u003e\n            Not Included\n          \u003c\/div\u003e\n          \u003cul class=\"inclusion-list\"\u003e\n            \u003cli\u003eCaddy \u0026amp; cart fees per round\u003c\/li\u003e\n            \u003cli\u003ePersonal tips \u0026amp; gratuities\u003c\/li\u003e\n            \u003cli\u003eTravel insurance\u003c\/li\u003e\n            \u003cli\u003eVisa \u0026amp; vaccination costs\u003c\/li\u003e\n            \u003cli\u003eOptional add-on activities\u003c\/li\u003e\n            \u003cli\u003ePersonal expenses \u0026amp; drinks\u003c\/li\u003e\n            \u003cli\u003eItems of personal nature\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Highlights --\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eExperience Highlights\u003c\/h2\u003e\n\n      \u003cdiv class=\"highlights-list\"\u003e\n        \u003cdiv class=\"highlight-item\"\u003e\n          \u003cdiv class=\"highlight-item-icon\"\u003e\n            \u003ci class=\"fas fa-golf-ball-tee\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"highlight-item-content\"\u003e\n            \u003ch4\u003eChampionship Golf Courses\u003c\/h4\u003e\n            \u003cp\u003eFour pristine 18-hole courses designed for serious golfers, including the spectacularly scenic Great Rift Valley course.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-item\"\u003e\n          \u003cdiv class=\"highlight-item-icon\"\u003e\n            \u003ci class=\"fas fa-binoculars\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"highlight-item-content\"\u003e\n            \u003ch4\u003eFull-Day Safari Adventure\u003c\/h4\u003e\n            \u003cp\u003eImmersive wildlife experience at Lake Nakuru National Park with expert guides, featuring rhino sanctuary, flamingos, and diverse wildlife.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-item\"\u003e\n          \u003cdiv class=\"highlight-item-icon\"\u003e\n            \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"highlight-item-content\"\u003e\n            \u003ch4\u003eLuxury Accommodations\u003c\/h4\u003e\n            \u003cp\u003eStay at award-winning 5-star resorts with breathtaking views, exceptional service, and world-class amenities throughout your journey.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-item\"\u003e\n          \u003cdiv class=\"highlight-item-icon\"\u003e\n            \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"highlight-item-content\"\u003e\n            \u003ch4\u003eCurated Dining Experiences\u003c\/h4\u003e\n            \u003cp\u003eFarm-to-table breakfasts, championship clubhouse lunches, fine dining dinners, and wine tasting at Kenya's premier winery.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-item\"\u003e\n          \u003cdiv class=\"highlight-item-icon\"\u003e\n            \u003ci class=\"fas fa-route\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"highlight-item-content\"\u003e\n            \u003ch4\u003eScenic Rift Valley\u003c\/h4\u003e\n            \u003cp\u003eJourney through East Africa's dramatic landscape, from highlands to the stunning Great Rift Valley with panoramic views at every turn.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-item\"\u003e\n          \u003cdiv class=\"highlight-item-icon\"\u003e\n            \u003ci class=\"fas fa-handshake\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"highlight-item-content\"\u003e\n            \u003ch4\u003eExpert Local Guides\u003c\/h4\u003e\n            \u003cp\u003eKnowledgeable tour directors and naturalists ensure a seamless, enriching experience with deep cultural and environmental insights.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Practical Information --\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003ch2 class=\"section-title\"\u003ePractical Information\u003c\/h2\u003e\n\n      \u003cdiv class=\"info-section\"\u003e\n        \u003cdiv class=\"info-grid\"\u003e\n          \u003cdiv class=\"info-block\"\u003e\n            \u003ch4\u003eBest Time to Visit\u003c\/h4\u003e\n            \u003cp\u003eAugust and September offer ideal golfing weather with clear skies and comfortable temperatures. Wildlife viewing is excellent year-round in Lake Nakuru.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"info-block\"\u003e\n            \u003ch4\u003eWhat to Bring\u003c\/h4\u003e\n            \u003cp\u003eGolf attire, lightweight clothing for hot days, layers for cool evenings, sun protection, camera equipment, and passport. Golf shoes recommended.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"info-block\"\u003e\n            \u003ch4\u003ePhysical Requirements\u003c\/h4\u003e\n            \u003cp\u003eModerate fitness level recommended for golf rounds and full-day safari. Most activities can be adapted for mobility considerations.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"info-block\"\u003e\n            \u003ch4\u003eFlight Details\u003c\/h4\u003e\n            \u003cp\u003eDirect Kenya Airways KQ101 departure from JFK, with convenient transfer coordination. Specific flight times confirmed at time of booking.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"info-block\"\u003e\n            \u003ch4\u003eTravel Documents\u003c\/h4\u003e\n            \u003cp\u003eValid passport (6+ months validity). US citizens need a Kenya visa (available on arrival). Yellow fever vaccination recommended for entry.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"info-block\"\u003e\n            \u003ch4\u003eGroup Size\u003c\/h4\u003e\n            \u003cp\u003eTours accommodates 4–12 participants for optimal experience. Minimum two participants required. Special arrangements available for larger groups.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer Note --\u003e\n    \u003cdiv class=\"footer-note\"\u003e\n      \u003cstrong\u003ePricing \u0026amp; Terms:\u003c\/strong\u003e $5,200 per person based on double occupancy and group size of 4+. Subject to availability. Airfares are per person and may change until ticketed. All statutory taxes and fees included. Dates and routing to be reconfirmed at booking. Optional add-ons (caddy fees, spa services, specialty activities) available at additional cost. For detailed pricing, inclusions, or custom arrangements, please contact our travel team.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    \/\/ Intersection Observer for scroll animations\n    const observerOptions = {\n      threshold: 0.1,\n      rootMargin: '0px 0px -100px 0px'\n    };\n\n    const observer = new IntersectionObserver(function(entries) {\n      entries.forEach(entry =\u003e {\n        if (entry.isIntersecting) {\n          const element = entry.target;\n          \n          \/\/ Add animation class based on element type\n          if (element.classList.contains('day-card')) {\n            const cardIndex = Array.from(element.parentElement.children).indexOf(element);\n            if (cardIndex % 2 === 0) {\n              element.classList.add('animate-left');\n            } else {\n              element.classList.add('animate-right');\n            }\n          }\n          \n          \/\/ Remove opacity to trigger initial animation\n          element.style.opacity = '';\n          \n          \/\/ Stop observing this element\n          observer.unobserve(element);\n        }\n      });\n    }, observerOptions);\n\n    \/\/ Observe all animated elements\n    document.querySelectorAll(\n      '.day-card, .fact-card, .inclusion-box, .highlight-item, .pricing-section, .info-section, .footer-note'\n    ).forEach(el =\u003e {\n      observer.observe(el);\n    });\n\n    \/\/ Respect prefers-reduced-motion\n    if (window.matchMedia('(prefers-reduced-motion: reduce)').matches) {\n      document.querySelectorAll('*').forEach(el =\u003e {\n        el.style.animationDuration = '0.01ms';\n        el.style.transitionDuration = '0.01ms';\n      });\n    }\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"North \u0026 South Travel Limited","offers":[{"title":"Default Title","offer_id":45607772225645,"sku":null,"price":792000.0,"currency_code":"KES","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/3013\/2077\/files\/GreatRiftValley.webp?v=1786514301","url":"https:\/\/northandsouthtravel.com\/products\/nst-golf-tour","provider":"North \u0026 South Travel Limited","version":"1.0","type":"link"}