{"id":291,"date":"2025-10-10T23:03:49","date_gmt":"2025-10-10T23:03:49","guid":{"rendered":"https:\/\/www.parisadventuretransfer.com\/?page_id=291"},"modified":"2025-11-07T16:56:07","modified_gmt":"2025-11-07T16:56:07","slug":"faq","status":"publish","type":"page","link":"https:\/\/www.parisadventuretransfer.com\/?page_id=291","title":{"rendered":"FAQ"},"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>FAQ<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #FFF7F0;\n            min-height: 100vh;\n            padding: 20px;\n        }\n\n        .faq-container {\n            max-width: 900px;\n            margin: 50px auto;\n        }\n\n        .faq-header {\n            background: linear-gradient(135deg, #d97706 0%, #b45309 100%);\n            color: white;\n            padding: 60px 40px;\n            border-radius: 16px;\n            text-align: center;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 30px rgba(217, 119, 6, 0.2);\n        }\n\n        .faq-header h1 {\n            font-size: 48px;\n            margin-bottom: 15px;\n        }\n\n        .faq-header p {\n            font-size: 18px;\n            color: #fef3c7;\n        }\n\n        .faq-item {\n            background: white;\n            border-radius: 12px;\n            margin-bottom: 16px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        .faq-question {\n            padding: 24px 30px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            font-size: 18px;\n            color: #1f2937;\n            transition: background 0.3s ease;\n        }\n\n        .faq-question:hover {\n            background: #fffbf5;\n        }\n\n        .faq-question.active {\n            background: linear-gradient(135deg, #d97706 0%, #b45309 100%);\n            color: white;\n        }\n\n        .faq-icon {\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #d97706 0%, #b45309 100%);\n            color: white;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 20px;\n            font-weight: bold;\n            transition: all 0.3s ease;\n            flex-shrink: 0;\n            margin-left: 20px;\n        }\n\n        .faq-question.active .faq-icon {\n            background: white;\n            color: #d97706;\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            background: white;\n        }\n\n        .faq-answer.active {\n            max-height: 500px;\n            padding: 0 30px 24px 30px;\n        }\n\n        .faq-answer p {\n            color: #4b5563;\n            line-height: 1.7;\n            font-size: 16px;\n        }\n\n        .faq-category {\n            display: inline-block;\n            background: linear-gradient(135deg, #d97706 0%, #b45309 100%);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n            margin-bottom: 30px;\n        }\n\n        @media (max-width: 768px) {\n            .faq-header {\n                padding: 40px 20px;\n            }\n\n            .faq-header h1 {\n                font-size: 36px;\n            }\n\n            .faq-question {\n                padding: 20px;\n                font-size: 16px;\n            }\n\n            .faq-answer.active {\n                padding: 0 20px 20px 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"faq-container\">\n        <div class=\"faq-header\">\n            <h1>FAQ<\/h1>\n            <p>Frequently Asked Questions<\/p>\n        <\/div>\n\n        <div class=\"faq-category\">\ud83d\ude97 Booking &#038; Services<\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>How do I book a ride?<\/span>\n                <div class=\"faq-icon\">+<\/div>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>You can book a ride through our website by filling out the booking form with your pickup location, destination, date, and time. You&#8217;ll receive a confirmation email with your booking number immediately after completing your reservation.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Can I modify or cancel my booking?<\/span>\n                <div class=\"faq-icon\">+<\/div>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Yes, you can modify or cancel your booking up to 24 hours before your scheduled pickup time. Please use your booking number and email to access your reservation through our booking status page.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What types of vehicles are available?<\/span>\n                <div class=\"faq-icon\">+<\/div>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>We offer a range of vehicles including sedans, SUVs, and vans to accommodate different group sizes and luggage requirements. All our vehicles are modern, clean, and well-maintained for your comfort.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-category\" style=\"margin-top: 40px;\">\ud83d\udcb3 Payment &#038; Pricing<\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>What payment methods do you accept?<\/span>\n                <div class=\"faq-icon\">+<\/div>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>We accept all major credit cards (Visa, Mastercard, American Express), debit cards, and digital payment methods. Payment is processed securely at the time of booking.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Are there any hidden fees?<\/span>\n                <div class=\"faq-icon\">+<\/div>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>No, the price you see during booking is the final price. It includes all taxes, tolls, and service charges. There are no hidden fees or surprise charges.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-category\" style=\"margin-top: 40px;\">\u2708\ufe0f Airport Transfers<\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Do you track flight delays?<\/span>\n                <div class=\"faq-icon\">+<\/div>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>Yes, we monitor all flight arrivals in real-time. If your flight is delayed, your driver will automatically adjust the pickup time. There&#8217;s no need to contact us unless you need to make other changes.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                <span>Where will the driver meet me?<\/span>\n                <div class=\"faq-icon\">+<\/div>\n            <\/div>\n            <div class=\"faq-answer\">\n                <p>For airport pickups, your driver will meet you in the arrivals hall with a sign displaying your name. You&#8217;ll receive the driver&#8217;s contact information and meeting point details via SMS before your arrival.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function toggleFaq(element) {\n            const answer = element.nextElementSibling;\n            const allQuestions = document.querySelectorAll('.faq-question');\n            const allAnswers = document.querySelectorAll('.faq-answer');\n\n            \/\/ Close all other FAQs\n            allQuestions.forEach(q => {\n                if (q !== element) {\n                    q.classList.remove('active');\n                }\n            });\n            allAnswers.forEach(a => {\n                if (a !== answer) {\n                    a.classList.remove('active');\n                }\n            });\n\n            \/\/ Toggle current FAQ\n            element.classList.toggle('active');\n            answer.classList.toggle('active');\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>FAQ FAQ Frequently Asked Questions \ud83d\ude97 Booking &#038; Services How do I book a ride? + You can book a ride through our website by filling out the booking form with your pickup location, destination, date, and time. You&#8217;ll receive a confirmation email with your booking number immediately after completing your reservation. Can I modify [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"faq-3","meta":{"footnotes":""},"class_list":["post-291","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=\/wp\/v2\/pages\/291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=291"}],"version-history":[{"count":5,"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=\/wp\/v2\/pages\/291\/revisions"}],"predecessor-version":[{"id":469,"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=\/wp\/v2\/pages\/291\/revisions\/469"}],"wp:attachment":[{"href":"https:\/\/www.parisadventuretransfer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}