{"id":10278,"date":"2026-03-04T21:39:38","date_gmt":"2026-03-04T21:39:38","guid":{"rendered":"https:\/\/redsea-dream-tours.net\/?page_id=10278"},"modified":"2026-04-21T18:27:23","modified_gmt":"2026-04-21T18:27:23","slug":"safari","status":"publish","type":"page","link":"https:\/\/redsea-dream-tours.net\/nl\/safari\/","title":{"rendered":"Safari"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"10278\" class=\"elementor elementor-10278\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a266079 e-con-full e-flex e-con e-parent\" data-id=\"a266079\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c225d7f elementor-widget elementor-widget-html\" data-id=\"c225d7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- =====================================\r\nDESTINATION PAGE SEARCH\r\nSearch Inside Current Page + Scroll to Tour\r\n===================================== -->\r\n\r\n<section class=\"rs-local-search\">\r\n\r\n<div class=\"rs-search-box\">\r\n\r\n\r\n\r\n<input type=\"text\" id=\"tourSearch\" placeholder=\"Safari reizen zoeken\">\r\n\r\n<button id=\"tourBtn\">\r\n<i class=\"fas fa-search\"><\/i>\r\n<\/button>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- Font Awesome -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n\r\n<style>\r\n\/* ==============================\r\nSEARCH SECTION\r\n============================== *\/\r\n\r\n.rs-local-search{\r\npadding:25px 20px 35px;\r\nbackground:#f8f8f8;\r\n}\r\n\r\n.rs-search-box{\r\nmax-width:1180px;\r\nmargin:auto;\r\ndisplay:flex;\r\nalign-items:center;\r\nbackground:#fff;\r\nborder:1px solid #ececec;\r\nborder-radius:60px;\r\noverflow:hidden;\r\nbox-shadow:0 8px 25px rgba(0,0,0,.05);\r\n}\r\n\r\n\/* select *\/\r\n.rs-search-box select{\r\nwidth:220px;\r\nheight:62px;\r\nborder:none;\r\noutline:none;\r\npadding:0 22px;\r\nfont-size:15px;\r\nfont-weight:600;\r\ncolor:#555;\r\nbackground:#fff;\r\nborder-right:1px solid #eee;\r\ncursor:pointer;\r\n}\r\n\r\n\/* input *\/\r\n.rs-search-box input{\r\nflex:1;\r\nheight:62px;\r\nborder:none;\r\noutline:none;\r\npadding:0 25px;\r\nfont-size:15px;\r\ncolor:#222;\r\n}\r\n\r\n\/* button *\/\r\n.rs-search-box button{\r\nwidth:64px;\r\nheight:64px;\r\nborder:none;\r\nbackground:linear-gradient(135deg,#ff7a00,#ff9900);\r\ncolor:#fff;\r\nfont-size:19px;\r\ncursor:pointer;\r\nborder-radius:50%;\r\nmargin-right:6px;\r\ntransition:.3s;\r\nflex-shrink:0;\r\n}\r\n\r\n.rs-search-box button:hover{\r\ntransform:scale(1.06);\r\nbox-shadow:0 10px 20px rgba(255,122,0,.25);\r\n}\r\n\r\n\/* mobile *\/\r\n@media(max-width:768px){\r\n\r\n.rs-local-search{\r\npadding:20px 12px 25px;\r\n}\r\n\r\n.rs-search-box{\r\nflex-direction:column;\r\nborder-radius:22px;\r\npadding:12px;\r\ngap:10px;\r\n}\r\n\r\n.rs-search-box select,\r\n.rs-search-box input{\r\nwidth:100%;\r\nheight:52px;\r\nborder:1px solid #eee;\r\nborder-radius:14px;\r\npadding:0 16px;\r\n}\r\n\r\n.rs-search-box select{\r\nborder-right:none;\r\n}\r\n\r\n.rs-search-box button{\r\nwidth:100%;\r\nheight:52px;\r\nborder-radius:14px;\r\nmargin:0;\r\n}\r\n\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function(){\r\n\r\nconst btn = document.getElementById(\"tourBtn\");\r\nconst input = document.getElementById(\"tourSearch\");\r\n\r\nfunction searchTour(){\r\n\r\nlet keyword = input.value.trim().toLowerCase();\r\n\r\nif(keyword === \"\") return;\r\n\r\n\/* \u0639\u062f\u0644\u064a \u0627\u0644\u0633\u064a\u0644\u0643\u062a\u0648\u0631 \u062d\u0633\u0628 \u0627\u0633\u0645 \u0643\u0627\u0631\u062a \u0627\u0644\u0631\u062d\u0644\u0627\u062a \u0639\u0646\u062f\u0643 *\/\r\nlet tours = document.querySelectorAll(\r\n'.product, .tour-card, .ova-item, .ova-tour-item, .item-tour, .card'\r\n);\r\n\r\nlet found = false;\r\n\r\ntours.forEach(function(tour){\r\n\r\nlet text = tour.innerText.toLowerCase();\r\n\r\nif(!found && text.includes(keyword)){\r\n\r\ntour.scrollIntoView({\r\nbehavior:'smooth',\r\nblock:'center'\r\n});\r\n\r\n\/* \u0647\u0627\u064a\u0644\u0627\u064a\u062a *\/\r\ntour.style.transition = \"0.4s\";\r\ntour.style.boxShadow = \"0 0 0 4px #ff9900, 0 18px 35px rgba(0,0,0,.12)\";\r\ntour.style.transform = \"translateY(-6px)\";\r\n\r\nsetTimeout(function(){\r\ntour.style.boxShadow = \"\";\r\ntour.style.transform = \"\";\r\n},2500);\r\n\r\nfound = true;\r\n}\r\n\r\n});\r\n\r\nif(!found){\r\nalert(\"No matching tour found on this page.\");\r\n}\r\n\r\n}\r\n\r\nbtn.addEventListener(\"click\", searchTour);\r\n\r\ninput.addEventListener(\"keypress\", function(e){\r\nif(e.key === \"Enter\"){\r\nsearchTour();\r\n}\r\n});\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0b4603 e-flex e-con-boxed e-con e-parent\" data-id=\"c0b4603\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e424cb elementor-widget elementor-widget-html\" data-id=\"2e424cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* ========== PROFESSIONAL HEADING ========== *\/\r\n\r\n.creative-head{\r\n  text-align:center;\r\n  max-width:950px;\r\n  margin:0 auto 10px;\r\n  position:relative;\r\n}\r\n\r\n\/* \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0623\u0633\u0627\u0633\u064a *\/\r\n.creative-title{\r\n  font-size:54px;\r\n  font-weight:900;\r\n  line-height:1.15;\r\n  margin-bottom:22px;\r\n  color:#FF6E00; \/* \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0627\u0633\u064a *\/\r\n}\r\n\r\n\/* \u0627\u0644\u0643\u0644\u0645\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 *\/\r\n.creative-title .highlight{\r\n  color:#006D5E;\r\n  transition:.4s ease;\r\n  cursor:pointer;\r\n}\r\n\r\n\/* \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0644\u0648\u0646 \u0639\u0646\u062f \u0627\u0644\u0647\u0648\u0641\u0631 *\/\r\n.creative-title .highlight:hover{\r\n  color:#5BEED2;\r\n}\r\n\r\n\/* \u0627\u0644\u062e\u0637 \u0627\u0644\u0645\u062a\u062d\u0631\u0643 *\/\r\n.creative-line{\r\n  width:100px;\r\n  height:4px;\r\n  background:linear-gradient(90deg,#006D5E,#5BEED2,#FF6E00);\r\n  margin:0 auto 26px;\r\n  border-radius:10px;\r\n  animation:linePulse 2.5s infinite;\r\n}\r\n\r\n@keyframes linePulse{\r\n  0%{width:50px;opacity:.6}\r\n  50%{width:100px;opacity:1}\r\n  100%{width:50px;opacity:.6}\r\n}\r\n\r\n\/* Responsive *\/\r\n@media(max-width:768px){\r\n  .creative-title{\r\n    font-size:36px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<div class=\"creative-head\">\r\n\r\n  <h2 class=\"creative-title\">\r\n    Safari \r\n    <span class=\"highlight\">Rondleidingen<\/span>\r\n  <\/h2>\r\n\r\n  <div class=\"creative-line\"><\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7360dc0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7360dc0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e8ece8\" data-id=\"2e8ece8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fed1981 elementor-widget elementor-widget-ovabrw_product_list\" data-id=\"fed1981\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"ovabrw_product_list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"ova-product-list ova-product-list-template1 column3\">\n\t\t\t\t\t\n<div class=\"ova-product product type-product post-9520 status-publish first instock product_cat-safari has-post-thumbnail sale shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/buggy-dubbel-avontuur\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c9-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Buggy dubbel avontuur: Woestijn &amp; bedoe\u00efenen | 2026\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c9-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c9-300x200.jpg 300w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c9-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/buggy-dubbel-avontuur\/\">\n\t\t\t        Buggy dubbel avontuur: Woestijn &amp; bedoe\u00efenen | 2026\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>90.00<\/bdi><\/span><\/span>\n\t\t\t\t\t\t<span class=\"old-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>95.00<\/bdi><\/span><\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/buggy-dubbel-avontuur\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-9521 status-publish instock product_cat-safari product_tag-bedouin-culture product_tag-buggy-adventure product_tag-camel-ride product_tag-dune-buggy product_tag-egypt-2026 product_tag-family-buggy product_tag-family-excursions product_tag-hurghada-desert product_tag-red-sea-dream product_tag-safe-safari has-post-thumbnail sale shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/family-buggy-desert-adventure\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c0-1-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Familie Buggy Woestijn Avontuur - Plezier, Cultuur &amp; Herinneringen\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c0-1-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c0-1-300x200.jpg 300w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c0-1-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/family-buggy-desert-adventure\/\">\n\t\t\t        Familie Buggy Woestijn Avontuur - Plezier, Cultuur &amp; Herinneringen\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>120.00<\/bdi><\/span><\/span>\n\t\t\t\t\t\t<span class=\"old-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>140.00<\/bdi><\/span><\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/family-buggy-desert-adventure\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-10479 status-publish instock product_cat-red product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/zonsondergang-quad-safari-woestijn-rit-bedoeienen-nacht\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/2-7-1-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Zonsondergang Quad Safari: Tocht door de woestijn &amp; bedoe\u00efenennacht\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/2-7-1-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/2-7-1-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/zonsondergang-quad-safari-woestijn-rit-bedoeienen-nacht\/\">\n\t\t\t        Zonsondergang Quad Safari: Tocht door de woestijn &amp; bedoe\u00efenennacht\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>27.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/zonsondergang-quad-safari-woestijn-rit-bedoeienen-nacht\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-10470 status-publish last instock product_cat-red product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/paardrijtocht-bij-zonsopgang-magie-van-woestijnstrand\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"612\" height=\"408\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/istockphoto-1170237388-612x612-1-1.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"sfari rode zee droomtours\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/istockphoto-1170237388-612x612-1-1.jpg 612w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/istockphoto-1170237388-612x612-1-1-300x200.jpg 300w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/istockphoto-1170237388-612x612-1-1-600x400.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/paardrijtocht-bij-zonsopgang-magie-van-woestijnstrand\/\">\n\t\t\t        Zonsopgang te paard: Magie van woestijn en strand\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>32.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/paardrijtocht-bij-zonsopgang-magie-van-woestijnstrand\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-10441 status-publish first instock product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/koetsrit-nacht-romantiek-diner-live-shows\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/8c-1-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Nacht van de koetsrit: Romantiek, diner &amp; live shows\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/8c-1-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/8c-1-300x200.jpg 300w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/8c-1-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/koetsrit-nacht-romantiek-diner-live-shows\/\">\n\t\t\t        Nacht van de koetsrit: Romantiek, diner &amp; live shows\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>40.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/koetsrit-nacht-romantiek-diner-live-shows\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-9522 status-publish instock product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/woestijn-hemel-zonsondergang-sterren-bedoeienen-nacht\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"300\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/stargazing-in-the-dubai-desert-01-636x300.webp\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Woestijn &amp; Lucht: Zonsondergang, Sterren &amp; Bedoe\u00efenen Nacht\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/woestijn-hemel-zonsondergang-sterren-bedoeienen-nacht\/\">\n\t\t\t        Woestijn &amp; Lucht: Zonsondergang, Sterren &amp; Bedoe\u00efenen Nacht\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>45.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/woestijn-hemel-zonsondergang-sterren-bedoeienen-nacht\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-9518 status-publish instock product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/arabische-paarden-show-cultuur-kunst\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/lazar1-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"De Majestic Arabische Paarden Showavond: Kunst, cultuur &amp; voorstelling\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/lazar1-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/lazar1-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t2 days\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/arabische-paarden-show-cultuur-kunst\/\">\n\t\t\t        De Majestic Arabische Paarden Showavond: Kunst, cultuur &amp; voorstelling\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>20.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/arabische-paarden-show-cultuur-kunst\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-9480 status-publish last instock product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/mini-super-safari-quads-kamelen-woestijn-magie\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/Mini-Safari-Hurghada-Dream-1-870x555-1-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Action shot of spider car buggies racing across the Hurghada desert sand dunes\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/Mini-Safari-Hurghada-Dream-1-870x555-1-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/Mini-Safari-Hurghada-Dream-1-870x555-1-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/mini-super-safari-quads-kamelen-woestijn-magie\/\">\n\t\t\t        Mini supersafari: Quads, kamelen en magie van de woestijn\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>25.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/mini-super-safari-quads-kamelen-woestijn-magie\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-10461 status-publish first instock product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/motorcross-woestijn-rit-snelheid-zand-adrenaline\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/3-7-1-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Motorcross in de woestijn: snelheid, zand en adrenaline\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/3-7-1-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/3-7-1-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/motorcross-woestijn-rit-snelheid-zand-adrenaline\/\">\n\t\t\t        Motorcross in de woestijn: snelheid, zand en adrenaline\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>90.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/motorcross-woestijn-rit-snelheid-zand-adrenaline\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-9523 status-publish instock product_cat-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/zonsopgang-quad-tour-woestijn-rit-gouden-uitzicht\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/671e6c7ed87de-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"Zonsopgang Quadtour: Woestijnrit &amp; Gouden Uitzichten\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/671e6c7ed87de-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/671e6c7ed87de-300x200.jpg 300w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/671e6c7ed87de-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/zonsopgang-quad-tour-woestijn-rit-gouden-uitzicht\/\">\n\t\t\t        Zonsopgang Quadtour: Woestijnrit &amp; Gouden Uitzichten\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>32.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/zonsopgang-quad-tour-woestijn-rit-gouden-uitzicht\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\n<div class=\"ova-product product type-product post-9479 status-publish instock product_cat-safari product_tag-bedouin-life product_tag-camel-ride product_tag-desert-sunset product_tag-egypt-2026 product_tag-hurghada-desert product_tag-quad-biking product_tag-red-sea-dream product_tag-spider-car product_tag-stargazing product_tag-super-safari has-post-thumbnail shipping-taxable purchasable product-type-ovabrw_car_rental\">\n\t\n<div class=\"ova_head_product\">\n\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/super-safari-quads-bedoeienen-zonsondergang\/\" class=\"ova-product-thumbnail\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"426\" src=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c7-636x426.jpg\" class=\"attachment-tripgo_product_slider size-tripgo_product_slider\" alt=\"\ud83c\udfdc\ufe0f Het ultieme woestijnavontuur: Super Safari 2026 Klaar voor de ultieme sensatie? \ud83c\udfce\ufe0f Ga mee met onze Super Safari: Quads, Bedoe\u00efenenleven &amp; Zonsondergang en ervaar de magie van de Egyptische woestijn! Uw dag vol actie omvat: \u2705 30-minuten Quad &amp; Spider Car adrenaline rit. 4x4 Land Cruiser rit naar een authentiek bedoe\u00efenendorp. Culturele tour, kruidenthee en traditioneel kameelrijden. Prachtig uitzicht op de zonsondergang in de bergen en open dinerbuffet. Live Tanoura show &amp; magisch sterrenkijken onder de heldere hemel.\" srcset=\"https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c7-636x426.jpg 636w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c7-300x200.jpg 300w, https:\/\/redsea-dream-tours.net\/wp-content\/uploads\/2026\/03\/c7-416x280.jpg 416w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/>\t\t<\/a>\n\t<\/div>\n<div class=\"ova_foot_product\">\n\t<div class=\"ova-product-day-title-location\">\n\t\t\t\t\t<div class=\"ova-tour-day\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icomoon icomoon-clock\"><\/i>\n\t\t\t\t1 day\t\t\t<\/div>\n\t\t\t\t\t<h2 class=\"ova-product-title\">\n\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/super-safari-quads-bedoeienen-zonsondergang\/\">\n\t\t\t        Super Safari: Quads, bedoe\u00efenenleven &amp; zonsondergang\t\t\t    <\/a>\n\t\t\t<\/h2>\n\t\t\t<\/div>\n    <div class=\"ova-product-review-and-price\">\n    \t\t\t<div class=\"ova-product-wrapper-price\">\n\t\t\t\t\t\t\t<div class=\"ova-product-price\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"new-product-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>30.00<\/bdi><\/span><\/span>\n\t\t\t\t    \t\t\t\t<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/redsea-dream-tours.net\/nl\/product\/super-safari-quads-bedoeienen-zonsondergang\/\" class=\"btn product-btn-book-now\">\n\t\t\t\t\t<span>Verken<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Safari Tours 1 day Buggy Double Adventure: Desert Fun &#038; Bedouins &euro;90.00 &euro;95.00 Explore 1 day Family Buggy Desert Adventure \u2013 Fun, Culture &#038; Memories &euro;120.00 &euro;140.00 Explore Sunset Quad Safari: Desert Ride &#038; Bedouin Night &euro;27.00 Explore Sunrise Horse Ride: Desert &#038; Beach Magic &euro;32.00 Explore Carriage Ride Night: Romance, Dinner &#038; Live Shows [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_mbp_gutenberg_autopost":false,"footnotes":""},"class_list":["post-10278","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/pages\/10278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/comments?post=10278"}],"version-history":[{"count":13,"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/pages\/10278\/revisions"}],"predecessor-version":[{"id":11148,"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/pages\/10278\/revisions\/11148"}],"wp:attachment":[{"href":"https:\/\/redsea-dream-tours.net\/nl\/wp-json\/wp\/v2\/media?parent=10278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}