{"id":898,"date":"2026-04-23T19:53:19","date_gmt":"2026-04-23T19:53:19","guid":{"rendered":"https:\/\/chilloutsurf.com\/?page_id=898"},"modified":"2026-04-23T21:05:02","modified_gmt":"2026-04-23T21:05:02","slug":"rayanandmeryem","status":"publish","type":"page","link":"https:\/\/chilloutsurf.com\/de\/rayanandmeryem\/","title":{"rendered":"RAYAN & MERYEM"},"content":{"rendered":"
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\r\n\r\n\r\n \r\n \r\n Chillout Surf Camp - Taghazout Bay, Morocco<\/title>\r\n <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n <!-- Leaflet CSS for Map -->\r\n <link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\" integrity=\"sha26-p4NxAoJBhIIN+hmNHrzRCf9tD\/miZyoHS5obTRR9BMY=\" crossorigin=\"\"\/>\r\n\r\n <style>\r\n \/* --- CHILLOUT SURF VARIABLES --- *\/\r\n :root {\r\n --primary-blue: #2563EB;\r\n --hover-blue: #0EA5E9;\r\n --accent-yellow: #FACC15;\r\n --text-dark: #111827;\r\n --text-gray: #4B5563;\r\n --bg-white: #ffffff;\r\n --bg-gray: #f9fafb;\r\n --radius-md: 8px;\r\n --radius-lg: 16px;\r\n }\r\n\r\n * { box-sizing: border-box; margin: 0; padding: 0; }\r\n \r\n body {\r\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n color: var(--text-dark); line-height: 1.5; background-color: var(--bg-white);\r\n }\r\n img, iframe { max-width: 100%; height: auto; display: block; }\r\n\r\n \/* --- HERO --- *\/\r\n #hero-section-wrapper {\r\n position: relative; min-height: 70vh;\r\n display: flex; flex-direction: column; align-items: center; justify-content: center;\r\n background-image: url('https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco36.webp');\r\n background-size: cover; background-position: center;\r\n text-align: center;\r\n }\r\n .hero-overlay {\r\n position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 1;\r\n }\r\n .hero-content { position: relative; z-index: 2; padding: 20px; max-width: 800px; width: 100%; }\r\n .hero-logo { \r\n max-height: 80px; margin-bottom: 20px; \r\n display: block; margin-left: auto; margin-right: auto; \r\n }\r\n \r\n \/* Ranking Badge - UPDATED TO GREEN *\/\r\n .ranking-badge {\r\n background: #34E0A1; \/* Tripadvisor Green *\/\r\n color: var(--text-dark);\r\n padding: 8px 16px;\r\n border-radius: 50px;\r\n font-size: 0.9rem;\r\n font-weight: 800;\r\n text-transform: uppercase;\r\n letter-spacing: 0.5px;\r\n margin-bottom: 20px;\r\n display: inline-block;\r\n box-shadow: 0 4px 6px rgba(0,0,0,0.2);\r\n }\r\n\r\n #hero-section-wrapper h1 { color: #ffffff; font-size: 3rem; line-height: 1.1; margin-bottom: 15px; font-weight: 800; text-transform: uppercase; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }\r\n .hero-subtitle { font-size: 1.1rem; color: #e5e7eb; margin-bottom: 25px; font-weight: 500; }\r\n \r\n .hero-btn {\r\n display: inline-block; background-color: var(--primary-blue); color: white;\r\n padding: 14px 32px; font-weight: 700; border-radius: 8px;\r\n text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; border: none; transition: 0.3s;\r\n box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);\r\n }\r\n .hero-btn:hover { background-color: var(--hover-blue); transform: translateY(-2px); }\r\n\r\n \/* --- MOBILE HERO ADJUSTMENTS --- *\/\r\n @media (max-width: 600px) {\r\n #hero-section-wrapper h1 { font-size: 1.8rem; margin-bottom: 10px; }\r\n .hero-subtitle { font-size: 0.9rem; margin-bottom: 20px; }\r\n .ranking-badge { font-size: 0.7rem; padding: 5px 10px; margin-bottom: 15px; }\r\n .hero-logo { max-height: 60px; }\r\n }\r\n\r\n \/* --- SECTIONS GENERAL --- *\/\r\n section { padding: 50px 20px; }\r\n .container { max-width: 1100px; margin: 0 auto; }\r\n .section-title { text-align: center; color: var(--primary-blue); font-size: 2rem; margin-bottom: 2rem; font-weight: 800; }\r\n\r\n \/* --- FEATURES --- *\/\r\n #features-section { background: white; }\r\n .grid-features {\r\n display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;\r\n }\r\n .feature-card { text-align: center; }\r\n .feature-icon {\r\n width: 60px; height: 60px; background: rgba(37, 99, 235, 0.1); border-radius: 50%;\r\n display: flex; align-items: center; justify-content: center; margin: 0 auto 10px;\r\n color: var(--primary-blue); font-size: 1.5rem;\r\n }\r\n .feature-card h3 { font-size: 1.1rem; color: var(--text-dark); margin-bottom: 5px; }\r\n .feature-card p { font-size: 0.9rem; color: var(--text-gray); }\r\n\r\n @media (max-width: 600px) {\r\n .grid-features { gap: 15px; }\r\n .feature-icon { width: 45px; height: 45px; font-size: 1.2rem; margin-bottom: 8px; }\r\n .feature-card h3 { font-size: 0.85rem; line-height: 1.2; }\r\n .feature-card p { display: none; }\r\n }\r\n\r\n \/* --- MAP SECTION (LEAFLET) --- *\/\r\n #map-section {\r\n background: white;\r\n padding-top: 0;\r\n padding-bottom: 50px;\r\n }\r\n \r\n #surfMap { \r\n height: 500px; \r\n width: 100%;\r\n border-radius: var(--radius-lg);\r\n box-shadow: 0 4px 12px rgba(0,0,0,0.1);\r\n border: 2px solid var(--primary-blue);\r\n background-color: #f0f8ff;\r\n }\r\n \r\n @media (max-width: 768px) {\r\n #surfMap { height: 400px; }\r\n }\r\n\r\n .surf-label {\r\n background-color: rgba(37, 99, 235, 0.95);\r\n border: 1px solid var(--accent-yellow);\r\n color: #ffffff;\r\n box-shadow: 0 2px 5px rgba(0,0,0,0.3);\r\n border-radius: 6px;\r\n font-family: system-ui, -apple-system, sans-serif;\r\n padding: 5px 10px;\r\n }\r\n\r\n .leaflet-tooltip-left.surf-label::before { border-left-color: var(--accent-yellow); }\r\n .leaflet-tooltip-right.surf-label::before { border-right-color: var(--accent-yellow); }\r\n\r\n .label-content h3 {\r\n margin: 0 0 3px 0; padding: 0;\r\n color: var(--accent-yellow);\r\n font-size: 1em; font-weight: bold;\r\n }\r\n\r\n .label-content p { margin: 0; padding: 0; font-size: 0.85em; white-space: nowrap; }\r\n\r\n \/* --- VIDEO & REVIEWS GRID --- *\/\r\n #media-section {\r\n background: var(--bg-gray);\r\n }\r\n \r\n .media-grid {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 40px;\r\n align-items: center;\r\n }\r\n\r\n @media (min-width: 900px) {\r\n .media-grid {\r\n flex-direction: row;\r\n align-items: flex-start;\r\n }\r\n .col-video {\r\n flex: 0 0 35%; \r\n }\r\n .col-reviews {\r\n flex: 1;\r\n }\r\n }\r\n\r\n \/* VIDEO (Vertical Container) *\/\r\n .section-title-left {\r\n text-align: center;\r\n color: var(--primary-blue);\r\n font-size: 1.8rem;\r\n margin-bottom: 1.5rem;\r\n font-weight: 800;\r\n }\r\n \r\n .video-container-vertical {\r\n position: relative;\r\n width: 100%;\r\n max-width: 320px; \r\n margin: 0 auto;\r\n aspect-ratio: 9 \/ 16; \r\n border-radius: var(--radius-lg);\r\n background: black;\r\n overflow: hidden;\r\n box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);\r\n }\r\n \r\n .video-container-vertical video {\r\n width: 100%;\r\n height: 100%;\r\n object-fit: cover;\r\n display: block;\r\n }\r\n\r\n @media (min-width: 900px) {\r\n .video-container-vertical {\r\n margin: 0; \r\n max-width: 100%;\r\n }\r\n .section-title-left { text-align: left; } \/* Align left on desktop inside the col *\/\r\n }\r\n\r\n \/* REVIEWS *\/\r\n .review-placeholder {\r\n background: white;\r\n padding: 30px;\r\n border-radius: var(--radius-lg);\r\n text-align: center;\r\n border: 1px solid #e5e7eb;\r\n color: #666;\r\n font-size: 0.9rem;\r\n margin-bottom: 15px;\r\n box-shadow: 0 2px 4px rgba(0,0,0,0.05);\r\n width: 100%; \/* Ensure full width *\/\r\n }\r\n\r\n \/* MOBILE FIX: Full Width Reviews on Mobile *\/\r\n @media (max-width: 900px) {\r\n #media-section {\r\n padding: 50px 0; \/* Remove horizontal padding from section *\/\r\n }\r\n #media-section .container {\r\n max-width: 100%; \/* Allow container to expand *\/\r\n padding: 0;\r\n }\r\n \/* Add padding specifically to video column so video doesn't hit edge *\/\r\n .col-video {\r\n padding: 0 20px;\r\n margin-bottom: 40px;\r\n }\r\n \/* Reviews go edge-to-edge *\/\r\n .review-placeholder {\r\n border-radius: 0; \/* Sharp corners for full width *\/\r\n border-left: none;\r\n border-right: none;\r\n padding: 25px 20px; \/* Internal padding for content *\/\r\n }\r\n \/* Titles alignment *\/\r\n .section-title-left {\r\n padding: 0 20px; \/* Align titles with video padding *\/\r\n text-align: center;\r\n }\r\n }\r\n\r\n \/* --- PACKAGE DETAILS --- *\/\r\n #package-details { background: var(--bg-gray); }\r\n .details-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }\r\n @media(min-width: 768px) { .details-grid { grid-template-columns: 1fr 1fr; } }\r\n\r\n .details-card { background: white; padding: 25px; border-radius: var(--radius-lg); box-shadow: 0 2px 5px rgba(0,0,0,0.05); }\r\n \r\n .check-list { display: block; list-style: none; padding-left: 0; }\r\n .check-list li { \r\n font-size: 0.95rem; color: var(--text-gray); padding-left: 25px; \r\n position: relative; line-height: 1.4; margin-bottom: 12px;\r\n }\r\n .check-list li::before {\r\n content: '\\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;\r\n position: absolute; left: 0; top: 2px; color: var(--primary-blue); font-size: 0.9rem;\r\n }\r\n .check-list strong { color: var(--text-dark); display: block; margin-bottom: 2px; font-size: 1rem; }\r\n\r\n \/* --- EXTRAS --- *\/\r\n .extras-container { background: white; padding: 25px; border-radius: var(--radius-lg); box-shadow: 0 2px 5px rgba(0,0,0,0.05); }\r\n .extras-nav { display: flex; gap: 5px; margin-bottom: 20px; overflow-x: auto; padding-bottom: 5px; }\r\n .extra-tab-btn {\r\n padding: 8px 12px; border: 1px solid #eee; background: white; cursor: pointer;\r\n border-radius: 20px; font-size: 0.85rem; white-space: nowrap; color: var(--text-gray); font-weight: 600; transition: 0.2s;\r\n }\r\n .extra-tab-btn.active { background: var(--primary-blue); color: white; border-color: var(--primary-blue); }\r\n .extra-content { display: none; }\r\n .extra-content.active { display: block; animation: fadeIn 0.3s; }\r\n .extra-content ul { list-style: none; padding-left: 0; }\r\n .extra-content ul li { font-size: 0.9rem; margin-bottom: 8px; color: var(--text-gray); padding-left: 15px; position: relative; }\r\n .extra-content ul li::before { content: \"\u2022\"; position: absolute; left: 0; color: var(--primary-blue); font-weight: bold;}\r\n\r\n \/* --- ITINERARY --- *\/\r\n #itinerary-section { background: white; }\r\n .accordion { max-width: 800px; margin: 0 auto; }\r\n .accordion-item { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 8px; overflow: hidden; }\r\n .accordion-header {\r\n width: 100%; padding: 15px; background: white; border: none; text-align: left;\r\n cursor: pointer; display: flex; justify-content: space-between; align-items: center;\r\n font-weight: 600; color: var(--primary-blue); font-size: 1rem;\r\n }\r\n .accordion-header:hover { background: #f9fafb; }\r\n .accordion-body {\r\n max-height: 0; overflow: hidden; background: #f9fafb; transition: max-height 0.3s ease;\r\n padding: 0 15px;\r\n }\r\n .accordion-body.open { padding: 15px; max-height: 500px; }\r\n .accordion-body p { font-size: 0.95rem; color: var(--text-gray); margin: 0; }\r\n .time-badge { background: var(--accent-yellow); color: var(--text-dark); padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; margin-right: 10px; font-weight: 700; }\r\n\r\n \/* --- ORGANIZER --- *\/\r\n #organizer-section { background: var(--bg-gray); }\r\n .organizer-wrapper {\r\n background: white; border-radius: var(--radius-lg); padding: 30px;\r\n display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px;\r\n max-width: 800px; margin: 0 auto;\r\n }\r\n @media(min-width: 768px) {\r\n .organizer-wrapper { flex-direction: row; text-align: left; align-items: flex-start; }\r\n }\r\n .organizer-img {\r\n width: 140px; height: 140px; border-radius: 50%; overflow: hidden; flex-shrink: 0;\r\n border: 4px solid var(--primary-blue); box-shadow: 0 4px 10px rgba(0,0,0,0.1);\r\n }\r\n .organizer-img img { width: 100%; height: 100%; object-fit: cover; }\r\n .organizer-details h3 { font-size: 1.4rem; color: var(--primary-blue); margin-bottom: 5px; }\r\n .organizer-role { color: var(--text-gray); font-size: 0.9rem; margin-bottom: 15px; font-weight: 600;}\r\n .organizer-details p { font-style: italic; color: var(--text-gray); font-size: 0.95rem; margin-bottom: 15px; }\r\n .contact-mini { border-top: 1px solid #eee; padding-top: 15px; width: 100%; }\r\n @media(min-width: 768px) { .contact-mini { border-top: none; padding-top: 0; } }\r\n .contact-mini div { font-size: 0.9rem; color: var(--text-dark); margin-bottom: 5px; }\r\n .contact-mini a { color: var(--primary-blue); font-weight: 600; }\r\n\r\n \/* --- FOOTER --- *\/\r\n footer { background: var(--text-dark); color: white; padding: 30px 20px; text-align: center; font-size: 0.85rem; }\r\n footer a { color: var(--accent-yellow); text-decoration: none; }\r\n\r\n @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\r\n\r\n \/* --- GALLERY --- *\/\r\n .gallery-section { width: 100%; font-family: sans-serif; background-color: #FFFFFF; }\r\n .gallery-container-wrapper { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }\r\n .tabs-scroll-wrapper { position: relative; margin-bottom: 40px; }\r\n .tabs-inner-wrapper {\r\n display: flex; overflow-x: auto; gap: 12px; padding: 10px 40px;\r\n -ms-overflow-style: none; scrollbar-width: none;\r\n }\r\n .tabs-inner-wrapper::-webkit-scrollbar { display: none; }\r\n .gallery-tab {\r\n white-space: nowrap; padding: 10px 24px; border-radius: 9999px;\r\n font-weight: 600; font-size: 0.95rem; cursor: pointer; transition: all 0.3s ease;\r\n border: 1px solid transparent; background-color: #f3f4f6; color: #4B5563;\r\n }\r\n .gallery-tab.active { background-color: var(--primary-blue); color: #ffffff; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }\r\n .tab-scroll-btn {\r\n display: none; position: absolute; top: 50%; transform: translateY(-50%);\r\n width: 32px; height: 32px; background: rgba(255, 255, 255, 0.9);\r\n border-radius: 50%; align-items: center; justify-content: center;\r\n box-shadow: 0 2px 5px rgba(0,0,0,0.1); cursor: pointer; z-index: 10; color: #111827; border: none;\r\n }\r\n .tab-scroll-btn:hover { background: #ffffff; }\r\n .tabs-scroll-wrapper.is-scrollable .tab-scroll-btn { display: flex; }\r\n #scroll-left { left: 0; } #scroll-right { right: 0; }\r\n .gallery-grid {\r\n display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;\r\n }\r\n @media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }\r\n .gallery-item {\r\n aspect-ratio: 3 \/ 2; position: relative; border-radius: 8px; overflow: hidden;\r\n cursor: pointer; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\r\n }\r\n .gallery-item img { width: 100%; height: 100%; object-fit: cover !important; transition: transform 0.4s ease; }\r\n .gallery-item:hover img { transform: scale(1.05); }\r\n .gallery-overlay {\r\n position: absolute; inset: 0; background: rgba(0,0,0,0.3);\r\n display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease;\r\n }\r\n .gallery-item:hover .gallery-overlay { opacity: 1; }\r\n .gallery-overlay i { color: white; font-size: 1.5rem; }\r\n\r\n \/* Lightbox Modal *\/\r\n .lightbox-modal {\r\n position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 9999;\r\n display: flex; align-items: center; justify-content: center; padding: 20px;\r\n opacity: 0; pointer-events: none; transition: opacity 0.3s ease;\r\n }\r\n .lightbox-modal.active { opacity: 1; pointer-events: auto; }\r\n .lightbox-img { max-width: 100%; max-height: 85vh; border-radius: 8px; object-fit: contain; }\r\n .lightbox-close {\r\n position: absolute; top: 20px; right: 20px; color: white; font-size: 2.5rem; cursor: pointer;\r\n }\r\n .lightbox-nav {\r\n position: absolute; top: 50%; transform: translateY(-50%);\r\n background: rgba(255,255,255,0.2); color: white; width: 40px; height: 40px;\r\n border-radius: 50%; display: flex; align-items: center; justify-content: center;\r\n cursor: pointer; transition: background 0.2s; border: none;\r\n }\r\n .lightbox-nav:hover { background: rgba(255,255,255,0.4); }\r\n #lightbox-prev { left: 20px; } #lightbox-next { right: 20px; }\r\n\r\n \/* Floating WhatsApp *\/\r\n .floating-wa {\r\n position: fixed; bottom: 20px; right: 20px; z-index: 999;\r\n background-color: #25D366; color: white;\r\n width: 60px; height: 60px; border-radius: 50%;\r\n display: flex; align-items: center; justify-content: center;\r\n font-size: 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.15);\r\n transition: transform 0.2s;\r\n }\r\n .floating-wa:hover { transform: scale(1.1); color: white; }\r\n <\/style>\r\n<\/head>\r\n<body>\r\n\r\n <!-- HERO -->\r\n <section id=\"hero-section-wrapper\">\r\n <div class=\"hero-overlay\"><\/div>\r\n <div class=\"hero-content\">\r\n <img decoding=\"async\" src=\"https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/chillout-logo-white-1.png\" alt=\"Chillout Surf Logo\" class=\"hero-logo\">\r\n \r\n <div class=\"ranking-badge\">\r\n <i class=\"fas fa-award\"><\/i> Ranked #1 on Tripadvisor in Tamraght & Taghazout\r\n <\/div>\r\n\r\n <h1>SURF TRIP WITH RAYAN & MERYEM<\/h1>\r\n <p class=\"hero-subtitle\">Experience the best surf holidays in Morocco. Top-rated accommodation, surf lessons, and authentic vibes at Taghazout Bay.<\/p>\r\n <button class=\"hero-btn\" onclick=\"document.getElementById('contact-form-section').scrollIntoView({behavior: 'smooth'})\">Jetzt buchen<\/button>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- FEATURES -->\r\n <section id=\"features-section\">\r\n <div class=\"container\">\r\n <div class=\"grid-features\">\r\n <div class=\"feature-card\">\r\n <div class=\"feature-icon\"><i class=\"fas fa-users\"><\/i><\/div>\r\n <h3>Friendly Community<\/h3>\r\n <p>Join our international surf family and feel at home instantly.<\/p>\r\n <\/div>\r\n <div class=\"feature-card\">\r\n <div class=\"feature-icon\"><i class=\"fas fa-umbrella-beach\"><\/i><\/div>\r\n <h3>Prime Location<\/h3>\r\n <p>Located at Taghazout Bay, steps from the best surf spots.<\/p>\r\n <\/div>\r\n <div class=\"feature-card\">\r\n <div class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/div>\r\n <h3>All-Inclusive<\/h3>\r\n <p>Accommodation, meals, lessons, and equipment included.<\/p>\r\n <\/div>\r\n <\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- MAP SECTION -->\r\n <section id=\"map-section\">\r\n <div class=\"container\">\r\n <div id=\"surfMap\"><\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- VIDEO & REVIEWS -->\r\n <section id=\"media-section\">\r\n <div class=\"container\">\r\n <div class=\"media-grid\">\r\n \r\n <!-- Left Col: Video -->\r\n <div class=\"col-video\">\r\n <h2 class=\"section-title-left\">Vibes at the Camp<\/h2>\r\n <div class=\"video-container-vertical\">\r\n <video controls preload=\"metadata\" poster=\"https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco51.webp\">\r\n <source src=\"https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/Chillout-Surf-Camp-Taghazout-Vibes.mp4\" type=\"video\/mp4\">\r\n <\/video>\r\n <\/div>\r\n <\/div>\r\n\r\n <!-- Right Col: Reviews -->\r\n <div class=\"col-reviews\">\r\n <h2 class=\"section-title-left\">Guest Reviews<\/h2>\r\n <div class=\"review-placeholder\">\r\n <pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\"ti-widget ti-goog 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.9\" 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-Google\"> <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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong>153 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\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\"><\/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=\"1775865600\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKWZuWtwDhRxMWnEBhGEQ-HhtvNOptqfs1Pe-BVdGIJ-4BCIDw=w40-h40-c-rp-mo-br100\" alt=\"Ivan Markov profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ivan Markov <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Had an amazing 100 people surf camp with multiple activities every day. They will do everything you ask them. 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=\"1774137600\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVq7n6-XdNJbx5lxJoYVBcYvvyGPm5Z0tYHvkeOGHcY2xb4j4svjQ=w40-h40-c-rp-mo-ba2-br100\" alt=\"b\u00fc\u015fra k\u00fclahc\u0131 profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> b\u00fc\u015fra k\u00fclahc\u0131 <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I\u2019m leaving here with so many beautiful memories that I\u2019ll keep in my heart. I\u2019m going back home with much more than just a fun surf experience. With each passing day, I felt more like I belonged here, it started to feel like home. My friends and I became part of the Chillout Surf family.\n\nI feel so lucky to have spent a week with such amazing people. My heart and soul are fulfilled, thank you so much. Surfing, the Chillout family, the cats, and Morocco: you are all wonderful! I will definitely come back!\n\nThank you Amine, Yassin, Mouad, Mohmad, and all the Chillout Surf staff for making this trip sooo special!<!-- 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=\"1772409600\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocL3EVfAeMwyhE8t_z1T4oxv9D4avSwuSKVDs8WDUvUrlZOWrHQ=w40-h40-c-rp-mo-br100\" alt=\"Connie Petronzio profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Connie Petronzio <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Such a lovely stay! They organised everything. + food was great<!-- 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=\"1772064000\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWXi34ZVz-bKj4XraiJ36cAvIRRJMEmNqROZd2VTeJM4GEME8W8=w40-h40-c-rp-mo-ba4-br100\" alt=\"Dawid Ciok profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Dawid Ciok <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->A great place both to start and to continue your surfing journey. This place is all about the people \u2014 both the guests and the staff. You can meet new friends from all over the world. Some people come in groups, others come alone \u2014 it doesn\u2019t really matter; you\u2019ll still have a great experience.\n\nThe management and staff create a superb, family-like atmosphere. You can relax and spend your evenings with them, and of course they speak good English. The owner, Abdullah (whom I warmly greet), is a great person who takes proactive and genuine care of each of his guests. The instructors are also very friendly and create a positive surfing experience. I highly recommend choosing this place for your surfing adventure.<!-- 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=\"1771804800\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXzmrIO84CeABMhzCFofO1HnM3nrwrvC3t0R4mefE8Y9VLKhINiPw=w40-h40-c-rp-mo-br100\" alt=\"Giulia Seppi profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Giulia Seppi <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Bellissimo<!-- 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=\"1768348800\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJLLLFkKe9hlRdUqUXz4e9itrbyDVfV5N6K30BLghYhUHEK=w40-h40-c-rp-mo-br100\" alt=\"Sigurd M.N. profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sigurd M.N. <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Hyggelig ansatte, greie rom og god mat og stemning. Funker fjell for surfetur<!-- 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=\"1767398400\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKFdWtax8NuS4whiahzpwE9zp1EivctJrI6uLL26meX0puafg=w40-h40-c-rp-mo-ba2-br100\" alt=\"Yannis Tenret profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Yannis Tenret <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Our family loved this place. It's not in Taghazout centre, but it's only 15mins away and if you want they bring you there daily. What you also get: staff that is genuinely friendly and well organized, great hospitality, a cozy rooftop with a view on the sunset, a nice pool with a table soccer table, good food and friendly surf teachers, fun day trips - all told, a family-friendly place that we and our kids (two 11-year and a 9-year-old) loved!<!-- 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=\"1764979200\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJRH4_fpMV2gXijykY4qrkW3lnaEvLp4bVyEhpeuzent7UIug=w40-h40-c-rp-mo-br100\" alt=\"vilde lauvas profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> vilde lauvas <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I had a fantastic stay at Chillout! The whole team is incredibly friendly and welcoming, and they create such a relaxed and positive atmosphere at the surf camp. A special thanks to Abdellah, who went above and beyond every day - helping with arranging activities, organizing taxis for us, and making sure we always had what we needed. The food was great with breakfast, lunch, and dinner included, and when I wasn\u2019t feeling well he even organized a free pizza for me, which I appreciated so much. Everyone is so polite, and the surf instructors are very skilled and supportive. They helped me improve day by day, and I learned so much during my stay.\n\nChillout is the perfect place if you want great surf, amazing people, and genuine hospitality. I highly recommend it and would love to come back again \ud83d\ude42<!-- 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=\"1763942400\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKuwjCnTVXMXpxkMLKsfxDDYHFRM9lKc1b1nDBi5acI8OKg_A=w40-h40-c-rp-mo-br100\" alt=\"Marly Pikkas profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Marly Pikkas <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Absolutely incredible place. People are ace, Surf instructors are the best and food is amazing.<!-- 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=\"1763596800\" class=\"ti-review-item source-Google 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\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ1ajn8cGeaLI4UkurwlUO7agYmNWAd9YedNOL8FdZBY-4FHQ=w40-h40-c-rp-mo-br100\" alt=\"Patrick O. profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Patrick O. <\/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\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Thank you Chillout Surf for an amazing stay in Morocco. The staff is very helpful, the food is great, and the location is close to very good surf spots. Would recommend this camp to both beginners and experienced surfers.<!-- 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-google-widget-html\" data-css-url=\"https:\/\/chilloutsurf.com\/wp-content\/uploads\/trustindex-google-widget.css?1776172983\"><\/div>\r\n <\/div>\r\n <div class=\"review-placeholder\">\r\n <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.9\" 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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong>237 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=\"1774137600\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f2\/11\/default-avatar-2020-23.jpg?w=1200&h=1200&s=1\" alt=\"b\u00fc\u015fk\u00fcl profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> b\u00fc\u015fk\u00fcl <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Leaving with memories I\u2019ll carry forever!<\/strong>\nI\u2019m leaving here with so many beautiful memories that I\u2019ll keep in my heart. I\u2019m going back home with much more than just a fun surf experience. With each passing day, I felt more like I belonged here, it started to feel like home. My friends and I became part of the Chillout Surf family. I feel so lucky to have spent a week with such amazing people. My heart and soul are fulfilled, thank you so much. Surfing, the Chillout family, the cats, and Morocco: you are all wonderful! I will definitely come back! Special thanks to Amine, Yassin, Mouad, Mohmad, Muhammed \ud83e\udef6\ud83c\udffb<!-- 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=\"1770768000\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/ae\/d2\/7b\/iviic19.jpg?w=2050&h=2050&s=1\" alt=\"Ivana Cozzi profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ivana Cozzi <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Magic place, lovely people<\/strong>\nI was there last year and I\u2019m writing my review now, because I miss this place so much. Everything was great. People, food and of course surf lessons! 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 data-empty=\"0\" data-time=\"1768521600\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f2\/b8\/default-avatar-2020-26.jpg?w=1200&h=1200&s=1\" alt=\"Synne R profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Synne R <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Will definitily come back!<\/strong>\nMe and my group had the best time! loved the roof terrace and pool area, perfect for hanging out! amazing staff and food, short distance to shops, beaches, Agadir and Taghazout\u263a\ufe0f<!-- 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=\"1763683200\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/77\/ae\/default-avatar-2020-2.jpg?w=1200&h=1200&s=1\" alt=\"Dona T profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Dona T <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Makes you feel like home!<\/strong>\nGreat times, warm lovely staff all around! Very relaxed and personable atmosphere. Stayed 1 week and had lots of fun. Thanks \ud83d\ude4f\ud83c\udffc<!-- 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=\"1763683200\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/ea\/b2\/default-avatar-2020-69.jpg?w=1200&h=1200&s=1\" alt=\"Bartosz profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Bartosz <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Great Experience<\/strong>\nGenerally everything was good. From pick up from the airport to go back. But some thinkings are good to know. - we stayed not in taghazout or tamraght but in a village 10km from taghazout, -Everyday we went by private bus to sectors, mostly to the beach in tamraght, - ask for additional trip to imsouane, so great waves there for beginners, -be sure you feel vibe with instructors, there are great people which can help you, I especially recommend chef of instructors who gave clear tips, - you don't need to bring many things, everything is there, -big thanks to Rayan, who is the coolest guy in Morocco, for sure you will meet him in the home stay,<!-- 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=\"1763510400\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f1\/79\/default-avatar-2020-21.jpg?w=1200&h=1200&s=1\" alt=\"Relax11340234162 profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Relax11340234162 <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Definately coming back to Chillout<\/strong>\nMy second time at Chillout surf, such a laidback place with amazing staff that gets you whatever you need, and great food. The camp is close to Banana point and other good spots. My first visit was as a beginner, and now as an intermediate surfer I would highly recommend the camp for both new and experienced surfers.<!-- 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=\"1763424000\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f3\/e4\/default-avatar-2020-30.jpg?w=1200&h=1200&s=1\" alt=\"Niek v profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Niek v <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Good waves, good vibes<\/strong>\nLovely vibe, good food and great people. A nice week were everything is taken care of for you. Yasin was a great surf instructor and he and all other staff made it a great experience.<!-- 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=\"1763251200\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/e7\/99\/default-avatar-2020-57.jpg?w=1200&h=1200&s=1\" alt=\"Mathieu D profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mathieu D <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Super s\u00e9jour \ud83d\udc4d<\/strong>\nSuper s\u00e9jour de surf les repas sont super bon l\u2019exp\u00e9rience est vraiment immersive, c\u2019est tr\u00e8s convivial et l\u2019\u00e9quipe est vraiment au petit soin pour nous faire passer un super s\u00e9jour je recommande<!-- 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=\"1763164800\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f3\/e4\/default-avatar-2020-30.jpg?w=1200&h=1200&s=1\" alt=\"Am\u00e9lie M profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Am\u00e9lie 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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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>Exactly what you need !<\/strong>\nAmazing experience at chill out surf. People are so kind, the place is very nice, they organize everything, food is really good and the vibes are really great. Surf instructors were super kind and learn so well. I traveled here alone with my 3 kids and everyone was so helpfull with us. I really recommend this place.<!-- 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=\"1763078400\" 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:\/\/dynamic-media-cdn.tripadvisor.com\/media\/photo-o\/1a\/f6\/f1\/42\/default-avatar-2020-20.jpg?w=1200&h=1200&s=1\" alt=\"Laura L profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Laura L <\/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 star 1\" 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 star 2\" 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 star 3\" 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 star 4\" 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 star 5\" 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 surf camp in tagazouth<\/strong>\nNice atmosphere and nice people. They help you with everything, they organize also some activities. Really 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:\/\/chilloutsurf.com\/wp-content\/uploads\/trustindex-tripadvisor-widget.css?1776193281\"><\/div>\r\n <\/div>\r\n <\/div>\r\n\r\n <\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- PACKAGE DETAILS -->\r\n <section id=\"package-details\">\r\n <div class=\"container\">\r\n <h2 class=\"section-title\">Package Details<\/h2>\r\n <div class=\"details-grid\">\r\n \r\n <!-- INCLUSIONS -->\r\n <div class=\"details-card\">\r\n <h3 style=\"margin-bottom: 15px; font-size: 1.2rem; color: var(--primary-blue);\">Was inklusive ist<\/h3>\r\n <ul class=\"check-list\">\r\n <li><strong>Transfers<\/strong> Agadir airport pick-up & drop-off.<\/li>\r\n <li><strong>Unterkunft<\/strong> 7 Nights at the surf camp.<\/li>\r\n <li><strong>Meals<\/strong> Delicious breakfast, lunch, and dinner daily.<\/li>\r\n <li><strong>Surf Lessons<\/strong> 2 hours per day with certified instructors.<\/li>\r\n <li><strong>Surf Guiding<\/strong> Daily transport to the best surf spots.<\/li>\r\n <li><strong>Equipment<\/strong> Full wetsuit and surfboard rental.<\/li>\r\n <li><strong>Yoga<\/strong> Relaxing sunset yoga sessions.<\/li>\r\n <li><strong>Excursions<\/strong> Visit Paradise Valley & local markets.<\/li>\r\n <\/ul>\r\n <\/div>\r\n\r\n <!-- EXTRAS -->\r\n <div class=\"extras-container\">\r\n <h3 style=\"margin-bottom: 15px; font-size: 1.2rem; color: var(--primary-blue);\">Add-on Activities<\/h3>\r\n <div class=\"extras-nav\">\r\n <button class=\"extra-tab-btn active\" onclick=\"openExtra(event, 'adventures')\">Adventures<\/button>\r\n <button class=\"extra-tab-btn\" onclick=\"openExtra(event, 'wellness')\">Wellness<\/button>\r\n <button class=\"extra-tab-btn\" onclick=\"openExtra(event, 'trips')\">Trips<\/button>\r\n <\/div>\r\n \r\n <div id=\"adventures\" class=\"extra-content active\">\r\n <ul>\r\n <li>ATV Quad Biking excursion.<\/li>\r\n <li>Sandboarding in the dunes.<\/li>\r\n <li>Jet Ski experience.<\/li>\r\n <li>Horse or Camel riding on the beach.<\/li>\r\n <\/ul>\r\n <\/div>\r\n <div id=\"wellness\" class=\"extra-content\">\r\n <ul>\r\n <li>Traditional Moroccan Hammam.<\/li>\r\n <li>Relaxing Massage treatment.<\/li>\r\n <\/ul>\r\n <\/div>\r\n <div id=\"trips\" class=\"extra-content\">\r\n <ul>\r\n <li>Day trip to Essaouira.<\/li>\r\n <li>Visit to Imsouane (The Bay).<\/li>\r\n <li>Sahara Desert overnight tour.<\/li>\r\n <\/ul>\r\n <\/div>\r\n <\/div>\r\n <\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- ITINERARY -->\r\n <section id=\"itinerary-section\">\r\n <div class=\"container\">\r\n <h2 class=\"section-title\">A Typical Day<\/h2>\r\n <div class=\"accordion\">\r\n \r\n <div class=\"accordion-item\">\r\n <button class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\r\n <span><span class=\"time-badge\">8:30 AM<\/span> Breakfast<\/span> <i class=\"fas fa-chevron-down\"><\/i>\r\n <\/button>\r\n <div class=\"accordion-body\">\r\n <p>Enjoy a healthy Moroccan breakfast with fresh bread, jams, amlou, and mint tea to fuel up for the day.<\/p>\r\n <\/div>\r\n <\/div>\r\n\r\n <div class=\"accordion-item\">\r\n <button class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\r\n <span><span class=\"time-badge\">10:00 AM<\/span> Surf Session<\/span> <i class=\"fas fa-chevron-down\"><\/i>\r\n <\/button>\r\n <div class=\"accordion-body\">\r\n <p>Head to the best spot of the day. 2-hour surf lesson with our certified instructors suitable for all levels.<\/p>\r\n <\/div>\r\n <\/div>\r\n\r\n <div class=\"accordion-item\">\r\n <button class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\r\n <span><span class=\"time-badge\">1:00 PM<\/span> Beach Lunch<\/span> <i class=\"fas fa-chevron-down\"><\/i>\r\n <\/button>\r\n <div class=\"accordion-body\">\r\n <p>Freshly prepared picnic lunch enjoyed on the beach. Relax, soak up the sun, and recharge.<\/p>\r\n <\/div>\r\n <\/div>\r\n\r\n <div class=\"accordion-item\">\r\n <button class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\r\n <span><span class=\"time-badge\">3:00 PM<\/span> Free Surf<\/span> <i class=\"fas fa-chevron-down\"><\/i>\r\n <\/button>\r\n <div class=\"accordion-body\">\r\n <p>Practice what you learned during free surf time. Instructors are nearby for tips and safety.<\/p>\r\n <\/div>\r\n <\/div>\r\n\r\n <div class=\"accordion-item\">\r\n <button class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\r\n <span><span class=\"time-badge\">6:00 PM<\/span> Sunset Yoga<\/span> <i class=\"fas fa-chevron-down\"><\/i>\r\n <\/button>\r\n <div class=\"accordion-body\">\r\n <p>Stretch out and relax with a sunset yoga session on the terrace overlooking the ocean.<\/p>\r\n <\/div>\r\n <\/div>\r\n\r\n <div class=\"accordion-item\">\r\n <button class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\r\n <span><span class=\"time-badge\">8:00 PM<\/span> Dinner<\/span> <i class=\"fas fa-chevron-down\"><\/i>\r\n <\/button>\r\n <div class=\"accordion-body\">\r\n <p>Share stories over a delicious family-style dinner featuring local tagines, fresh salads, and couscous.<\/p>\r\n <\/div>\r\n <\/div>\r\n\r\n <\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- GALLERY -->\r\n <section class=\"gallery-section\">\r\n <div class=\"gallery-container-wrapper\">\r\n <h2 class=\"section-title\" style=\"text-align: center;\">Galerie<\/h2>\r\n \r\n <div class=\"tabs-scroll-wrapper\" id=\"tabs-scroll-container\">\r\n <button id=\"scroll-left\" class=\"tab-scroll-btn\"><i class=\"fas fa-chevron-left\"><\/i><\/button>\r\n \r\n <div class=\"tabs-inner-wrapper\" id=\"tabs-wrapper\">\r\n <button class=\"gallery-tab active\" data-filter=\"surf\">Surfen<\/button>\r\n <button class=\"gallery-tab\" data-filter=\"accommodation\">Unterkunft<\/button>\r\n <button class=\"gallery-tab\" data-filter=\"yoga\">Yoga<\/button>\r\n <button class=\"gallery-tab\" data-filter=\"food\">Essen<\/button>\r\n <\/div>\r\n\r\n <button id=\"scroll-right\" class=\"tab-scroll-btn\"><i class=\"fas fa-chevron-right\"><\/i><\/button>\r\n <\/div>\r\n\r\n <div class=\"gallery-grid\" id=\"gallery-grid\"><\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- Lightbox Modal -->\r\n <div id=\"lightbox-modal\" class=\"lightbox-modal\">\r\n <span id=\"lightbox-close\" class=\"lightbox-close\">×<\/span>\r\n <img decoding=\"async\" id=\"lightbox-image\" class=\"lightbox-img\" src=\"\" alt=\"Full view\">\r\n <div id=\"lightbox-prev\" class=\"lightbox-nav\"><i class=\"fas fa-chevron-left\"><\/i><\/div>\r\n <div id=\"lightbox-next\" class=\"lightbox-nav\"><i class=\"fas fa-chevron-right\"><\/i><\/div>\r\n <\/div>\r\n\r\n <!-- ORGANIZER -->\r\n <section id=\"organizer-section\">\r\n <div class=\"container\">\r\n <div class=\"organizer-wrapper\">\r\n <div class=\"organizer-img\">\r\n <img decoding=\"async\" src=\"https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rayan-and-meryem-chillout-surf-camp-taghazout.jpeg\" alt=\"Rayan and Meryem\">\r\n <\/div>\r\n <div class=\"organizer-details\">\r\n <h3>Rayan & Meryem<\/h3>\r\n <div class=\"organizer-role\">Brother, Sister & Managers<\/div>\r\n <p>\"We grew up together on these shores, and the ocean has always been a part of our family. We grew up in ChillOut Surf Camp, a family business that has shaped who we are. As a brother and sister team, we treat every guest like family, ensuring you feel right at home from the moment you arrive.\"<\/p>\r\n \r\n <div class=\"contact-mini\">\r\n <div><i class=\"fas fa-envelope\" style=\"color:var(--primary-blue)\"><\/i> <a href=\"mailto:booking@chilloutsurf.com\">booking@chilloutsurf.com<\/a><\/div>\r\n <div><i class=\"fab fa-whatsapp\" style=\"color:var(--primary-blue)\"><\/i> <a href=\"https:\/\/wa.me\/212715511910\" target=\"_blank\" rel=\"noopener\">+212 15511910<\/a><\/div> \r\n <\/div>\r\n <\/div>\r\n <\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- CONTACT FORM -->\r\n <section id=\"contact-form-section\" style=\"background: white;\">\r\n <div class=\"container\">\r\n <h2 class=\"section-title\">Get In Touch<\/h2>\r\n <!-- Removed text-align: center so labels align normally -->\r\n <div style=\"max-width: 600px; margin: 0 auto; background: #f9fafb; padding: 20px; border: 1px dashed #ccc; border-radius: 8px; color: #666;\">\r\n <div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-909\"><form id=\"wpforms-form-909\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"909\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/de\/wp-json\/wp\/v2\/pages\/898\" data-token=\"deac3abe89448fa74a5585273a598fef\" data-token-time=\"1777016022\" data-trp-original-action=\"\/de\/wp-json\/wp\/v2\/pages\/898\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div class=\"wpforms-hidden\" id=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-909-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><fieldset><legend class=\"wpforms-field-label\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-909-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" aria-errormessage=\"wpforms-909-field_1-error\" required><label for=\"wpforms-909-field_1\" class=\"wpforms-field-sublabel after\">First<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-909-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" aria-errormessage=\"wpforms-909-field_1-last-error\" required><label for=\"wpforms-909-field_1-last\" class=\"wpforms-field-sublabel after\">Last<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-909-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-909-field_2\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-909-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" spellcheck=\"false\" aria-errormessage=\"wpforms-909-field_2-error\" required><\/div><div id=\"wpforms-909-field_4-container\" class=\"wpforms-field wpforms-field-phone\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-909-field_4\">Phone <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"tel\" id=\"wpforms-909-field_4\" class=\"wpforms-field-medium wpforms-field-required wpforms-smart-phone-field\" data-rule-smart-phone-field=\"true\" name=\"wpforms[fields][4]\" aria-label=\"Phone\" aria-errormessage=\"wpforms-909-field_4-error\" required><\/div><div id=\"wpforms-909-field_3-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-909-field_3\">Message<\/label><textarea id=\"wpforms-909-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" aria-errormessage=\"wpforms-909-field_3-error\" ><\/textarea><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"909\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/pages\/898\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-909\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Absenden<\/button><img decoding=\"async\" src=\"https:\/\/chilloutsurf.com\/wp-content\/plugins\/formidable-contact-solution\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><input type=\"hidden\" name=\"trp-form-language\" value=\"de\"\/><\/form><\/div> <!-- .wpforms-container -->\r\n <\/div>\r\n <\/div>\r\n <\/section>\r\n\r\n <!-- FOOTER -->\r\n <footer>\r\n <div>© <span id=\"year\"><\/span> Chillout Surf. All Rights Reserved.<\/div>\r\n <div style=\"margin-top: 5px;\"><a href=\"https:\/\/chilloutsurf.com\/de\/terms-conditions\/\">Terms & Conditions<\/a><\/div>\r\n <\/footer>\r\n\r\n <!-- FLOATING WHATSAPP -->\r\n <a href=\"https:\/\/wa.me\/212715511910\" class=\"floating-wa\" target=\"_blank\" title=\"Chat on WhatsApp\" rel=\"noopener\">\r\n <i class=\"fab fa-whatsapp\"><\/i>\r\n <\/a>\r\n\r\n <!-- SCRIPTS -->\r\n <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"><\/script>\r\n <!-- Leaflet JS for Map -->\r\n <script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\" integrity=\"sha256-20nQCchB9co0qIjJZRGuk2\/Z9VM+kNiyxNV1lvTlZBo=\" crossorigin=\"\"><\/script>\r\n\r\n <script>\r\n \/\/ Footer Year\r\n document.getElementById('year').textContent = new Date().getFullYear();\r\n\r\n \/\/ Extras Slider Logic\r\n function openExtra(evt, categoryName) {\r\n var i, x, tablinks;\r\n x = document.getElementsByClassName(\"extra-content\");\r\n for (i = 0; i < x.length; i++) { x[i].style.display = \"none\"; x[i].classList.remove(\"active\"); }\r\n tablinks = document.getElementsByClassName(\"extra-tab-btn\");\r\n for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(\" active\", \"\"); }\r\n document.getElementById(categoryName).style.display = \"block\";\r\n setTimeout(() => document.getElementById(categoryName).classList.add(\"active\"), 10);\r\n evt.currentTarget.className += \" active\";\r\n }\r\n\r\n \/\/ Itinerary Accordion Logic\r\n function toggleAccordion(element) {\r\n var body = element.nextElementSibling;\r\n var icon = element.querySelector(\"i\");\r\n if (body.classList.contains(\"open\")) {\r\n body.classList.remove(\"open\");\r\n body.style.maxHeight = null;\r\n icon.style.transform = \"rotate(0deg)\";\r\n } else {\r\n body.classList.add(\"open\");\r\n body.style.maxHeight = body.scrollHeight + \"px\";\r\n icon.style.transform = \"rotate(180deg)\";\r\n }\r\n }\r\n\r\n \/\/ --- LEAFLET MAP LOGIC (Chillout Branding) ---\r\n document.addEventListener('DOMContentLoaded', function () {\r\n const surfCamp = {\r\n name: \"ChillOutSurf Camp\",\r\n lat: 30.49825,\r\n lng: -9.672194,\r\n };\r\n\r\n const surfSpots = [\r\n { name: \"Crocro Beach\", lat: 30.508682, lng: -9.687757, walkTime: 15 },\r\n { name: \"Devil's Rock\", lat: 30.506510, lng: -9.686985, walkTime: 15 },\r\n { name: \"Banana Point\", lat: 30.502035, lng: -9.683222, walkTime: 11 },\r\n { name: \"K11 Surf Spot\", lat: 30.492333, lng: -9.676361, walkTime: 8 }\r\n ];\r\n \r\n const accentColorGold = \"#FACC15\"; \r\n const accentColorBlue = \"#2563EB\";\r\n\r\n const mapContainer = document.getElementById('surfMap');\r\n if (!mapContainer) return;\r\n\r\n const map = L.map('surfMap', { attributionControl: false })\r\n .setView([surfCamp.lat, surfCamp.lng], 14);\r\n\r\n setTimeout(() => map.invalidateSize(), 100);\r\n\r\n map.createPane('surfCampPane');\r\n map.getPane('surfCampPane').style.zIndex = 650;\r\n\r\n L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\r\n attribution: '© OpenStreetMap contributors'\r\n }).addTo(map);\r\n\r\n const surfCampIcon = L.divIcon({\r\n html: `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"48\" height=\"48\">\r\n <path fill=\"${accentColorBlue}\" d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\r\n <path fill=\"${accentColorGold}\" d=\"M12 6c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z\"\/>\r\n <\/svg>`,\r\n className: '',\r\n iconSize: [48, 48],\r\n iconAnchor: [24, 48],\r\n });\r\n\r\n const surfSpotIcon = L.divIcon({\r\n html: `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"${accentColorBlue}\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n <path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2z\" fill=\"${accentColorGold}\" stroke=\"none\"\/>\r\n <path d=\"M6 12c.83.5 1.83.83 3 .83s2.17-.33 3-.83c.83-.5 1.83-.83 3-.83s2.17.33 3 .83\" stroke=\"#FFFFFF\"\/>\r\n <path d=\"M6 9.5c.83.5 1.83.83 3 .83s2.17-.33 3-.83c.83-.5 1.83-.83 3-.83s2.17.33 3 .83\" stroke=\"#FFFFFF\"\/>\r\n <path d=\"M6 14.5c.83.5 1.83.83 3 .83s2.17-.33 3-.83c.83-.5 1.83-.83 3-.83s2.17.33 3 .83\" stroke=\"#FFFFFF\"\/>\r\n <\/svg>`,\r\n className: '',\r\n iconSize: [36, 36],\r\n iconAnchor: [18, 18],\r\n });\r\n\r\n L.marker([surfCamp.lat, surfCamp.lng], { \r\n icon: surfCampIcon,\r\n pane: 'surfCampPane'\r\n }).addTo(map)\r\n .bindTooltip(`\r\n <div class=\"label-content\">\r\n <h3>${surfCamp.name}<\/h3>\r\n <p>Your Home Base!<\/p>\r\n <\/div>\r\n `, {\r\n permanent: true,\r\n direction: 'right',\r\n offset: [15, -24],\r\n className: 'surf-label'\r\n });\r\n\r\n surfSpots.forEach(spot => {\r\n L.marker([spot.lat, spot.lng], {icon: surfSpotIcon}).addTo(map)\r\n .bindTooltip(`\r\n <div class=\"label-content\">\r\n <h3>${spot.name}<\/h3>\r\n <p>~${spot.walkTime} min walk<\/p>\r\n <\/div>\r\n `, {\r\n permanent: true,\r\n direction: 'left',\r\n offset: [-15, -18],\r\n className: 'surf-label'\r\n });\r\n });\r\n });\r\n\r\n \/\/ --- GALLERY LOGIC ---\r\n (function() {\r\n const imagesData = {\r\n 'surf': [\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/surfer-riding-wave-lesson-morocco.webp.webp', alt: 'Surf 1' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/group-surf-lesson-beach-morocco.webp.webp', alt: 'Surf 2' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/surfcamp-morocco-warmup-stretching.webp.webp', alt: 'Surf 3' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco01_1.webp', alt: 'Surf 4' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco02_1.webp', alt: 'Surf 5' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco03_1.webp', alt: 'Surf 6' }\r\n ],\r\n 'accommodation': [\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco22.webp', alt: 'Room 1' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco14.webp', alt: 'Room 2' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco11.webp', alt: 'Room 3' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco01.webp', alt: 'Room 4' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco27.webp', alt: 'Room 5' },\r\n { src: 'https:\/\/chilloutsurf.com\/wp-content\/uploads\/2026\/04\/rooms-surf-camp-taghazout-morocco28.webp', alt: 'Room 6' }\r\n ],\r\n 'yoga': [\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/beach_yoga_morocco_surfcamp.webp.webp', alt: 'Yoga 1' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/beach-yoga-surfcamp-morocco.webp-1.webp', alt: 'Yoga 2' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/yoga-session-morocco-surfcamp.webp.webp', alt: 'Yoga 3' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/beach-yoga-surfcamp-morocco.webp.webp', alt: 'Yoga 4' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/surfcamp-morocco-yoga-sunset.webp-1.webp', alt: 'Yoga 5' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/sunset-yoga-morocco-beach.webp.webp', alt: 'Yoga 6' }\r\n ],\r\n 'food': [\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/moroccan-surf-camp-dinner-plate.webp.webp', alt: 'Food 1' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/morocco_market_veg.webp.webp', alt: 'Food 2' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/moroccan-tagine-meal-surf-camp.webp.webp', alt: 'Food 3' },\r\n { src: 'https:\/\/www.chilloutsurf.com\/wp-content\/uploads\/2026\/02\/moroccan-vegetarian-dish.webp.webp', alt: 'Food 4' }\r\n ]\r\n };\r\n\r\n const tabs = document.querySelectorAll('.gallery-tab');\r\n const grid = document.getElementById('gallery-grid');\r\n const modal = document.getElementById('lightbox-modal');\r\n const modalImg = document.getElementById('lightbox-image');\r\n const tabsWrapper = document.getElementById('tabs-wrapper');\r\n const tabsContainer = document.getElementById('tabs-scroll-container');\r\n\r\n let currentFilter = 'surf';\r\n let currentImageIndex = 0;\r\n let visibleImages = [];\r\n\r\n function populateGrid(filter) {\r\n grid.innerHTML = '';\r\n const imagesToLoad = imagesData[filter] || [];\r\n\r\n imagesToLoad.forEach((imgData, index) => {\r\n const item = document.createElement('div');\r\n item.className = 'gallery-item';\r\n item.dataset.category = filter;\r\n item.dataset.index = index;\r\n\r\n item.innerHTML = `\r\n <img decoding=\"async\" src=\"${imgData.src}\" alt=\"${imgData.alt}\" loading=\"lazy\">\r\n <div class=\"gallery-overlay\">\r\n <i class=\"fas fa-search-plus\"><\/i>\r\n <\/div>\r\n `;\r\n item.addEventListener('click', () => openModal(item));\r\n grid.appendChild(item);\r\n });\r\n }\r\n\r\n tabs.forEach(tab => {\r\n tab.addEventListener('click', (e) => {\r\n currentFilter = e.currentTarget.dataset.filter;\r\n tabs.forEach(t => t.classList.remove('active'));\r\n e.currentTarget.classList.add('active');\r\n populateGrid(currentFilter);\r\n });\r\n });\r\n\r\n function openModal(item) {\r\n currentFilter = item.dataset.category;\r\n currentImageIndex = parseInt(item.dataset.index);\r\n visibleImages = imagesData[currentFilter];\r\n updateModalImage();\r\n modal.classList.add('active');\r\n document.body.style.overflow = 'hidden';\r\n }\r\n\r\n function closeModal() {\r\n modal.classList.remove('active');\r\n document.body.style.overflow = '';\r\n }\r\n\r\n function updateModalImage() {\r\n if(visibleImages.length > 0) {\r\n modalImg.src = visibleImages[currentImageIndex].src;\r\n }\r\n }\r\n\r\n document.getElementById('lightbox-close').addEventListener('click', closeModal);\r\n modal.addEventListener('click', (e) => {\r\n if (e.target === modal) closeModal();\r\n });\r\n\r\n document.getElementById('lightbox-prev').addEventListener('click', () => {\r\n currentImageIndex = (currentImageIndex - 1 + visibleImages.length) % visibleImages.length;\r\n updateModalImage();\r\n });\r\n\r\n document.getElementById('lightbox-next').addEventListener('click', () => {\r\n currentImageIndex = (currentImageIndex + 1) % visibleImages.length;\r\n updateModalImage();\r\n });\r\n\r\n function checkScroll() {\r\n if (tabsWrapper.scrollWidth > tabsWrapper.clientWidth) {\r\n tabsContainer.classList.add('is-scrollable');\r\n } else {\r\n tabsContainer.classList.remove('is-scrollable');\r\n }\r\n }\r\n\r\n document.getElementById('scroll-left').addEventListener('click', () => {\r\n tabsWrapper.scrollBy({ left: -200, behavior: 'smooth' });\r\n });\r\n\r\n document.getElementById('scroll-right').addEventListener('click', () => {\r\n tabsWrapper.scrollBy({ left: 200, behavior: 'smooth' });\r\n });\r\n\r\n window.addEventListener('resize', checkScroll);\r\n\r\n populateGrid(currentFilter);\r\n setTimeout(checkScroll, 100);\r\n })();\r\n <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Chillout Surf Camp – Taghazout Bay, Morocco Ranked #1 on Tripadvisor in Tamraght & Taghazout SURF TRIP WITH RAYAN & MERYEM Experience the best surf holidays in Morocco. Top-rated accommodation, surf lessons, and authentic vibes at Taghazout Bay. Book Your Stay Friendly Community Join our international surf family and feel at home instantly. Prime Location […]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-898","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/pages\/898","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/comments?post=898"}],"version-history":[{"count":28,"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/pages\/898\/revisions"}],"predecessor-version":[{"id":934,"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/pages\/898\/revisions\/934"}],"wp:attachment":[{"href":"https:\/\/chilloutsurf.com\/de\/wp-json\/wp\/v2\/media?parent=898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}