{"id":3303,"date":"2026-01-07T18:35:41","date_gmt":"2026-01-07T18:35:41","guid":{"rendered":"https:\/\/greeceathenstransfers.gr\/?page_id=3303"},"modified":"2026-01-14T13:40:26","modified_gmt":"2026-01-14T13:40:26","slug":"transfers-across-greece","status":"publish","type":"page","link":"https:\/\/greeceathenstransfers.gr\/en\/transfers-across-greece\/","title":{"rendered":"Transfers"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-197a7d20 alignfull uagb-is-root-container\">\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n  <!-- SEO Tags -->\n  <title>10 Amazing Luxury Transfers Across Greece: Exclusive &#038; Safe Tours<\/title>\n  <meta name=\"description\" \\\\\\\n    content=\"Luxury minibus and minivan transfers across Greece. Enjoy VIP Mercedes vehicles, airport pickups, fixed prices, flight monitoring, and expert local guides.\">\n  <link rel=\"canonical\" href=\"https:\/\/greeceathenstransfers.gr\/\">\n\n  <!-- Open Graph -->\n  <meta property=\"og:type\" content=\"website\">\n  <meta property=\"og:url\" content=\"https:\/\/greeceathenstransfers.gr\/\">\n  <meta property=\"og:title\" content=\"10 Amazing Luxury Transfers Across Greece: Exclusive &#038; Safe Tours\">\n  <meta property=\"og:description\"\n    content=\"Book luxury Athens airport transfers and private tours across Greece with VIP Mercedes vehicles, flight monitoring, and local expert drivers.\">\n\n  <link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;800&#038;family=Poppins:wght@300;400;500&#038;display=swap\"\n    rel=\"stylesheet\">\n\n  <style>\n    :root {\n      --gold: #d4af37;\n      --dark: #0b0b0b;\n      --glass: rgba(255, 255, 255, 0.08);\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      background: var(--dark);\n      color: white;\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* HERO *\/\n    .hero {\n      min-height: 100vh;\n      padding: 160px 80px 120px;\n      background:\n        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.75)),\n        url(\"https:\/\/images.unsplash.com\/photo-1617814076367-b759c7d7e738\") center\/cover no-repeat;\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.2fr 1fr;\n      gap: 90px;\n      align-items: start;\n    }\n\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: 60px;\n      line-height: 1.1;\n      margin-bottom: 28px;\n    }\n\n    .hero h1 span {\n      color: var(--gold);\n    }\n\n    .hero p {\n      font-size: 18px;\n      line-height: 1.7;\n      color: rgba(255, 255, 255, 0.9);\n      max-width: 600px;\n      margin-bottom: 40px;\n    }\n\n    .hero-features {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n      max-width: 500px;\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      font-size: 15px;\n      font-weight: 500;\n      color: white;\n    }\n\n    .feature-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 24px;\n      height: 24px;\n      background: rgba(212, 175, 55, 0.2);\n      border-radius: 50%;\n      color: var(--gold);\n    }\n\n    .feature-icon svg {\n      width: 14px;\n      height: 14px;\n      fill: currentColor;\n    }\n\n    .booking-shortcode {\n      background: transparent;\n      padding: 0;\n      border-radius: 0;\n    }\n\n    \/* SECTIONS *\/\n    .services-section {\n      padding: 130px 80px;\n      background: #0b0b0b;\n    }\n\n    .section-title {\n      text-align: center;\n      margin-bottom: 80px;\n    }\n\n    .section-title h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 42px;\n      color: var(--gold);\n    }\n\n    .services {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 45px;\n    }\n\n    .service-card {\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      background: rgba(255, 255, 255, 0.02);\n      padding: 40px;\n      border: 1px solid rgba(255, 255, 255, 0.05);\n      border-radius: 12px;\n      transition: all 0.4s ease-out;\n      position: relative;\n      text-decoration: none;\n    }\n\n    .service-card h4 {\n      font-family: 'Playfair Display', serif;\n      font-size: 24px;\n      color: #fff;\n      margin-bottom: 16px;\n      margin-top: 0;\n      transition: color 0.3s ease;\n    }\n\n    .service-card p {\n      font-size: 15px;\n      line-height: 1.6;\n      color: rgba(255, 255, 255, 0.6);\n      margin-bottom: 30px;\n    }\n\n    .service-card::after {\n      content: 'View Tour \u2192';\n      font-size: 14px;\n      font-weight: 500;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      color: var(--gold);\n      opacity: 0.8;\n      transition: all 0.3s ease;\n      margin-top: auto;\n      display: inline-block;\n    }\n\n    .service-card:hover {\n      border-color: var(--gold);\n      background: rgba(255, 255, 255, 0.04);\n      transform: translateY(-4px);\n    }\n\n    .service-card:hover h4 {\n      color: var(--gold);\n    }\n\n    .service-card:hover::after {\n      opacity: 1;\n      transform: translateX(5px);\n    }\n\n    \/* ABOUT SECTION *\/\n    .about-section {\n      padding: 130px 80px;\n      background: #111;\n      color: rgba(255, 255, 255, 0.9);\n    }\n\n    .about-section h2 {\n      font-family: 'Playfair Display', serif;\n      color: var(--gold);\n      font-size: 38px;\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .about-section p {\n      font-size: 17px;\n      line-height: 1.8;\n      max-width: 900px;\n      margin: 0 auto 25px;\n      text-align: center;\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 1000px) {\n      .hero-grid {\n        grid-template-columns: 1fr;\n        gap: 70px;\n      }\n\n      .hero h1 {\n        font-size: 44px;\n      }\n    }\n\n    @media (max-width: 900px) {\n      .hero {\n        padding: 140px 40px 90px;\n      }\n\n      .services-section,\n      .about-section {\n        padding: 110px 40px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .hero {\n        padding: 100px 20px;\n      }\n\n      .hero h1 {\n        font-size: 36px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <main>\n    <section class=\"hero\">\n      <div class=\"hero-grid\">\n        <div>\n          <h1>\n            Luxury Minibus &#038; Minivan<br>\n            <span>Transfers Across Greece<\/span>\n          <\/h1>\n          <p>\n            VIP Mercedes Sprinter &#038; V-Class transportation for airport transfers,\n            private tours and executive group travel across Greece.\n          <\/p>\n\n          <div class=\"hero-features\">\n            <div class=\"feature-item\">\n              <div class=\"feature-icon\">\n                <svg viewBox=\"0 0 24 24\">\n                  <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\" \/>\n                <\/svg>\n              <\/div>\n              Fixed Prices\n            <\/div>\n            <div class=\"feature-item\">\n              <div class=\"feature-icon\">\n                <svg viewBox=\"0 0 24 24\">\n                  <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\" \/>\n                <\/svg>\n              <\/div>\n              Free Cancellation\n            <\/div>\n            <div class=\"feature-item\">\n              <div class=\"feature-icon\">\n                <svg viewBox=\"0 0 24 24\">\n                  <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\" \/>\n                <\/svg>\n              <\/div>\n              Flight Monitoring\n            <\/div>\n            <div class=\"feature-item\">\n              <div class=\"feature-icon\">\n                <svg viewBox=\"0 0 24 24\">\n                  <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\" \/>\n                <\/svg>\n              <\/div>\n              Meet &#038; Greet\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div>\n          <div class=\"booking-shortcode\">\n            <div class=\"mpStyle mptbm_transport_search_area\">\n\t<div class=\"mpTabsNext\">\n\t\t<div class=\"tabListsNext dNone\">\n\t\t\t<div data-tabs-target-next=\"#mptbm_pick_up_details\" class=\"tabItemNext active\" data-open-text=\"1\" data-close-text=\" \" data-open-icon=\"\" data-close-icon=\"fas fa-check\" data-add-class=\"success\">\n\t\t\t\t<h4 class=\"circleIcon\" data-class>\n\t\t\t\t\t<span class=\"mp_zero\" data-icon><\/span>\n\t\t\t\t\t<span class=\"mp_zero\" data-text>1<\/span>\n\t\t\t\t<\/h4>\n\t\t\t\t<h6 class=\"circleTitle\" data-class>Enter Ride Details<\/h6>\n\t\t\t<\/div>\n\t\t\t<div data-tabs-target-next=\"#mptbm_search_result\" class=\"tabItemNext\" data-open-text=\"2\" data-close-text=\"\" data-open-icon=\"\" data-close-icon=\"fas fa-check\" data-add-class=\"success\">\n\t\t\t\t<h4 class=\"circleIcon\" data-class>\n\t\t\t\t\t<span class=\"mp_zero\" data-icon><\/span>\n\t\t\t\t\t<span class=\"mp_zero\" data-text>2<\/span>\n\t\t\t\t<\/h4>\n\t\t\t\t<h6 class=\"circleTitle\" data-class>Choose a vehicle<\/h6>\n\t\t\t<\/div>\n\t\t\t<div data-tabs-target-next=\"#mptbm_order_summary\" class=\"tabItemNext\" data-open-text=\"3\" data-close-text=\"\" data-open-icon=\"\" data-close-icon=\"fas fa-check\" data-add-class=\"success\">\n\t\t\t\t<h4 class=\"circleIcon\" data-class>\n\t\t\t\t\t<span class=\"mp_zero\" data-icon><\/span>\n\t\t\t\t\t<span class=\"mp_zero\" data-text>3<\/span>\n\t\t\t\t<\/h4>\n\t\t\t\t<h6 class=\"circleTitle\" data-class>Place Order<\/h6>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"tabsContentNext\">\n\t\t\t<div data-tabs-next=\"#mptbm_pick_up_details\" class=\"active mptbm_pick_up_details\">\n\t\t\t\t\t\t\t\t\t<div class=\"mptb-tab-container\">\n\t\t\t\t\t<ul class=\"mptb-tabs\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"tab-link current\"\n\t\t\t\t\t\t\t\tmptbm-data-tab=\"flat-rate\"\n\t\t\t\t\t\t\t\tmptbm-data-map=\"yes\"\n\t\t\t\t\t\t\t\tmptbm-data-form-style=\"inline\">\n\n\t\t\t\t\t\t\t\tFlat rate\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"tab-link \"\n\t\t\t\t\t\t\t\tmptbm-data-tab=\"distance\"\n\t\t\t\t\t\t\t\tmptbm-data-map=\"yes\"\n\t\t\t\t\t\t\t\tmptbm-data-form-style=\"horizontal\">\n\n\t\t\t\t\t\t\t\tDistance\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"flat-rate\" class=\"mptb-tab-content current\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t<div class=\"mptbm_form_details_area fdColumn \">\n\t\n\t\t<div class=\"_dLayout mptbm_search_area inputInline mAuto\">\n\t\t\t<div class=\"mpForm\">\n\t\t\t\t<input type=\"hidden\" id=\"mptbm_km_or_mile\" name=\"mptbm_km_or_mile\" value=\"km\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"mptbm_price_based\" value=\"manual\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"mptbm_post_id\" value=\"\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_enable_view_search_result_page\" name=\"mptbm_enable_view_search_result_page\" value=\"\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_enable_return_in_different_date\" name=\"mptbm_enable_return_in_different_date\" value=\"no\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_enable_filter_via_features\" name=\"mptbm_enable_filter_via_features\" value=\"yes\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_buffer_end_minutes\" name=\"mptbm_buffer_end_minutes\" value=\"759\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_first_calendar_date\" name=\"mptbm_first_calendar_date\" value=\"2026-04-28\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_country\" name=\"mptbm_country\" value=\"GR\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_restrict_search_country\" name=\"mptbm_restrict_search_country\" value=\"yes\" \/>\n\t\t\t\t<input type='hidden' id=\"mptbm_map_type\" name=\"mptbm_map_type\" value=\"openstreetmap\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"mptbm_calculated_distance\" name=\"mptbm_calculated_distance\" value=\"\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"mptbm_calculated_duration\" name=\"mptbm_calculated_duration\" value=\"\" \/>\n\t\t\t\t<div class=\"inputList\">\n\t\t\t\t\t<label class=\"fdColumn\">\n\t\t\t\t\t\t<input type=\"hidden\" id=\"mptbm_map_start_date\" value=\"\" \/>\n\t\t\t\t\t\t<span>Pickup Date<\/span>\n\t\t\t\t\t\t<input type=\"text\" id=\"mptbm_start_date\" class=\"formControl\" placeholder=\"Select Date\" value=\"\" readonly \/>\n\t\t\t\t\t\t<span class=\"far fa-calendar-alt mptbm_left_icon allCenter\"><\/span>\n\t\t\t\t\t<\/label>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"inputList mp_input_select\">\n\t\t\t\t\t<input type=\"hidden\" id=\"mptbm_map_start_time\" value=\"\" \/>\n\t\t\t\t\t<label class=\"fdColumn\">\n\t\t\t\t\t\t<span>Pickup Time<\/span>\n\t\t\t\t\t\t<input type=\"text\" id=\"mptbm_start_time\" class=\"formControl\" placeholder=\"Please Select Time\" value=\"\" readonly \/>\n\t\t\t\t\t\t<span class=\"far fa-clock mptbm_left_icon allCenter\"><\/span>\n\t\t\t\t\t<\/label>\n\n\t\t\t\t\t<ul class=\"mp_input_select_list start_time_list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"0.00\" data-time=\"00.00\">12:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"0.30\" data-time=\"00.30\">12:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"1.00\" data-time=\"01.00\">1:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"1.30\" data-time=\"01.30\">1:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"2.00\" data-time=\"02.00\">2:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"2.30\" data-time=\"02.30\">2:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"3.00\" data-time=\"03.00\">3:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"3.30\" data-time=\"03.30\">3:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"4.00\" data-time=\"04.00\">4:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"4.30\" data-time=\"04.30\">4:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"5.00\" data-time=\"05.00\">5:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"5.30\" data-time=\"05.30\">5:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"6.00\" data-time=\"06.00\">6:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"6.30\" data-time=\"06.30\">6:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"7.00\" data-time=\"07.00\">7:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"7.30\" data-time=\"07.30\">7:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"8.00\" data-time=\"08.00\">8:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"8.30\" data-time=\"08.30\">8:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"9.00\" data-time=\"09.00\">9:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"9.30\" data-time=\"09.30\">9:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"10.00\" data-time=\"10.00\">10:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"10.30\" data-time=\"10.30\">10:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"11.00\" data-time=\"11.00\">11:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"11.30\" data-time=\"11.30\">11:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"12.00\" data-time=\"12.00\">12:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"12.30\" data-time=\"12.30\">12:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"13.00\" data-time=\"13.00\">1:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"13.30\" data-time=\"13.30\">1:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"14.00\" data-time=\"14.00\">2:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"14.30\" data-time=\"14.30\">2:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"15.00\" data-time=\"15.00\">3:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"15.30\" data-time=\"15.30\">3:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"16.00\" data-time=\"16.00\">4:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"16.30\" data-time=\"16.30\">4:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"17.00\" data-time=\"17.00\">5:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"17.30\" data-time=\"17.30\">5:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"18.00\" data-time=\"18.00\">6:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"18.30\" data-time=\"18.30\">6:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"19.00\" data-time=\"19.00\">7:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"19.30\" data-time=\"19.30\">7:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"20.00\" data-time=\"20.00\">8:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"20.30\" data-time=\"20.30\">8:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"21.00\" data-time=\"21.00\">9:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"21.30\" data-time=\"21.30\">9:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"22.00\" data-time=\"22.00\">10:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"22.30\" data-time=\"22.30\">10:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"23.00\" data-time=\"23.00\">11:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"23.30\" data-time=\"23.30\">11:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"24.00\" data-time=\"24.00\">12:00 am<\/li>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/ul>\n\t\t\t\t\t<ul class=\"start_time_list-no-dsiplay\" style=\"display:none\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"0.00\" data-time=\"00.00\">12:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"0.30\" data-time=\"00.30\">12:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"1.00\" data-time=\"01.00\">1:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"1.30\" data-time=\"01.30\">1:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"2.00\" data-time=\"02.00\">2:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"2.30\" data-time=\"02.30\">2:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"3.00\" data-time=\"03.00\">3:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"3.30\" data-time=\"03.30\">3:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"4.00\" data-time=\"04.00\">4:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"4.30\" data-time=\"04.30\">4:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"5.00\" data-time=\"05.00\">5:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"5.30\" data-time=\"05.30\">5:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"6.00\" data-time=\"06.00\">6:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"6.30\" data-time=\"06.30\">6:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"7.00\" data-time=\"07.00\">7:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"7.30\" data-time=\"07.30\">7:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"8.00\" data-time=\"08.00\">8:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"8.30\" data-time=\"08.30\">8:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"9.00\" data-time=\"09.00\">9:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"9.30\" data-time=\"09.30\">9:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"10.00\" data-time=\"10.00\">10:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"10.30\" data-time=\"10.30\">10:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"11.00\" data-time=\"11.00\">11:00 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"11.30\" data-time=\"11.30\">11:30 am<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"12.00\" data-time=\"12.00\">12:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"12.30\" data-time=\"12.30\">12:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"13.00\" data-time=\"13.00\">1:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"13.30\" data-time=\"13.30\">1:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"14.00\" data-time=\"14.00\">2:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"14.30\" data-time=\"14.30\">2:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"15.00\" data-time=\"15.00\">3:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"15.30\" data-time=\"15.30\">3:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"16.00\" data-time=\"16.00\">4:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"16.30\" data-time=\"16.30\">4:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"17.00\" data-time=\"17.00\">5:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"17.30\" data-time=\"17.30\">5:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"18.00\" data-time=\"18.00\">6:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"18.30\" data-time=\"18.30\">6:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"19.00\" data-time=\"19.00\">7:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"19.30\" data-time=\"19.30\">7:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"20.00\" data-time=\"20.00\">8:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"20.30\" data-time=\"20.30\">8:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"21.00\" data-time=\"21.00\">9:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"21.30\" data-time=\"21.30\">9:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"22.00\" data-time=\"22.00\">10:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"22.30\" data-time=\"22.30\">10:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"23.00\" data-time=\"23.00\">11:00 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"23.30\" data-time=\"23.30\">11:30 pm<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li data-value=\"24.00\" data-time=\"24.00\">12:00 am<\/li>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/ul>\n\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"inputList\">\n\t\t\t\t\t<label class=\"fdColumn \">\n\t\t\t\t\t\t<span>Pickup Location<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select id=\"mptbm_manual_start_place\" class=\"mptbm_manual_start_place formControl\">\n\t\t\t\t\t\t\t\t<option selected disabled> Select Pick-Up Location<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"athens-center\"  data-label=\"Athens Center\">Athens Center<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"ancient-olympia\"  data-label=\"Ancient Olympia\">Ancient Olympia<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"athens-international-airport\"  data-label=\"Athens International Airport\">Athens International Airport<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"costa-navarino-messinia\"  data-label=\"Costa Navarino Messinia\">Costa Navarino Messinia<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"katakolo-port-terminal-cruise\"  data-label=\"Katakolo Port\/Terminal Cruise\">Katakolo Port\/Terminal Cruise<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"kifisos-bus-station\"  data-label=\"Kifisos Bus Station\">Kifisos Bus Station<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"lavrio-port-terminal-cruise\"  data-label=\"Lavrio Port\/Terminal Cruise\">Lavrio Port\/Terminal Cruise<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"lefkada-island\"  data-label=\"Lefkada Island\">Lefkada Island<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"mantoudi-port-terminal-cruise\"  data-label=\"Mantoudi Port\/Terminal Cruise\">Mantoudi Port\/Terminal Cruise<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"nafplio-center\"  data-label=\"Nafplio Center\">Nafplio Center<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"patra-center\"  data-label=\"Patra Center\">Patra Center<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"piraeus-port-terminal-cruise\"  data-label=\"Piraeus Port\/Terminal Cruise\">Piraeus Port\/Terminal Cruise<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"rafina-port-terminal-cruise\"  data-label=\"Rafina Port\/Terminal Cruise\">Rafina Port\/Terminal Cruise<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"textCapitalize\" value=\"thessaloniki-center\"  data-label=\"Thessaloniki Center\">Thessaloniki Center<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-map-marker-alt mptbm_left_icon allCenter\"><\/i>\n\t\t\t\t\t<\/label>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"inputList\">\n    <label class=\"fdColumn mptbm_manual_end_place\">\n        <span>Drop-Off Location<\/span>\n                    <select class=\"formControl mptbm_map_end_place\" id=\"mptbm_manual_end_place\">\n                <option class=\"textCapitalize\" selected disabled> Select Destination Location<\/option>\n            <\/select>\n                <i class=\"fas fa-map-marker-alt mptbm_left_icon allCenter\"><\/i>\n    <\/label>\n<\/div>\n<input type=\"hidden\" name=\"mptbm_original_price_base\" value=\"manual\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"mpForm\">\n\t\t\t\t\t\t\t\t\t<div class=\"inputList\">\n\t\t\t\t\t\t<label class=\"fdColumn\">\n\t\t\t\t\t\t\t<span>Transfer Type<\/span>\n\t\t\t\t\t\t\t<select class=\"formControl\" name=\"mptbm_taxi_return\" id=\"mptbm_taxi_return\" data-collapse-target>\n\t\t\t\t\t\t\t\t<option value=\"1\" selected>One Way<\/option>\n\t\t\t\t\t\t\t\t<option data-option-target=\"#different_date_return\" value=\"2\">Return<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t<i class=\"fas fa-exchange-alt mptbm_left_icon allCenter\"><\/i>\n\t\t\t\t\t\t<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"inputList mp_input_select\">\n\t\t\t\t\t\t<label class=\"fdColumn\">\n\t\t\t\t\t\t\t<span>Extra Waiting Hours<\/span>\n\t\t\t\t\t\t\t<select class=\"formControl\" name=\"mptbm_waiting_time\" id=\"mptbm_waiting_time\">\n\t\t\t\t\t\t\t\t<option value=\"0\" selected>No Waiting<\/option>\n\t\t\t\t\t\t\t\t<option value=\"1\">1 Hour<\/option>\n\t\t\t\t\t\t\t\t<option value=\"2\">2 Hours<\/option>\n\t\t\t\t\t\t\t\t<option value=\"3\">3 Hours<\/option>\n\t\t\t\t\t\t\t\t<option value=\"4\">4 Hours<\/option>\n\t\t\t\t\t\t\t\t<option value=\"5\">5 Hours<\/option>\n\t\t\t\t\t\t\t\t<option value=\"6\">6 Hours<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t<i class=\"far fa-clock mptbm_left_icon allCenter\"><\/i>\n\t\t\t\t\t\t<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"inputList justifyBetween _fdColumn\">\n\t\t\t\t\t<span>&nbsp;<\/span>\n\t\t\t\t\t<button type=\"button\" class=\"_themeButton_fullWidth\" id=\"mptbm_get_vehicle\">\n\t\t\t\t\t\t<span class=\"fas fa-search-location mR_xs\"><\/span>\n\t\t\t\t\t\tSearch\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"inputList\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<!-- OpenStreetMap CSS -->\n\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.min.css\">\n\t\t<!-- OpenStreetMap JavaScript -->\n\t\t<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.min.js\"><\/script>\n\t\t<script>\n\t\t\/\/ Pass the configured coordinates to JavaScript\n\t\tvar mptbm_default_lat = 23.81234828905659;\n\t\tvar mptbm_default_lng = 90.41069652669002;\n\t\t<\/script>\n\t\t<style>\n\t\t#mptbm_map_area {\n\t\t\theight: 86% !important;\n\t\t\twidth: 100% !important;\n\t\t\tborder: 1px solid #ddd;\n\t\t\tborder-radius: 4px;\n\t\t}\n\t\t.mptbm-osm-autocomplete {\n\t\t\tposition: absolute;\n\t\t\ttop: 100%;\n\t\t\tleft: 0;\n\t\t\tright: 0;\n\t\t\tbackground: white;\n\t\t\tborder: 1px solid #ddd;\n\t\t\tborder-radius: 4px;\n\t\t\tmax-height: 200px;\n\t\t\toverflow-y: auto;\n\t\t\tz-index: 9999;\n\t\t\tdisplay: none;\n\t\t\tbox-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n\t\t\tmargin-top: 2px;\n\t\t}\n\t\t.inputList label {\n\t\t\tposition: relative;\n\t\t}\n\t\t<\/style>\n\t\t\t\t<span class=\"mptbm-map-warning\" style=\"display:none\">Map Authentication Failed! Please contact site admin.<\/span>\n\t\t<div class=\"mptbm_map_area fdColumn\" style=\"display: none;\">\n\t\t\t<div class=\"fullHeight\">\n\t\t\t\t\t\t\t\t\t<div id=\"mptbm_map_area\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"_dLayout mptbm_distance_time\">\n\t\t\t\t<div class=\"_equalChild_separatorRight\">\n\t\t\t\t\t<div class=\"_dFlex_pR_xs\">\n\t\t\t\t\t\t<h1 class=\"_mR\">\n\t\t\t\t\t\t\t<span class=\"mi mi-car-journey textTheme\"><\/span>\n\t\t\t\t\t\t<\/h1>\n\t\t\t\t\t\t<div class=\"fdColumn\">\n\t\t\t\t\t\t\t<h6>TOTAL DISTANCE<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong class=\"mptbm_total_distance\"> 0 KM<\/strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"dFlex\">\n\t\t\t\t\t\t<h1 class=\"_mLR\">\n\t\t\t\t\t\t\t<span class=\"mi mi-clock-three textTheme\"><\/span>\n\t\t\t\t\t\t<\/h1>\n\t\t\t\t\t\t<div class=\"fdColumn\">\n\t\t\t\t\t\t\t<div class=\"fdColumn\">\n\t\t\t\t\t\t\t\t<h6>TOTAL TIME<\/h6>\n\t\t\t\t\t\t\t\t<strong class=\"mptbm_total_time\">0 Hour<\/strong>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t\n\t<div class=\"_fullWidth get_details_next_link\">\n\t\t<div class=\"divider\"><\/div>\n\t\t<div class=\"justifyBetween\">\n\t\t\t<button type=\"button\" class=\"mpBtn nextTab_prev\">\n\t\t\t\t<span>&larr; &nbsp;Previous<\/span>\n\t\t\t<\/button>\n\t\t\t<div><\/div>\n\t\t\t<button type=\"button\" class=\"_themeButton_min_200 nextTab_next\">\n\t\t\t\t<span>Next&nbsp; &rarr;<\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t<\/div>\n\t<script>\n\t\/\/ Day-specific time ranges\n\tvar dayTimeRanges = [];\n\t\n\t\n\t\n\tfunction updateTimeRangeForDay(selectedDate) {\n\t\tif (!selectedDate) return;\n\t\t\n\t\t\/\/ Get the day name from the selected date\n\t\tvar date = new Date(selectedDate);\n\t\tvar dayNames = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'];\n\t\tvar dayName = dayNames[date.getDay()];\n\t\t\n\t\t\n\t\t\n\t\t\/\/ Find the time range for this specific day\n\t\tvar dayTimes = dayTimeRanges[dayName];\n\t\tif (dayTimes && dayTimes.start.length > 0 && dayTimes.end.length > 0) {\n\t\t\t\/\/ For each day, find the earliest start time and latest end time\n\t\t\t\/\/ This ensures we get the correct range for that specific day\n\t\t\tvar minTime = Math.min.apply(Math, dayTimes.start);\n\t\t\tvar maxTime = Math.max.apply(Math, dayTimes.end);\n\t\t\t\n\t\n\t\t\t\n\t\t\t\/\/ Update the time picker options\n\t\t\tupdateTimePickerOptions(minTime, maxTime);\n\t\t} else {\n\t\t\t\n\t\t\t\/\/ Use global range if no specific day times\n\t\t\tupdateTimePickerOptions(0, 24);\n\t\t}\n\t}\n\t\n\tfunction updateTimePickerOptions(minTime, maxTime) {\n\t\t\/\/ Convert to minutes for easier calculation\n\t\tvar minMinutes = Math.floor(minTime) * 60 + (minTime % 1) * 100;\n\t\tvar maxMinutes = Math.floor(maxTime) * 60 + (maxTime % 1) * 100;\n\t\tvar intervalTime = 30;\n\t\t\n\t\t\/\/ Clear existing options\n\t\tjQuery('.start_time_list li').remove();\n\t\tjQuery('.return_time_list li').remove();\n\t\t\n\t\t\/\/ Generate new options\n\t\tfor (var i = minMinutes; i <= maxMinutes; i += intervalTime) {\n\t\t\tvar hours = Math.floor(i \/ 60);\n\t\t\tvar minutes = i % 60;\n\t\t\tvar dataValue = hours + (minutes \/ 100);\n\t\t\tvar timeFormatted = String(hours).padStart(2, '0') + ':' + String(minutes).padStart(2, '0');\n\t\t\tvar dataTime = String(hours).padStart(2, '0') + '.' + String(minutes).padStart(2, '0');\n\t\t\t\n\t\t\t\/\/ Add to start time list\n\t\t\tjQuery('.start_time_list').append('<li data-value=\"' + dataValue.toFixed(2) + '\" data-time=\"' + dataTime + '\">' + timeFormatted + '<\/li>');\n\t\t\t\n\t\t\t\/\/ Add to return time list\n\t\t\tjQuery('.return_time_list').append('<li data-value=\"' + dataValue.toFixed(2) + '\" data-time=\"' + dataTime + '\">' + timeFormatted + '<\/li>');\n\t\t}\n\t\t\n\t\t\n\t}\n\t\n\t\n\t\n\t\/\/ Update time range when date is selected\n\tjQuery(document).ready(function() {\n\t\t\/\/ Initialize with global range on page load\n\t\tupdateTimePickerOptions(0, 24);\n\t\t\n\t\tjQuery('#mptbm_start_date').on('change', function() {\n\t\t\tupdateTimeRangeForDay(jQuery(this).val());\n\t\t});\n\t\t\n\t\tjQuery('#mptbm_return_date').on('change', function() {\n\t\t\tupdateTimeRangeForDay(jQuery(this).val());\n\t\t});\n\t\t\n\t\t\/\/ Also trigger on date picker selection\n\t\tjQuery(document).on('click', '.ui-datepicker-calendar td a', function() {\n\t\t\tsetTimeout(function() {\n\t\t\t\tvar selectedDate = jQuery('#mptbm_start_date').val();\n\t\t\t\tif (selectedDate) {\n\t\t\t\t\tupdateTimeRangeForDay(selectedDate);\n\t\t\t\t}\n\t\t\t}, 100);\n\t\t});\n\t});\n\t<\/script>\n\t\n\t\t\t\t\t<script>\n\t\t\t\t\tjQuery(document).ready(function () {\n\t\t\t\t\t\tjQuery(\"#mptbm_start_date\").datepicker({\n\t\t\t\t\t\t\tdateFormat: mp_date_format,\n\t\t\t\t\t\t\tminDate: new Date(2026, 3, 28),\n\t\t\t\t\t\t\tmaxDate: new Date(2027, 3, 22),\n\t\t\t\t\t\t\tautoSize: true,\n\t\t\t\t\t\t\tchangeMonth: true,\n\t\t\t\t\t\t\tchangeYear: true,\n\t\t\t\t\t\t\tbeforeShowDay: WorkingDates,\n\t\t\t\t\t\t\tonSelect: function (dateString, data) {\n\t\t\t\t\t\t\t\tlet date = data.selectedYear + '-' + ('0' + (parseInt(data.selectedMonth) + 1)).slice(-2) + '-' + ('0' + parseInt(data.selectedDay)).slice(-2);\n\t\t\t\t\t\t\t\tjQuery(this).closest('label').find('input[type=\"hidden\"]').val(date).trigger('change');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfunction WorkingDates(date) {\n\t\t\t\t\t\t\tlet availableDates = [\"28-4-2026\",\"29-4-2026\",\"30-4-2026\",\"1-5-2026\",\"2-5-2026\",\"3-5-2026\",\"4-5-2026\",\"5-5-2026\",\"6-5-2026\",\"7-5-2026\",\"8-5-2026\",\"9-5-2026\",\"10-5-2026\",\"11-5-2026\",\"12-5-2026\",\"13-5-2026\",\"14-5-2026\",\"15-5-2026\",\"16-5-2026\",\"17-5-2026\",\"18-5-2026\",\"19-5-2026\",\"20-5-2026\",\"21-5-2026\",\"22-5-2026\",\"23-5-2026\",\"24-5-2026\",\"25-5-2026\",\"26-5-2026\",\"27-5-2026\",\"28-5-2026\",\"29-5-2026\",\"30-5-2026\",\"31-5-2026\",\"1-6-2026\",\"2-6-2026\",\"3-6-2026\",\"4-6-2026\",\"5-6-2026\",\"6-6-2026\",\"7-6-2026\",\"8-6-2026\",\"9-6-2026\",\"10-6-2026\",\"11-6-2026\",\"12-6-2026\",\"13-6-2026\",\"14-6-2026\",\"15-6-2026\",\"16-6-2026\",\"17-6-2026\",\"18-6-2026\",\"19-6-2026\",\"20-6-2026\",\"21-6-2026\",\"22-6-2026\",\"23-6-2026\",\"24-6-2026\",\"25-6-2026\",\"26-6-2026\",\"27-6-2026\",\"28-6-2026\",\"29-6-2026\",\"30-6-2026\",\"1-7-2026\",\"2-7-2026\",\"3-7-2026\",\"4-7-2026\",\"5-7-2026\",\"6-7-2026\",\"7-7-2026\",\"8-7-2026\",\"9-7-2026\",\"10-7-2026\",\"11-7-2026\",\"12-7-2026\",\"13-7-2026\",\"14-7-2026\",\"15-7-2026\",\"16-7-2026\",\"17-7-2026\",\"18-7-2026\",\"19-7-2026\",\"20-7-2026\",\"21-7-2026\",\"22-7-2026\",\"23-7-2026\",\"24-7-2026\",\"25-7-2026\",\"26-7-2026\",\"27-7-2026\",\"28-7-2026\",\"29-7-2026\",\"30-7-2026\",\"31-7-2026\",\"1-8-2026\",\"2-8-2026\",\"3-8-2026\",\"4-8-2026\",\"5-8-2026\",\"6-8-2026\",\"7-8-2026\",\"8-8-2026\",\"9-8-2026\",\"10-8-2026\",\"11-8-2026\",\"12-8-2026\",\"13-8-2026\",\"14-8-2026\",\"15-8-2026\",\"16-8-2026\",\"17-8-2026\",\"18-8-2026\",\"19-8-2026\",\"20-8-2026\",\"21-8-2026\",\"22-8-2026\",\"23-8-2026\",\"24-8-2026\",\"25-8-2026\",\"26-8-2026\",\"27-8-2026\",\"28-8-2026\",\"29-8-2026\",\"30-8-2026\",\"31-8-2026\",\"1-9-2026\",\"2-9-2026\",\"3-9-2026\",\"4-9-2026\",\"5-9-2026\",\"6-9-2026\",\"7-9-2026\",\"8-9-2026\",\"9-9-2026\",\"10-9-2026\",\"11-9-2026\",\"12-9-2026\",\"13-9-2026\",\"14-9-2026\",\"15-9-2026\",\"16-9-2026\",\"17-9-2026\",\"18-9-2026\",\"19-9-2026\",\"20-9-2026\",\"21-9-2026\",\"22-9-2026\",\"23-9-2026\",\"24-9-2026\",\"25-9-2026\",\"26-9-2026\",\"27-9-2026\",\"28-9-2026\",\"29-9-2026\",\"30-9-2026\",\"1-10-2026\",\"2-10-2026\",\"3-10-2026\",\"4-10-2026\",\"5-10-2026\",\"6-10-2026\",\"7-10-2026\",\"8-10-2026\",\"9-10-2026\",\"10-10-2026\",\"11-10-2026\",\"12-10-2026\",\"13-10-2026\",\"14-10-2026\",\"15-10-2026\",\"16-10-2026\",\"17-10-2026\",\"18-10-2026\",\"19-10-2026\",\"20-10-2026\",\"21-10-2026\",\"22-10-2026\",\"23-10-2026\",\"24-10-2026\",\"25-10-2026\",\"26-10-2026\",\"27-10-2026\",\"28-10-2026\",\"29-10-2026\",\"30-10-2026\",\"31-10-2026\",\"1-11-2026\",\"2-11-2026\",\"3-11-2026\",\"4-11-2026\",\"5-11-2026\",\"6-11-2026\",\"7-11-2026\",\"8-11-2026\",\"9-11-2026\",\"10-11-2026\",\"11-11-2026\",\"12-11-2026\",\"13-11-2026\",\"14-11-2026\",\"15-11-2026\",\"16-11-2026\",\"17-11-2026\",\"18-11-2026\",\"19-11-2026\",\"20-11-2026\",\"21-11-2026\",\"22-11-2026\",\"23-11-2026\",\"24-11-2026\",\"25-11-2026\",\"26-11-2026\",\"27-11-2026\",\"28-11-2026\",\"29-11-2026\",\"30-11-2026\",\"1-12-2026\",\"2-12-2026\",\"3-12-2026\",\"4-12-2026\",\"5-12-2026\",\"6-12-2026\",\"7-12-2026\",\"8-12-2026\",\"9-12-2026\",\"10-12-2026\",\"11-12-2026\",\"12-12-2026\",\"13-12-2026\",\"14-12-2026\",\"15-12-2026\",\"16-12-2026\",\"17-12-2026\",\"18-12-2026\",\"19-12-2026\",\"20-12-2026\",\"21-12-2026\",\"22-12-2026\",\"23-12-2026\",\"24-12-2026\",\"25-12-2026\",\"26-12-2026\",\"27-12-2026\",\"28-12-2026\",\"29-12-2026\",\"30-12-2026\",\"31-12-2026\",\"1-1-2027\",\"2-1-2027\",\"3-1-2027\",\"4-1-2027\",\"5-1-2027\",\"6-1-2027\",\"7-1-2027\",\"8-1-2027\",\"9-1-2027\",\"10-1-2027\",\"11-1-2027\",\"12-1-2027\",\"13-1-2027\",\"14-1-2027\",\"15-1-2027\",\"16-1-2027\",\"17-1-2027\",\"18-1-2027\",\"19-1-2027\",\"20-1-2027\",\"21-1-2027\",\"22-1-2027\",\"23-1-2027\",\"24-1-2027\",\"25-1-2027\",\"26-1-2027\",\"27-1-2027\",\"28-1-2027\",\"29-1-2027\",\"30-1-2027\",\"31-1-2027\",\"1-2-2027\",\"2-2-2027\",\"3-2-2027\",\"4-2-2027\",\"5-2-2027\",\"6-2-2027\",\"7-2-2027\",\"8-2-2027\",\"9-2-2027\",\"10-2-2027\",\"11-2-2027\",\"12-2-2027\",\"13-2-2027\",\"14-2-2027\",\"15-2-2027\",\"16-2-2027\",\"17-2-2027\",\"18-2-2027\",\"19-2-2027\",\"20-2-2027\",\"21-2-2027\",\"22-2-2027\",\"23-2-2027\",\"24-2-2027\",\"25-2-2027\",\"26-2-2027\",\"27-2-2027\",\"28-2-2027\",\"1-3-2027\",\"2-3-2027\",\"3-3-2027\",\"4-3-2027\",\"5-3-2027\",\"6-3-2027\",\"7-3-2027\",\"8-3-2027\",\"9-3-2027\",\"10-3-2027\",\"11-3-2027\",\"12-3-2027\",\"13-3-2027\",\"14-3-2027\",\"15-3-2027\",\"16-3-2027\",\"17-3-2027\",\"18-3-2027\",\"19-3-2027\",\"20-3-2027\",\"21-3-2027\",\"22-3-2027\",\"23-3-2027\",\"24-3-2027\",\"25-3-2027\",\"26-3-2027\",\"27-3-2027\",\"28-3-2027\",\"29-3-2027\",\"30-3-2027\",\"31-3-2027\",\"1-4-2027\",\"2-4-2027\",\"3-4-2027\",\"4-4-2027\",\"5-4-2027\",\"6-4-2027\",\"7-4-2027\",\"8-4-2027\",\"9-4-2027\",\"10-4-2027\",\"11-4-2027\",\"12-4-2027\",\"13-4-2027\",\"14-4-2027\",\"15-4-2027\",\"16-4-2027\",\"17-4-2027\",\"18-4-2027\",\"19-4-2027\",\"20-4-2027\",\"21-4-2027\",\"22-4-2027\"];\n\t\t\t\t\t\t\tlet dmy = date.getDate() + \"-\" + (date.getMonth() + 1) + \"-\" + date.getFullYear();\n\t\t\t\t\t\t\tif (jQuery.inArray(dmy, availableDates) !== -1) {\n\t\t\t\t\t\t\t\treturn [true, \"\", \"Available\"];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\treturn [false, \"\", \"unAvailable\"];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t<\/script>\n\t\t\t\t\t\t\t\t\t<script>\n\t\t\t\t\tjQuery(document).ready(function () {\n\t\t\t\t\t\tjQuery(\"#mptbm_return_date\").datepicker({\n\t\t\t\t\t\t\tdateFormat: mp_date_format,\n\t\t\t\t\t\t\tminDate: new Date(2026, 3, 28),\n\t\t\t\t\t\t\tmaxDate: new Date(2027, 3, 22),\n\t\t\t\t\t\t\tautoSize: true,\n\t\t\t\t\t\t\tchangeMonth: true,\n\t\t\t\t\t\t\tchangeYear: true,\n\t\t\t\t\t\t\tbeforeShowDay: WorkingDates,\n\t\t\t\t\t\t\tonSelect: function (dateString, data) {\n\t\t\t\t\t\t\t\tlet date = data.selectedYear + '-' + ('0' + (parseInt(data.selectedMonth) + 1)).slice(-2) + '-' + ('0' + parseInt(data.selectedDay)).slice(-2);\n\t\t\t\t\t\t\t\tjQuery(this).closest('label').find('input[type=\"hidden\"]').val(date).trigger('change');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfunction WorkingDates(date) {\n\t\t\t\t\t\t\tlet availableDates = [\"28-4-2026\",\"29-4-2026\",\"30-4-2026\",\"1-5-2026\",\"2-5-2026\",\"3-5-2026\",\"4-5-2026\",\"5-5-2026\",\"6-5-2026\",\"7-5-2026\",\"8-5-2026\",\"9-5-2026\",\"10-5-2026\",\"11-5-2026\",\"12-5-2026\",\"13-5-2026\",\"14-5-2026\",\"15-5-2026\",\"16-5-2026\",\"17-5-2026\",\"18-5-2026\",\"19-5-2026\",\"20-5-2026\",\"21-5-2026\",\"22-5-2026\",\"23-5-2026\",\"24-5-2026\",\"25-5-2026\",\"26-5-2026\",\"27-5-2026\",\"28-5-2026\",\"29-5-2026\",\"30-5-2026\",\"31-5-2026\",\"1-6-2026\",\"2-6-2026\",\"3-6-2026\",\"4-6-2026\",\"5-6-2026\",\"6-6-2026\",\"7-6-2026\",\"8-6-2026\",\"9-6-2026\",\"10-6-2026\",\"11-6-2026\",\"12-6-2026\",\"13-6-2026\",\"14-6-2026\",\"15-6-2026\",\"16-6-2026\",\"17-6-2026\",\"18-6-2026\",\"19-6-2026\",\"20-6-2026\",\"21-6-2026\",\"22-6-2026\",\"23-6-2026\",\"24-6-2026\",\"25-6-2026\",\"26-6-2026\",\"27-6-2026\",\"28-6-2026\",\"29-6-2026\",\"30-6-2026\",\"1-7-2026\",\"2-7-2026\",\"3-7-2026\",\"4-7-2026\",\"5-7-2026\",\"6-7-2026\",\"7-7-2026\",\"8-7-2026\",\"9-7-2026\",\"10-7-2026\",\"11-7-2026\",\"12-7-2026\",\"13-7-2026\",\"14-7-2026\",\"15-7-2026\",\"16-7-2026\",\"17-7-2026\",\"18-7-2026\",\"19-7-2026\",\"20-7-2026\",\"21-7-2026\",\"22-7-2026\",\"23-7-2026\",\"24-7-2026\",\"25-7-2026\",\"26-7-2026\",\"27-7-2026\",\"28-7-2026\",\"29-7-2026\",\"30-7-2026\",\"31-7-2026\",\"1-8-2026\",\"2-8-2026\",\"3-8-2026\",\"4-8-2026\",\"5-8-2026\",\"6-8-2026\",\"7-8-2026\",\"8-8-2026\",\"9-8-2026\",\"10-8-2026\",\"11-8-2026\",\"12-8-2026\",\"13-8-2026\",\"14-8-2026\",\"15-8-2026\",\"16-8-2026\",\"17-8-2026\",\"18-8-2026\",\"19-8-2026\",\"20-8-2026\",\"21-8-2026\",\"22-8-2026\",\"23-8-2026\",\"24-8-2026\",\"25-8-2026\",\"26-8-2026\",\"27-8-2026\",\"28-8-2026\",\"29-8-2026\",\"30-8-2026\",\"31-8-2026\",\"1-9-2026\",\"2-9-2026\",\"3-9-2026\",\"4-9-2026\",\"5-9-2026\",\"6-9-2026\",\"7-9-2026\",\"8-9-2026\",\"9-9-2026\",\"10-9-2026\",\"11-9-2026\",\"12-9-2026\",\"13-9-2026\",\"14-9-2026\",\"15-9-2026\",\"16-9-2026\",\"17-9-2026\",\"18-9-2026\",\"19-9-2026\",\"20-9-2026\",\"21-9-2026\",\"22-9-2026\",\"23-9-2026\",\"24-9-2026\",\"25-9-2026\",\"26-9-2026\",\"27-9-2026\",\"28-9-2026\",\"29-9-2026\",\"30-9-2026\",\"1-10-2026\",\"2-10-2026\",\"3-10-2026\",\"4-10-2026\",\"5-10-2026\",\"6-10-2026\",\"7-10-2026\",\"8-10-2026\",\"9-10-2026\",\"10-10-2026\",\"11-10-2026\",\"12-10-2026\",\"13-10-2026\",\"14-10-2026\",\"15-10-2026\",\"16-10-2026\",\"17-10-2026\",\"18-10-2026\",\"19-10-2026\",\"20-10-2026\",\"21-10-2026\",\"22-10-2026\",\"23-10-2026\",\"24-10-2026\",\"25-10-2026\",\"26-10-2026\",\"27-10-2026\",\"28-10-2026\",\"29-10-2026\",\"30-10-2026\",\"31-10-2026\",\"1-11-2026\",\"2-11-2026\",\"3-11-2026\",\"4-11-2026\",\"5-11-2026\",\"6-11-2026\",\"7-11-2026\",\"8-11-2026\",\"9-11-2026\",\"10-11-2026\",\"11-11-2026\",\"12-11-2026\",\"13-11-2026\",\"14-11-2026\",\"15-11-2026\",\"16-11-2026\",\"17-11-2026\",\"18-11-2026\",\"19-11-2026\",\"20-11-2026\",\"21-11-2026\",\"22-11-2026\",\"23-11-2026\",\"24-11-2026\",\"25-11-2026\",\"26-11-2026\",\"27-11-2026\",\"28-11-2026\",\"29-11-2026\",\"30-11-2026\",\"1-12-2026\",\"2-12-2026\",\"3-12-2026\",\"4-12-2026\",\"5-12-2026\",\"6-12-2026\",\"7-12-2026\",\"8-12-2026\",\"9-12-2026\",\"10-12-2026\",\"11-12-2026\",\"12-12-2026\",\"13-12-2026\",\"14-12-2026\",\"15-12-2026\",\"16-12-2026\",\"17-12-2026\",\"18-12-2026\",\"19-12-2026\",\"20-12-2026\",\"21-12-2026\",\"22-12-2026\",\"23-12-2026\",\"24-12-2026\",\"25-12-2026\",\"26-12-2026\",\"27-12-2026\",\"28-12-2026\",\"29-12-2026\",\"30-12-2026\",\"31-12-2026\",\"1-1-2027\",\"2-1-2027\",\"3-1-2027\",\"4-1-2027\",\"5-1-2027\",\"6-1-2027\",\"7-1-2027\",\"8-1-2027\",\"9-1-2027\",\"10-1-2027\",\"11-1-2027\",\"12-1-2027\",\"13-1-2027\",\"14-1-2027\",\"15-1-2027\",\"16-1-2027\",\"17-1-2027\",\"18-1-2027\",\"19-1-2027\",\"20-1-2027\",\"21-1-2027\",\"22-1-2027\",\"23-1-2027\",\"24-1-2027\",\"25-1-2027\",\"26-1-2027\",\"27-1-2027\",\"28-1-2027\",\"29-1-2027\",\"30-1-2027\",\"31-1-2027\",\"1-2-2027\",\"2-2-2027\",\"3-2-2027\",\"4-2-2027\",\"5-2-2027\",\"6-2-2027\",\"7-2-2027\",\"8-2-2027\",\"9-2-2027\",\"10-2-2027\",\"11-2-2027\",\"12-2-2027\",\"13-2-2027\",\"14-2-2027\",\"15-2-2027\",\"16-2-2027\",\"17-2-2027\",\"18-2-2027\",\"19-2-2027\",\"20-2-2027\",\"21-2-2027\",\"22-2-2027\",\"23-2-2027\",\"24-2-2027\",\"25-2-2027\",\"26-2-2027\",\"27-2-2027\",\"28-2-2027\",\"1-3-2027\",\"2-3-2027\",\"3-3-2027\",\"4-3-2027\",\"5-3-2027\",\"6-3-2027\",\"7-3-2027\",\"8-3-2027\",\"9-3-2027\",\"10-3-2027\",\"11-3-2027\",\"12-3-2027\",\"13-3-2027\",\"14-3-2027\",\"15-3-2027\",\"16-3-2027\",\"17-3-2027\",\"18-3-2027\",\"19-3-2027\",\"20-3-2027\",\"21-3-2027\",\"22-3-2027\",\"23-3-2027\",\"24-3-2027\",\"25-3-2027\",\"26-3-2027\",\"27-3-2027\",\"28-3-2027\",\"29-3-2027\",\"30-3-2027\",\"31-3-2027\",\"1-4-2027\",\"2-4-2027\",\"3-4-2027\",\"4-4-2027\",\"5-4-2027\",\"6-4-2027\",\"7-4-2027\",\"8-4-2027\",\"9-4-2027\",\"10-4-2027\",\"11-4-2027\",\"12-4-2027\",\"13-4-2027\",\"14-4-2027\",\"15-4-2027\",\"16-4-2027\",\"17-4-2027\",\"18-4-2027\",\"19-4-2027\",\"20-4-2027\",\"21-4-2027\",\"22-4-2027\"];\n\t\t\t\t\t\t\tlet dmy = date.getDate() + \"-\" + (date.getMonth() + 1) + \"-\" + date.getFullYear();\n\t\t\t\t\t\t\tif (jQuery.inArray(dmy, availableDates) !== -1) {\n\t\t\t\t\t\t\t\treturn [true, \"\", \"Available\"];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\treturn [false, \"\", \"unAvailable\"];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t<\/script>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"distance\" class=\"mptb-tab-content \">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mptbm-hide-gif mptbm-gif\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/greeceathenstransfers.gr\/wp-content\/plugins\/ecab-taxi-booking-manager\/assets\/images\/loader.gif\" class=\"mptb-tabs-loader\" \/>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<script>\n\t\t\t\t\t\tjQuery(document).ready(function($) {\n\t\t\t\t\t\t\t\/\/ Handle form style changes when tabs are clicked\n\t\t\t\t\t\t\t$('.mptb-tab-link').on('click', function() {\n\t\t\t\t\t\t\t\tvar tabName = $(this).attr('mptbm-data-tab');\n\t\t\t\t\t\t\t\tvar currentFormStyle = $(this).attr('mptbm-data-form-style');\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif (tabName === 'flat-rate') {\n\t\t\t\t\t\t\t\t\t\/\/ Set inline style for manual tab\n\t\t\t\t\t\t\t\t\t$(this).attr('mptbm-data-form-style', 'inline');\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\/\/ Reset to original form style for other tabs\n\t\t\t\t\t\t\t\t\t$(this).attr('mptbm-data-form-style', 'horizontal');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"services-section\">\n      <div class=\"section-title\">\n        <h2>Private Tours &#038; Luxury Transfers Across Greece<\/h2>\n      <\/div>\n\n      <div class=\"services\">\n        <a href=\"https:\/\/greeceathenstransfers.gr\/tours\/\" class=\"service-card\">\n          <h4>Acropolis &#038; Athens City Tour<\/h4>\n          <p>Discover the Acropolis, Plaka &#038; historic Athens in luxury.<\/p>\n        <\/a>\n\n        <a href=\"https:\/\/greeceathenstransfers.gr\/tours\/\" class=\"service-card\">\n          <h4>Cape Sounion &#038; Temple of Poseidon<\/h4>\n          <p>Luxury sunset tour along the Athens Riviera.<\/p>\n        <\/a>\n\n        <a href=\"https:\/\/greeceathenstransfers.gr\/tours\/\" class=\"service-card\">\n          <h4>Delphi Private Tour<\/h4>\n          <p>Explore the ancient oracle of Delphi in comfort.<\/p>\n        <\/a>\n\n        <a href=\"https:\/\/greeceathenstransfers.gr\/tours\/\" class=\"service-card\">\n          <h4>Meteora Monasteries<\/h4>\n          <p>UNESCO world heritage monasteries in the clouds.<\/p>\n        <\/a>\n\n        <a href=\"https:\/\/greeceathenstransfers.gr\/tours\/\" class=\"service-card\">\n          <h4>Argolis, Mycenae &#038; Nafplio<\/h4>\n          <p>Ancient sites and coastal beauty in one tour.<\/p>\n        <\/a>\n      <\/div>\n    <\/section>\n\n    <section class=\"about-section\">\n      <h2>About Greece Athens Transfers &#038; Tours<\/h2>\n      <div style=\"text-align: center; margin: 30px 0;\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1617814076367-b759c7d7e738\" alt=\"Luxury Transfers Across Greece\"\n          style=\"max-width: 600px; width: 100%; display: none; height: 300px; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.3);\">\n      <\/div>\n      <p>\n        Greece Athens Transfers &#038; Tours isn\u2019t just a simple transportation provider \u2014 it is your dedicated partner in\n        discovering the unparalleled beauty of Greece with absolute comfort, safety, and style. We are proud to offer\n        premium <strong>Luxury Transfers Across Greece<\/strong>, services that combine top-tier Mercedes vehicles,\n        highly professional English-speaking drivers, and a profound understanding of what modern travelers typically\n        value most. Whether you require a seamless airport pickup after a long flight, a scenic private tour to ancient\n        historical sites, or a reliable long-distance transfer between cities, our entire service philosophy is built\n        around precision, elegance, and genuine Greek hospitality.\n      <\/p>\n      <p>\n        Our comprehensive fleet of modern Mercedes-Benz Sprinter vans and V-Class minivans ensures that every single\n        journey feels effortless and refined. Each vehicle is meticulously maintained and equipped with plush leather\n        seating, dual-zone climate control, and on-board Wi-Fi to keep you connected. We strictly adhere to the highest\n        safety standards, making us the preferred choice for families, corporate groups, and VIPs alike. We understand\n        that travel is a deeply personal experience, which is why we meticulously adapt every transfer to fit your\n        unique schedule and specific preferences. From timely <a href=\"https:\/\/www.aia.gr\/\" target=\"_blank\" rel=\"noopener\">Athens airport<\/a> arrivals to customized private excursions through the rugged Greek\n        countryside, our ultimate goal is to make transportation the most relaxing and easiest part of your entire trip.\n      <\/p>\n      <p>\n        Our professional drivers are much more than just chauffeurs; they are your local hosts on the road. Trained to\n        deliver an exceptional experience, they are courteous, knowledgeable, and attentive to every detail. They treat\n        your safety and privacy as their top priority. Whether you are visiting the spiritual heights of Delphi, the\n        cliff-top monasteries of Meteora, the Temple of Poseidon at Cape Sounion, the historic streets of Nafplio, or\n        the stunning <a href=\"https:\/\/www.visitgreece.gr\/mainland\/attica\/athens-riviera\/\" target=\"_blank\" rel=\"noopener\">Athenian Riviera<\/a>, you will travel in total comfort. Our drivers know Greece\u2019s diverse\n        landscapes, cultural nuances, and hidden gems better than anyone else, often sharing stories and tips that you\n        wouldn&#8217;t find in a guidebook.\n      <\/p>\n      <p>\n        We specialize in providing high-end <strong>Luxury Transfers Across Greece<\/strong>, including seamless\n        connections between Athens and major ports like Piraeus, Rafina, or Lavrio for your island-hopping adventures.\n        Our services include proactive flight monitoring to track delays, fixed transparent pricing with no hidden fees,\n        free cancellation policies for your peace of mind, and personalized meet-and-greet services inside the arrivals\n        hall. Every flight delay or early arrival is tracked in real-time, ensuring that your driver is always there\n        waiting for you the moment you step out. With complimentary bottled water and a serene, air-conditioned\n        environment, every moment of your journey feels truly first-class.\n      <\/p>\n      <p>\n        For families traveling with children, we provide approved child safety seats upon request to ensure the safety\n        of your little ones. For business travelers, our vehicles offer a quiet mobile office environment where you can\n        prepare for meetings or simply unwind between engagements. At Greece Athens Transfers &#038; Tours, comfort, safety,\n        and privacy are non-negotiable. We maintain our vehicles to showroom standards, combining sleek design with\n        discreet, professional service. We know that your time is valuable \u2014 whether you are heading to a crucial\n        business meeting, a luxury hotel, or an ancient archaeological site, we make sure you arrive relaxed, refreshed,\n        and exactly on schedule.\n      <\/p>\n      <p>\n        But our service goes far beyond simple point-to-point transportation. We expertly design <strong>custom private\n          tours<\/strong> that bring Greece\u2019s rich history and breathtaking natural beauty to life. From the\n        architectural majesty of the <a href=\"https:\/\/www.visitgreece.gr\/experiences\/culture\/archaeological-sites-and-monuments\/acropolis-of-athens\/\" target=\"_blank\" rel=\"noopener\">Acropolis<\/a> to the spiritual serenity of <a href=\"https:\/\/whc.unesco.org\/en\/list\/455\/\" target=\"_blank\" rel=\"noopener\">Meteora\u2019s<\/a> floating monasteries,\n        our private tours allow you to see the real Greece \u2014 its ancient myths, its vibrant flavors, and its welcoming\n        people. You will visit authentic locations you might never discover on your own, guided by drivers who love\n        sharing the history that makes each location unforgettable.\n      <\/p>\n      <p>\n        We also offer specialized transfers to and from archaeological sites like Ancient Olympia, Mycenae, and\n        Epidaurus. Imagine traveling through the Peloponnese in a private Mercedes minivan, stopping whenever you wish\n        to take photos or enjoy a local lunch, without the stress of bus schedules or crowded groups. This freedom is\n        what defines our <strong>Luxury Transfers Across Greece<\/strong>. You set the pace, and we handle the logistics.\n      <\/p>\n      <p>\n        Every journey with us is built around complete flexibility and personal attention. Whether you are a solo\n        traveler seeking solitude, a family on a dream holiday, or a large corporate group requiring logistics for an\n        event, we adapt to your specific itinerary, budget, and pace. You can book a single airport transfer or a\n        multi-day tour around the mainland \u2014 and always expect the same consistent level of high quality, punctuality,\n        and genuine care.\n      <\/p>\n      <p>\n        Choosing Greece Athens Transfers &#038; Tours means choosing the absolute best provider for Luxury Transfers Across\n        Greece. We have earned our stellar reputation through years of professionalism and obsessive attention to\n        detail, with returning clients from all over the world who trust us with their travel needs year after year. Our\n        mission is simple but ambitious: to make your experience in Greece completely seamless, stress-free, and\n        unforgettable.\n      <\/p>\n      <p>\n        With <strong>Greece Athens Transfers &#038; Tours<\/strong>, you don\u2019t just travel!\n      <\/p>\n    <\/section>\n\n  <\/main>\n\n<\/body>\n\n<\/html>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>10 Amazing Luxury Transfers Across Greece: Exclusive &#038; Safe Tours Luxury Minibus &#038; Minivan Transfers Across Greece VIP Mercedes Sprinter &#038; V-Class transportation for airport transfers, private tours and executive group travel across Greece. Fixed Prices Free Cancellation Flight Monitoring Meet &#038; Greet Private Tours &#038; Luxury Transfers Across Greece Acropolis &#038; Athens City Tour [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"unboxed","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3303","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Theodoris Smoilis","author_link":"https:\/\/greeceathenstransfers.gr\/en\/author\/teo\/"},"uagb_comment_info":0,"uagb_excerpt":"10 Amazing Luxury Transfers Across Greece: Exclusive &#038; Safe Tours Luxury Minibus &#038; Minivan Transfers Across Greece VIP Mercedes Sprinter &#038; V-Class transportation for airport transfers, private tours and executive group travel across Greece. Fixed Prices Free Cancellation Flight Monitoring Meet &#038; Greet Private Tours &#038; Luxury Transfers Across Greece Acropolis &#038; Athens City Tour&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/pages\/3303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/comments?post=3303"}],"version-history":[{"count":43,"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/pages\/3303\/revisions"}],"predecessor-version":[{"id":3582,"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/pages\/3303\/revisions\/3582"}],"wp:attachment":[{"href":"https:\/\/greeceathenstransfers.gr\/en\/wp-json\/wp\/v2\/media?parent=3303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}