{"id":1200,"date":"2025-10-18T13:01:08","date_gmt":"2025-10-18T13:01:08","guid":{"rendered":"https:\/\/keycar-sa.com\/%d8%a7%d9%84%d8%a3%d8%b3%d8%a6%d9%84%d8%a9-%d8%a7%d9%84%d8%b4%d8%a7%d8%a6%d8%b9%d8%a9\/"},"modified":"2025-11-18T13:46:36","modified_gmt":"2025-11-18T13:46:36","slug":"faq","status":"publish","type":"page","link":"https:\/\/keycar-sa.com\/en\/faq\/","title":{"rendered":"FAQ"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1200\" class=\"elementor elementor-1200 elementor-796\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-122afdc elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"122afdc\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2579642\" data-id=\"2579642\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59d232d elementor-widget elementor-widget-heading\" data-id=\"59d232d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-4ea32c9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"4ea32c9\" 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-dee08fa elementor-widget elementor-widget-html\" data-id=\"dee08fa\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\" dir=\"ltr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n        body {\r\n            font-family: 'Poppins', sans-serif;\r\n        }\r\n\r\n        .keycar-faq-section {\r\n            padding: 90px 20px;\r\n            background: linear-gradient(135deg, #f8fffe 0%, #f1f9f9 100%);\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            position: relative;\r\n        }\r\n\r\n        .keycar-faq-section::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0; left: 0; right: 0; bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"dots\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><circle cx=\"10\" cy=\"10\" r=\"2\" fill=\"%232fb0ac\" opacity=\"0.08\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23dots)\"\/><\/svg>');\r\n            pointer-events: none;\r\n        }\r\n\r\n        .faq-title {\r\n            text-align: center;\r\n            font-size: 2.8rem;\r\n            font-weight: 800;\r\n            color: #1e293b;\r\n            margin-bottom: 20px;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .faq-title::after {\r\n            content: '';\r\n            width: 110px;\r\n            height: 6px;\r\n            background: linear-gradient(90deg, #2fb0ac, #000000);\r\n            border-radius: 4px;\r\n            position: absolute;\r\n            bottom: -16px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            box-shadow: 0 0 20px rgba(47,176,172,0.6);\r\n        }\r\n\r\n        .faq-subtitle {\r\n            text-align: center;\r\n            font-size: 1.15rem;\r\n            color: #64748b;\r\n            max-width: 700px;\r\n            margin: 50px auto 60px;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        .faq-container {\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .faq-item {\r\n            background: #ffffff;\r\n            margin-bottom: 20px;\r\n            border-radius: 16px;\r\n            overflow: hidden;\r\n            box-shadow: 0 8px 30px rgba(47, 176, 172, 0.12);\r\n            transition: all 0.4s ease;\r\n            opacity: 0;\r\n            transform: translateY(30px);\r\n        }\r\n\r\n        .faq-item.visible {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n            transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.4s ease;\r\n        }\r\n\r\n        .faq-item:hover {\r\n            box-shadow: 0 20px 50px rgba(47, 176, 172, 0.22);\r\n            transform: translateY(-4px);\r\n        }\r\n\r\n        .faq-question {\r\n            padding: 22px 28px;\r\n            background: #fff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            cursor: pointer;\r\n            font-weight: 600;\r\n            font-size: 1.22rem;\r\n            color: #1e293b;\r\n            user-select: none;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .faq-question:hover {\r\n            background: #f0fffe;\r\n            color: #2fb0ac;\r\n        }\r\n\r\n        .faq-question i {\r\n            font-size: 1.4rem;\r\n            color: #2fb0ac;\r\n            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n\r\n        .faq-question.active i {\r\n            transform: rotate(180deg);\r\n            color: #000000;\r\n        }\r\n\r\n        .faq-answer {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            padding: 0 28px;\r\n            background: #f8fffe;\r\n            color: #475569;\r\n            font-size: 1.02rem;\r\n            line-height: 1.8;\r\n            transition: max-height 0.5s ease, padding 0.5s ease;\r\n        }\r\n\r\n        .faq-answer.active {\r\n            max-height: 300px; \/* \u064a\u0643\u0641\u064a \u0644\u0623\u0637\u0648\u0644 \u0625\u062c\u0627\u0628\u0629 *\/\r\n            padding: 24px 28px;\r\n            border-top: 1px solid rgba(47,176,172,0.15);\r\n        }\r\n\r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .faq-title { font-size: 2.3rem; }\r\n            .faq-subtitle { font-size: 1.05rem; margin: 40px auto 50px; }\r\n            .faq-question { font-size: 1.1rem; padding: 18px 22px; }\r\n            .faq-answer { font-size: 0.98rem; }\r\n            .faq-answer.active { padding: 20px 22px; }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .keycar-faq-section { padding: 70px 15px; border-radius: 16px; }\r\n            .faq-title { font-size: 2rem; }\r\n            .faq-title::after { width: 90px; height: 5px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"keycar-faq-section\">\r\n    <h2 class=\"faq-title\">Frequently Asked Questions<\/h2>\r\n    <p class=\"faq-subtitle\">Find quick answers to the most common questions about Key Car services.<\/p>\r\n\r\n    <div class=\"faq-container\">\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>What types of cars are available for rent?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                We offer a wide variety including economy, luxury, family SUVs, and premium vehicles to suit every need and occasion.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>Can I rent a car with a driver?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                Yes! We provide professional private drivers for a safe, comfortable, and stress-free experience.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>How can I book a car?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                Booking is simple \u2014 just visit our website or app, choose your car, dates, and location, and complete payment securely online.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>Do you deliver the car to my location?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                Absolutely! We deliver to your home, hotel, airport, or any location you prefer at no extra hassle.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>What are the rental duration options?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                We offer flexible plans: daily, weekly, monthly, or even long-term rentals tailored to your schedule.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>Is insurance included?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                Yes, all our vehicles come with comprehensive insurance options for your peace of mind and safety.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>What if I face an issue during rental?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                Our customer support team is available 24\/7 via phone, chat, or WhatsApp to assist you instantly.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\r\n                <span>Are there any hidden fees?<\/span>\r\n                <i class=\"fas fa-chevron-down\"><\/i>\r\n            <\/div>\r\n            <div class=\"faq-answer\">\r\n                No hidden charges. We believe in full transparency \u2014 all costs are clearly shown before you confirm.\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ Smooth Accordion (one open at a time)\r\n    document.querySelectorAll('.faq-question').forEach(question => {\r\n        question.addEventListener('click', () => {\r\n            const answer = question.nextElementSibling;\r\n            const icon = question.querySelector('i');\r\n            const isActive = answer.classList.contains('active');\r\n\r\n            \/\/ Close all\r\n            document.querySelectorAll('.faq-answer').forEach(ans => {\r\n                ans.classList.remove('active');\r\n                ans.previousElementSibling.querySelector('i').classList.remove('active');\r\n            });\r\n\r\n            \/\/ Open clicked one\r\n            if (!isActive) {\r\n                answer.classList.add('active');\r\n                icon.classList.add('active');\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Animation on scroll (without AOS library)\r\n    const observer = new IntersectionObserver((entries) => {\r\n        entries.forEach(entry => {\r\n            if (entry.isIntersecting) {\r\n                entry.target.classList.add('visible');\r\n            }\r\n        });\r\n    }, { threshold: 0.15 });\r\n\r\n    document.querySelectorAll('.faq-item').forEach((item, index) => {\r\n        item.style.transitionDelay = `${index * 0.1}s`;\r\n        observer.observe(item);\r\n    });\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-abdded8 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"abdded8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-763fa0d\" data-id=\"763fa0d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5bd76d0 elementor-widget elementor-widget-heading\" data-id=\"5bd76d0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0627\u062d\u062c\u0632 \u0633\u064a\u0627\u0631\u062a\u0643 \u0627\u0644\u0622\u0646 \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0631\u0639\u0629!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74e15cb elementor-widget elementor-widget-text-editor\" data-id=\"74e15cb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"123\" data-end=\"203\">\u0641\u0631\u064a\u0642 \u062e\u062f\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0641\u064a <strong data-start=\"225\" data-end=\"236\">Key Car<\/strong> \u062c\u0627\u0647\u0632 \u0644\u0644\u0631\u062f \u0639\u0644\u0649 \u062c\u0645\u064a\u0639 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a\u0643 \u0648\u0645\u0633\u0627\u0639\u062f\u062a\u0643 \u0641\u064a \u0625\u062a\u0645\u0627\u0645 \u062d\u062c\u0648\u0632\u0627\u062a\u0643 \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0631\u0639\u0629<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6b36ca8 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"6b36ca8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a971196\" data-id=\"a971196\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0cc46e wpr-mailchimp-layout-hr elementor-widget elementor-widget-wpr-mailchimp\" data-id=\"b0cc46e\" data-element_type=\"widget\" data-widget_type=\"wpr-mailchimp.default\">\n\t\t\t\t\t\n\t\t<form class=\"wpr-mailchimp-form\" id=\"wpr-mailchimp-form-b0cc46e\" method=\"POST\" data-list-id=\"def\" data-clear-fields=\"\">\n\t\t\t<!-- Form Header -->\n\t\t\t\n\t\t\t<div class=\"wpr-mailchimp-fields\">\n\t\t\t\t<!-- Email Input -->\n\t\t\t\t<div class=\"wpr-mailchimp-email\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"email\" name=\"wpr_mailchimp_email\" placeholder=\"sample@mail.com\" required=\"required\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- Extra Fields -->\n\t\t\t\t\n\t\t\t\t<!-- Subscribe Button -->\n\t\t\t\t<div class=\"wpr-mailchimp-subscribe\">\n\t\t\t\t\t<button type=\"submit\" id=\"wpr-subscribe-b0cc46e\" class=\"wpr-mailchimp-subscribe-btn\" data-loading=\"Subscribing...\">\n\t\t\t\t  \t\tSubscribe\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<!-- Success\/Error Message -->\n\t\t\t<div class=\"wpr-mailchimp-message\">\n\t\t\t\t<span class=\"wpr-mailchimp-success-message\">You have been successfully Subscribed!<\/span>\n\t\t\t\t<span class=\"wpr-mailchimp-error-message\">Ops! Something went wrong, please try again.<\/span>\n\t\t\t<\/div>\n\t\t<\/form>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>FAQ Frequently Asked Questions Find quick answers to the most common questions about Key Car services. What types of cars are available for rent? We offer a wide variety including economy, luxury, family SUVs, and premium vehicles to suit every need and occasion. Can I rent a car with a driver? Yes! We provide professional private drivers for a safe, comfortable, and stress-free experience. How can I book a car? Booking is simple \u2014 just visit our website or app, choose your car, dates, and location, and complete payment securely online. Do you deliver the car to my location? Absolutely! We deliver to your home, hotel, airport, or any location you prefer at no extra hassle. What are the rental duration options? We offer flexible plans: daily, weekly, monthly, or even long-term rentals tailored to your schedule. Is insurance included? Yes, all our vehicles come with comprehensive insurance options for your peace of mind and safety. What if I face an issue during rental? Our customer support team is available 24\/7 via phone, chat, or WhatsApp to assist you instantly. Are there any hidden fees? No hidden charges. We believe in full transparency \u2014 all costs are clearly shown before you confirm. \u0627\u062d\u062c\u0632 \u0633\u064a\u0627\u0631\u062a\u0643 \u0627\u0644\u0622\u0646 \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0631\u0639\u0629! \u0641\u0631\u064a\u0642 \u062e\u062f\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0641\u064a Key Car \u062c\u0627\u0647\u0632 \u0644\u0644\u0631\u062f \u0639\u0644\u0649 \u062c\u0645\u064a\u0639 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a\u0643 \u0648\u0645\u0633\u0627\u0639\u062f\u062a\u0643 \u0641\u064a \u0625\u062a\u0645\u0627\u0645 \u062d\u062c\u0648\u0632\u0627\u062a\u0643 \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0631\u0639\u0629 Subscribe You have been successfully Subscribed! Ops! Something went wrong, please try again.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-1200","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"acf":[],"_links":{"self":[{"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/pages\/1200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/comments?post=1200"}],"version-history":[{"count":8,"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/pages\/1200\/revisions"}],"predecessor-version":[{"id":1326,"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/pages\/1200\/revisions\/1326"}],"wp:attachment":[{"href":"https:\/\/keycar-sa.com\/en\/wp-json\/wp\/v2\/media?parent=1200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}