{"id":666,"date":"2020-10-14T09:28:28","date_gmt":"2020-10-14T06:28:28","guid":{"rendered":"https:\/\/rayrafting.com\/our-services\/"},"modified":"2025-07-07T12:04:11","modified_gmt":"2025-07-07T09:04:11","slug":"our-services","status":"publish","type":"page","link":"https:\/\/rayrafting.com\/en\/our-services\/","title":{"rendered":"Our Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"666\" class=\"elementor elementor-666 elementor-84\">\n\t\t\t\t<div class=\"aux-parallax-section elementor-element elementor-element-e502cc2 e-flex e-con-boxed e-con e-parent\" data-id=\"e502cc2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-171dc14 elementor-widget elementor-widget-html\" data-id=\"171dc14\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div>\n\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\">\n    <title>Our Services - Ray Rafting<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&subset=latin,latin-ext&display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.7;\n            color: #333;\n            background: #f8fafc;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .section {\n            padding: 80px 0;\n        }\n\n        .section-title {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #1e40af;\n            margin-bottom: 3rem;\n            text-align: center;\n        }\n\n        .section-subtitle {\n            font-size: 1.2rem;\n            color: #64748b;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 4rem auto;\n            line-height: 1.6;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 40px;\n            margin: 60px 0;\n        }\n\n        .service-card {\n            background: white;\n            border-radius: 25px;\n            padding: 0;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n            transition: all 0.4s ease;\n            overflow: hidden;\n            position: relative;\n        }\n\n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n        }\n\n        .service-header {\n            padding: 40px 40px 30px 40px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-icon {\n            font-size: 4rem;\n            margin-bottom: 20px;\n            display: block;\n        }\n\n        .service-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #1e293b;\n        }\n\n        .service-description {\n            font-size: 1rem;\n            color: #64748b;\n            line-height: 1.6;\n            margin-bottom: 25px;\n        }\n\n        .service-features {\n            list-style: none;\n            margin-bottom: 30px;\n        }\n\n        .service-features li {\n            padding: 8px 0;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .service-features li::before {\n            content: '\u2713';\n            background: #10b981;\n            color: white;\n            border-radius: 50%;\n            width: 20px;\n            height: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 12px;\n            font-weight: bold;\n            flex-shrink: 0;\n        }\n\n        .service-footer {\n            padding: 20px 40px 40px 40px;\n            border-top: 1px solid #e2e8f0;\n            background: #f8fafc;\n        }\n\n        .service-cta {\n            display: flex;\n            gap: 15px;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            padding: 12px 24px;\n            border: none;\n            border-radius: 50px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            flex: 1;\n            justify-content: center;\n            min-width: 120px;\n        }\n\n        .btn-primary {\n            background: #1e40af;\n            color: white;\n        }\n\n        .btn-primary:hover {\n            background: #1e3a8a;\n            transform: translateY(-2px);\n        }\n\n        .btn-secondary {\n            background: #10b981;\n            color: white;\n        }\n\n        .btn-secondary:hover {\n            background: #059669;\n            transform: translateY(-2px);\n        }\n\n        \/* Service-specific colors *\/\n        .rafting-card .service-header {\n            background: linear-gradient(135deg, #1e40af, #3b82f6);\n            color: white;\n        }\n\n        .rafting-card .service-title,\n        .rafting-card .service-description {\n            color: white;\n        }\n\n        .zipline-card .service-header {\n            background: linear-gradient(135deg, #059669, #10b981);\n            color: white;\n        }\n\n        .zipline-card .service-title,\n        .zipline-card .service-description {\n            color: white;\n        }\n\n        .swing-card .service-header {\n            background: linear-gradient(135deg, #ec4899, #f97316);\n            color: white;\n        }\n\n        .swing-card .service-title,\n        .swing-card .service-description {\n            color: white;\n        }\n\n        .atv-card .service-header {\n            background: linear-gradient(135deg, #b45309, #ea580c);\n            color: white;\n        }\n\n        .atv-card .service-title,\n        .atv-card .service-description {\n            color: white;\n        }\n\n        .yayla-card .service-header {\n            background: linear-gradient(135deg, #16a34a, #22c55e);\n            color: white;\n        }\n\n        .yayla-card .service-title,\n        .yayla-card .service-description {\n            color: white;\n        }\n\n        .combo-card .service-header {\n            background: linear-gradient(135deg, #7c3aed, #a855f7);\n            color: white;\n        }\n\n        .combo-card .service-title,\n        .combo-card .service-description {\n            color: white;\n        }\n\n        .stats-section {\n            background: linear-gradient(135deg, #1e293b, #334155);\n            color: white;\n            padding: 80px 0;\n            margin: 60px 0;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 40px;\n        }\n\n        .stat-item {\n            text-align: center;\n        }\n\n        .stat-number {\n            font-size: 3rem;\n            font-weight: 800;\n            color: #60a5fa;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        .stat-label {\n            font-size: 1.1rem;\n            opacity: 0.9;\n        }\n\n        .cta-section {\n            background: linear-gradient(135deg, #1e40af, #3b82f6);\n            color: white;\n            text-align: center;\n            padding: 80px 40px;\n            border-radius: 25px;\n            margin: 60px 0;\n        }\n\n        .cta-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n\n        .cta-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            margin-bottom: 40px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .cta-btn {\n            background: rgba(255,255,255,0.15);\n            color: white;\n            padding: 15px 30px;\n            border: 2px solid rgba(255,255,255,0.3);\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1rem;\n        }\n\n        .cta-btn:hover {\n            background: rgba(255,255,255,0.25);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n\n        @media (max-width: 768px) {\n            .services-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            .service-header,\n            .service-footer {\n                padding: 30px 25px;\n            }\n            \n            .service-cta {\n                flex-direction: column;\n            }\n            \n            .btn {\n                flex: none;\n            }\n            \n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .cta-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n        }\n\n        .scroll-indicator {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: #e2e8f0;\n            z-index: 1000;\n        }\n\n        .scroll-progress {\n            height: 100%;\n            background: linear-gradient(90deg, #1e40af, #3b82f6);\n            width: 0%;\n            transition: width 0.1s ease;\n        }\n    <\/style>\n\n\n    <!-- Scroll Progress -->\n    <div class=\"scroll-indicator\">\n        <div class=\"scroll-progress\" id=\"scrollProgress\"><\/div>\n    <\/div>\n\n    <!-- Ana \u0130\u00e7erik -->\n    <div class=\"container\">\n        <!-- Hizmetler Tan\u0131t\u0131m\u0131 -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Our Adventurous Activities<\/h2>\n            <p class=\"section-subtitle\">\n  With our professional guidance, international safety standards and 15+ years of experience \n We offer you unforgettable moments in the most beautiful spots of Rize.\n            <\/p>\n\n            <div class=\"services-grid\">\n                <!-- Rafting Card -->\n                <div class=\"service-card rafting-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">Rafting<\/h3>\n                        <p class=\"service-description\">\n  An adrenaline-filled rafting experience in crystal clear waters. The most exciting form of struggle with nature. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>II-III level difficulty routes<\/li>\n                            <li>Professional training and equipment<\/li>\n                            <li>Suitable for all age groups<\/li>\n                            <li>Accompanied by a certified guide<\/li>\n                            <li>Safety briefing included<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/rafting-hizmeti\/\" class=\"btn btn-primary\">\n \ud83d\udcd6 View Service\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n \ud83d\udcac WhatsApp\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Zipline Card -->\n                <div class=\"service-card zipline-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">Zipline<\/h3>\n                        <p class=\"service-description\">\n  Experience freedom in the sky. Enjoy a bird's eye view as you soar over the valleys. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>200m-800m length options<\/li>\n                            <li>50-150m altitude experience<\/li>\n                            <li>Dual security system<\/li>\n                            <li>Panoramic view<\/li>\n                            <li>Professional photo shoot<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/zepline\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 View Service\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac WhatsApp\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Dev Sal\u0131ncak Card -->\n                <div class=\"service-card swing-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">Giant Swing<\/h3>\n                        <p class=\"service-description\">\n  The magic of the moment of taking flight. Experience a sense of timelessness over the valleys with the giant swing. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>50-120m height options<\/li>\n                            <li>Possibility of couple\/group experience<\/li>\n                            <li>Memories of romance and friendship<\/li>\n                            <li>Marriage proposal organization<\/li>\n                            <li>Sunrise\/sunset special hours<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/dev-salincak\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 View Service\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac WhatsApp\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ATV Safari Card -->\n                <div class=\"service-card atv-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">ATV Safari<\/h3>\n                        <p class=\"service-description\">\n  Adrenaline-filled exploration in nature. Experience off-road adventure in challenging terrain. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>From beginner to extreme<\/li>\n                            <li>150cc-450cc engine options<\/li>\n                            <li>Hidden waterfall routes<\/li>\n                            <li>1-8 hour tour options<\/li>\n                            <li>Night safari possibility<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/atv-safari\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 View Service\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac WhatsApp\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Yayla Turlar\u0131 Card -->\n                <div class=\"service-card yayla-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">Plateau Tours<\/h3>\n                        <p class=\"service-description\">\n  Touching the clouds. Enjoying fresh air and scenery with peaceful plateau trips. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>8 different plateau options<\/li>\n                            <li>Ayder, Pokut, Huser routes<\/li>\n                            <li>Photo safari possibility<\/li>\n                            <li>Plateau flavors experience<\/li>\n                            <li>Camping tour options<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/yayla-turlari\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 View Service\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac WhatsApp\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Kombine Paketler Card -->\n                <div class=\"service-card combo-card\">\n                    <div class=\"service-header\">\n                        <span class=\"service-icon\">\ud83c\udfaf<\/span>\n                        <h3 class=\"service-title\">Combined Packages<\/h3>\n                        <p class=\"service-description\">\n  Multiple activities together. Advantageous packages specially organized for group tours. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>2-5 activity combinations<\/li>\n                            <li>Special group discounts<\/li>\n                            <li>Family packages available<\/li>\n                            <li>Corporate event organization<\/li>\n                            <li>Options including lunch<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"tel:+905446680549\" class=\"btn btn-primary\">\n \ud83d\udcde Package Price\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac Special Offer\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \u0130statistikler -->\n        <div class=\"stats-section\">\n            <div class=\"container\">\n                <div class=\"stats-grid\">\n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">15+<\/span>\n                        <span class=\"stat-label\">Years of Experience<\/span>\n                    <\/div>\n                    \n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">25.000+<\/span>\n                        <span class=\"stat-label\">Happy Customer<\/span>\n                    <\/div>\n                    \n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">5<\/span>\n                        <span class=\"stat-label\">Different Activity<\/span>\n                    <\/div>\n                    \n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">365<\/span>\n                        <span class=\"stat-label\">Day Service<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CTA Section -->\n        <div class=\"cta-section\">\n            <h2 class=\"cta-title\">Let Your Adventure Begin!<\/h2>\n            <p class=\"cta-subtitle\">\n  Are you ready to experience unforgettable moments in the unique nature of Rize?  \n  Get in touch now and we will plan a special activity program for you.\n            <\/p>\n            \n            <div class=\"cta-buttons\">\n                 <a href=\"tel:+905446680549\" class=\"cta-btn\">\n\ud83d\udcde Call Now\n <\/a>\n                <a href=\"https:\/\/wa.link\/khm513\" class=\"cta-btn\" target=\"_blank\">\n\ud83d\udcac WhatsApp Support\n <\/a> \n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Scroll progress indicator\n        window.addEventListener('scroll', function() {\n            const winScroll = document.body.scrollTop || document.documentElement.scrollTop;\n            const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;\n            const scrolled = (winScroll \/ height) * 100;\n            document.getElementById('scrollProgress').style.width = scrolled + '%';\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Add scroll animations\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver(function(entries) {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.service-card, .stat-item').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(20px)';\n            el.style.transition = 'all 0.6s ease';\n            observer.observe(el);\n        });\n\n        \/\/ Staggered animation for service cards\n        document.querySelectorAll('.service-card').forEach((card, index) => {\n            card.style.transitionDelay = `${index * 0.1}s`;\n        });\n    <\/script>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Services &#8211; Ray Rafting Our Adventurous Activities With our professional guidance, international safety standards and 15+ years of experience We offer you unforgettable moments in the most beautiful spots of Rize. Rafting An adrenaline-filled rafting experience in crystal clear waters. The most exciting form of struggle with nature. II-III level difficulty routes Professional training [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/page-builder-content.php","meta":{"footnotes":""},"class_list":["post-666","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Our Services - Ray Rafting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rayrafting.com\/en\/our-services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Services\" \/>\n<meta property=\"og:description\" content=\"Our Services &#8211; Ray Rafting Our Adventurous Activities With our professional guidance, international safety standards and 15+ years of experience We offer you unforgettable moments in the most beautiful spots of Rize. Rafting An adrenaline-filled rafting experience in crystal clear waters. The most exciting form of struggle with nature. II-III level difficulty routes Professional training [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rayrafting.com\/en\/our-services\/\" \/>\n<meta property=\"og:site_name\" content=\"Ray Rafting\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-07T09:04:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rayrafting.com\/en\/our-services\/\",\"url\":\"https:\/\/rayrafting.com\/en\/our-services\/\",\"name\":\"Our Services - Ray Rafting\",\"isPartOf\":{\"@id\":\"http:\/\/rayrafting.com\/#website\"},\"datePublished\":\"2020-10-14T06:28:28+00:00\",\"dateModified\":\"2025-07-07T09:04:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rayrafting.com\/en\/our-services\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rayrafting.com\/en\/our-services\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rayrafting.com\/en\/our-services\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/rayrafting.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/rayrafting.com\/#website\",\"url\":\"http:\/\/rayrafting.com\/\",\"name\":\"Ray Rafting\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\/\/rayrafting.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/rayrafting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/rayrafting.com\/#organization\",\"name\":\"Ray Rafting\",\"url\":\"http:\/\/rayrafting.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg\",\"contentUrl\":\"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg\",\"width\":153,\"height\":40,\"caption\":\"Ray Rafting\"},\"image\":{\"@id\":\"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Our Services - Ray Rafting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rayrafting.com\/en\/our-services\/","og_locale":"en_US","og_type":"article","og_title":"Our Services","og_description":"Our Services &#8211; Ray Rafting Our Adventurous Activities With our professional guidance, international safety standards and 15+ years of experience We offer you unforgettable moments in the most beautiful spots of Rize. Rafting An adrenaline-filled rafting experience in crystal clear waters. The most exciting form of struggle with nature. II-III level difficulty routes Professional training [&hellip;]","og_url":"https:\/\/rayrafting.com\/en\/our-services\/","og_site_name":"Ray Rafting","article_modified_time":"2025-07-07T09:04:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rayrafting.com\/en\/our-services\/","url":"https:\/\/rayrafting.com\/en\/our-services\/","name":"Our Services - Ray Rafting","isPartOf":{"@id":"http:\/\/rayrafting.com\/#website"},"datePublished":"2020-10-14T06:28:28+00:00","dateModified":"2025-07-07T09:04:11+00:00","breadcrumb":{"@id":"https:\/\/rayrafting.com\/en\/our-services\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rayrafting.com\/en\/our-services\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rayrafting.com\/en\/our-services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/rayrafting.com\/en\/"},{"@type":"ListItem","position":2,"name":"Our Services"}]},{"@type":"WebSite","@id":"http:\/\/rayrafting.com\/#website","url":"http:\/\/rayrafting.com\/","name":"Ray Rafting","description":"","publisher":{"@id":"http:\/\/rayrafting.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/rayrafting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/rayrafting.com\/#organization","name":"Ray Rafting","url":"http:\/\/rayrafting.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/","url":"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg","contentUrl":"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg","width":153,"height":40,"caption":"Ray Rafting"},"image":{"@id":"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rayrafting.com\/en\/wp-json\/wp\/v2\/pages\/666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rayrafting.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rayrafting.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rayrafting.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rayrafting.com\/en\/wp-json\/wp\/v2\/comments?post=666"}],"version-history":[{"count":0,"href":"https:\/\/rayrafting.com\/en\/wp-json\/wp\/v2\/pages\/666\/revisions"}],"wp:attachment":[{"href":"https:\/\/rayrafting.com\/en\/wp-json\/wp\/v2\/media?parent=666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}