{"id":10,"date":"2026-01-26T10:26:00","date_gmt":"2026-01-26T10:26:00","guid":{"rendered":"https:\/\/morocconomadsoul.com\/?page_id=10"},"modified":"2026-02-11T10:35:24","modified_gmt":"2026-02-11T10:35:24","slug":"home","status":"publish","type":"page","link":"https:\/\/morocconomadsoul.com\/de\/","title":{"rendered":"Startseite"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29b33b0 e-con-full e-flex e-con e-parent\" data-id=\"29b33b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4d5bee elementor-widget elementor-widget-html\" data-id=\"f4d5bee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Morocco Nomad Soul - Authentic Moroccan Adventures<\/title>\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n<style>\r\n* {\r\n    margin: 0;\r\n    padding: 0;\r\n    box-sizing: border-box;\r\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\r\n}\r\n\r\nbody {\r\n    background: #111;\r\n    overflow-x: hidden;\r\n}\r\n\r\n\/* SLIDER CONTAINER *\/\r\n.slider-container {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 100vh;\r\n    min-height: 700px;\r\n    overflow: hidden;\r\n}\r\n\r\n\/* SLIDES *\/\r\n.slides {\r\n    width: 100%;\r\n    height: 100%;\r\n    position: relative;\r\n}\r\n\r\n.slide {\r\n    position: absolute;\r\n    width: 100%;\r\n    height: 100%;\r\n    opacity: 0;\r\n    transition: opacity 1s ease-in-out;\r\n    background-size: cover;\r\n    background-position: center;\r\n    background-repeat: no-repeat;\r\n}\r\n\r\n.slide.active {\r\n    opacity: 1;\r\n}\r\n\r\n\/* SLIDE IMAGES - YOUR MOROCCO NOMAD SOUL IMAGES *\/\r\n.slide-1 {\r\n    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.5)), \r\n                     url('http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-23-at-18.28.49dfdfdd.jpeg');\r\n}\r\n\r\n.slide-2 {\r\n    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.5)), \r\n                     url('http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/ait-benhaddou-moroccan-ancient-fortress-2025-01-09-04-22-56-utc-scaled.jpg');\r\n}\r\n\r\n.slide-3 {\r\n    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.5)), \r\n                     url('http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/jemaa-el-fnaa-square-illuminated-at-dusk-marrakes-2024-11-03-05-40-49-utc-scaled.jpg');\r\n}\r\n\r\n\/* CONTENT OVERLAY *\/\r\n.slide-content {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    text-align: center;\r\n    width: 90%;\r\n    max-width: 1200px;\r\n    color: white;\r\n    z-index: 10;\r\n    padding: 20px;\r\n}\r\n\r\n\/* BADGE - MNS BRAND COLORS *\/\r\n.badge {\r\n    display: inline-block;\r\n    background: linear-gradient(135deg, #b45309, #f59e0b);\r\n    color: #111827;\r\n    padding: 12px 28px;\r\n    border-radius: 30px;\r\n    font-size: 16px;\r\n    font-weight: 900;\r\n    letter-spacing: 1.5px;\r\n    text-transform: uppercase;\r\n    margin-bottom: 25px;\r\n    box-shadow: 0 8px 20px rgba(180, 83, 9, 0.3);\r\n    border: 2px solid rgba(245, 158, 11, 0.3);\r\n    animation: badgePulse 2s infinite;\r\n}\r\n\r\n@keyframes badgePulse {\r\n    0%, 100% { transform: scale(1); }\r\n    50% { transform: scale(1.05); }\r\n}\r\n\r\n\/* MAIN HEADING *\/\r\n.main-heading {\r\n    font-size: 64px;\r\n    font-weight: 900;\r\n    line-height: 1.1;\r\n    margin-bottom: 20px;\r\n    text-shadow: 0 5px 15px rgba(0,0,0,0.5);\r\n    animation: fadeInUp 1s ease-out;\r\n}\r\n\r\n.main-heading span {\r\n    color: #f59e0b;\r\n    position: relative;\r\n}\r\n\r\n.main-heading span::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: -5px;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 3px;\r\n    background: #b45309;\r\n    border-radius: 2px;\r\n}\r\n\r\n\/* SUBTITLE *\/\r\n.subtitle {\r\n    font-size: 22px;\r\n    font-weight: 600;\r\n    margin-bottom: 40px;\r\n    max-width: 700px;\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n    opacity: 0.95;\r\n    line-height: 1.5;\r\n    animation: fadeInUp 1s ease-out 0.3s both;\r\n}\r\n\r\n\/* BUTTONS CONTAINER *\/\r\n.buttons-container {\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 20px;\r\n    margin-bottom: 20px;\r\n    flex-wrap: wrap;\r\n    animation: fadeInUp 1s ease-out 0.6s both;\r\n}\r\n\r\n\/* PRIMARY BUTTON - MNS BRAND *\/\r\n.primary-btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 12px;\r\n    background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n    color: #111827;\r\n    padding: 18px 45px;\r\n    border-radius: 999px;\r\n    font-size: 18px;\r\n    font-weight: 900;\r\n    text-decoration: none;\r\n    transition: all 0.3s ease;\r\n    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);\r\n    border: 2px solid rgba(245, 158, 11, 0.4);\r\n    min-width: 200px;\r\n    letter-spacing: 0.2px;\r\n}\r\n\r\n.primary-btn:hover {\r\n    background: linear-gradient(180deg, #f59e0b, #d97706);\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4);\r\n}\r\n\r\n.primary-btn i {\r\n    font-size: 20px;\r\n    transition: transform 0.3s ease;\r\n}\r\n\r\n.primary-btn:hover i {\r\n    transform: translateX(5px);\r\n}\r\n\r\n\/* SECONDARY BUTTON *\/\r\n.secondary-btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 12px;\r\n    background: rgba(255,255,255,0.15);\r\n    backdrop-filter: blur(10px);\r\n    color: white;\r\n    padding: 18px 45px;\r\n    border-radius: 999px;\r\n    font-size: 18px;\r\n    font-weight: 900;\r\n    text-decoration: none;\r\n    transition: all 0.3s ease;\r\n    border: 2px solid rgba(245, 158, 11, 0.3);\r\n    min-width: 200px;\r\n    letter-spacing: 0.2px;\r\n}\r\n\r\n.secondary-btn:hover {\r\n    background: rgba(245, 158, 11, 0.2);\r\n    transform: translateY(-3px);\r\n}\r\n\r\n\/* SLIDER CONTROLS - DOTS ONLY *\/\r\n.slider-controls {\r\n    position: absolute;\r\n    bottom: 40px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    z-index: 20;\r\n}\r\n\r\n\/* NAV DOTS ONLY *\/\r\n.nav-dots {\r\n    display: flex;\r\n    gap: 12px;\r\n}\r\n\r\n.dot {\r\n    width: 14px;\r\n    height: 14px;\r\n    background: rgba(255,255,255,0.3);\r\n    border-radius: 50%;\r\n    cursor: pointer;\r\n    transition: all 0.3s ease;\r\n    border: 2px solid transparent;\r\n}\r\n\r\n.dot.active {\r\n    background: #f59e0b;\r\n    transform: scale(1.3);\r\n    box-shadow: 0 0 15px rgba(245, 158, 11, 0.5);\r\n}\r\n\r\n\/* ANIMATIONS *\/\r\n@keyframes fadeInUp {\r\n    from {\r\n        opacity: 0;\r\n        transform: translateY(30px);\r\n    }\r\n    to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n}\r\n\r\n\/* RESPONSIVE DESIGN - MOBILE OPTIMIZED *\/\r\n@media (max-width: 1200px) {\r\n    .main-heading {\r\n        font-size: 56px;\r\n    }\r\n}\r\n\r\n@media (max-width: 992px) {\r\n    .slider-container {\r\n        height: 90vh;\r\n        min-height: 600px;\r\n    }\r\n    \r\n    .main-heading {\r\n        font-size: 48px;\r\n    }\r\n    \r\n    .subtitle {\r\n        font-size: 20px;\r\n        margin-bottom: 35px;\r\n    }\r\n    \r\n    .buttons-container {\r\n        gap: 15px;\r\n    }\r\n    \r\n    .primary-btn, .secondary-btn {\r\n        padding: 16px 35px;\r\n        font-size: 16px;\r\n        min-width: 180px;\r\n    }\r\n    \r\n    .slider-controls {\r\n        bottom: 35px;\r\n    }\r\n}\r\n\r\n\/* MOBILE PHONES (768px and below) - 2 BUTTONS IN ONE LINE *\/\r\n@media (max-width: 768px) {\r\n    .slider-container {\r\n        height: 85vh;\r\n        min-height: 500px;\r\n    }\r\n    \r\n    .main-heading {\r\n        font-size: 40px;\r\n        margin-bottom: 15px;\r\n    }\r\n    \r\n    .subtitle {\r\n        font-size: 18px;\r\n        max-width: 500px;\r\n        margin-bottom: 30px;\r\n    }\r\n    \r\n    .badge {\r\n        padding: 10px 22px;\r\n        font-size: 14px;\r\n        margin-bottom: 20px;\r\n    }\r\n    \r\n    \/* MOBILE BUTTONS - 2 IN ONE LINE (HORIZONTAL) *\/\r\n    .buttons-container {\r\n        flex-direction: row;\r\n        justify-content: center;\r\n        gap: 15px;\r\n        margin-bottom: 15px;\r\n        flex-wrap: nowrap;\r\n    }\r\n    \r\n    .primary-btn, .secondary-btn {\r\n        width: calc(50% - 8px);\r\n        max-width: 200px;\r\n        min-width: auto;\r\n        padding: 14px 20px;\r\n        font-size: 15px;\r\n        flex: 1;\r\n    }\r\n    \r\n    .primary-btn i, .secondary-btn i {\r\n        font-size: 16px;\r\n        margin-right: 6px;\r\n    }\r\n    \r\n    .primary-btn span, .secondary-btn span {\r\n        font-size: 14px;\r\n        white-space: nowrap;\r\n    }\r\n    \r\n    .slider-controls {\r\n        bottom: 25px;\r\n    }\r\n    \r\n    .dot {\r\n        width: 12px;\r\n        height: 12px;\r\n    }\r\n}\r\n\r\n\/* SMALL PHONES (576px and below) *\/\r\n@media (max-width: 576px) {\r\n    .slider-container {\r\n        height: 80vh;\r\n        min-height: 450px;\r\n    }\r\n    \r\n    .main-heading {\r\n        font-size: 32px;\r\n    }\r\n    \r\n    .subtitle {\r\n        font-size: 16px;\r\n        margin-bottom: 25px;\r\n    }\r\n    \r\n    .badge {\r\n        padding: 8px 20px;\r\n        font-size: 13px;\r\n        margin-bottom: 15px;\r\n    }\r\n    \r\n    .buttons-container {\r\n        gap: 10px;\r\n    }\r\n    \r\n    .primary-btn, .secondary-btn {\r\n        padding: 12px 15px;\r\n        font-size: 14px;\r\n        width: calc(50% - 5px);\r\n    }\r\n    \r\n    .primary-btn i, .secondary-btn i {\r\n        font-size: 15px;\r\n        margin-right: 4px;\r\n    }\r\n    \r\n    .primary-btn span, .secondary-btn span {\r\n        font-size: 13px;\r\n    }\r\n    \r\n    .slider-controls {\r\n        bottom: 20px;\r\n    }\r\n    \r\n    .dot {\r\n        width: 10px;\r\n        height: 10px;\r\n    }\r\n}\r\n\r\n\/* EXTRA SMALL PHONES (400px and below) *\/\r\n@media (max-width: 400px) {\r\n    .main-heading {\r\n        font-size: 28px;\r\n    }\r\n    \r\n    .subtitle {\r\n        font-size: 15px;\r\n        margin-bottom: 20px;\r\n    }\r\n    \r\n    .badge {\r\n        padding: 7px 16px;\r\n        font-size: 12px;\r\n    }\r\n    \r\n    .buttons-container {\r\n        gap: 8px;\r\n    }\r\n    \r\n    .primary-btn, .secondary-btn {\r\n        padding: 10px 12px;\r\n        font-size: 13px;\r\n        width: calc(50% - 4px);\r\n    }\r\n    \r\n    .primary-btn i, .secondary-btn i {\r\n        font-size: 14px;\r\n        margin-right: 3px;\r\n    }\r\n    \r\n    .primary-btn span, .secondary-btn span {\r\n        font-size: 12px;\r\n    }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- MOROCCO NOMAD SOUL HERO SLIDER -->\r\n<div class=\"slider-container\">\r\n    <div class=\"slides\">\r\n        <!-- SLIDE 1 - Authentic Morocco -->\r\n        <div class=\"slide slide-1 active\">\r\n            <div class=\"slide-content\">\r\n                <div class=\"badge\">\r\n                    <i class=\"fas fa-compass\"><\/i> Morocco Nomad Soul\r\n                <\/div>\r\n                <h1 class=\"main-heading\">\r\n                    Discover <span>Authentic Morocco<\/span>\r\n                <\/h1>\r\n                <p class=\"subtitle\">\r\n                    Experience the real Morocco through local insights, cultural immersion, and unforgettable journeys from the Sahara to coastal gems.\r\n                <\/p>\r\n                <div class=\"buttons-container\">\r\n                    <a href=\"https:\/\/morocconomadsoul.com\/explore-morocco-tours\/\" class=\"primary-btn\">\r\n                        <i class=\"fas fa-map-marked-alt\"><\/i>\r\n                        <span>Explore Tours<\/span>\r\n                    <\/a>\r\n                    <a href=\"https:\/\/morocconomadsoul.com\/contact\/\" class=\"secondary-btn\">\r\n                        <i class=\"fas fa-calendar-alt\"><\/i>\r\n                        <span>Book Now<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- SLIDE 2 - Ancient Heritage -->\r\n        <div class=\"slide slide-2\">\r\n            <div class=\"slide-content\">\r\n                <div class=\"badge\">\r\n                    <i class=\"fas fa-landmark\"><\/i> Cultural Heritage\r\n                <\/div>\r\n                <h1 class=\"main-heading\">\r\n                    <span>Ancient Kasbahs<\/span> & History\r\n                <\/h1>\r\n                <p class=\"subtitle\">\r\n                    Walk through centuries of history at Ait Benhaddou and other UNESCO sites, discovering Morocco's rich architectural legacy.\r\n                <\/p>\r\n                <div class=\"buttons-container\">\r\n                    <a href=\"#tours\" class=\"primary-btn\">\r\n                        <i class=\"fas fa-map-marked-alt\"><\/i>\r\n                        <span>Explore Tours<\/span>\r\n                    <\/a>\r\n                    <a href=\"#contact\" class=\"secondary-btn\">\r\n                        <i class=\"fas fa-calendar-alt\"><\/i>\r\n                        <span>Book Now<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- SLIDE 3 - Marrakech Magic -->\r\n        <div class=\"slide slide-3\">\r\n            <div class=\"slide-content\">\r\n                <div class=\"badge\">\r\n                    <i class=\"fas fa-star\"><\/i> Marrakech Experiences\r\n                <\/div>\r\n                <h1 class=\"main-heading\">\r\n                    <span>Marrakech<\/span> Magic Nights\r\n                <\/h1>\r\n                <p class=\"subtitle\">\r\n                    Immerse yourself in the vibrant energy of Jemaa el-Fna square, with its storytellers, musicians, and unforgettable evening atmosphere.\r\n                <\/p>\r\n                <div class=\"buttons-container\">\r\n                    <a href=\"https:\/\/morocconomadsoul.com\/explore-morocco-tours\/\" class=\"primary-btn\">\r\n                        <i class=\"fas fa-map-marked-alt\"><\/i>\r\n                        <span>Explore Tours<\/span>\r\n                    <\/a>\r\n                    <a href=\"https:\/\/morocconomadsoul.com\/contact\/\" class=\"secondary-btn\">\r\n                        <i class=\"fas fa-calendar-alt\"><\/i>\r\n                        <span>Book Now<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- SLIDER CONTROLS - DOTS ONLY -->\r\n    <div class=\"slider-controls\">\r\n        <div class=\"nav-dots\">\r\n            <div class=\"dot active\" data-slide=\"0\"><\/div>\r\n            <div class=\"dot\" data-slide=\"1\"><\/div>\r\n            <div class=\"dot\" data-slide=\"2\"><\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    const slides = document.querySelectorAll('.slide');\r\n    const dots = document.querySelectorAll('.dot');\r\n    \r\n    let currentSlide = 0;\r\n    const totalSlides = slides.length;\r\n    let slideInterval;\r\n    \r\n    \/\/ Initialize first slide\r\n    updateSlide();\r\n    \r\n    \/\/ Auto slide function\r\n    function startSlideShow() {\r\n        slideInterval = setInterval(() => {\r\n            currentSlide = (currentSlide + 1) % totalSlides;\r\n            updateSlide();\r\n        }, 5000); \/\/ Change slide every 5 seconds\r\n    }\r\n    \r\n    \/\/ Update slide display\r\n    function updateSlide() {\r\n        \/\/ Remove active class from all slides and dots\r\n        slides.forEach(slide => slide.classList.remove('active'));\r\n        dots.forEach(dot => dot.classList.remove('active'));\r\n        \r\n        \/\/ Add active class to current slide and dot\r\n        slides[currentSlide].classList.add('active');\r\n        dots[currentSlide].classList.add('active');\r\n    }\r\n    \r\n    \/\/ Next slide\r\n    function nextSlide() {\r\n        currentSlide = (currentSlide + 1) % totalSlides;\r\n        updateSlide();\r\n        resetInterval();\r\n    }\r\n    \r\n    \/\/ Previous slide\r\n    function prevSlide() {\r\n        currentSlide = (currentSlide - 1 + totalSlides) % totalSlides;\r\n        updateSlide();\r\n        resetInterval();\r\n    }\r\n    \r\n    \/\/ Reset interval when user interacts\r\n    function resetInterval() {\r\n        clearInterval(slideInterval);\r\n        startSlideShow();\r\n    }\r\n    \r\n    \/\/ Dot click event\r\n    dots.forEach((dot, index) => {\r\n        dot.addEventListener('click', () => {\r\n            currentSlide = index;\r\n            updateSlide();\r\n            resetInterval();\r\n        });\r\n    });\r\n    \r\n    \/\/ Keyboard navigation (optional)\r\n    document.addEventListener('keydown', (e) => {\r\n        if (e.key === 'ArrowLeft') prevSlide();\r\n        if (e.key === 'ArrowRight') nextSlide();\r\n    });\r\n    \r\n    \/\/ Start slideshow\r\n    startSlideShow();\r\n    \r\n    \/\/ Pause on hover\r\n    const sliderContainer = document.querySelector('.slider-container');\r\n    sliderContainer.addEventListener('mouseenter', () => clearInterval(slideInterval));\r\n    sliderContainer.addEventListener('mouseleave', startSlideShow);\r\n});\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0d5d799 e-con-full e-flex e-con e-parent\" data-id=\"0d5d799\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2d896e elementor-widget elementor-widget-html\" data-id=\"c2d896e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===================== 3 BANNERS - MOROCCO NOMAD SOUL TOURS ===================== -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  \/* Fully scoped: will NOT affect your website outside .mns-tour-banners *\/\r\n  .mns-tour-banners, .mns-tour-banners * { box-sizing: border-box; }\r\n  .mns-tour-banners{\r\n    --ink:#131a2a;\r\n    --muted:#667085;\r\n    --card:#ffffff;\r\n    --border: rgba(17,24,39,.10);\r\n    --shadow: 0 18px 46px rgba(16,24,40,.12);\r\n\r\n    --primary:#b45309;       \/* Amber main color *\/\r\n    --primary-light:#f59e0b; \/* Lighter amber *\/\r\n    --primary-bg: rgba(245, 158, 11, 0.1); \/* Light amber background *\/\r\n    \r\n    width: min(1220px, 92%);\r\n    margin: 0 auto;\r\n    padding: 10px 0;\r\n    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\r\n  }\r\n\r\n  .mns-tour-banners__grid{\r\n    display:grid;\r\n    grid-template-columns: repeat(3, minmax(0, 1fr));\r\n    gap: 18px;\r\n    align-items: stretch;\r\n  }\r\n  @media(max-width:1020px){ .mns-tour-banners__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }\r\n  @media(max-width:680px){ .mns-tour-banners__grid{ grid-template-columns: 1fr; } }\r\n\r\n  .mns-banner{\r\n    position:relative;\r\n    border-radius: 22px;\r\n    overflow:hidden;\r\n    background: var(--card);\r\n    border: 1px solid var(--border);\r\n    box-shadow: var(--shadow);\r\n    min-height: 210px;\r\n    isolation:isolate;\r\n  }\r\n\r\n  .mns-banner__bg{\r\n    position:absolute; inset:0;\r\n    z-index:0;\r\n  }\r\n\r\n  .mns-banner__dots{\r\n    position:absolute; inset:-25% -15%;\r\n    background: radial-gradient(circle at 10px 10px, rgba(180, 83, 9, 0.08) 2px, transparent 2.6px);\r\n    background-size: 34px 34px;\r\n    opacity: .45;\r\n    z-index:0;\r\n    pointer-events:none;\r\n    mask-image: radial-gradient(60% 60% at 50% 40%, #000 60%, transparent 100%);\r\n  }\r\n\r\n  .mns-banner__image{\r\n    position:absolute;\r\n    right:-18px;\r\n    bottom:-18px;\r\n    width: 46%;\r\n    height: 100%;\r\n    z-index:0;\r\n    opacity:.98;\r\n    pointer-events:none;\r\n  }\r\n  .mns-banner__image img{\r\n    width:100%; height:100%;\r\n    object-fit: cover;\r\n    border-radius: 22px;\r\n    filter: saturate(1.05) contrast(1.02);\r\n    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);\r\n    display:block;\r\n  }\r\n  .mns-banner__image::after{\r\n    content:\"\";\r\n    position:absolute; inset:0;\r\n    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 55%);\r\n    border-radius: 22px;\r\n  }\r\n\r\n  .mns-banner__content{\r\n    position:relative;\r\n    z-index:2;\r\n    padding: 22px;\r\n    width: min(620px, 62%);\r\n  }\r\n\r\n  @media(max-width:680px){\r\n    .mns-banner{ min-height: auto; }\r\n    .mns-banner__content{ width: 100%; }\r\n    .mns-banner__image{\r\n      position:relative; right:auto; bottom:auto;\r\n      width:100%; height: 210px;\r\n    }\r\n    .mns-banner__image img{ clip-path:none; border-radius: 0; }\r\n    .mns-banner__image::after{\r\n      background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 55%);\r\n      border-radius: 0;\r\n    }\r\n  }\r\n\r\n  .mns-badge{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    gap:10px;\r\n    padding: 9px 12px;\r\n    border-radius: 999px;\r\n    border: 1px solid rgba(180, 83, 9, 0.25);\r\n    background: rgba(245, 158, 11, 0.1);\r\n    color: var(--ink);\r\n    font-weight: 900;\r\n    font-size: 12px;\r\n    letter-spacing: .4px;\r\n    text-transform: uppercase;\r\n    margin-bottom: 10px;\r\n  }\r\n  .mns-badge .dot{\r\n    width:10px; height:10px; border-radius:99px;\r\n    background: linear-gradient(135deg, var(--primary), var(--primary-light));\r\n    box-shadow: 0 0 0 4px rgba(180, 83, 9, 0.16);\r\n  }\r\n\r\n  .mns-title{\r\n    font-family: \"Playfair Display\", serif;\r\n    font-weight: 800;\r\n    font-size: 26px;\r\n    line-height: 1.12;\r\n    letter-spacing: -0.02em;\r\n    color: var(--ink);\r\n    margin-bottom: 8px;\r\n  }\r\n  .mns-title strong{ color: var(--primary); }\r\n\r\n  .mns-sub{\r\n    color: var(--muted);\r\n    font-weight: 600;\r\n    font-size: 14.5px;\r\n    line-height: 1.55;\r\n    margin-bottom: 18px;\r\n    max-width: 48ch;\r\n  }\r\n\r\n  .mns-actions{\r\n    display:flex;\r\n    gap: 12px;\r\n    align-items:center;\r\n  }\r\n\r\n  .mns-btn{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    gap: 10px;\r\n    padding: 12px 22px;\r\n    border-radius: 999px;\r\n    text-decoration:none;\r\n    font-weight: 900;\r\n    font-size: 14px;\r\n    white-space: nowrap;\r\n    user-select:none;\r\n    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;\r\n  }\r\n  .mns-btn--primary{\r\n    background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n    color:#111827;\r\n    box-shadow: 0 16px 30px rgba(245, 158, 11, 0.22);\r\n    border: 1px solid rgba(245, 158, 11, 0.26);\r\n  }\r\n  .mns-btn--primary:hover{ \r\n    transform: translateY(-2px); \r\n    filter: brightness(1.02);\r\n    box-shadow: 0 20px 40px rgba(245, 158, 11, 0.3);\r\n  }\r\n\r\n  .mns-icon{ width:18px; height:18px; display:inline-block; flex:0 0 auto; }\r\n\r\n  \/* Banner Variants *\/\r\n  .mns-banner--merzouga .mns-banner__bg{\r\n    background:\r\n      radial-gradient(900px 260px at 16% 18%, rgba(180, 83, 9, 0.2), transparent 60%),\r\n      radial-gradient(900px 260px at 86% 10%, rgba(245, 158, 11, 0.15), transparent 58%),\r\n      linear-gradient(135deg, rgba(255,255,255,.93), rgba(255,255,255,.82));\r\n  }\r\n  .mns-banner--marrakech .mns-banner__bg{\r\n    background:\r\n      radial-gradient(900px 260px at 18% 18%, rgba(180, 83, 9, 0.18), transparent 62%),\r\n      radial-gradient(900px 260px at 86% 10%, rgba(245, 158, 11, 0.12), transparent 58%),\r\n      linear-gradient(135deg, rgba(255,255,255,.93), rgba(255,255,255,.82));\r\n  }\r\n  .mns-banner--fes .mns-banner__bg{\r\n    background:\r\n      radial-gradient(900px 260px at 18% 18%, rgba(17,24,39,.08), transparent 62%),\r\n      radial-gradient(900px 260px at 86% 10%, rgba(180, 83, 9, 0.2), transparent 58%),\r\n      linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.82));\r\n  }\r\n<\/style>\r\n\r\n<section class=\"mns-tour-banners\" aria-label=\"Morocco Nomad Soul Tour Destinations\">\r\n  <div class=\"mns-tour-banners__grid\">\r\n\r\n    <!-- Banner 1: Merzouga Desert -->\r\n    <div class=\"mns-banner mns-banner--merzouga\">\r\n      <div class=\"mns-banner__bg\"><\/div>\r\n      <div class=\"mns-banner__dots\" aria-hidden=\"true\"><\/div>\r\n\r\n      <div class=\"mns-banner__content\">\r\n        <div class=\"mns-badge\"><span class=\"dot\"><\/span> Desert Adventures<\/div>\r\n        <h3 class=\"mns-title\">Journey to <strong>Merzouga<\/strong> Desert<\/h3>\r\n        <p class=\"mns-sub\">Experience unforgettable Sahara nights, camel treks, and luxury desert camps under starlit skies.<\/p>\r\n\r\n        <div class=\"mns-actions\">\r\n          <a class=\"mns-btn mns-btn--primary\" href=\"https:\/\/morocconomadsoul.com\/explore-morocco-tours\/\">\r\n            <svg class=\"mns-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n              <path d=\"M5 12h14\"\/><path d=\"M13 5l7 7-7 7\"\/>\r\n            <\/svg>\r\n            Explore Now\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"mns-banner__image\">\r\n        <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/excursion-desert-merzouga-depart-ouarzazate.webp\" alt=\"Merzouga Desert Dunes - Morocco Nomad Soul\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Banner 2: Marrakech -->\r\n    <div class=\"mns-banner mns-banner--marrakech\">\r\n      <div class=\"mns-banner__bg\"><\/div>\r\n      <div class=\"mns-banner__dots\" aria-hidden=\"true\"><\/div>\r\n\r\n      <div class=\"mns-banner__content\">\r\n        <div class=\"mns-badge\"><span class=\"dot\"><\/span> Imperial City<\/div>\r\n        <h3 class=\"mns-title\">Discover <strong>Marrakech<\/strong> Magic<\/h3>\r\n        <p class=\"mns-sub\">Explore vibrant souks, historic palaces, and tranquil gardens in Morocco's most enchanting city.<\/p>\r\n\r\n        <div class=\"mns-actions\">\r\n          <a class=\"mns-btn mns-btn--primary\" href=\"https:\/\/morocconomadsoul.com\/explore-morocco-tours\/\">\r\n            <svg class=\"mns-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n              <path d=\"M5 12h14\"\/><path d=\"M13 5l7 7-7 7\"\/>\r\n            <\/svg>\r\n            Explore Now\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"mns-banner__image\">\r\n        <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/saadian-garden-pavilion-of-the-menara-gardens-in-m-2025-03-25-12-56-33-utc-scaled.jpg\" alt=\"Marrakech Gardens - Morocco Nomad Soul\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Banner 3: Fes & Ait Benhaddou -->\r\n    <div class=\"mns-banner mns-banner--fes\">\r\n      <div class=\"mns-banner__bg\"><\/div>\r\n      <div class=\"mns-banner__dots\" aria-hidden=\"true\"><\/div>\r\n\r\n      <div class=\"mns-banner__content\">\r\n        <div class=\"mns-badge\"><span class=\"dot\"><\/span> Cultural Heritage<\/div>\r\n        <h3 class=\"mns-title\">Historic <strong>Fes<\/strong> & Ancient Kasbahs<\/h3>\r\n        <p class=\"mns-sub\">Step into medieval Fes and visit Ait Benhaddou, UNESCO sites revealing Morocco's rich heritage.<\/p>\r\n\r\n        <div class=\"mns-actions\">\r\n          <a class=\"mns-btn mns-btn--primary\" href=\"https:\/\/morocconomadsoul.com\/explore-morocco-tours\/\">\r\n            <svg class=\"mns-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n              <path d=\"M5 12h14\"\/><path d=\"M13 5l7 7-7 7\"\/>\r\n            <\/svg>\r\n            Explore Now\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"mns-banner__image\">\r\n        <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/ait-benhaddou-moroccan-ancient-fortress-2025-01-09-04-22-56-utc-scaled.jpg\" alt=\"Ait Benhaddou Kasbah - Morocco Nomad Soul\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f3911e e-con-full e-flex e-con e-parent\" data-id=\"8f3911e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ffc6afc elementor-widget elementor-widget-html\" data-id=\"ffc6afc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ABOUT SECTION ONLY (Mobile-optimized) -->\r\n<section class=\"mns-about\" id=\"about\">\r\n  <div class=\"mns-wrap\">\r\n    <!-- LEFT IMAGE -->\r\n    <div class=\"mns-photo-stack\">\r\n      <div class=\"mns-photo-card\">\r\n        <div class=\"mns-photo\">\r\n          <div class=\"mns-slides\">\r\n            <img decoding=\"async\" alt=\"Morocco Nomad Soul\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-23-at-18.29.09sdsd.jpeg\">\r\n            <img decoding=\"async\" alt=\"Explore Morocco\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-23-at-18.28.50scsd.jpeg\">\r\n            <img decoding=\"async\" alt=\"Visit Morocco\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-23-at-2323.jpeg\">\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- RIGHT CONTENT -->\r\n    <div class=\"mns-content\">\r\n      <h2 class=\"mns-h2\">\r\n        <span class=\"mns-brand\">Morocco Nomad Soul<\/span><br\/>\r\n        Your guide to explore Morocco\r\n      <\/h2>\r\n\r\n      <p class=\"mns-desc\">\r\n        Welcome to <strong>Morocco Nomad Soul<\/strong> \u2014 a travel experience built for curious explorers who want to\r\n        <strong>visit Morocco<\/strong> with confidence and discover the country\u2019s real soul. From vibrant medinas and\r\n        golden deserts to mountain villages and Atlantic coasts, we help you plan trips that feel authentic, smooth,\r\n        and unforgettable.\r\n      <\/p>\r\n\r\n      <p class=\"mns-desc mns-desc-tight\">\r\n        Our mission is simple: make it easy to <strong>explore Morocco<\/strong> through trusted local insight, honest\r\n        recommendations, and carefully designed itineraries \u2014 whether you\u2019re coming for culture, nature, food, or\r\n        adventure.\r\n      <\/p>\r\n\r\n      <div class=\"mns-highlights\">\r\n        <div class=\"mns-hi\">\r\n          <div class=\"mns-hi-icon\" aria-hidden=\"true\">\r\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\r\n              <path d=\"M12 21s7-5.2 7-11a7 7 0 0 0-14 0c0 5.8 7 11 7 11Z\" stroke=\"#b45309\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n              <path d=\"M12 10.5a2.2 2.2 0 1 0 0-4.4 2.2 2.2 0 0 0 0 4.4Z\" stroke=\"#b45309\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n            <\/svg>\r\n          <\/div>\r\n          <div>\r\n            <p class=\"mns-hi-title\">Local insight<\/p>\r\n            <p class=\"mns-hi-text\">Handpicked places, real tips, and routes made for first-time and repeat travelers.<\/p>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"mns-hi\">\r\n          <div class=\"mns-hi-icon\" aria-hidden=\"true\">\r\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\r\n              <path d=\"M20 7 10 17l-5-5\" stroke=\"#b45309\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n            <\/svg>\r\n          <\/div>\r\n          <div>\r\n            <p class=\"mns-hi-title\">Trusted planning<\/p>\r\n            <p class=\"mns-hi-text\">Clear itineraries and support so you can explore Morocco without stress.<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"mns-cta-row\">\r\n        <a class=\"mns-btn mns-primary\" href=\"https:\/\/morocconomadsoul.com\/explore-morocco-tours\/\">Plan your trip<\/a>\r\n        <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/contact\/\">Explore Morocco tours<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n  \/* ===== Morocco Nomad Soul - ABOUT SECTION ONLY ===== *\/\r\n  .mns-about{\r\n    position:relative;\r\n    padding: clamp(56px, 7vw, 86px) 20px;\r\n    overflow:hidden;\r\n    color:#0f172a;\r\n    background:\r\n      radial-gradient(900px 520px at 78% -10%, rgba(245,158,11,.16), transparent 60%),\r\n      radial-gradient(800px 520px at -10% 20%, rgba(245,158,11,.10), transparent 60%),\r\n      linear-gradient(180deg, #fff, #fff);\r\n  }\r\n\r\n  \/* subtle contour lines (ONLY inside this section) *\/\r\n  .mns-about::before{\r\n    content:\"\";\r\n    position:absolute;\r\n    inset:0;\r\n    pointer-events:none;\r\n    opacity:.20;\r\n    background-size:920px 620px;\r\n    background-repeat:repeat;\r\n    background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='920' height='620' viewBox='0 0 920 620'%3E%3Cg fill='none' stroke='%230f172a' stroke-opacity='.20' stroke-width='1.2'%3E%3Cpath d='M-40 90 C 90 40, 220 150, 360 110 S 620 40, 820 120 S 1080 180, 960 240'\/%3E%3Cpath d='M-20 150 C 120 90, 240 230, 400 180 S 690 80, 900 190 S 1110 280, 950 320'\/%3E%3Cpath d='M-60 220 C 120 160, 260 300, 420 250 S 690 150, 920 260 S 1160 370, 940 410'\/%3E%3Cpath d='M-30 300 C 140 230, 300 380, 470 330 S 720 230, 930 340 S 1180 460, 930 500'\/%3E%3Cpath d='M-40 380 C 140 320, 320 470, 520 420 S 770 320, 950 430 S 1180 560, 900 600'\/%3E%3C\/g%3E%3C\/svg%3E\");\r\n    mix-blend-mode:multiply;\r\n  }\r\n\r\n  .mns-wrap{\r\n    width:min(1240px, 100%);\r\n    margin:0 auto;\r\n    display:grid;\r\n    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);\r\n    gap: clamp(22px, 5vw, 80px);\r\n    align-items:center;\r\n    position:relative;\r\n    z-index:1;\r\n  }\r\n\r\n  \/* LEFT IMAGE CARD *\/\r\n  .mns-photo-stack{position:relative; padding-left:10px;}\r\n  .mns-photo-stack::before{\r\n    content:\"\";\r\n    position:absolute;\r\n    left:18px;\r\n    bottom:-16px;\r\n    width: calc(100% - 120px);\r\n    height: 86px;\r\n    background:#f59e0b;\r\n    border-radius:20px;\r\n    z-index:0;\r\n    filter:saturate(1.05);\r\n  }\r\n\r\n  .mns-photo-card{\r\n    position:relative;\r\n    z-index:1;\r\n    border-radius:30px;\r\n    background: rgba(255,255,255,.92);\r\n    border: 1px solid rgba(15, 23, 42, .10);\r\n    padding:14px;\r\n    box-shadow: 0 22px 60px rgba(2,6,23,.12);\r\n    backdrop-filter: blur(8px);\r\n  }\r\n\r\n  .mns-photo{\r\n    width:100%;\r\n    aspect-ratio: 4 \/ 3;\r\n    border-radius:22px;\r\n    overflow:hidden;\r\n    position:relative;\r\n    background:#e2e8f0;\r\n  }\r\n\r\n  \/* slider (3 images) *\/\r\n  .mns-slides{\r\n    position:absolute;\r\n    inset:0;\r\n    display:flex;\r\n    width:300%;\r\n    height:100%;\r\n    animation: mnsSlide 14s infinite;\r\n    will-change: transform;\r\n  }\r\n  .mns-slides img{\r\n    width:33.3333%;\r\n    height:100%;\r\n    object-fit:cover;\r\n    display:block;\r\n  }\r\n  @keyframes mnsSlide{\r\n    0%, 28% { transform: translateX(0%); }\r\n    34%, 62% { transform: translateX(-33.3333%); }\r\n    68%, 96% { transform: translateX(-66.6666%); }\r\n    100% { transform: translateX(0%); }\r\n  }\r\n\r\n  \/* RIGHT CONTENT *\/\r\n  .mns-content{position:relative; padding-top:4px;}\r\n\r\n  .mns-h2{\r\n    margin:0 0 14px 0;\r\n    font-family: \"Playfair Display\", serif;\r\n    font-weight:800;\r\n    font-size: clamp(30px, 3.2vw, 46px);\r\n    line-height:1.08;\r\n    letter-spacing:.2px;\r\n    color:#0b1220;\r\n  }\r\n\r\n  .mns-brand{\r\n    color:#b45309;\r\n    position:relative;\r\n    white-space:nowrap;\r\n  }\r\n  .mns-brand::after{\r\n    content:\"\";\r\n    position:absolute;\r\n    left:0; right:0;\r\n    bottom:-6px;\r\n    height:10px;\r\n    border-radius:999px;\r\n    background: rgba(245,158,11,.22);\r\n    z-index:-1;\r\n  }\r\n\r\n  .mns-desc{\r\n    margin:0 0 18px 0;\r\n    color:#475569;\r\n    line-height:1.85;\r\n    font-weight:600;\r\n    font-size: clamp(14px, 1.2vw, 15px);\r\n    max-width:680px;\r\n  }\r\n  .mns-desc-tight{margin-top:0;}\r\n\r\n  .mns-highlights{\r\n    display:grid;\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    gap:14px;\r\n    margin: 18px 0 22px;\r\n    max-width:680px;\r\n  }\r\n\r\n  .mns-hi{\r\n    display:flex;\r\n    gap:12px;\r\n    padding:14px;\r\n    border-radius:16px;\r\n    background: rgba(255,255,255,.75);\r\n    border: 1px solid rgba(15,23,42,.10);\r\n    box-shadow: 0 10px 24px rgba(2,6,23,.06);\r\n  }\r\n\r\n  .mns-hi-icon{\r\n    width:42px;\r\n    height:42px;\r\n    border-radius:14px;\r\n    background: rgba(245,158,11,.16);\r\n    border: 1px solid rgba(245,158,11,.25);\r\n    display:grid;\r\n    place-items:center;\r\n    flex:0 0 42px;\r\n  }\r\n  .mns-hi-icon svg{width:20px;height:20px}\r\n\r\n  .mns-hi-title{\r\n    margin:0;\r\n    font-weight:900;\r\n    font-size:14px;\r\n    color:#0b1220;\r\n    letter-spacing:.2px;\r\n  }\r\n\r\n  .mns-hi-text{\r\n    margin:4px 0 0 0;\r\n    font-weight:600;\r\n    font-size:13px;\r\n    color:#64748b;\r\n    line-height:1.55;\r\n  }\r\n\r\n  .mns-cta-row{\r\n    display:flex;\r\n    gap:12px;\r\n    align-items:center;\r\n    flex-wrap:wrap;\r\n    margin-top: 6px;\r\n  }\r\n\r\n  .mns-btn{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    gap:10px;\r\n    padding:12px 18px;\r\n    border-radius:999px;\r\n    border:1px solid rgba(15,23,42,.14);\r\n    background:#fff;\r\n    color:#0b1220;\r\n    font-weight:900;\r\n    letter-spacing:.2px;\r\n    box-shadow: 0 16px 30px rgba(2,6,23,.10);\r\n    cursor:pointer;\r\n    text-decoration:none;\r\n    transition: transform .15s ease;\r\n    min-height:44px; \/* better touch target *\/\r\n  }\r\n\r\n  .mns-btn.mns-primary{\r\n    border:none;\r\n    background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n    color:#111827;\r\n    box-shadow: 0 18px 40px rgba(245,158,11,.30);\r\n  }\r\n\r\n  .mns-btn:hover{transform: translateY(-1px);}\r\n  .mns-btn:active{transform: translateY(0px);}\r\n\r\n  \/* ===== MOBILE OPTIMIZATIONS ===== *\/\r\n  @media (max-width: 900px){\r\n    .mns-wrap{grid-template-columns: 1fr; gap: 26px;}\r\n    .mns-photo-stack{padding-left:0;}\r\n    .mns-photo-stack::before{\r\n      left:14px;\r\n      bottom:-14px;\r\n      width: calc(100% - 90px);\r\n      height: 70px;\r\n    }\r\n    .mns-photo-card{border-radius:26px; padding:12px;}\r\n    .mns-photo{border-radius:18px;}\r\n  }\r\n\r\n  @media (max-width: 520px){\r\n    .mns-about{padding: 52px 14px;}\r\n    .mns-photo-stack::before{\r\n      left:12px;\r\n      bottom:-12px;\r\n      width: calc(100% - 70px);\r\n      height: 60px;\r\n      border-radius:18px;\r\n    }\r\n    .mns-highlights{grid-template-columns: 1fr;}\r\n    .mns-hi{padding:12px;}\r\n    .mns-hi-icon{width:40px;height:40px;border-radius:13px; flex:0 0 40px;}\r\n    .mns-btn{width:100%;} \/* stacked buttons for phones *\/\r\n  }\r\n\r\n  \/* reduce motion for accessibility *\/\r\n  @media (prefers-reduced-motion: reduce){\r\n    .mns-slides{animation:none; transform:none;}\r\n  }\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b0a3dd e-con-full e-flex e-con e-parent\" data-id=\"2b0a3dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-410fdda elementor-widget elementor-widget-html\" data-id=\"410fdda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Explore Morocco Tours - Morocco Nomad Soul<\/title>\r\n\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n  <style>\r\n    *{ margin:0; padding:0; box-sizing:border-box; }\r\n    body{\r\n      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\r\n      background:#ffffff;\r\n      color:#121826;\r\n      line-height:1.6;\r\n      padding: 20px 0 0;\r\n    }\r\n\r\n    \/* ===================== TOURS SECTION ===================== *\/\r\n    .mns-tours, .mns-tours *{ box-sizing:border-box; }\r\n    .mns-tours{\r\n      --primary: #b45309;       \/* Amber main color *\/\r\n      --primary-light: #f59e0b; \/* Lighter amber *\/\r\n      --primary-bg: rgba(245, 158, 11, 0.08);\r\n      \r\n      --dark: #1b1f2a;\r\n      --muted:#667085;\r\n      --card:#ffffff;\r\n      --border: rgba(17,24,39,.08);\r\n\r\n      --shadow: 0 18px 42px rgba(16,24,40,.12);\r\n      --shadow-soft: 0 10px 28px rgba(16,24,40,.10);\r\n      --radius: 20px;\r\n\r\n      position:relative;\r\n      padding: 0 0 80px;\r\n      background: #ffffff;\r\n      overflow:hidden;\r\n      isolation:isolate;\r\n    }\r\n\r\n    .mns-tours__wrap{\r\n      width: min(1220px, 92%);\r\n      margin-inline:auto;\r\n      position:relative;\r\n      z-index:2;\r\n    }\r\n\r\n    \/* ===================== HEADER ===================== *\/\r\n    .mns-tours__head{\r\n      text-align:center;\r\n      max-width: 920px;\r\n      margin: 0 auto 40px;\r\n      padding-inline: 16px;\r\n    }\r\n\r\n    .mns-tours__pill{\r\n      display:inline-flex;\r\n      align-items:center;\r\n      gap:10px;\r\n      padding: 10px 16px;\r\n      border-radius: 999px;\r\n      background: rgba(245, 158, 11, 0.12);\r\n      border: 1px solid rgba(180, 83, 9, 0.2);\r\n      color: var(--dark);\r\n      font-weight: 900;\r\n      font-size: 12px;\r\n      letter-spacing: .5px;\r\n      text-transform: uppercase;\r\n      margin-bottom: 12px;\r\n    }\r\n    .mns-tours__pill .dot{\r\n      width:10px; height:10px; border-radius:99px;\r\n      background: linear-gradient(135deg, var(--primary), var(--primary-light));\r\n      box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);\r\n    }\r\n\r\n    .mns-tours__title{\r\n      font-family: \"Playfair Display\", serif;\r\n      font-weight: 800;\r\n      font-size: clamp(28px, 4.8vw, 44px);\r\n      line-height: 1.08;\r\n      letter-spacing: -0.02em;\r\n      margin-bottom: 10px;\r\n      color: var(--dark);\r\n    }\r\n    .mns-tours__title strong{ color: var(--primary); }\r\n\r\n    .mns-tours__sub{\r\n      color: var(--muted);\r\n      font-weight: 600;\r\n      font-size: 16px;\r\n      line-height: 1.55;\r\n    }\r\n\r\n    \/* ===================== GRID (FIXED) ===================== *\/\r\n    .mns-tours__grid{\r\n      display:grid;\r\n      gap: clamp(16px, 2.3vw, 24px);\r\n      margin-top: 24px;\r\n      align-items: stretch;\r\n      justify-items: stretch;\r\n    }\r\n\r\n    \/* Desktop = 3 columns *\/\r\n    @media (min-width: 1021px){\r\n      .mns-tours__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }\r\n    }\r\n    \/* Tablet = 2 columns *\/\r\n    @media (max-width: 1020px){\r\n      .mns-tours__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }\r\n    }\r\n    \/* Mobile = 1 column *\/\r\n    @media (max-width: 680px){\r\n      .mns-tours__grid{ grid-template-columns: 1fr; }\r\n    }\r\n\r\n    \/* ===================== CARD ===================== *\/\r\n    .mns-card{\r\n      background: var(--card);\r\n      border: 1px solid var(--border);\r\n      border-radius: var(--radius);\r\n      overflow:hidden;\r\n      box-shadow: var(--shadow-soft);\r\n      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\r\n      height: 100%;\r\n    }\r\n    .mns-card:hover{\r\n      transform: translateY(-6px);\r\n      box-shadow: var(--shadow);\r\n      border-color: rgba(245, 158, 11, 0.3);\r\n    }\r\n\r\n    .mns-media{\r\n      position:relative;\r\n      height: 290px;\r\n      background:#f5f5f5;\r\n      overflow:hidden;\r\n    }\r\n    .mns-media img{\r\n      position:absolute; inset:0;\r\n      width:100%; height:100%;\r\n      object-fit: cover;\r\n      object-position: center;\r\n      transform: scale(1.02);\r\n      transition: transform 1.1s ease;\r\n    }\r\n    .mns-card:hover .mns-media img{ transform: scale(1.07); }\r\n\r\n    .mns-media::after{\r\n      content:\"\";\r\n      position:absolute; inset:0;\r\n      background: radial-gradient(60% 60% at 50% 30%, rgba(0,0,0,0), rgba(0,0,0,.15));\r\n      pointer-events:none;\r\n    }\r\n\r\n    \/* Duration circle *\/\r\n    .mns-date{\r\n      position:absolute;\r\n      top:14px; left:14px;\r\n      width: 72px;\r\n      height: 72px;\r\n      border-radius: 999px;\r\n      background: rgba(255,255,255,.92);\r\n      border: 1px solid rgba(17,24,39,.10);\r\n      backdrop-filter: blur(8px);\r\n      display:flex;\r\n      flex-direction:column;\r\n      align-items:center;\r\n      justify-content:center;\r\n      z-index:2;\r\n      box-shadow: 0 10px 22px rgba(16,24,40,.12);\r\n    }\r\n    .mns-date .n{\r\n      font-weight: 900;\r\n      font-size: 22px;\r\n      line-height: 1;\r\n      color: var(--primary);\r\n      margin-bottom: 4px;\r\n    }\r\n    .mns-date .t{\r\n      font-weight: 900;\r\n      font-size: 11px;\r\n      letter-spacing: .55px;\r\n      text-transform: uppercase;\r\n      color: var(--dark);\r\n      opacity: .9;\r\n      line-height: 1;\r\n    }\r\n\r\n    .mns-body{ padding: 18px; }\r\n\r\n    .mns-title{\r\n      font-family: \"Playfair Display\", serif;\r\n      font-weight: 800;\r\n      font-size: 22px;\r\n      line-height: 1.18;\r\n      color: var(--dark);\r\n      margin-bottom: 10px;\r\n      letter-spacing: .1px;\r\n    }\r\n\r\n    .mns-row{\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:space-between;\r\n      gap: 12px;\r\n      margin-bottom: 14px;\r\n    }\r\n\r\n    .mns-loc{\r\n      display:flex;\r\n      align-items:center;\r\n      gap: 8px;\r\n      color: var(--muted);\r\n      font-weight: 700;\r\n      font-size: 13px;\r\n      min-width: 0;\r\n    }\r\n    .mns-loc span{\r\n      overflow:hidden;\r\n      text-overflow: ellipsis;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .mns-rating{\r\n      display:flex;\r\n      align-items:center;\r\n      gap: 8px;\r\n      font-weight: 900;\r\n      font-size: 13px;\r\n      color: #9a6a16;\r\n      background: rgba(245, 158, 11, 0.10);\r\n      border: 1px solid rgba(245, 158, 11, 0.18);\r\n      padding: 7px 10px;\r\n      border-radius: 999px;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .mns-feats{\r\n      display:flex;\r\n      flex-wrap:wrap;\r\n      gap: 10px;\r\n      margin: 0 0 14px;\r\n      padding: 0;\r\n      list-style:none;\r\n    }\r\n    .mns-feats li{\r\n      display:inline-flex;\r\n      align-items:center;\r\n      gap:8px;\r\n      padding: 8px 10px;\r\n      border-radius: 999px;\r\n      border: 1px solid rgba(17,24,39,.08);\r\n      background: #fafafa;\r\n      color: #3b4453;\r\n      font-weight: 800;\r\n      font-size: 12px;\r\n    }\r\n\r\n    \/* Buttons *\/\r\n    .mns-actions{\r\n      display:flex;\r\n      gap: 12px;\r\n      align-items:center;\r\n      margin-top: 8px;\r\n    }\r\n\r\n    .mns-btn{\r\n      flex: 1 1 auto;\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:center;\r\n      gap: 10px;\r\n      padding: 14px 16px;\r\n      border-radius: 14px;\r\n      border: 1px solid rgba(245, 158, 11, 0.3);\r\n      background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n      color: #111827;\r\n      font-weight: 900;\r\n      font-size: 14px;\r\n      letter-spacing: .2px;\r\n      box-shadow: 0 16px 30px rgba(245, 158, 11, 0.22);\r\n      transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;\r\n      user-select:none;\r\n      white-space: nowrap;\r\n      text-decoration:none;\r\n    }\r\n    .mns-btn:hover{\r\n      transform: translateY(-2px);\r\n      filter: brightness(1.02);\r\n      box-shadow: 0 20px 36px rgba(245, 158, 11, 0.26);\r\n    }\r\n\r\n    .mns-wa{\r\n      flex: 0 0 auto;\r\n      display:inline-flex;\r\n      align-items:center;\r\n      justify-content:center;\r\n      gap: 10px;\r\n      padding: 14px 14px;\r\n      border-radius: 14px;\r\n      border: 1px solid rgba(22,163,74,.22);\r\n      background: rgba(22,163,74,.10);\r\n      color: #0f5132;\r\n      font-weight: 900;\r\n      font-size: 14px;\r\n      transition: transform .2s ease, background .2s ease;\r\n      user-select:none;\r\n      text-decoration:none;\r\n      white-space: nowrap;\r\n    }\r\n    .mns-wa:hover{ transform: translateY(-2px); background: rgba(22,163,74,.14); }\r\n\r\n    .mns-ico{ width:18px; height:18px; display:inline-block; flex:0 0 auto; }\r\n    .mns-ico.white{ color:#fff; }\r\n    .mns-ico.orange{ color: var(--primary); }\r\n    .mns-ico.dark{ color:#0f5132; }\r\n    .mns-ico.green{ color:#16a34a; }\r\n\r\n    \/* Mobile: keep BOTH buttons in one line *\/\r\n    @media (max-width: 480px){\r\n      .mns-media{ height: 245px; }\r\n      .mns-title{ font-size: 20px; }\r\n      .mns-row{ flex-direction: column; align-items:flex-start; gap: 10px; }\r\n      .mns-rating{ align-self:flex-start; }\r\n\r\n      .mns-actions{\r\n        flex-direction: row;\r\n        flex-wrap: nowrap;\r\n        gap: 10px;\r\n      }\r\n      .mns-btn, .mns-wa{\r\n        padding: 14px 12px;\r\n        font-size: 13px;\r\n      }\r\n      .mns-wa{ min-width: 44%; }\r\n      .mns-btn{ min-width: 56%; }\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n      .mns-tours {\r\n        padding: 0 0 60px;\r\n      }\r\n      body {\r\n        padding: 15px 0 0;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .mns-tours {\r\n        padding: 0 0 50px;\r\n      }\r\n      body {\r\n        padding: 10px 0 0;\r\n      }\r\n    }\r\n\r\n    img{ max-width:100%; display:block; }\r\n  <\/style>\r\n<\/head>\r\n\r\n<body>\r\n  <!-- TOURS SECTION -->\r\n  <section class=\"mns-tours\">\r\n    <div class=\"mns-tours__wrap\">\r\n      <header class=\"mns-tours__head\">\r\n        <span class=\"mns-tours__pill\"><span class=\"dot\"><\/span> Featured Morocco Tours<\/span>\r\n        <h2 class=\"mns-tours__title\">Discover <strong>Morocco<\/strong> with Us<\/h2>\r\n        <p class=\"mns-tours__sub\">Authentic experiences \u2022 Local guides \u2022 Unforgettable desert adventures<\/p>\r\n      <\/header>\r\n\r\n      <div class=\"mns-tours__grid\">\r\n\r\n        <!-- CARD 1: 4 Days Desert Tour from Marrakech to Erg Chegaga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-23-at-18.28.48.jpeg\" alt=\"4 Days Desert Tour from Marrakech to Erg Chegaga\">\r\n            <div class=\"mns-date\"><div class=\"n\">4<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">4 Days Desert Tour from Marrakech to Erg Chegaga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Erg Chegaga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.9\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/4-days-desert-tour-from-marrakech-to-erg-chegaga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- CARD 2: 3-Day Desert Tour from Marrakech to Merzouga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/rigel-TmgpZd749bQ-unsplash.jpg\" alt=\"3-Day Desert Tour from Marrakech to Merzouga\">\r\n            <div class=\"mns-date\"><div class=\"n\">3<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">3-Day Desert Tour from Marrakech to Merzouga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Merzouga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.8\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/3-day-desert-tour-from-marrakech-to-merzouga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- CARD 3: 5 Days Desert Tour from Marrakech to Zagora to Erg Chegaga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/5-Days-Tour-from-Fes-to-Marrakech-1-1-700x400-1.webp\" alt=\"5 Days Desert Tour from Marrakech to Zagora to Erg Chegaga\">\r\n            <div class=\"mns-date\"><div class=\"n\">5<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">5 Days Desert Tour from Marrakech to Zagora to Erg Chegaga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Zagora & Erg Chegaga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.9\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/5-days-desert-tour-from-marrakech-to-zagora-to-erg-chegaga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- CARD 4: 2 Days Desert Tour from Fes to Merzouga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/10-Days-tour-from-Tangier-to-Marrakech-2-800x600-1.jpg\">\r\n            <div class=\"mns-date\"><div class=\"n\">2<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">2 Days Desert Tour from Fes to Merzouga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Merzouga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.8\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/2-days-desert-tour-from-fes-to-merzouga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- CARD 5: 3 Days from Marrakech to Erg Chegaga Desert -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/medina-of-marrakech-morocco-unesco-world-herita-2025-10-16-23-27-33-utc.jpg\" alt=\"3 Days from Marrakech to Erg Chegaga Desert\">\r\n            <div class=\"mns-date\"><div class=\"n\">3<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">3 Days from Marrakech to Erg Chegaga Desert<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Erg Chegaga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.8\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/3-days-from-marrakech-to-erg-chegaga-desert\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- CARD 6: 3 Days Desert Tour from Fes to Merzouga & Marrakech -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/La-medina-de-Fes-el-Bali-Maroc-1000x667-1.jpeg\" alt=\"3 Days Desert Tour from Fes to Merzouga & Marrakech\">\r\n            <div class=\"mns-date\"><div class=\"n\">3<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">3 Days Desert Tour from Fes to Merzouga & Marrakech<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Merzouga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.9\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/3-days-desert-tour-from-fes-to-merzouga-marrakech\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- CARD 7: 2-Day Desert Excursion Authentic -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/timimoun-algerian-sahara-2025-10-06-19-46-36-utc-scaled.jpg\" alt=\"2-Day Desert Excursion Authentic\">\r\n            <div class=\"mns-date\"><div class=\"n\">2<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">2-Day Desert Excursion Authentic<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Sahara Desert<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.7\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/2-days-from-marrakech-to-zagora-desert\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- CARD 8: 4-Day Sahara Desert Tour from Marrakech to Merzouga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/rigel-TmgpZd749bQ-unsplash.jpg\" alt=\"4-Day Sahara Desert Tour from Marrakech to Merzouga\">\r\n            <div class=\"mns-date\"><div class=\"n\">4<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">4-Day Sahara Desert Tour from Marrakech to Merzouga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Merzouga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.9\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/4-day-sahara-desert-tour-from-marrakech-to-merzouga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- NEW CARD 9: 6-Day Desert Tour from Marrakech to Erg Chegaga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/dunes_de_lErg_Chebbi.webp\" alt=\"6-Day Desert Tour from Marrakech to Erg Chegaga\">\r\n            <div class=\"mns-date\"><div class=\"n\">6<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">6-Day Desert Tour from Marrakech to Erg Chegaga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Erg Chegaga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.9\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/6-day-tour-from-marrakech-to-erg-chegaga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- NEW CARD 10: 3-Day Desert Adventure from Agadir to Erg Chegaga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/02\/images-42.jpeg\" alt=\"3-Day Desert Adventure from Agadir to Erg Chegaga\">\r\n            <div class=\"mns-date\"><div class=\"n\">3<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">3-Day Desert Adventure from Agadir to Erg Chegaga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Agadir to Erg Chegaga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.8\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/3-day-desert-adventure-from-agadir-to-erg-chegaga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <!-- NEW CARD 11: 4-Day Desert Tour from Agadir to Erg Chegaga -->\r\n        <article class=\"mns-card\">\r\n          <figure class=\"mns-media\">\r\n            <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/02\/Capture-decran-2020-03-04-a-17.30.37.png\" alt=\"4-Day Desert Tour from Agadir to Erg Chegaga\">\r\n            <div class=\"mns-date\"><div class=\"n\">4<\/div><div class=\"t\">DAYS<\/div><\/div>\r\n          <\/figure>\r\n\r\n          <div class=\"mns-body\">\r\n            <h3 class=\"mns-title\">4-Day Desert Tour from Agadir to Erg Chegaga<\/h3>\r\n\r\n            <div class=\"mns-row\">\r\n              <div class=\"mns-loc\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z\"><\/path>\r\n                  <circle cx=\"12\" cy=\"11\" r=\"2.5\"><\/circle>\r\n                <\/svg>\r\n                <span>Agadir to Erg Chegaga<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"mns-rating\">\r\n                <svg class=\"mns-ico orange\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                  <path d=\"M12 17.3l-5.1 3 1.4-5.8-4.6-3.9 6-.5L12 4.6l2.3 5.5 6 .5-4.6 3.9 1.4 5.8z\"\/>\r\n                <\/svg>\r\n                4.9\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <ul class=\"mns-feats\">\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21l8-9 4 4 6-7\"><\/path><path d=\"M14 5h7v7\"><\/path><\/svg> Guided Trek<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 20l6-10 4 6 3-5 5 9H3z\"><\/path><\/svg> Scenic Stops<\/li>\r\n              <li><svg class=\"mns-ico green\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20h16\"><\/path><path d=\"M6 20V10a6 6 0 0 1 12 0v10\"><\/path><\/svg> Camp Nights<\/li>\r\n            <\/ul>\r\n\r\n            <div class=\"mns-actions\">\r\n              <a class=\"mns-btn\" href=\"https:\/\/morocconomadsoul.com\/4-day-tour-from-agadir-to-erg-chegaga\/\">\r\n                <svg class=\"mns-ico white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect>\r\n                  <path d=\"M16 2v4M8 2v4M3 10h18\"><\/path>\r\n                  <path d=\"M9 16l2 2 4-4\"><\/path>\r\n                <\/svg>\r\n                Book Now\r\n              <\/a>\r\n\r\n              <a class=\"mns-wa\" href=\"https:\/\/wa.me\/212719520739\">\r\n                <svg class=\"mns-ico dark\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                  <path d=\"M22 11.5a9 9 0 0 1-13.5 7.8L2 22l2.8-6.3A9 9 0 1 1 22 11.5z\"><\/path>\r\n                <\/svg>\r\n                WhatsApp\r\n              <\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a4a059 e-con-full e-flex e-con e-parent\" data-id=\"1a4a059\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e150af2 elementor-widget elementor-widget-html\" data-id=\"e150af2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n<title>Our Mission - Morocco Nomad Soul<\/title>\r\n<style>\r\n  \/* ===== SCOPED: styles apply only inside .mns-mission ===== *\/\r\n  .mns-mission{\r\n    \/* Morocco Nomad Soul brand colors *\/\r\n    --primary: #b45309;       \/* Amber\/Ochre main color *\/\r\n    --primary-dark: #92400e;  \/* Darker amber for hover *\/\r\n    --primary-light: rgba(245, 158, 11, 0.1); \/* Light amber *\/\r\n    --secondary: #f59e0b;     \/* Orange accent *\/\r\n    --light: #fef3c7;         \/* Light amber background *\/\r\n    --dark: #0f172a;          \/* Dark color for headings *\/\r\n    --muted: #475569;         \/* Muted text color *\/\r\n    --card-bg: #ffffff;       \/* Card base *\/\r\n    --card-border: #e2e8f0;   \/* Card border *\/\r\n    --card-shadow: 0 10px 25px rgba(2, 6, 23, 0.08);\r\n    \r\n    \/* Hero overlay\/gradient *\/\r\n    --overlay: linear-gradient(0deg, rgba(0,0,0,0.65), rgba(0,0,0,0.45));\r\n    --gradient: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);\r\n    \r\n    \/* Hero image - replaced with desert image *\/\r\n    --bg-url: url('http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-24-at-15.46.35ggr.jpeg');\r\n    \r\n    \/* Border radius consistent with MNS style *\/\r\n    --radius-card: 18px;\r\n    --radius-small: 12px;\r\n    \r\n    --transition: all .3s ease;\r\n    font-family: Inter, ui-sans-serif, system-ui, Segoe UI, Roboto, Arial, sans-serif;\r\n    color: var(--dark);\r\n    line-height: 1.6;\r\n    position: relative;\r\n    isolation: isolate;\r\n    overflow: hidden;\r\n  }\r\n  .mns-mission * { box-sizing: border-box; }\r\n  \r\n  \/* ===== HERO ===== *\/\r\n  .mns-mission .hero {\r\n    min-height: 65vh;\r\n    display: grid;\r\n    place-items: center;\r\n    text-align: center;\r\n    position: relative;\r\n    background:\r\n      var(--overlay),\r\n      var(--bg-url),\r\n      var(--gradient);\r\n    background-size: cover;\r\n    background-position: center;\r\n    background-repeat: no-repeat;\r\n    padding: 48px 0 120px;\r\n    color: #fff;\r\n  }\r\n  \r\n  \/* Decorative element with MNS amber color *\/\r\n  .mns-mission .hero::before {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    height: 100px;\r\n    background: linear-gradient(to bottom, transparent, #ffffff);\r\n    z-index: 1;\r\n  }\r\n  \r\n  .mns-mission .hero-content {\r\n    position: relative;\r\n    z-index: 2;\r\n  }\r\n  \r\n  \/* Updated eyebrow style with MNS branding *\/\r\n  .mns-mission .eyebrow {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    padding: 10px 20px;\r\n    border-radius: 999px;\r\n    background: rgba(245, 158, 11, 0.2);\r\n    color: #fff;\r\n    font: 700 13px\/1 system-ui;\r\n    letter-spacing: 1px;\r\n    text-transform: uppercase;\r\n    border: 1px solid rgba(245, 158, 11, 0.4);\r\n    backdrop-filter: blur(10px);\r\n    margin-bottom: 20px;\r\n  }\r\n  \r\n  .mns-mission .eyebrow::before {\r\n    content: '\u2727';\r\n    font-weight: bold;\r\n  }\r\n  \r\n  \/* Updated title styling *\/\r\n  .mns-mission .title {\r\n    margin: 0 0 15px;\r\n    font-weight: 800;\r\n    letter-spacing: -.01em;\r\n    font-size: clamp(32px, 5.5vw, 48px);\r\n    line-height: 1.1;\r\n    text-shadow: 0 2px 8px rgba(0,0,0,.4);\r\n    font-family: \"Playfair Display\", serif;\r\n  }\r\n  \r\n  .mns-mission .title .part1 {\r\n    color: #ffffff;\r\n    display: block;\r\n  }\r\n  \r\n  .mns-mission .title .part2 {\r\n    color: #f59e0b;\r\n    display: block;\r\n    margin-top: 5px;\r\n  }\r\n  \r\n  .mns-mission .subtitle {\r\n    width: min(800px, 90%);\r\n    margin: 0 auto 30px;\r\n    color: #e2e8f0;\r\n    opacity: .95;\r\n    font-size: clamp(17px, 2.2vw, 20px);\r\n    line-height: 1.6;\r\n  }\r\n  \r\n  \/* Updated button with MNS styling *\/\r\n  .mns-mission .btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n    color: #111827;\r\n    font-weight: 900;\r\n    padding: 14px 28px;\r\n    border-radius: 999px;\r\n    border: none;\r\n    text-decoration: none;\r\n    box-shadow: 0 18px 40px rgba(245, 158, 11, 0.3);\r\n    transition: var(--transition);\r\n    font-size: 16px;\r\n    position: relative;\r\n    overflow: hidden;\r\n    letter-spacing: 0.2px;\r\n  }\r\n  \r\n  .mns-mission .btn:hover {\r\n    background: linear-gradient(180deg, #f59e0b, #d97706);\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 22px 50px rgba(245, 158, 11, 0.4);\r\n  }\r\n  \r\n  .mns-mission .btn::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: -100%;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\r\n    transition: left 0.5s ease;\r\n  }\r\n  \r\n  .mns-mission .btn:hover::after {\r\n    left: 100%;\r\n  }\r\n  \r\n  .mns-mission .btn svg {\r\n    width: 20px;\r\n    height: 20px;\r\n    transition: transform 0.3s ease;\r\n  }\r\n  \r\n  .mns-mission .btn:hover svg {\r\n    transform: translateX(5px);\r\n  }\r\n  \r\n  \/* ===== FEATURE BAR (containers) ===== *\/\r\n  .mns-mission .feature-bar {\r\n    width: min(1300px, 94%);\r\n    margin-inline: auto;\r\n    margin-top: -90px;\r\n    position: relative;\r\n    z-index: 2;\r\n    margin-bottom: 80px;\r\n  }\r\n  \r\n  .mns-mission .feature-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, 1fr);\r\n    gap: 25px;\r\n  }\r\n  \r\n  @media (max-width: 1100px) {\r\n    .mns-mission .feature-grid {\r\n      grid-template-columns: repeat(2, 1fr);\r\n    }\r\n  }\r\n  \r\n  @media (max-width: 640px) {\r\n    .mns-mission .feature-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 20px;\r\n    }\r\n  }\r\n  \r\n  \/* Updated card styling with MNS look *\/\r\n  .mns-mission .card {\r\n    background: var(--card-bg);\r\n    border: 1px solid rgba(15, 23, 42, 0.1);\r\n    border-radius: var(--radius-card);\r\n    box-shadow: var(--card-shadow);\r\n    padding: 28px 22px;\r\n    display: grid;\r\n    gap: 12px;\r\n    align-content: start;\r\n    transition: var(--transition);\r\n    position: relative;\r\n    overflow: hidden;\r\n    backdrop-filter: blur(8px);\r\n  }\r\n  \r\n  .mns-mission .card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 4px;\r\n    background: linear-gradient(90deg, var(--primary), var(--secondary));\r\n    border-radius: 2px 2px 0 0;\r\n  }\r\n  \r\n  .mns-mission .card:hover {\r\n    transform: translateY(-8px);\r\n    box-shadow: 0 22px 60px rgba(2, 6, 23, 0.12);\r\n    border-color: rgba(245, 158, 11, 0.3);\r\n  }\r\n  \r\n  \/* Updated icon wrapper *\/\r\n  .mns-mission .icon-wrap {\r\n    width: 64px;\r\n    height: 64px;\r\n    border-radius: 16px;\r\n    display: grid;\r\n    place-items: center;\r\n    background: rgba(245, 158, 11, 0.1);\r\n    border: 2px solid rgba(245, 158, 11, 0.2);\r\n    margin-bottom: 15px;\r\n    transition: var(--transition);\r\n  }\r\n  \r\n  .mns-mission .card:hover .icon-wrap {\r\n    transform: scale(1.1) rotate(5deg);\r\n    background: rgba(245, 158, 11, 0.15);\r\n    border-color: rgba(245, 158, 11, 0.3);\r\n  }\r\n  \r\n  .mns-mission .card svg {\r\n    width: 28px;\r\n    height: 28px;\r\n    stroke: var(--primary);\r\n    fill: none;\r\n    stroke-width: 2;\r\n  }\r\n  \r\n  .mns-mission .card h3 {\r\n    margin: 0 0 10px;\r\n    font-size: 20px;\r\n    font-weight: 800;\r\n    color: var(--dark);\r\n    line-height: 1.3;\r\n  }\r\n  \r\n  .mns-mission .card p {\r\n    margin: 0;\r\n    color: var(--muted);\r\n    font-size: 15px;\r\n    line-height: 1.6;\r\n  }\r\n  \r\n  \/* Updated number badge *\/\r\n  .mns-mission .card-number {\r\n    position: absolute;\r\n    top: 20px;\r\n    right: 20px;\r\n    width: 30px;\r\n    height: 30px;\r\n    background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n    color: #111827;\r\n    border-radius: 50%;\r\n    display: grid;\r\n    place-items: center;\r\n    font-weight: 900;\r\n    font-size: 14px;\r\n    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.2);\r\n  }\r\n  \r\n  \/* Background decorative elements with MNS colors *\/\r\n  .mns-mission::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 40%;\r\n    left: -100px;\r\n    width: 300px;\r\n    height: 300px;\r\n    border-radius: 50%;\r\n    background: radial-gradient(circle, rgba(245, 158, 11, 0.05) 0%, transparent 70%);\r\n    z-index: 0;\r\n  }\r\n  \r\n  .mns-mission::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 10%;\r\n    right: -100px;\r\n    width: 250px;\r\n    height: 250px;\r\n    border-radius: 50%;\r\n    background: radial-gradient(circle, rgba(180, 83, 9, 0.05) 0%, transparent 70%);\r\n    z-index: 0;\r\n  }\r\n  \r\n  \/* Add contour lines like in MNS about section *\/\r\n  .mns-mission .feature-bar::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: -50px;\r\n    pointer-events: none;\r\n    opacity: .10;\r\n    background-size: 920px 620px;\r\n    background-repeat: repeat;\r\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='920' height='620' viewBox='0 0 920 620'%3E%3Cg fill='none' stroke='%23b45309' stroke-opacity='.15' stroke-width='1.2'%3E%3Cpath d='M-40 90 C 90 40, 220 150, 360 110 S 620 40, 820 120 S 1080 180, 960 240'\/%3E%3Cpath d='M-20 150 C 120 90, 240 230, 400 180 S 690 80, 900 190 S 1110 280, 950 320'\/%3E%3Cpath d='M-60 220 C 120 160, 260 300, 420 250 S 690 150, 920 260 S 1160 370, 940 410'\/%3E%3Cpath d='M-30 300 C 140 230, 300 380, 470 330 S 720 230, 930 340 S 1180 460, 930 500'\/%3E%3Cpath d='M-40 380 C 140 320, 320 470, 520 420 S 770 320, 950 430 S 1180 560, 900 600'\/%3E%3C\/g%3E%3C\/svg%3E\");\r\n    mix-blend-mode: multiply;\r\n    z-index: -1;\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"mns-mission\" aria-label=\"Our Mission - Morocco Nomad Soul\">\r\n  <!-- HERO -->\r\n  <div class=\"hero\" aria-label=\"Our Mission\">\r\n    <div class=\"hero-content\">\r\n      <div class=\"eyebrow\">Morocco Nomad Soul<\/div>\r\n      <h1 class=\"title\">\r\n        <span class=\"part1\">Our Mission<\/span>\r\n        <span class=\"part2\">Morocco Nomad Soul<\/span>\r\n      <\/h1>\r\n      <p class=\"subtitle\">\r\n        At Morocco Nomad Soul, our mission is to connect adventurous travelers with the authentic soul of Morocco. \r\n        We believe in transformative journeys that go beyond tourism to create meaningful connections with people, \r\n        culture, and landscapes.\r\n      <\/p>\r\n      <a class=\"btn\" href=\"https:\/\/morocconomadsoul.com\/contact\/\" aria-label=\"Contact Morocco Nomad Soul\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M5 12h14\"\/><path d=\"M13 5l7 7-7 7\"\/><\/svg>\r\n        Discover Our Journeys\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- FEATURE CARDS - OUR MISSION PILLARS -->\r\n  <div class=\"feature-bar\" aria-label=\"Our Mission Pillars\">\r\n    <div class=\"feature-grid\">\r\n      <article class=\"card\">\r\n        <div class=\"card-number\">1<\/div>\r\n        <div class=\"icon-wrap\">\r\n          <svg viewBox=\"0 0 24 24\">\r\n            <path d=\"M12 21s7-5.2 7-11a7 7 0 0 0-14 0c0 5.8 7 11 7 11Z\"\/>\r\n            <path d=\"M12 10.5a2.2 2.2 0 1 0 0-4.4 2.2 2.2 0 0 0 0 4.4Z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3>Authentic Connection<\/h3>\r\n        <p>We facilitate genuine interactions with local communities, artisans, and traditions, moving beyond tourist spots to reveal Morocco's true essence.<\/p>\r\n      <\/article>\r\n\r\n      <article class=\"card\">\r\n        <div class=\"card-number\">2<\/div>\r\n        <div class=\"icon-wrap\">\r\n          <svg viewBox=\"0 0 24 24\">\r\n            <path d=\"M20 7 10 17l-5-5\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3>Sustainable Exploration<\/h3>\r\n        <p>Our tours respect local ecosystems and support community-based tourism, ensuring your journey contributes positively to Morocco's preservation.<\/p>\r\n      <\/article>\r\n\r\n      <article class=\"card\">\r\n        <div class=\"card-number\">3<\/div>\r\n        <div class=\"icon-wrap\">\r\n          <svg viewBox=\"0 0 24 24\">\r\n            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\r\n            <polyline points=\"12 6 12 12 16 14\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3>Tailored Experiences<\/h3>\r\n        <p>Every traveler is unique. We craft personalized itineraries that align with your pace, interests, and desire for discovery.<\/p>\r\n      <\/article>\r\n\r\n      <article class=\"card\">\r\n        <div class=\"card-number\">4<\/div>\r\n        <div class=\"icon-wrap\">\r\n          <svg viewBox=\"0 0 24 24\">\r\n            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\r\n            <path d=\"M9 12l2 2 4-4\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <h3>Cultural Immersion<\/h3>\r\n        <p>We design journeys that allow deep cultural immersion\u2014from traditional cuisine to local arts\u2014creating memories that last a lifetime.<\/p>\r\n      <\/article>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b234f9 e-flex e-con-boxed e-con e-parent\" data-id=\"9b234f9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89a244a elementor-widget elementor-widget-shortcode\" data-id=\"89a244a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\"><template id=\"trustindex-tripadvisor-widget-html\"><div class=\" ti-widget  ti-trip ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.7\" data-layout-id=\"5\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Owner's reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer ti-footer-grid source-Tripadvisor\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELLENT <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong>6 reviews<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Tripadvisor\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1770595200\" class=\"ti-review-item source-Tripadvisor ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/e3\/6a\/default-avatar-2020-47.jpg\" alt=\"Smart C profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Smart C <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review\"><span class=\"ti-verified-tooltip\">Verified<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><strong>Amazing 5-day desert tour from Marrakech<\/strong>\nWe started our journey from Marrakech, then traveled to Boumalne Dades, Zagora, Erg Chigaga, passed through Tazenakht, and returned to Marrakech. The trip was well organized, smooth, and full of beautiful moments.Special thanks to Omar for his professionalism and kindness. I highly recommend Morocco Nomad Soul for an authentic desert experience. \u2b50\u2b50\u2b50\u2b50\u2b50<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770508800\" class=\"ti-review-item source-Tripadvisor ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/media-cdn.tripadvisor.com\/media\/photo-m\/1280\/1a\/c8\/d4\/da\/avatar.jpg\" alt=\"Federica profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Federica <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review\"><span class=\"ti-verified-tooltip\">Verified<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><strong>Wonderful experience<\/strong>\nWonderful experience! The Camp is amazing, with all the comforts and very near to dunes and also the food is really good! We loved the possibility to use the snowbord on the dunes! Thanks to Omar and the other members of the staff, you are really great\ud83d\ude0a<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770422400\" class=\"ti-review-item source-Tripadvisor ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/e6\/ea\/default-avatar-2020-54.jpg\" alt=\"Qinjia87 profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Qinjia87 <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review\"><span class=\"ti-verified-tooltip\">Verified<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><strong>A Truly Authentic Desert Stay<\/strong>\nWe had a wonderful stay in the desert and felt very well welcomed from the very beginning. Omar and one of his colleagues greeted us at the desert camp and immediately made us feel comfortable and at home.During our stay, they shared with us many interesting aspects of the local culture, giving us the opportunity to learn more about the Tuareg way of life and traditions. One of the highlights of the experience was the evening of traditional music and dances, where we fully immersed ourselves in songs, rhythms, and celebrations that we truly enjoyed.It was an authentic, warm, and memorable experience that we highly recommend to anyone looking to discover the desert in a genuine and welcoming way.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770336000\" class=\"ti-review-item source-Tripadvisor ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f2\/11\/default-avatar-2020-23.jpg\" alt=\"Magdalena M profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Magdalena M <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review\"><span class=\"ti-verified-tooltip\">Verified<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><strong>I highly recommend them!!<\/strong>\nI spent 5 wonderful days on the Sahara Desert with Morocco Nomad Soul. I highly recommend them!! They were professionals in every respect. Everything was carefully planned and executed. The organizers ensured our comfort and convenience. The local food was delicious and the Moroccan tea was great. The Sahara itself is a beautiful place \u2013 the experience of being in the desert is unforgettable and incredibly beautiful.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770336000\" class=\"ti-review-item source-Tripadvisor ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/ea\/74\/default-avatar-2020-68.jpg\" alt=\"Jonas H profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jonas H <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review\"><span class=\"ti-verified-tooltip\">Verified<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><strong>Sahara desert<\/strong>\nA very good experience in the Sahara desert. Great Guide and camp with good standard. Highly recommend!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770249600\" class=\"ti-review-item source-Tripadvisor ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/e2\/11\/default-avatar-2020-41.jpg\" alt=\"Sunshine08292395293 profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sunshine08292395293 <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review\"><span class=\"ti-verified-tooltip\">Verified<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><strong>5-Day Sahara Escape from Agadir to Erg Chegaga \ud83c\udf35<\/strong>\nI had the most amazing 5-day journey from Marrakech to Erg Chegaga with Morocco Nomad Soul, and I can honestly say it was unforgettable. \ud83c\udf1fA huge thanks to Omar, whose knowledge, friendliness, and care made every moment of the trip so special. From exploring the stunning landscapes to experiencing the desert under the stars, every detail was perfect.The adventure was full of culture, breathtaking scenery, and genuine Moroccan hospitality. Omar\u2019s guidance made everything effortless and fun, and I truly felt like I was seeing Morocco in the best way possible.If anyone is looking for a desert tour that\u2019s professional, safe, and full of amazing memories, I can\u2019t recommend Morocco Nomad Soul and Omar enough. You will not be disappointed! \ud83c\udf35\u2728<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1770249600\" class=\"ti-review-item source-Tripadvisor ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f4\/20\/default-avatar-2020-31.jpg\" alt=\"Omar A profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Omar A <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Tripadvisor\/star\/f.svg\" alt=\"Tripadvisor\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review\"><span class=\"ti-verified-tooltip\">Verified<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><strong>Amazing 3-Day Desert Tour from Marrakech<\/strong>\nI had an amazing 3-day desert tour from Marrakech to Zagora and Erg Chegaga with Omar. Everything was perfectly organized, the car was comfortable, the stops were beautiful, and the desert camp was magical. Omar is kind, professional, and very knowledgeable. I felt safe and truly enjoyed every moment. Highly recommended<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-tripadvisor-widget-html\" data-css-url=\"https:\/\/morocconomadsoul.com\/wp-content\/uploads\/trustindex-tripadvisor-widget.css?1770806049\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d693b9d e-con-full e-flex e-con e-parent\" data-id=\"d693b9d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c869622 elementor-widget elementor-widget-html\" data-id=\"c869622\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===================== MOROCCO NOMAD SOUL FAQ SECTION ===================== -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  \/* Fully scoped: will NOT affect your website outside .mns-faq-section *\/\r\n  .mns-faq-section, .mns-faq-section * { box-sizing: border-box; }\r\n  .mns-faq-section {\r\n    --primary: #b45309;       \/* Amber main color *\/\r\n    --primary-light: #f59e0b; \/* Lighter amber *\/\r\n    --primary-bg: rgba(245, 158, 11, 0.08);\r\n    \r\n    --dark: #0f172a;          \/* Dark color for text *\/\r\n    --muted: #475569;         \/* Muted text color *\/\r\n    --light: #fef3c7;         \/* Light amber background *\/\r\n    --card-bg: #ffffff;\r\n    --border: rgba(15, 23, 42, 0.1);\r\n    --shadow: 0 20px 50px rgba(2, 6, 23, 0.12);\r\n    \r\n    width: min(1200px, 92%);\r\n    margin: 80px auto;\r\n    padding: 40px 0;\r\n    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\r\n    color: var(--dark);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  \/* Background decorative elements *\/\r\n  .mns-faq-section::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: -100px;\r\n    left: -100px;\r\n    width: 300px;\r\n    height: 300px;\r\n    border-radius: 50%;\r\n    background: radial-gradient(circle, rgba(245, 158, 11, 0.05) 0%, transparent 70%);\r\n    z-index: 0;\r\n  }\r\n  \r\n  .mns-faq-section::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: -100px;\r\n    right: -100px;\r\n    width: 250px;\r\n    height: 250px;\r\n    border-radius: 50%;\r\n    background: radial-gradient(circle, rgba(180, 83, 9, 0.05) 0%, transparent 70%);\r\n    z-index: 0;\r\n  }\r\n\r\n  \/* Section header *\/\r\n  .mns-faq-header {\r\n    text-align: center;\r\n    margin-bottom: 50px;\r\n    position: relative;\r\n    z-index: 1;\r\n  }\r\n\r\n  .mns-faq-eyebrow {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    padding: 10px 20px;\r\n    border-radius: 999px;\r\n    background: rgba(245, 158, 11, 0.1);\r\n    color: var(--dark);\r\n    font-weight: 900;\r\n    font-size: 13px;\r\n    letter-spacing: 1px;\r\n    text-transform: uppercase;\r\n    border: 1px solid rgba(245, 158, 11, 0.25);\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .mns-faq-eyebrow::before {\r\n    content: '\u2726';\r\n    font-weight: bold;\r\n    color: var(--primary);\r\n  }\r\n\r\n  .mns-faq-title {\r\n    font-family: \"Playfair Display\", serif;\r\n    font-weight: 800;\r\n    font-size: clamp(36px, 4.5vw, 48px);\r\n    line-height: 1.1;\r\n    letter-spacing: -0.02em;\r\n    color: var(--dark);\r\n    margin: 0 0 15px 0;\r\n  }\r\n\r\n  .mns-faq-title span {\r\n    color: var(--primary);\r\n    position: relative;\r\n  }\r\n\r\n  .mns-faq-title span::after {\r\n    content: '';\r\n    position: absolute;\r\n    left: 0;\r\n    right: 0;\r\n    bottom: -8px;\r\n    height: 10px;\r\n    background: rgba(245, 158, 11, 0.2);\r\n    border-radius: 999px;\r\n    z-index: -1;\r\n  }\r\n\r\n  .mns-faq-subtitle {\r\n    font-size: clamp(16px, 2vw, 18px);\r\n    color: var(--muted);\r\n    line-height: 1.6;\r\n    max-width: 700px;\r\n    margin: 0 auto;\r\n    font-weight: 600;\r\n  }\r\n\r\n  \/* Layout container *\/\r\n  .mns-faq-container {\r\n    display: grid;\r\n    grid-template-columns: minmax(0, 1fr) minmax(0, 400px);\r\n    gap: 60px;\r\n    align-items: start;\r\n    position: relative;\r\n    z-index: 1;\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .mns-faq-container {\r\n      grid-template-columns: 1fr;\r\n      gap: 40px;\r\n    }\r\n  }\r\n\r\n  \/* FAQ items *\/\r\n  .mns-faq-items {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 16px;\r\n  }\r\n\r\n  .mns-faq-item {\r\n    background: var(--card-bg);\r\n    border: 1px solid var(--border);\r\n    border-radius: 18px;\r\n    padding: 24px;\r\n    transition: all 0.3s ease;\r\n    cursor: pointer;\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .mns-faq-item:hover {\r\n    transform: translateY(-3px);\r\n    box-shadow: var(--shadow);\r\n    border-color: rgba(245, 158, 11, 0.3);\r\n  }\r\n\r\n  .mns-faq-item.active {\r\n    background: var(--primary-bg);\r\n    border-color: rgba(245, 158, 11, 0.4);\r\n  }\r\n\r\n  .mns-faq-item-number {\r\n    position: absolute;\r\n    top: 20px;\r\n    right: 20px;\r\n    width: 30px;\r\n    height: 30px;\r\n    background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n    color: #111827;\r\n    border-radius: 50%;\r\n    display: grid;\r\n    place-items: center;\r\n    font-weight: 900;\r\n    font-size: 14px;\r\n    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.2);\r\n  }\r\n\r\n  .mns-faq-question {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    gap: 15px;\r\n    padding-right: 40px;\r\n  }\r\n\r\n  .mns-faq-question h3 {\r\n    margin: 0;\r\n    font-size: 18px;\r\n    font-weight: 800;\r\n    line-height: 1.4;\r\n    color: var(--dark);\r\n  }\r\n\r\n  .mns-faq-icon {\r\n    width: 24px;\r\n    height: 24px;\r\n    flex-shrink: 0;\r\n    transition: transform 0.3s ease;\r\n  }\r\n\r\n  .mns-faq-item.active .mns-faq-icon {\r\n    transform: rotate(180deg);\r\n  }\r\n\r\n  .mns-faq-answer {\r\n    max-height: 0;\r\n    overflow: hidden;\r\n    transition: max-height 0.4s ease, margin-top 0.3s ease;\r\n    margin-top: 0;\r\n  }\r\n\r\n  .mns-faq-item.active .mns-faq-answer {\r\n    max-height: 500px;\r\n    margin-top: 20px;\r\n  }\r\n\r\n  .mns-faq-answer p {\r\n    margin: 0;\r\n    color: var(--muted);\r\n    line-height: 1.7;\r\n    font-size: 15.5px;\r\n    font-weight: 600;\r\n  }\r\n\r\n  \/* Image side *\/\r\n  .mns-faq-image-side {\r\n    position: relative;\r\n  }\r\n\r\n  .mns-image-card {\r\n    position: relative;\r\n    border-radius: 24px;\r\n    overflow: hidden;\r\n    box-shadow: var(--shadow);\r\n    aspect-ratio: 3\/4;\r\n  }\r\n\r\n  .mns-image-card img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n    filter: saturate(1.05) contrast(1.02);\r\n    transition: transform 0.5s ease;\r\n  }\r\n\r\n  .mns-image-card:hover img {\r\n    transform: scale(1.03);\r\n  }\r\n\r\n  .mns-image-overlay {\r\n    position: absolute;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    padding: 30px;\r\n    background: linear-gradient(to top, rgba(15, 23, 42, 0.9), transparent);\r\n    color: white;\r\n  }\r\n\r\n  .mns-image-overlay h3 {\r\n    font-family: \"Playfair Display\", serif;\r\n    font-weight: 800;\r\n    font-size: 22px;\r\n    margin: 0 0 8px 0;\r\n    color: white;\r\n  }\r\n\r\n  .mns-image-overlay p {\r\n    margin: 0;\r\n    font-size: 14px;\r\n    opacity: 0.9;\r\n    font-weight: 600;\r\n  }\r\n\r\n  \/* CTA Section *\/\r\n  .mns-faq-cta {\r\n    grid-column: 1 \/ -1;\r\n    text-align: center;\r\n    margin-top: 40px;\r\n    padding: 40px;\r\n    background: var(--primary-bg);\r\n    border-radius: 24px;\r\n    border: 2px solid rgba(245, 158, 11, 0.2);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .mns-faq-cta h3 {\r\n    font-family: \"Playfair Display\", serif;\r\n    font-weight: 800;\r\n    font-size: 32px;\r\n    margin: 0 0 15px 0;\r\n    color: var(--dark);\r\n  }\r\n\r\n  .mns-faq-cta p {\r\n    font-size: 17px;\r\n    color: var(--muted);\r\n    max-width: 600px;\r\n    margin: 0 auto 25px;\r\n    font-weight: 600;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  .mns-cta-button {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    background: linear-gradient(180deg, #fbbf24, #f59e0b);\r\n    color: #111827;\r\n    font-weight: 900;\r\n    padding: 16px 32px;\r\n    border-radius: 999px;\r\n    text-decoration: none;\r\n    box-shadow: 0 20px 40px rgba(245, 158, 11, 0.3);\r\n    transition: all 0.3s ease;\r\n    font-size: 16px;\r\n    letter-spacing: 0.2px;\r\n  }\r\n\r\n  .mns-cta-button:hover {\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 25px 50px rgba(245, 158, 11, 0.4);\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .mns-faq-section {\r\n      margin: 50px auto;\r\n      padding: 30px 0;\r\n    }\r\n    \r\n    .mns-faq-item {\r\n      padding: 20px;\r\n    }\r\n    \r\n    .mns-faq-cta {\r\n      padding: 30px 20px;\r\n    }\r\n    \r\n    .mns-faq-cta h3 {\r\n      font-size: 26px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<section class=\"mns-faq-section\" aria-label=\"Morocco Nomad Soul Travel FAQs\">\r\n  <!-- Header -->\r\n  <div class=\"mns-faq-header\">\r\n    <div class=\"mns-faq-eyebrow\">Morocco Nomad Soul<\/div>\r\n    <h1 class=\"mns-faq-title\">Frequently Asked Questions About <span>Morocco<\/span><\/h1>\r\n    <p class=\"mns-faq-subtitle\">Everything you need to know before you visit Morocco - safety, travel tips, and expert insights from Morocco Nomad Soul<\/p>\r\n  <\/div>\r\n\r\n  <!-- Main Content -->\r\n  <div class=\"mns-faq-container\">\r\n    <!-- FAQ Items -->\r\n    <div class=\"mns-faq-items\">\r\n      <!-- Question 1 -->\r\n      <div class=\"mns-faq-item\" onclick=\"toggleFAQ(1)\">\r\n        <div class=\"mns-faq-item-number\">1<\/div>\r\n        <div class=\"mns-faq-question\">\r\n          <h3>Is Morocco safe for tourists?<\/h3>\r\n          <svg class=\"mns-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n            <path d=\"M19 9l-7 7-7-7\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"mns-faq-answer\">\r\n          <p><strong>Yes, Morocco is generally very safe for tourists.<\/strong> Millions visit Morocco every year without issues. As with any travel destination, exercise normal precautions: keep valuables secure, be aware of your surroundings, and use licensed guides. The Moroccan government prioritizes tourist safety, and locals are famously hospitable. For solo travelers, especially women, we recommend dressing modestly and arranging transportation through reputable companies like Morocco Nomad Soul.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Question 2 -->\r\n      <div class=\"mns-faq-item\" onclick=\"toggleFAQ(2)\">\r\n        <div class=\"mns-faq-item-number\">2<\/div>\r\n        <div class=\"mns-faq-question\">\r\n          <h3>What are the best places to visit in Morocco?<\/h3>\r\n          <svg class=\"mns-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n            <path d=\"M19 9l-7 7-7-7\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"mns-faq-answer\">\r\n          <p>To <strong>explore Morocco<\/strong> fully, don't miss: <strong>Marrakech<\/strong> (vibrant souks and palaces), <strong>Fes<\/strong> (medieval medina and tanneries), <strong>Merzouga Desert<\/strong> (Sahara dunes and camel treks), <strong>Chefchaouen<\/strong> (the blue city), <strong>Casablanca<\/strong> (modern metropolis), and <strong>Essaouira<\/strong> (coastal charm). Each destination offers unique experiences, from desert adventures to cultural immersion. Our guided tours at Morocco Nomad Soul help you discover the best of Morocco safely and efficiently.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Question 3 -->\r\n      <div class=\"mns-faq-item\" onclick=\"toggleFAQ(3)\">\r\n        <div class=\"mns-faq-item-number\">3<\/div>\r\n        <div class=\"mns-faq-question\">\r\n          <h3>What should I buy in Morocco?<\/h3>\r\n          <svg class=\"mns-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n            <path d=\"M19 9l-7 7-7-7\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"mns-faq-answer\">\r\n          <p>Morocco offers incredible shopping opportunities! Top purchases include: <strong>Berber carpets<\/strong> (handwoven wool rugs), <strong>leather goods<\/strong> (Fes is famous for its tanneries), <strong>argan oil<\/strong> (cosmetic and culinary), <strong>pottery and ceramics<\/strong> (colorful Safi pottery), <strong>metal lanterns<\/strong> (intricate Marrakech designs), <strong>spices<\/strong> (saffron, ras el hanout), and <strong>traditional clothing<\/strong> (kaftans and djellabas). Always bargain respectfully in souks - start at 50% of the asking price. Morocco Nomad Soul can recommend authentic shops and artisans.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Question 4 -->\r\n      <div class=\"mns-faq-item\" onclick=\"toggleFAQ(4)\">\r\n        <div class=\"mns-faq-item-number\">4<\/div>\r\n        <div class=\"mns-faq-question\">\r\n          <h3>When is the best time to visit Morocco?<\/h3>\r\n          <svg class=\"mns-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n            <path d=\"M19 9l-7 7-7-7\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"mns-faq-answer\">\r\n          <p>The ideal time to <strong>visit Morocco<\/strong> depends on your itinerary: <strong>Spring (March-May)<\/strong> and <strong>Autumn (September-November)<\/strong> offer perfect weather nationwide. For desert trips, avoid July-August (extremely hot) and December-January (very cold nights). Coastal areas are pleasant year-round. Ramadan affects opening hours but offers unique cultural experiences. Morocco Nomad Soul helps plan your Morocco visit during optimal seasons for each region.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Question 5 -->\r\n      <div class=\"mns-faq-item\" onclick=\"toggleFAQ(5)\">\r\n        <div class=\"mns-faq-item-number\">5<\/div>\r\n        <div class=\"mns-faq-question\">\r\n          <h3>What should I pack for Morocco?<\/h3>\r\n          <svg class=\"mns-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n            <path d=\"M19 9l-7 7-7-7\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"mns-faq-answer\">\r\n          <p>Essential packing list for Morocco: <strong>Modest clothing<\/strong> (cover shoulders\/knees, especially for women), <strong>comfortable walking shoes<\/strong>, <strong>sun protection<\/strong> (hat, sunscreen, sunglasses), <strong>layers<\/strong> (desert nights get cold), <strong>scarf<\/strong> (for sun\/dust\/mosque visits), <strong>adapter<\/strong> (Type C\/E, 220V), <strong>medication<\/strong> (basic first aid), <strong>cash<\/strong> (many places don't accept cards), and <strong>camera<\/strong> (you'll want to capture everything!). Morocco Nomad Soul provides detailed pre-trip packing guides for all our tours.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Image Side -->\r\n    <div class=\"mns-faq-image-side\">\r\n      <div class=\"mns-image-card\">\r\n        <img decoding=\"async\" src=\"http:\/\/morocconomadsoul.com\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-23-at-18.29.09sdsd.jpeg\" alt=\"Traditional Moroccan architecture and courtyard - Morocco Nomad Soul\">\r\n        <div class=\"mns-image-overlay\">\r\n          <h3>Discover Authentic Morocco<\/h3>\r\n          <p>Experience the rich culture and stunning landscapes with Morocco Nomad Soul expert guides<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- CTA Section -->\r\n    <div class=\"mns-faq-cta\">\r\n      <h3>Ready to Explore Morocco with Morocco Nomad Soul?<\/h3>\r\n      <p>Let Morocco Nomad Soul plan your perfect Moroccan adventure. From desert treks to city tours, we create unforgettable journeys tailored to your interests.<\/p>\r\n      <a href=\"https:\/\/morocconomadsoul.com\/contact\/\" class=\"mns-cta-button\">\r\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\r\n          <path d=\"M5 12h14\"\/><path d=\"M13 5l7 7-7 7\"\/>\r\n        <\/svg>\r\n        Start Your Moroccan Journey\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n  \/\/ All FAQ items start closed\r\n  function toggleFAQ(number) {\r\n    const items = document.querySelectorAll('.mns-faq-item');\r\n    const clickedItem = items[number - 1];\r\n    \r\n    \/\/ Close all items\r\n    items.forEach(item => {\r\n      if (item !== clickedItem) {\r\n        item.classList.remove('active');\r\n        const answer = item.querySelector('.mns-faq-answer');\r\n        answer.style.maxHeight = '0';\r\n        answer.style.marginTop = '0';\r\n      }\r\n    });\r\n    \r\n    \/\/ Toggle clicked item\r\n    const isActive = clickedItem.classList.contains('active');\r\n    const answer = clickedItem.querySelector('.mns-faq-answer');\r\n    \r\n    if (isActive) {\r\n      clickedItem.classList.remove('active');\r\n      answer.style.maxHeight = '0';\r\n      answer.style.marginTop = '0';\r\n    } else {\r\n      clickedItem.classList.add('active');\r\n      answer.style.maxHeight = answer.scrollHeight + 'px';\r\n      answer.style.marginTop = '20px';\r\n    }\r\n  }\r\n  \r\n  \/\/ Initialize - all items start closed\r\n  document.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ Ensure all FAQ items are closed initially\r\n    const items = document.querySelectorAll('.mns-faq-item');\r\n    items.forEach(item => {\r\n      item.classList.remove('active');\r\n      const answer = item.querySelector('.mns-faq-answer');\r\n      answer.style.maxHeight = '0';\r\n      answer.style.marginTop = '0';\r\n    });\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Morocco Nomad Soul &#8211; Authentic Moroccan Adventures Morocco Nomad Soul Discover Authentic Morocco Experience the real Morocco through local insights, cultural immersion, and unforgettable journeys from the Sahara to coastal gems. Explore Tours Book Now Cultural Heritage Ancient Kasbahs &#038; History Walk through centuries of history at Ait Benhaddou and other UNESCO sites, discovering Morocco&#8217;s [&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":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":79,"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":425,"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/pages\/10\/revisions\/425"}],"wp:attachment":[{"href":"https:\/\/morocconomadsoul.com\/de\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}