{"id":4023,"date":"2026-02-24T17:54:59","date_gmt":"2026-02-24T17:54:59","guid":{"rendered":"https:\/\/stanpolis.com.tr\/?page_id=4023"},"modified":"2026-02-26T18:31:49","modified_gmt":"2026-02-26T18:31:49","slug":"excursions","status":"publish","type":"page","link":"https:\/\/stanpolis.com.tr\/tr\/excursions\/","title":{"rendered":"TURLAR"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Excursions | Stanpolis Tours<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/ScrollTrigger.min.js\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --primary-gold: #D4AF37;\n            --deep-gold: #B8860B;\n            --bg-primary: #1E293B;\n            --bg-secondary: #334155;\n            --bg-card: #F1F5F9;\n            --text-primary: #0F172A;\n            --text-secondary: #334155;\n            --text-light: #F8FAFC;\n        }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--bg-primary);\n            color: var(--text-primary);\n            overflow-x: hidden;\n        }\n        \n        .serif {\n            font-family: 'Cormorant Garamond', serif;\n        }\n        \n        .gold-text {\n            color: #B45309;\n            font-weight: 700;\n        }\n        \n        .glass-card {\n            background: var(--bg-card);\n            border: 1px solid rgba(212, 175, 55, 0.3);\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        \n        .glass-card:hover {\n            border-color: rgba(212, 175, 55, 0.6);\n            transform: translateY(-8px);\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        }\n        \n        .number-badge {\n            background: linear-gradient(135deg, #D97706 0%, #B45309 100%);\n            color: white;\n            font-weight: 700;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);\n        }\n        \n        .detail-tag {\n            background: rgba(217, 119, 6, 0.15);\n            border: 1px solid rgba(217, 119, 6, 0.4);\n            color: #92400E;\n            font-weight: 600;\n        }\n        \n        .btn-primary {\n            background: linear-gradient(135deg, #D97706 0%, #B45309 100%);\n            color: white;\n            font-weight: 700;\n            transition: all 0.3s ease;\n        }\n        \n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(217, 119, 6, 0.4);\n        }\n        \n        .btn-outline {\n            border: 2px solid #D97706;\n            color: #92400E;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        \n        .btn-outline:hover {\n            background: #D97706;\n            color: white;\n        }\n        \n        .hero-overlay {\n            background: linear-gradient(to bottom, rgba(30, 41, 59, 0.8) 0%, rgba(30, 41, 59, 0.95) 100%);\n        }\n        \n        .dest-image {\n            transition: transform 0.6s ease;\n        }\n        \n        .glass-card:hover .dest-image {\n            transform: scale(1.05);\n        }\n        \n        .scroll-reveal {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        \n        .card-title {\n            color: #0F172A;\n            font-weight: 700;\n            font-size: 1.5rem;\n        }\n        \n        .form-input {\n            background: white;\n            border: 2px solid #CBD5E1;\n            color: #0F172A;\n            font-weight: 500;\n        }\n        \n        .form-input:focus {\n            border-color: #D97706;\n            outline: none;\n            box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.1);\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Navigation -->\n    <nav class=\"fixed w-full z-50 transition-all duration-300 bg-white\/95 backdrop-blur-md border-b border-orange-200 shadow-sm\" id=\"navbar\">\n        <div class=\"max-w-7xl mx-auto px-6 py-4\">\n            <div class=\"flex justify-between items-center\">\n                <div class=\"text-2xl font-bold tracking-wider\">\n                    <span class=\"serif gold-text text-3xl\">STANPOLIS<\/span>\n                <\/div>\n                <div class=\"hidden md:flex space-x-8 text-sm tracking-widest uppercase font-semibold\">\n                    <a href=\"#home\" class=\"text-slate-700 hover:text-orange-600 transition-colors\">Home<\/a>\n                    <a href=\"#destinations\" class=\"text-orange-600\">Destinations<\/a>\n                    <a href=\"#about\" class=\"text-slate-700 hover:text-orange-600 transition-colors\">About<\/a>\n                    <a href=\"#contact\" class=\"text-slate-700 hover:text-orange-600 transition-colors\">Contact<\/a>\n                <\/div>\n                <button onclick=\"scrollToContact()\" class=\"btn-primary px-6 py-2 rounded-full text-sm uppercase tracking-wider\">\n                    Book Now\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section id=\"home\" class=\"relative min-h-screen flex items-center justify-center overflow-hidden bg-slate-800\">\n        <div class=\"absolute inset-0 z-0\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1541433075995-1c27e9a2e3e6?w=1920&#038;q=80\" \n                 alt=\"Turkey Destinations\" \n                 class=\"w-full h-full object-cover opacity-60\"\n                 id=\"hero-bg\">\n        <\/div>\n        \n        <div class=\"absolute inset-0 hero-overlay z-10\"><\/div>\n        \n        <div class=\"relative z-20 text-center px-6 max-w-5xl mx-auto pt-20\">\n            <p class=\"text-orange-400 tracking-[0.3em] text-sm uppercase mb-6 font-bold opacity-0\" id=\"hero-subtitle\">\n                Unforgettable Destinations\n            <\/p>\n            \n            <h1 class=\"serif text-5xl md:text-7xl lg:text-8xl font-bold mb-8 leading-tight opacity-0 text-white\" id=\"hero-title\">\n                <span class=\"text-orange-400 italic\">Excursions<\/span>\n            <\/h1>\n            \n            <div class=\"w-32 h-1 bg-gradient-to-r from-transparent via-orange-400 to-transparent mx-auto mb-8 opacity-0\" id=\"hero-line\"><\/div>\n            \n            <p class=\"text-xl md:text-2xl text-gray-200 max-w-3xl mx-auto mb-12 font-medium leading-relaxed opacity-0\" id=\"hero-desc\">\n                With our experienced team specializing in tour design and organization, we offer immersive journeys through Turkey&#8217;s most captivating attractions, rich culture, and remarkable history. Explore the country&#8217;s iconic landmarks and hidden treasures through our meticulously crafted itineraries, designed to deliver an unforgettable travel experience.\n            <\/p>\n            \n            <div class=\"flex flex-col sm:flex-row gap-4 justify-center opacity-0\" id=\"hero-buttons\">\n                <button onclick=\"scrollToDestinations()\" class=\"btn-primary px-10 py-4 rounded-full text-base uppercase tracking-wider shadow-lg\">\n                    Explore Destinations\n                <\/button>\n                <button onclick=\"scrollToContact()\" class=\"bg-white text-slate-800 px-10 py-4 rounded-full text-base uppercase tracking-wider font-bold hover:bg-gray-100 transition-all shadow-lg\">\n                    Contact Us\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Destinations Section -->\n    <section id=\"destinations\" class=\"py-24 px-6 max-w-7xl mx-auto bg-white\">\n        <div class=\"text-center mb-16\">\n            <h2 class=\"serif text-4xl md:text-5xl mb-4 text-slate-800 font-bold\">ROUTES<\/h2>\n            <div class=\"w-24 h-1 bg-gradient-to-r from-transparent via-orange-500 to-transparent mx-auto mb-4\"><\/div>\n            <p class=\"text-slate-500 text-lg font-medium\">Explore Turkey&#8217;s Most Beautiful Destinations<\/p>\n        <\/div>\n\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n            \n            <!-- Istanbul -->\n            <article class=\"glass-card rounded-2xl overflow-hidden group scroll-reveal\">\n                <div class=\"relative h-72 overflow-hidden\">\n                    <div class=\"absolute top-4 left-4 z-10 number-badge w-14 h-14 rounded-full flex items-center justify-center text-xl\">01<\/div>\n                    <img decoding=\"async\" src=\"https:\/\/stanpolis.com.tr\/wp-content\/uploads\/2025\/02\/cropped-WhatsApp-Image-d-04-16-at-12.29.17.jpeg\" \n                         class=\"dest-image w-full h-full object-cover\">\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/80 via-transparent to-transparent\"><\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <span class=\"text-orange-600 text-sm font-bold tracking-wider uppercase\">Major City<\/span>\n                        <span class=\"detail-tag px-4 py-1 rounded-full text-xs uppercase\">Cultural Hub<\/span>\n                    <\/div>\n                    <h3 class=\"serif card-title mb-3 group-hover:text-orange-600 transition-colors\">ISTANBUL<\/h3>\n                    <p class=\"text-slate-600 text-sm mb-6 leading-relaxed\">\n                        Where East meets West. Discover Hagia Sophia, Blue Mosque, Topkapi Palace, Grand Bazaar, and the magical Bosphorus.\n                    <\/p>\n                    <!-- KEND\u0130 L\u0130NK\u0130N\u0130Z\u0130 BURAYA EKLEY\u0130N -->\n                    <a href=\"https:\/\/stanpolis.com.tr\/activities\/istanbul\/\" class=\"w-full block py-4 btn-outline rounded-xl text-sm font-bold uppercase tracking-wider text-center\">\n                        View Activities\n                    <\/a>\n                <\/div>\n            <\/article>\n\n            <!-- Antalya -->\n            <article class=\"glass-card rounded-2xl overflow-hidden group scroll-reveal\">\n                <div class=\"relative h-72 overflow-hidden\">\n                    <div class=\"absolute top-4 left-4 z-10 number-badge w-14 h-14 rounded-full flex items-center justify-center text-xl\">02<\/div>\n                    <img decoding=\"async\" src=\"https:\/\/stanpolis.com.tr\/wp-content\/uploads\/2025\/02\/antalya-484060_1280.jpg\" \n                         class=\"dest-image w-full h-full object-cover\">\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/80 via-transparent to-transparent\"><\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <span class=\"text-orange-600 text-sm font-bold tracking-wider uppercase\">Mediterranean<\/span>\n                        <span class=\"detail-tag px-4 py-1 rounded-full text-xs uppercase\">Beach &#038; History<\/span>\n                    <\/div>\n                    <h3 class=\"serif card-title mb-3 group-hover:text-orange-600 transition-colors\">ANTALYA<\/h3>\n                    <p class=\"text-slate-600 text-sm mb-6 leading-relaxed\">\n                        The Turkish Riviera. Explore ancient ruins of Perge and Aspendos, Duden Waterfalls, and pristine Mediterranean beaches.\n                    <\/p>\n                    <!-- KEND\u0130 L\u0130NK\u0130N\u0130Z\u0130 BURAYA EKLEY\u0130N -->\n                    <a href=\"https:\/\/stanpolis.com.tr\/activities\/antalya\/\" class=\"w-full block py-4 btn-outline rounded-xl text-sm font-bold uppercase tracking-wider text-center\">\n                        View Activities\n                    <\/a>\n                <\/div>\n            <\/article>\n\n            <!-- Cappadocia -->\n            <article class=\"glass-card rounded-2xl overflow-hidden group scroll-reveal\">\n                <div class=\"relative h-72 overflow-hidden\">\n                    <div class=\"absolute top-4 left-4 z-10 number-badge w-14 h-14 rounded-full flex items-center justify-center text-xl\">03<\/div>\n                    <img decoding=\"async\" src=\"https:\/\/stanpolis.com.tr\/wp-content\/uploads\/2026\/02\/capp.jpg\" \n                         class=\"dest-image w-full h-full object-cover\">\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/80 via-transparent to-transparent\"><\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <span class=\"text-orange-600 text-sm font-bold tracking-wider uppercase\">Central Anatolia<\/span>\n                        <span class=\"detail-tag px-4 py-1 rounded-full text-xs uppercase\">Unique Landscape<\/span>\n                    <\/div>\n                    <h3 class=\"serif card-title mb-3 group-hover:text-orange-600 transition-colors\">CAPPADOCIA<\/h3>\n                    <p class=\"text-slate-600 text-sm mb-6 leading-relaxed\">\n                        Fairy chimneys and hot air balloons. Experience Goreme Open Air Museum, underground cities, and cave hotels.\n                    <\/p>\n                    <!-- KEND\u0130 L\u0130NK\u0130N\u0130Z\u0130 BURAYA EKLEY\u0130N -->\n                    <a href=\"https:\/\/stanpolis.com.tr\/activities\/cappadocia\/\" class=\"w-full block py-4 btn-outline rounded-xl text-sm font-bold uppercase tracking-wider text-center\">\n                        View Activities\n                    <\/a>\n                <\/div>\n            <\/article>\n\n            <!-- Bursa -->\n            <article class=\"glass-card rounded-2xl overflow-hidden group scroll-reveal\">\n                <div class=\"relative h-72 overflow-hidden\">\n                    <div class=\"absolute top-4 left-4 z-10 number-badge w-14 h-14 rounded-full flex items-center justify-center text-xl\">04<\/div>\n                    <img decoding=\"async\" src=\"https:\/\/stanpolis.com.tr\/wp-content\/uploads\/2025\/02\/ankara-cikisli-bursa-uludag-kayak-turu_181109143622.jpg\" \n                         class=\"dest-image w-full h-full object-cover\">\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/80 via-transparent to-transparent\"><\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <span class=\"text-orange-600 text-sm font-bold tracking-wider uppercase\">Marmara Region<\/span>\n                        <span class=\"detail-tag px-4 py-1 rounded-full text-xs uppercase\">Ottoman Capital<\/span>\n                    <\/div>\n                    <h3 class=\"serif card-title mb-3 group-hover:text-orange-600 transition-colors\">BURSA<\/h3>\n                    <p class=\"text-slate-600 text-sm mb-6 leading-relaxed\">\n                        First Ottoman capital. Visit Green Mosque, Green Tomb, Uludag Mountain, and enjoy famous Iskender kebab.\n                    <\/p>\n                    <!-- KEND\u0130 L\u0130NK\u0130N\u0130Z\u0130 BURAYA EKLEY\u0130N -->\n                    <a href=\"https:\/\/stanpolis.com.tr\/activities\/bursa\/\" class=\"w-full block py-4 btn-outline rounded-xl text-sm font-bold uppercase tracking-wider text-center\">\n                        View Activities\n                    <\/a>\n                <\/div>\n            <\/article>\n\n            <!-- Izmir -->\n            <article class=\"glass-card rounded-2xl overflow-hidden group scroll-reveal\">\n                <div class=\"relative h-72 overflow-hidden\">\n                    <div class=\"absolute top-4 left-4 z-10 number-badge w-14 h-14 rounded-full flex items-center justify-center text-xl\">05<\/div>\n                    <img decoding=\"async\" src=\"https:\/\/stanpolis.com.tr\/wp-content\/uploads\/2025\/05\/IZMIR2.jpg\" \n                         class=\"dest-image w-full h-full object-cover\">\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/80 via-transparent to-transparent\"><\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <span class=\"text-orange-600 text-sm font-bold tracking-wider uppercase\">Aegean Coast<\/span>\n                        <span class=\"detail-tag px-4 py-1 rounded-full text-xs uppercase\">Ancient History<\/span>\n                    <\/div>\n                    <h3 class=\"serif card-title mb-3 group-hover:text-orange-600 transition-colors\">IZMIR<\/h3>\n                    <p class=\"text-slate-600 text-sm mb-6 leading-relaxed\">\n                        Pearl of the Aegean. Explore ancient Ephesus, House of Virgin Mary, Sirince Village, and Kordon waterfront.\n                    <\/p>\n                    <!-- KEND\u0130 L\u0130NK\u0130N\u0130Z\u0130 BURAYA EKLEY\u0130N -->\n                    <a href=\"https:\/\/stanpolis.com.tr\/activities\/izmir\/\" class=\"w-full block py-4 btn-outline rounded-xl text-sm font-bold uppercase tracking-wider text-center\">\n                        View Activities\n                    <\/a>\n                <\/div>\n            <\/article>\n\n            <!-- Trabzon -->\n            <article class=\"glass-card rounded-2xl overflow-hidden group scroll-reveal\">\n                <div class=\"relative h-72 overflow-hidden\">\n                    <div class=\"absolute top-4 left-4 z-10 number-badge w-14 h-14 rounded-full flex items-center justify-center text-xl\">06<\/div>\n                    <img decoding=\"async\" src=\"https:\/\/stanpolis.com.tr\/wp-content\/uploads\/2025\/02\/TUZUNGOL.png\" \n                         class=\"dest-image w-full h-full object-cover\">\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/80 via-transparent to-transparent\"><\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <span class=\"text-orange-600 text-sm font-bold tracking-wider uppercase\">Black Sea<\/span>\n                        <span class=\"detail-tag px-4 py-1 rounded-full text-xs uppercase\">Natural Beauty<\/span>\n                    <\/div>\n                    <h3 class=\"serif card-title mb-3 group-hover:text-orange-600 transition-colors\">TRABZON<\/h3>\n                    <p class=\"text-slate-600 text-sm mb-6 leading-relaxed\">\n                        Gateway to the Black Sea. Discover Sumela Monastery, Uzungol Lake, Ayder Plateau, and Hamsikoy village.\n                    <\/p>\n                    <!-- KEND\u0130 L\u0130NK\u0130N\u0130Z\u0130 BURAYA EKLEY\u0130N -->\n                    <a href=\"https:\/\/stanpolis.com.tr\/activities\/trabzon\/\" class=\"w-full block py-4 btn-outline rounded-xl text-sm font-bold uppercase tracking-wider text-center\">\n                        View Activities\n                    <\/a>\n                <\/div>\n            <\/article>\n\n        <\/div>\n    <\/section>\n\n    <!-- Features Section -->\n    <section class=\"py-24 bg-slate-50 border-y border-orange-200\">\n        <div class=\"max-w-7xl mx-auto px-6\">\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-12\">\n                <div class=\"text-center scroll-reveal\">\n                    <div class=\"w-20 h-20 mx-auto mb-6 rounded-full bg-orange-100 border-2 border-orange-300 flex items-center justify-center\">\n                        <svg class=\"w-10 h-10 text-orange-600\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0121 18.382V7.618a1 1 0 01-.447-.894L15 7m0 13V7\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"serif text-2xl mb-4 text-slate-800 font-bold\">Expert Routes<\/h3>\n                    <p class=\"text-slate-600 leading-relaxed font-medium\">Meticulously crafted itineraries covering all major attractions and hidden gems<\/p>\n                <\/div>\n                \n                <div class=\"text-center scroll-reveal\">\n                    <div class=\"w-20 h-20 mx-auto mb-6 rounded-full bg-orange-100 border-2 border-orange-300 flex items-center justify-center\">\n                        <svg class=\"w-10 h-10 text-orange-600\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"serif text-2xl mb-4 text-slate-800 font-bold\">Flexible Timing<\/h3>\n                    <p class=\"text-slate-600 leading-relaxed font-medium\">Daily departures with convenient pick-up and drop-off services<\/p>\n                <\/div>\n                \n                <div class=\"text-center scroll-reveal\">\n                    <div class=\"w-20 h-20 mx-auto mb-6 rounded-full bg-orange-100 border-2 border-orange-300 flex items-center justify-center\">\n                        <svg class=\"w-10 h-10 text-orange-600\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"serif text-2xl mb-4 text-slate-800 font-bold\">Professional Guides<\/h3>\n                    <p class=\"text-slate-600 leading-relaxed font-medium\">Licensed English-speaking guides with deep historical knowledge<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section -->\n    <section id=\"contact\" class=\"py-24 bg-white\">\n        <div class=\"max-w-4xl mx-auto px-6\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"serif text-4xl md:text-5xl mb-6 text-slate-800 font-bold\">\n                    Book Your <span class=\"gold-text\">Excursion<\/span>\n                <\/h2>\n                <p class=\"text-xl text-slate-600 max-w-2xl mx-auto font-medium\">\n                    Contact us to reserve your spot on our unforgettable daily tours and excursions.\n                <\/p>\n            <\/div>\n\n            <div class=\"bg-slate-50 rounded-3xl p-8 md:p-12 border-2 border-orange-200 shadow-xl\">\n                <form class=\"space-y-6\" id=\"contactForm\" onsubmit=\"sendEmail(event)\">\n                    <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                        <div>\n                            <label class=\"block text-sm font-bold text-slate-700 mb-2\">First Name<\/label>\n                            <input type=\"text\" id=\"firstName\" name=\"firstName\" class=\"form-input w-full px-4 py-3 rounded-lg\" placeholder=\"John\" required>\n                        <\/div>\n                        <div>\n                            <label class=\"block text-sm font-bold text-slate-700 mb-2\">Last Name<\/label>\n                            <input type=\"text\" id=\"lastName\" name=\"lastName\" class=\"form-input w-full px-4 py-3 rounded-lg\" placeholder=\"Smith\" required>\n                        <\/div>\n                    <\/div>\n                    \n                    <div>\n                        <label class=\"block text-sm font-bold text-slate-700 mb-2\">Email<\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" class=\"form-input w-full px-4 py-3 rounded-lg\" placeholder=\"john@example.com\" required>\n                    <\/div>\n                    \n                    <div>\n                        <label class=\"block text-sm font-bold text-slate-700 mb-2\">Phone<\/label>\n                        <input type=\"tel\" id=\"phone\" name=\"phone\" class=\"form-input w-full px-4 py-3 rounded-lg\" placeholder=\"+1 (555) 000-0000\">\n                    <\/div>\n                    \n                    <div>\n                        <label class=\"block text-sm font-bold text-slate-700 mb-2\">Interested Destination<\/label>\n                        <select id=\"destination\" name=\"destination\" class=\"form-input w-full px-4 py-3 rounded-lg\">\n                            <option value=\"\">Select a destination&#8230;<\/option>\n                            <option value=\"Istanbul\">Istanbul<\/option>\n                            <option value=\"Antalya\">Antalya<\/option>\n                            <option value=\"Cappadocia\">Cappadocia<\/option>\n                            <option value=\"Bursa\">Bursa<\/option>\n                            <option value=\"Izmir\">Izmir<\/option>\n                            <option value=\"Trabzon\">Trabzon<\/option>\n                            <option value=\"Multiple Destinations\">Multiple Destinations<\/option>\n                        <\/select>\n                    <\/div>\n                    \n                    <div>\n                        <label class=\"block text-sm font-bold text-slate-700 mb-2\">Message<\/label>\n                        <textarea id=\"message\" name=\"message\" rows=\"4\" class=\"form-input w-full px-4 py-3 rounded-lg\" placeholder=\"Tell us your preferred date, number of people, and any special requests...\"><\/textarea>\n                    <\/div>\n                    \n                    <button type=\"submit\" class=\"w-full btn-primary py-4 rounded-xl text-base font-bold uppercase tracking-wider shadow-lg\">\n                        Send Inquiry\n                    <\/button>\n                <\/form>\n                \n                <div class=\"mt-8 pt-8 border-t-2 border-slate-200 text-center\">\n                    <p class=\"text-slate-600 mb-3 font-medium\">Or contact us directly:<\/p>\n                    <a href=\"mailto:b2b@stanpolis.com.tr\" class=\"text-orange-600 hover:text-orange-700 font-bold text-lg transition-colors\">\n                        b2b@stanpolis.com.tr\n                    <\/a>\n                    <p class=\"text-slate-500 text-sm mt-2\">We typically respond within 24 hours<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ GSAP Animations\n        gsap.registerPlugin(ScrollTrigger);\n        \n        \/\/ Hero Animations\n        const tl = gsap.timeline();\n        tl.to(\"#hero-subtitle\", {opacity: 1, y: 0, duration: 1, ease: \"power3.out\"})\n          .to(\"#hero-title\", {opacity: 1, y: 0, duration: 1.2, ease: \"power3.out\"}, \"-=0.5\")\n          .to(\"#hero-line\", {opacity: 1, scaleX: 1, duration: 0.8, ease: \"power2.out\"}, \"-=0.7\")\n          .to(\"#hero-desc\", {opacity: 1, y: 0, duration: 1, ease: \"power3.out\"}, \"-=0.5\")\n          .to(\"#hero-buttons\", {opacity: 1, y: 0, duration: 0.8, ease: \"power3.out\"}, \"-=0.5\");\n        \n        \/\/ Scroll Reveal\n        gsap.utils.toArray('.scroll-reveal').forEach((element, i) => {\n            gsap.to(element, {\n                scrollTrigger: {\n                    trigger: element,\n                    start: \"top 85%\",\n                    toggleActions: \"play none none reverse\"\n                },\n                opacity: 1,\n                y: 0,\n                duration: 0.8,\n                delay: i * 0.1,\n                ease: \"power3.out\"\n            });\n        });\n        \n        \/\/ Navigation Functions\n        function scrollToContact() {\n            document.getElementById('contact').scrollIntoView({behavior: 'smooth'});\n        }\n        \n        function scrollToDestinations() {\n            document.getElementById('destinations').scrollIntoView({behavior: 'smooth'});\n        }\n        \n        function openEmail() {\n            window.location.href = \"mailto:b2b@stanpolis.com.tr?subject=Excursion Booking Inquiry\";\n        }\n        \n        \/\/ Form Handler\n        function sendEmail(e) {\n            e.preventDefault();\n            \n            const firstName = document.getElementById('firstName').value;\n            const lastName = document.getElementById('lastName').value;\n            const email = document.getElementById('email').value;\n            const phone = document.getElementById('phone').value || 'Not provided';\n            const destination = document.getElementById('destination').value || 'Not selected';\n            const message = document.getElementById('message').value;\n            \n            const subject = 'Excursion Booking Inquiry';\n            const body = `Name: ${firstName} ${lastName}%0D%0AEmail: ${email}%0D%0APhone: ${phone}%0D%0ADestination: ${destination}%0D%0A%0D%0AMessage:%0D%0A${message}`;\n            \n            window.location.href = `mailto:b2b@stanpolis.com.tr?subject=${encodeURIComponent(subject)}&body=${body}`;\n            \n            setTimeout(() => {\n                alert('Thank you for your inquiry! Your email client should open shortly. If it does not open automatically, please email us directly at b2b@stanpolis.com.tr');\n            }, 500);\n        }\n    <\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Excursions | Stanpolis Tours STANPOLIS Home Destinations About Contact Book Now Unforgettable Destinations Excursions With our experienced team specializing in tour design and organization, we offer immersive journeys through Turkey&#8217;s most captivating attractions, rich culture, &hellip; <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","_joinchat":[],"footnotes":""},"class_list":["post-4023","page","type-page","status-publish","hentry","latest_post"],"acf":[],"_links":{"self":[{"href":"https:\/\/stanpolis.com.tr\/tr\/wp-json\/wp\/v2\/pages\/4023","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stanpolis.com.tr\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stanpolis.com.tr\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stanpolis.com.tr\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stanpolis.com.tr\/tr\/wp-json\/wp\/v2\/comments?post=4023"}],"version-history":[{"count":0,"href":"https:\/\/stanpolis.com.tr\/tr\/wp-json\/wp\/v2\/pages\/4023\/revisions"}],"wp:attachment":[{"href":"https:\/\/stanpolis.com.tr\/tr\/wp-json\/wp\/v2\/media?parent=4023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}