{"id":157,"date":"2025-01-16T11:06:14","date_gmt":"2025-01-16T11:06:14","guid":{"rendered":"http:\/\/ismailos.test\/?page_id=157"},"modified":"2026-07-29T07:58:47","modified_gmt":"2026-07-29T07:58:47","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.ismailos.gr\/en\/","title":{"rendered":"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A."},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n.hero-section{\n    width:100%;\n    min-height:68vh;\n    max-height:764px;\n    height:min(68vh,764px);\n    display:flex;\n    align-items:flex-end;\n    justify-content:flex-start;\n    padding:60px 80px;\n    margin:0;\n    overflow:hidden;\n    position:relative;\n}\n\n.hero-box{\n    position:absolute;\n    inset:0;\n}\n\n.hero-image{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n}\n\n.hero-box:before{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n        90deg,\n        rgba(0,0,0,.75) 0%,\n        rgba(0,0,0,.4) 40%,\n        rgba(0,0,0,.2) 100%\n    );\n    z-index:1;\n    pointer-events:none;\n}\n\n.hero-content{\n    position:relative;\n    z-index:2;\n    max-width:520px;\n}\n\n.hero-title{\n    font-size:40px;\n    line-height:1.1;\n    font-weight:800;\n    color:#fff;\n    margin:0 0 20px;\n}\n\n.hero-sub{\n    font-size:20px;\n    line-height:1.5;\n    color:rgba(255,255,255,.9);\n    margin:0;\n}\n\n@media (max-width:767px){\n    .hero-section{\n        min-height:55vh;\n        max-height:520px;\n        height:min(55vh,520px);\n        padding:40px 20px;\n        align-items:flex-end;\n    }\n\n    .hero-title{\n        font-size:32px;\n    }\n\n    .hero-sub{\n        font-size:16px;\n    }\n}\n<\/style>\n\n<div class=\"hero-section\">\n  <div class=\"hero-box\">\n    <img src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/05\/HERO-BANNER-1920X-764-9.jpg.webp\" width=\"1920\" height=\"764\" alt=\"Mercedes-Benz\" class=\"hero-image\" fetchpriority=\"high\" loading=\"eager\" decoding=\"async\">\n  <\/div>\n\n  <div class=\"hero-content\">\n      <h1 class=\"hero-title\"> DRIVE WITHOUT COMPROMISE<\/h1>\n      <p class=\"hero-sub\"> Discover premium models and find the vehicle that fits your lifestyle.\n        Authorized Car Dealer.\n      <\/p>\n  <\/div>\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n.cars-section {\n  display: flex;\n  justify-content: center;\n  padding: 90px 20px 80px;\n  background: #071318;\n}\n\n.cars-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 320px));\n  gap: 65px 55px;\n  justify-content: center;\n  width: 100%;\n  max-width: 1120px;\n}\n\n.car-card {\n  position: relative;\n  display: block;\n  aspect-ratio: 1 \/ 1;\n  border-radius: 28px;\n  text-align: center;\n  text-decoration: none;\n  overflow: visible;\n  padding-top: 70px;\n  background: #5f645d;\n  border: 1px solid rgba(255,255,255,.08);\n  box-shadow: 0 14px 28px rgba(0,0,0,.22);\n}\n\n@media (hover:hover) {\n\n  .car-card {\n    transition:\n      transform .22s ease,\n      box-shadow .22s ease;\n  }\n\n  .car-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 20px 34px rgba(0,0,0,.28);\n  }\n\n  .car-card:hover .car-image {\n    transform: translateX(-50%) scale(1.025);\n  }\n\n  .car-card:hover .car-cta {\n    bottom: 26px;\n    opacity: 1;\n  }\n\n}\n\n.car-card::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 28px;\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(255,255,255,.10),\n      transparent 38%\n    );\n\n  pointer-events: none;\n  z-index: 1;\n}\n\n.car-logo-wrap {\n  position: relative;\n  z-index: 3;\n  min-height: 116px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 0 18px;\n}\n\n.car-logo {\n  max-width: 84%;\n  height: 90px;\n  object-fit: contain;\n}\n\n.car-image {\n  position: absolute;\n  left: 50%;\n  bottom: -56px;\n  transform: translateX(-50%);\n  width: 110%;\n  height: 63%;\n  object-fit: contain;\n  object-position: center bottom;\n  z-index: 2;\n\n  transition: transform .22s ease;\n}\n\n.car-cta {\n  position: absolute;\n  left: 50%;\n  bottom: 22px;\n  transform: translateX(-50%);\n  z-index: 4;\n\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n\n  color: #fff;\n  opacity: 0;\n\n  pointer-events: none;\n\n  transition:\n    opacity .22s ease,\n    bottom .22s ease;\n}\n\n@media (max-width: 1100px) {\n\n  .cars-grid {\n    grid-template-columns: repeat(2, minmax(0, 320px));\n    gap: 80px 40px;\n  }\n\n}\n\n@media (max-width: 767px) {\n\n  .cars-section {\n    padding: 70px 16px 60px;\n  }\n\n  .cars-grid {\n    grid-template-columns: 1fr;\n    gap: 95px;\n    max-width: 360px;\n  }\n\n  .car-card {\n    width: 100%;\n    max-width: 320px;\n    margin: 0 auto;\n    padding-top: 62px;\n    border-radius: 26px;\n  }\n\n  .car-card::before {\n    border-radius: 26px;\n  }\n\n  .car-logo-wrap {\n    min-height: 100px;\n    padding: 0 14px;\n  }\n\n  .car-logo {\n    max-width: 82%;\n    height: 82px;\n  }\n\n  .car-logo.mercedes { height: 92px; }\n  .car-logo.smart { height: 78px; }\n  .car-logo.toyota { height: 74px; }\n  .car-logo.omoda { height: 70px; }\n  .car-logo.jeep { height: 76px; }\n  .car-logo.fiat { height: 80px; }\n\n  .car-image {\n    width: 108%;\n    height: 62%;\n    bottom: -52px;\n  }\n\n  .car-cta {\n    font-size: 12px;\n  }\n\n}\n<\/style>\n\n<div class=\"cars-section\">\n\n  <div class=\"cars-grid\">\n\n    <!-- Mercedes -->\n    <a href=\"https:\/\/www.ismailos.gr\/en\/mercedes-benz\/\" class=\"car-card\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/mercedes.webp\" alt=\"Mercedes-Benz\" width=\"102\" height=\"102\" class=\"car-logo mercedes\" loading=\"lazy\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/ODECEIXE-1-e1776160368786-1.webp\" alt=\"Mercedes-Benz vehicle\" class=\"car-image\" width=\"350\" height=\"200\" loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- smart -->\n    <a href=\"https:\/\/www.ismailos.gr\/en\/smart\/\" class=\"car-card\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/smart.webp\" alt=\"smart\" class=\"car-logo smart\" loading=\"lazy\" height=\"78\" width=\"77\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/ODECEIXE-8-e1776777477260-1.webp\" alt=\"smart vehicle\" class=\"car-image\" width=\"350\" height=\"200\" loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Toyota -->\n    <a href=\"https:\/\/www.ismailos.gr\/en\/toyota\/\" class=\"car-card\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/toyota.webp\" alt=\"Toyota\" class=\"car-logo toyota\" loading=\"lazy\" height=\"82\" width=\"106\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/33-1-e1776162307326-1.webp\" alt=\"Toyota vehicle\" class=\"car-image\" width=\"350\" height=\"200\" loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Omoda Jaecoo -->\n    <a href=\"https:\/\/www.ismailos.gr\/en\/omoda-jaecoo\/\" class=\"car-card\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/omodajaecco.webp\" alt=\"Omoda Jaecoo\" class=\"car-logo omoda\" loading=\"lazy\" width=\"237\" height=\"78\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/34-1-e1776240472889-1.webp\" alt=\"Omoda Jaecoo vehicle\" class=\"car-image\" width=\"350\" height=\"200\" loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Jeep -->\n    <a href=\"https:\/\/www.ismailos.gr\/en\/jeep\/\" class=\"car-card\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/jeep.webp\" alt=\"Jeep\" class=\"car-logo jeep\" loading=\"lazy\" height=\"88\" width=\"229\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/ODECEIXE-4-e1776235897760-1.webp\" alt=\"Jeep vehicle\" class=\"car-image\" width=\"350\" height=\"200\" loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Fiat -->\n    <a href=\"https:\/\/www.ismailos.gr\/en\/fiat\/\" class=\"car-card\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/fiat.webp\" alt=\"Fiat\" class=\"car-logo fiat\" loading=\"lazy\" height=\"92\" width=\"92\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/ODECEIXE-7-e1776240084829-1.webp\" alt=\"Fiat vehicle\" class=\"car-image\" width=\"350\" height=\"200\" loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n  <\/div>\n\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n    <section class=\"search-stock padding-class marginY-class relative-position\">\n        <div class=\"search-stock-wrapper\">\n            <h2 class=\"section-heading\">Search our stock<\/h2>\n            <form method=\"get\" class=\"search-stock-form\" action=\"https:\/\/www.ismailos.gr\/en\/etoimoparadota\/\">\n\n                <div class=\"search-stock-upper\">\n\n                    <div class=\"search-stock-row\">\n\n                                                        <label class=\"search-stock-label\">Passenger <input class=\"search-stock-input\" id=\"passenger\" type=\"radio\" value=\"passenger\" name=\"car_type\" \/>\n                                <\/label>\n                                                            <label class=\"search-stock-label\">Commercial <input class=\"search-stock-input\" id=\"commercial\" type=\"radio\" value=\"commercial\" name=\"car_type\" \/>\n                                <\/label>\n                            \n                            <label class=\"search-stock-label\">All <input class=\"search-stock-input\" id=\"all\" type=\"radio\" value=\"all\" name=\"car_type\" checked\/>\n                            <\/label>\n                        \n                    <\/div>\n\n                    <div class=\"search-stock-row\">\n                                                        <label class=\"search-stock-label\">New <input class=\"search-stock-input\" id=\"new\" type=\"radio\" value=\"new\" name=\"state\" checked\/>\n                                <\/label>\n                                                            <label class=\"search-stock-label\">Used <input class=\"search-stock-input\" id=\"used\" type=\"radio\" value=\"used\" name=\"state\" \/>\n                                <\/label>\n                            \n                            <label class=\"search-stock-label\">All <input class=\"search-stock-input\" id=\"all\" type=\"radio\" value=\"all\" name=\"state\" \/>\n                            <\/label>\n                                            <\/div>\n\n                <\/div>\n\n                <div class=\"search-stock-lower\">\n\n                    <div class=\"input-wrapper\">\n                        <label for=\"make\" class=\"visually-hidden\">Manufacturer<\/label>\n                        <select id=\"make\" class=\"select-input \" name=\"make\">\n                            <option value=\"all\">Manufacturer<\/option>\n                                                                <option value=\"manufacturer-mercedes-benz\" >Mercedes-Benz<\/option>\n                                                                    <option value=\"jeep-en\" >Jeep<\/option>\n                                                                    <option value=\"bmw-en\" >BMW<\/option>\n                                                                    <option value=\"fiat-en\" >Fiat<\/option>\n                                                        <\/select>\n                    <\/div>\n\n                    <div class=\"input-wrapper\">\n                        <label for=\"model\" class=\"visually-hidden\">Model<\/label>\n                        <select id=\"model\" class=\"select-input\" name=\"model\">\n                            <option value=\"all\">Model<\/option>\n                                                                <option value=\"116-en\">116<\/option>\n                                                                    <option value=\"a-class-hatchback-en\">A-Class Hatchback<\/option>\n                                                                    <option value=\"b-class-sport-tourer-en\">B-Class Sport tourer<\/option>\n                                                                    <option value=\"cla-en\">CLA<\/option>\n                                                                    <option value=\"cla-coupe-en\">CLA Coup\u00e9<\/option>\n                                                                    <option value=\"cle-coupe-en\">CLE Coup\u00e9<\/option>\n                                                                    <option value=\"compass-en\">Compass<\/option>\n                                                                    <option value=\"e-class-sedan-en\">E-Class Sedan<\/option>\n                                                                    <option value=\"gla-en\">GLA<\/option>\n                                                                    <option value=\"glb\">GLB<\/option>\n                                                                    <option value=\"panda-en\">Panda<\/option>\n                                                        <\/select>\n                    <\/div>\n\n                    <div class=\"input-wrapper\">\n                        <label for=\"min_price\" class=\"visually-hidden\">Min. Price<\/label>\n                        <select id=\"min_price\" class=\"select-input\" name=\"min_price\">\n                            <option value=\"all\">Min. Price<\/option>\n                                                            <option value=\"15000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;15.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"20000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;20.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"25000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;25.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"30000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;30.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"35000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;35.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"40000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;40.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"45000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;45.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"50000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;50.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"55000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;55.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"60000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;60.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"65000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;65.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"70000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;70.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"75000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;75.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"80000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;80.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"85000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;85.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"90000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;90.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"95000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;95.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"100000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;100.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"105000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;105.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"110000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;110.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"115000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;115.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"120000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;120.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"125000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;125.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"130000\">\n                                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;130.000<\/bdi><\/span>                                <\/option>\n                                                    <\/select>\n                    <\/div>\n\n                    <div class=\"input-wrapper\">\n                        <label for=\"max_price\" class=\"visually-hidden\">Max. Price<\/label>\n                        <select id=\"max_price\" class=\"select-input\" name=\"max_price\">\n                            <option value=\"all\">Max. Price<\/option>\n                                                            <option value=\"15000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;15.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"20000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;20.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"25000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;25.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"30000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;30.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"35000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;35.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"40000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;40.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"45000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;45.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"50000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;50.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"55000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;55.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"60000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;60.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"65000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;65.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"70000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;70.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"75000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;75.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"80000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;80.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"85000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;85.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"90000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;90.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"95000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;95.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"100000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;100.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"105000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;105.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"110000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;110.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"115000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;115.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"120000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;120.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"125000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;125.000<\/bdi><\/span>                                <\/option>\n                                                            <option value=\"130000\">\n                                    <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span>&nbsp;130.000<\/bdi><\/span>                                <\/option>\n                                                    <\/select>\n                    <\/div>\n\n                    <button type=\"submit\" class=\"search-button\">Search<\/button>\n                <\/div>\n            <\/form>\n        <\/div>\n    <\/section>\n   \n\n\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n\n\n    <section class=\"row-image-text black-bg padding-class  reversed black-bg\">\n                <div class=\"row-main-wrapper\">\n                            <div class=\"row-image-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/07\/TEXT-IMAGE-1200-x-718-18.jpg\" alt=\"\" \/>\n                <\/div>\n                        <div class=\"row-text-wrapper\">\n                <div class=\"\" data-turn-id-container=\"3f62b67e-2c86-484f-bf45-8ecf6357ff55\" data-is-intersecting=\"true\"><\/div>\n<div class=\"\" data-turn-id-container=\"request-WEB:d87ffb2e-e1b4-4d40-bfc8-b4a9db218965-1\" data-is-intersecting=\"true\">\n<section class=\"text-token-text-primary w-full focus:outline-none has-data-writing-block:pointer-events-none [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto R6Vx5W_threadScrollVars scroll-mb-[calc(var(--scroll-root-safe-area-inset-bottom,0px)+var(--thread-response-height))] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-WEB:d87ffb2e-e1b4-4d40-bfc8-b4a9db218965-1\" data-turn-id-container=\"request-WEB:d87ffb2e-e1b4-4d40-bfc8-b4a9db218965-1\" data-testid=\"conversation-turn-4\" data-turn=\"assistant\">\n<div class=\"text-base my-auto mx-auto pb-15 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\">\n<div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" data-conversation-screenshot-content=\"\">\n<div class=\"flex max-w-full flex-col gap-4 grow\">\n<div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1\" dir=\"auto\" tabindex=\"0\" data-message-author-role=\"assistant\" data-message-id=\"d00b0039-62a4-4583-95ca-01bfa2fe557f\" data-turn-start-message=\"true\" data-message-model-slug=\"gpt-5-6-thinking\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden\">\n<div class=\"markdown prose dark:prose-invert wrap-break-word w-full light markdown-new-styling\">\n<h2 data-section-id=\"16fnq10\" data-start=\"0\" data-end=\"51\">Mercedes-Benz celebrates 140 years of innovation<\/h2>\n<p data-start=\"53\" data-end=\"116\">and offers the Mercedes-Benz GLA at a unique anniversary price.<\/p>\n<p data-start=\"118\" data-end=\"429\">Discover the Mercedes-Benz GLA at A. Ismailos S.A. in Glyfada and experience a modern premium SUV that combines elegant design, comfort, advanced technology and practicality. Ideal for both everyday city driving and weekend escapes, the GLA stands out for its luxury, versatility and premium driving experience.<\/p>\n<p data-start=\"431\" data-end=\"677\">Choose the anniversary price of <strong data-start=\"463\" data-end=\"474\">\u20ac42,990<\/strong> or drive it through <strong data-start=\"495\" data-end=\"541\">leasing from \u20ac292 per month, excluding VAT<\/strong>, for a period of 36 months and up to 15,000 km per year, while enjoying the benefits of a comprehensive Full Service Leasing programme.<\/p>\n<p data-start=\"679\" data-end=\"814\" data-is-last-node=\"\" data-is-only-node=\"\">*The anniversary price applies to the <strong data-start=\"718\" data-end=\"741\">GLA 200 Progressive<\/strong> version. Leasing terms and conditions apply. Leasing prices exclude VAT.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<div class=\"jumps-cycle module module-cycle highlights-jump-cycle aspect-ratio-3-2 compact-cycle pl-0 pr-0 pb-3@sm pb-4@lg inset-transparent our-models-cycle scale-big controls-basic reset has-pagination flex@sm thumb--justify-right@sm thumb-no-border theme--internal-small title-lg text--py-2 text--py-4@sm thumb--pt-3@sm text--pr-4@sm text--max-width-6 pagination-mobile--block strapline-secondary inner-hide-overflow-mobile grouped-text\" data-require-module-id=\"es6\/src\/widgets\/modules\/jumpsCycle\">\n<div class=\"inner\">\n<div class=\"heading\"><\/div>\n<div class=\"cycle-scroller clearfix\">\n<div class=\"highlights-jump-cycle controls\">\n<div class=\"highlights-jump-cycle cycle-pager-container-jump\">\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n                    <a class=\"row-text-btn\" href=\"https:\/\/www.ismailos.gr\/en\/mercedes-benz\/gla-offer-ismailos\/\"  >LEARN MORE<\/a>\n                            <\/div>\n        <\/div>\n    <\/section>\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n<style data-wp-block-html=\"css\">\n.services-section {\n  padding: 80px 20px;\n  background: #f3f3f1;\n}\n\n.services-wrap {\n  max-width: 1380px;\n  margin: 0 auto;\n}\n\n.services-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 30px;\n}\n\n.service-card {\n  background: #fff;\n  border-radius: 22px;\n  overflow: hidden;\n  border: 1px solid rgba(0,0,0,.05);\n  box-shadow: 0 8px 20px rgba(0,0,0,.05);\n  display: flex;\n  flex-direction: column;\n}\n\n@media (hover: hover) {\n\n  .service-card {\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n  .service-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 14px 28px rgba(0,0,0,.08);\n  }\n\n  .service-card:hover .service-image img {\n    transform: scale(1.03);\n  }\n\n}\n\n.service-image {\n  aspect-ratio: 16 \/ 10;\n  overflow: hidden;\n  background: #ddd;\n}\n\n.service-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform .25s ease;\n}\n\n.service-content {\n  padding: 28px 26px;\n  display: flex;\n  flex-direction: column;\n  flex: 1;\n}\n\n.service-title,\n.service-subtitle {\n  margin: 0;\n}\n\n.service-title {\n  font-size: 16px;\n  font-weight: 800;\n  letter-spacing: .04em;\n  text-transform: uppercase;\n  color: #b79a6a;\n  margin-bottom: 16px;\n}\n\n.service-subtitle {\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 700;\n  color: #333;\n  margin-bottom: 20px;\n}\n\n.service-text {\n  font-size: 15px;\n  line-height: 1.75;\n  color: #555;\n  margin-bottom: 28px;\n  flex: 1;\n}\n\n.service-text a {\n  color: #b79a6a;\n  font-weight: 700;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(183,154,106,.35);\n  transition: .2s ease;\n}\n\n.service-text a:hover {\n  color: #1d1f23;\n  border-color: #1d1f23;\n}\n\n.service-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 180px;\n  min-height: 50px;\n  padding: 0 24px;\n  border-radius: 12px;\n  background: #1d1f23;\n  color: #fff;\n  text-decoration: none;\n  text-transform: uppercase;\n  letter-spacing: .05em;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.service-button:hover {\n  background: #111317;\n}\n\n@media (max-width: 1100px) {\n\n  .services-grid {\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n\n  .service-card {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n}\n\n@media (max-width: 767px) {\n\n  .services-section {\n    padding: 60px 16px;\n  }\n\n  .service-content {\n    padding: 24px 20px;\n  }\n\n  .service-title {\n    font-size: 15px;\n  }\n\n  .service-subtitle {\n    font-size: 17px;\n  }\n\n  .service-text {\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .service-button {\n    width: 100%;\n  }\n\n}\n<\/style>\n\n<div class=\"services-section\">\n  <div class=\"services-wrap\">\n    <div class=\"services-grid\">\n\n      <!-- New Cars -->\n      <div class=\"service-card\">\n\n        <div class=\"service-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/e_class_ice_ow_multimedia.webp\" alt=\"Mercedes-Benz new vehicles\" loading=\"lazy\">\n        <\/div>\n\n        <div class=\"service-content\">\n\n          <h3 class=\"service-title\">\n            New Vehicles\n          <\/h3>\n\n          <h2 class=\"service-subtitle\">\n            Experience the luxury of owning a new Mercedes-Benz\n          <\/h2>\n\n          <div class=\"service-text\">\n\n            Discover the latest Mercedes-Benz passenger vehicles at A. Ismailos S.A.\n            Models such as the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/prosfores-oximata\/a-class\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              A-Class\n            <\/a>,\n\n            the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/gla\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              GLA\n            <\/a>,\n\n            the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/glb\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              GLB\n            <\/a>\n\n            and the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/c-class\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              C-Class\n            <\/a>\n\n            are waiting for you to explore and test drive.\n\n            Book your online\n\n            <a href=\"https:\/\/www.ismailos.gr\/test-drive\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              Test Drive\n            <\/a>\n\n            and discover the ideal Mercedes-Benz for you.\n\n          <\/div>\n\n          <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/\" class=\"service-button\">\n            Explore\n          <\/a>\n\n        <\/div>\n      <\/div>\n\n      <!-- Used -->\n      <div class=\"service-card\">\n\n        <div class=\"service-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/certified-hp.jpg\" alt=\"Certified pre-owned Mercedes-Benz\" loading=\"lazy\">\n        <\/div>\n\n        <div class=\"service-content\">\n\n          <h3 class=\"service-title\">\n            Used\n          <\/h3>\n\n          <h2 class=\"service-subtitle\">\n            Find your next Mercedes-Benz with the guarantee of A. Ismailos S.A.\n          <\/h2>\n\n          <div class=\"service-text\">\n\n            Choose a certified pre-owned Mercedes-Benz backed by the quality and reliability of A. Ismailos S.A.\n\n            We offer vehicle trade-in options and flexible financing programs tailored to your needs.\n\n            Whether you are looking for a\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/epivatika\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              passenger\n            <\/a>,\n\n            an\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/ilektrika\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              electric\n            <\/a>\n\n            or a\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/epaggelmatika\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              commercial\n            <\/a>\n\n            vehicle, our range is designed to meet every expectation.\n\n          <\/div>\n\n          <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/etoimoparadota-metaxeirismena\/\" class=\"service-button\">\n            Learn More\n          <\/a>\n\n        <\/div>\n      <\/div>\n\n      <!-- Service -->\n      <div class=\"service-card\">\n\n        <div class=\"service-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/untitled_2.webp\" alt=\"Mercedes-Benz Service\" loading=\"lazy\">\n        <\/div>\n\n        <div class=\"service-content\">\n\n          <h3 class=\"service-title\">\n            Service\n          <\/h3>\n\n          <h2 class=\"service-subtitle\">\n            Expertise and premium care for your Mercedes-Benz\n          <\/h2>\n\n          <div class=\"service-text\">\n\n            With over 30 years of experience working with Mercedes-Benz,\n            A. Ismailos S.A. is committed to keeping your vehicle performing at its best.\n\n            Our certified workshops provide exceptional service,\n            advanced technical expertise,\n            and genuine care based on Mercedes-Benz standards and specifications.\n\n          <\/div>\n\n          <a href=\"https:\/\/www.ismailos.gr\/services\/service\/\" class=\"service-button\">\n            Learn More\n          <\/a>\n\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n\n\n<style data-wp-block-html=\"css\">\n.about-section {\n  padding: 60px 20px;\n  background: #0e1114;\n}\n\n.about-wrap {\n  max-width: 1320px;\n  margin: 0 auto;\n}\n\n.about-box {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  background: #181c20;\n  border-radius: 24px;\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,0.06);\n}\n\n.about-image img {\n  width: 100%;\n  height: 100%;\n  min-height: 430px;\n  max-height: 480px;\n  display: block;\n  object-fit: cover;\n}\n\n.about-content {\n  padding: 38px 40px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.about-label {\n  font-size: 14px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #b79a6a;\n  margin-bottom: 12px;\n}\n\n.about-title {\n  font-size: 31px;\n  line-height: 1.25;\n  font-weight: 700;\n  color: #fff;\n  margin: 0 0 16px;\n}\n\n.about-text {\n  font-size: 16px;\n  line-height: 1.7;\n  color: rgba(255,255,255,0.75);\n  margin-bottom: 12px;\n}\n\n.about-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: fit-content;\n  min-height: 48px;\n  padding: 0 26px;\n  margin-top: 8px;\n  border-radius: 12px;\n  background: #fff;\n  color: #111;\n  text-decoration: none;\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n@media (max-width: 991px) {\n\n  .about-box {\n    grid-template-columns: 1fr;\n  }\n\n  .about-image img {\n    min-height: 300px;\n    max-height: 360px;\n  }\n\n}\n\n@media (max-width: 767px) {\n\n  .about-section {\n    padding: 50px 16px;\n  }\n\n  .about-content {\n    padding: 26px 20px;\n  }\n\n  .about-title {\n    font-size: 26px;\n  }\n\n  .about-text {\n    font-size: 15px;\n  }\n\n  .about-button {\n    width: 100%;\n  }\n\n}\n<\/style>\n\n<div class=\"about-section\">\n  <div class=\"about-wrap\">\n\n    <div class=\"about-box\">\n\n      <div class=\"about-image\">\n        <img decoding=\"async\"\n          src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/about-us.jpg\"\n          alt=\"About A. Ismailos S.A.\"\n          loading=\"lazy\"\n        >\n      <\/div>\n\n      <div class=\"about-content\">\n\n        <div class=\"about-label\">\n          About Us\n        <\/div>\n\n        <h2 class=\"about-title\">\n          Building trusting relationships with our customers\n        <\/h2>\n\n        <div class=\"about-text\">\n          A. Ismailos S.A. is a leading force in the automotive industry, with 35 years of collaboration with Mercedes-Benz as an authorized dealer and service provider.\n        <\/div>\n\n        <div class=\"about-text\">\n          Our primary goal is excellent service and building trusted relationships with our customers.\n        <\/div>\n\n        <div class=\"about-text\">\n          We invite you to visit our showrooms in Attica, test drive the Mercedes-Benz and smart models, and learn more about our financing options.\n        <\/div>\n\n        <div class=\"about-text\">\n          We sincerely thank you for the trust you\u2019ve placed in us, and we remain committed to continually improving our customer experience and services.\n        <\/div>\n\n        <a\n          href=\"https:\/\/www.ismailos.gr\/about-us\/\"\n          class=\"about-button\"\n        >\n          Read More\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n            <section class=\"locations-section mb-5 padding-class\">\n                <h2 class=\"section-heading\">Our Locations<\/h2>\n                <div class=\"tabs-wrapper desktop-map\">\n                    <div class=\"tabs-labels\">\n                                                        <input id=\"t7238-1\" type=\"radio\" name=\"location-tab-7238\" checked onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t7238-1\">Glyfada<\/label>\n                                                            <input id=\"t7238-2\" type=\"radio\" name=\"location-tab-7238\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t7238-2\">Agios Dimitrios<\/label>\n                                                            <input id=\"t7238-3\" type=\"radio\" name=\"location-tab-7238\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t7238-3\">Koropi<\/label>\n                                                            <input id=\"t7238-4\" type=\"radio\" name=\"location-tab-7238\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t7238-4\">Rhodes<\/label>\n                                                <\/div>\n                                            <div class=\"tabs-content active-tab\" id=\"content-t7238-1\">\n                                                            <div class=\"location-item\">\n                                                                        \n                                        \n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3150.127788631146!2d23.762252276615055!3d37.857300271964675!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1957d6b47a975%3A0x586117f8416db977!2sIsmailos%20Glyfada!5e0!3m2!1sen!2sgr!4v1757322418554!5m2!1sen!2sgr\" title=\"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n\n                                        <h3>Glyfada &#8211; Smart<\/h3>\n\n                                        <div class=\"upper-container d-flex flex-column gap-2\">\n                                            <p>156 Vouliagmenis Avenue, 16674 Glyfada<\/p>\n                                                                                            <div class=\"d-flex gap-3\">\n                                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                    <p>210 89 86 900<\/p>\n                                                <\/div>\n                                                                                    <\/div> \n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/mercedes-benz-ismailos-glyfada.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                        \n                                        <div class=\"middle-container\"> <p>Sales of new Smart and used StarClass<br \/>\nService Smart<br \/>\nSmart Parts Sales<\/p>\n<\/div>\n                                        <div class=\"decoration-line\"><\/div>\n                                                                                    <div class=\"d-flex justify-content-between lower-container\">\n                                                <p>Monday 9am\u20139pm<br \/>Tuesday 9am\u20139pm<br \/>Wednesday 9am\u20139pm<br \/>Thursday 9am\u20139pm<\/p><p>Friday 9am\u20139pm<br \/>Saturday 9am\u20133pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"location-item\">\n                                                                        \n                                        \n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3150.127788631146!2d23.762252276615055!3d37.857300271964675!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1957d6b47a975%3A0x586117f8416db977!2sIsmailos%20Glyfada!5e0!3m2!1sen!2sgr!4v1757322418554!5m2!1sen!2sgr\" title=\"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n\n                                        <h3>Glyfada &#8211; Mercedes-Benz<\/h3>\n\n                                        <div class=\"upper-container d-flex flex-column gap-2\">\n                                            <p>156 Vouliagmenis Avenue, 16674 Glyfada<\/p>\n                                                                                            <div class=\"d-flex gap-3\">\n                                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                    <p>210 89 86 900<\/p>\n                                                <\/div>\n                                                                                    <\/div> \n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/mercedes-benz-ismailos-glyfada.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                        \n                                        <div class=\"middle-container\"> <p>Sales of new Mercedes-Benz and used StarClass<br \/>\nService Mercedes-Benz<br \/>\nMercedes-Benz Parts Sales<\/p>\n<\/div>\n                                        <div class=\"decoration-line\"><\/div>\n                                                                                    <div class=\"d-flex justify-content-between lower-container\">\n                                                <p>Monday 9am\u20139pm<br \/>Tuesday 9am\u20139pm<br \/>Wednesday 9am\u20139pm<br \/>Thursday 9am\u20139pm<\/p><p>Friday 9am\u20139pm<br \/>Saturday 9am\u20133pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"location-item\">\n                                                                        \n                                        \n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d1574.6894713056445!2d23.755137638842655!3d37.87481981020387!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1be2ed9a80fed%3A0x2ad8e62dee380009!2sThetidos%2012%2C%20Glifada%20166%2075!5e0!3m2!1sen!2sgr!4v1750683163408!5m2!1sen!2sgr\" title=\"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n\n                                        <h3>Glyfada &#8211; OMODA | JAECOO<\/h3>\n\n                                        <div class=\"upper-container d-flex flex-column gap-2\">\n                                            <p>12 Thetidos Street, 16675 Glyfada<\/p>\n                                                                                            <div class=\"d-flex gap-3\">\n                                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                    <p>219 219 2030<\/p>\n                                                <\/div>\n                                                                                    <\/div> \n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/06\/omoda-jaecoo-store.webp\" alt=\"location-image\" \/>\n                                            <\/div>\n                                        \n                                        <div class=\"middle-container\"> <p>Sales of new OMODA &amp; JAECOO<\/p>\n<\/div>\n                                        <div class=\"decoration-line\"><\/div>\n                                                                                    <div class=\"d-flex justify-content-between lower-container\">\n                                                <p>Monday 9am\u20138pm<br \/>Tuesday 9am\u20138pm<br \/>Wednesday 9am\u20138pm<br \/>Thursday 9am\u20138pm<\/p><p>Friday 9am\u20138pm<br \/>Saturday 10am\u20132:30pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"tabs-content \" id=\"content-t7238-2\">\n                                                            <div class=\"location-item\">\n                                                                        \n                                        \n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d25171.415281408994!2d23.716459331220793!3d37.943816760736624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1bd988739052b%3A0x776ca3c91ace4d3!2sA.%20Ismailos%20S.A.%20-%20Agios%20Dimitrios%20Attikis!5e0!3m2!1sen!2sgr!4v1752065847082!5m2!1sen!2sgr\" title=\"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n\n                                        <h3>Agios Dimitrios<\/h3>\n\n                                        <div class=\"upper-container d-flex flex-column gap-2\">\n                                            <p>Eth. Antistaseos 154, Ag. Dimitrios 172 36<\/p>\n                                                                                            <div class=\"d-flex gap-3\">\n                                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                    <p>210 97 60 595<\/p>\n                                                <\/div>\n                                                                                    <\/div> \n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailosshops-104.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                        \n                                        <div class=\"middle-container\"> <p>Sales of new Mercedes-Benz and used StarClass<br \/>\nService Mercedes-Benz<br \/>\nMercedes-Benz Parts Sales<\/p>\n<p>Service OMODA &amp; JAECOO<br \/>\nOMODA &amp; JAECOO Parts Sales<\/p>\n<\/div>\n                                        <div class=\"decoration-line\"><\/div>\n                                                                                    <div class=\"d-flex justify-content-between lower-container\">\n                                                <p>Monday 8am\u20134pm<br \/>Tuesday 8am\u20134pm<br \/>Wednesday 8am\u20134pm<br \/>Thursday 8am\u20134pm<\/p><p>Friday 8am\u20134pm<br \/>Saturday Closed<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"tabs-content \" id=\"content-t7238-3\">\n                                                            <div class=\"location-item\">\n                                                                        \n                                        \n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3149.3852190137104!2d23.8631544!3d37.874672999999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a19300043bff63%3A0x1077d557283fd5d4!2zzpEuzpnPg868zrHOrs67zr_PgiDOkS7OlSAtIM6czrXPhM6xz4fOtc65z4HOuc-DzrzOrc69zrE!5e0!3m2!1sen!2sgr!4v1778067494056!5m2!1sen!2sgr\" title=\"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n\n                                        <h3>Toyota Ismailos | Used Cars<\/h3>\n\n                                        <div class=\"upper-container d-flex flex-column gap-2\">\n                                            <p>Toyota &#8211; Ismailos | 88 Koropiou\u2013Varis Avenue, Koropi, Attica 19400, Greece<\/p>\n                                                                                            <div class=\"d-flex gap-3\">\n                                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                    <p>2103006565<\/p>\n                                                <\/div>\n                                                                                    <\/div> \n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/09\/TOYOTA-ISMAILOS-KORWPI-e1789725844750.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                        \n                                        <div class=\"middle-container\"> <div class=\"qMYqUG_convSearchResultHighlightRoot\">\n<div class=\"\" data-turn-id-container=\"request-WEB:a4edea39-7203-4341-82f4-06ade9e905ca-3\" data-is-intersecting=\"true\">\n<section class=\"text-token-text-primary w-full focus:outline-none has-data-writing-block:pointer-events-none [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto R6Vx5W_threadScrollVars scroll-mb-[calc(var(--scroll-root-safe-area-inset-bottom,0px)+var(--thread-response-height))] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-WEB:a4edea39-7203-4341-82f4-06ade9e905ca-3\" data-turn-id-container=\"request-WEB:a4edea39-7203-4341-82f4-06ade9e905ca-3\" data-testid=\"conversation-turn-6\" data-turn=\"assistant\">\n<div class=\"text-base my-auto mx-auto pb-8 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\">\n<div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" data-conversation-screenshot-content=\"\">\n<div class=\"flex max-w-full flex-col gap-4 grow\">\n<div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1\" dir=\"auto\" tabindex=\"0\" data-message-author-role=\"assistant\" data-message-id=\"4a28d589-2ea3-46af-ae0a-a7dde856a740\" data-turn-start-message=\"true\" data-message-model-slug=\"gpt-5-6-thinking\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden\">\n<div class=\"markdown prose dark:prose-invert wrap-break-word w-full light markdown-new-styling\">\n<p class=\"PDq2pG_selectionAnchorContainer\" data-start=\"0\" data-end=\"33\" data-is-last-node=\"\" data-is-only-node=\"\">Toyota \u0391pproved Used &amp; Commercial Vehicles<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"z-0 flex min-h-[46px] justify-start\"><\/div>\n<div class=\"mt-3 w-full empty:hidden has-[&gt;_:empty]:hidden\">\n<div class=\"text-center\"><\/div>\n<\/div>\n<\/div>\n<div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1\" data-conversation-screenshot-content=\"\">\n<div><\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<div class=\"pointer-events-none -mt-px h-px translate-y-(--scroll-root-safe-area-inset-bottom)\" aria-hidden=\"true\"><\/div>\n<\/div>\n                                        <div class=\"decoration-line\"><\/div>\n                                                                                    <div class=\"d-flex justify-content-between lower-container\">\n                                                <p>10:00 -18:00<br \/><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                            <div class=\"location-item\">\n                                                                        \n                                        \n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d234.06389328058873!2d23.870129541280395!3d37.87957073501587!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a191464cd1344f%3A0x430dc5aad63f0763!2zzpEuIM6Zz4POvM6xzq7Ou86_z4IgzpEuzpUuIM6azr_Pgc-Jz4DOrw!5e0!3m2!1sel!2sgr!4v1741857675096!5m2!1sel!2sgr\" title=\"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n\n                                        <h3>Koropi<\/h3>\n\n                                        <div class=\"upper-container d-flex flex-column gap-2\">\n                                            <p>58 Evelpidon Avenue (former Koropiou \u2013 Varis Avenue), 194 00 Koropi<\/p>\n                                                                                            <div class=\"d-flex gap-3\">\n                                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                    <p> 210 60 22 222<\/p>\n                                                <\/div>\n                                                                                    <\/div> \n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos-koropi.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                        \n                                        <div class=\"middle-container\"> <p>Sales of new Mercedes-Benz and used StarClass<\/p>\n<p>Mercedes-Benz and OMODA &amp; JAECOO Service<\/p>\n<p>Sales of Spare Parts<\/p>\n<p>Bodyshop<\/p>\n<\/div>\n                                        <div class=\"decoration-line\"><\/div>\n                                                                                    <div class=\"d-flex justify-content-between lower-container\">\n                                                <p>Monday 9am-7pm<br \/>Tuesday 9am-7pm<br \/>Wednesday 9am-7pm<br \/>Thursday 9am-7pm<\/p><p>Friday 9am-7pm<br \/>Saturday 9am-3pm<br \/>Sunday Closed<\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"tabs-content \" id=\"content-t7238-4\">\n                                                            <div class=\"location-item\">\n                                                                        \n                                        \n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m17!1m12!1m3!1d3212.580294864005!2d28.194843097869867!3d36.37094380329834!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMzbCsDIyJzE0LjQiTiAyOMKwMTEnNDguMCJF!5e0!3m2!1sen!2sgr!4v1752064979830!5m2!1sen!2sgr\" title=\"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n\n                                        <h3>Rhodes<\/h3>\n\n                                        <div class=\"upper-container d-flex flex-column gap-2\">\n                                            <p>National Road Rhodes-Lindos, Kilometer 13, Rhodes 851 01<\/p>\n                                                                                            <div class=\"d-flex gap-3\">\n                                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                    <p>2241 200900<\/p>\n                                                <\/div>\n                                                                                    <\/div> \n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos-rodos-jeep-fiat.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                        \n                                        <div class=\"middle-container\"> <p>Sales of new Fiat, Jeep, Fiat Professional &amp; Leapmotor<br \/>\nUsed Car Sales<\/p>\n<\/div>\n                                        <div class=\"decoration-line\"><\/div>\n                                                                                    <div class=\"d-flex justify-content-between lower-container\">\n                                                <p>Monday 9am\u20137pm<br \/>Tuesday 9am\u20137pm<br \/>Wednesday 9am\u20137pm<br \/>Thursday 9am\u20137pm<\/p><p>Friday 9am\u20137pm<br \/>Saturday 9am\u20133pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                        <\/div>\n            \n\n\n                <div class=\"accordion accordion-flush mobile-map\" id=\"accordion7238\">\n                                            <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\">\n                                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flushThree-collapse7238-1\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse7238-1\"> Glyfada <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse7238-1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion7238\">\n                                <div class=\"accordion-body\">\n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3150.127788631146!2d23.762252276615055!3d37.857300271964675!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1957d6b47a975%3A0x586117f8416db977!2sIsmailos%20Glyfada!5e0!3m2!1sen!2sgr!4v1757322418554!5m2!1sen!2sgr\" title=\"Glyfada &#8211; Smart\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n                                        <div>\n                                            <p>156 Vouliagmenis Avenue, 16674 Glyfada<\/p>\n                                            <div class=\"d-flex gap-3\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                <p>210 89 86 900<\/p>\n                                            <\/div>\n                                        <\/div>\n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/mercedes-benz-ismailos-glyfada.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                                                                \n                                        <p>Sales of new Smart and used StarClass<br \/>\nService Smart<br \/>\nSmart Parts Sales<\/p>\n\n                                        <div class=\"decoration-line\"><\/div>\n                                        \n                                                                                    <div class=\"opening-hours\">\n                                                <p>Monday 9am\u20139pm<br \/>Tuesday 9am\u20139pm<br \/>Wednesday 9am\u20139pm<br \/>Thursday 9am\u20139pm<\/p><p>Friday 9am\u20139pm<br \/>Saturday 9am\u20133pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3150.127788631146!2d23.762252276615055!3d37.857300271964675!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1957d6b47a975%3A0x586117f8416db977!2sIsmailos%20Glyfada!5e0!3m2!1sen!2sgr!4v1757322418554!5m2!1sen!2sgr\" title=\"Glyfada &#8211; Mercedes-Benz\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n                                        <div>\n                                            <p>156 Vouliagmenis Avenue, 16674 Glyfada<\/p>\n                                            <div class=\"d-flex gap-3\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                <p>210 89 86 900<\/p>\n                                            <\/div>\n                                        <\/div>\n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/06\/mercedes-benz-ismailos-glyfada.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                                                                \n                                        <p>Sales of new Mercedes-Benz and used StarClass<br \/>\nService Mercedes-Benz<br \/>\nMercedes-Benz Parts Sales<\/p>\n\n                                        <div class=\"decoration-line\"><\/div>\n                                        \n                                                                                    <div class=\"opening-hours\">\n                                                <p>Monday 9am\u20139pm<br \/>Tuesday 9am\u20139pm<br \/>Wednesday 9am\u20139pm<br \/>Thursday 9am\u20139pm<\/p><p>Friday 9am\u20139pm<br \/>Saturday 9am\u20133pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d1574.6894713056445!2d23.755137638842655!3d37.87481981020387!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1be2ed9a80fed%3A0x2ad8e62dee380009!2sThetidos%2012%2C%20Glifada%20166%2075!5e0!3m2!1sen!2sgr!4v1750683163408!5m2!1sen!2sgr\" title=\"Glyfada &#8211; OMODA | JAECOO\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n                                        <div>\n                                            <p>12 Thetidos Street, 16675 Glyfada<\/p>\n                                            <div class=\"d-flex gap-3\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                <p>219 219 2030<\/p>\n                                            <\/div>\n                                        <\/div>\n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/06\/omoda-jaecoo-store.webp\" alt=\"location-image\" \/>\n                                            <\/div>\n                                                                                \n                                        <p>Sales of new OMODA &amp; JAECOO<\/p>\n\n                                        <div class=\"decoration-line\"><\/div>\n                                        \n                                                                                    <div class=\"opening-hours\">\n                                                <p>Monday 9am\u20138pm<br \/>Tuesday 9am\u20138pm<br \/>Wednesday 9am\u20138pm<br \/>Thursday 9am\u20138pm<\/p><p>Friday 9am\u20138pm<br \/>Saturday 10am\u20132:30pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n\n                                                <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\">\n                                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flushThree-collapse7238-2\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse7238-2\"> Agios Dimitrios <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse7238-2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion7238\">\n                                <div class=\"accordion-body\">\n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d25171.415281408994!2d23.716459331220793!3d37.943816760736624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a1bd988739052b%3A0x776ca3c91ace4d3!2sA.%20Ismailos%20S.A.%20-%20Agios%20Dimitrios%20Attikis!5e0!3m2!1sen!2sgr!4v1752065847082!5m2!1sen!2sgr\" title=\"Agios Dimitrios\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n                                        <div>\n                                            <p>Eth. Antistaseos 154, Ag. Dimitrios 172 36<\/p>\n                                            <div class=\"d-flex gap-3\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                <p>210 97 60 595<\/p>\n                                            <\/div>\n                                        <\/div>\n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailosshops-104.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                                                                \n                                        <p>Sales of new Mercedes-Benz and used StarClass<br \/>\nService Mercedes-Benz<br \/>\nMercedes-Benz Parts Sales<\/p>\n<p>Service OMODA &amp; JAECOO<br \/>\nOMODA &amp; JAECOO Parts Sales<\/p>\n\n                                        <div class=\"decoration-line\"><\/div>\n                                        \n                                                                                    <div class=\"opening-hours\">\n                                                <p>Monday 8am\u20134pm<br \/>Tuesday 8am\u20134pm<br \/>Wednesday 8am\u20134pm<br \/>Thursday 8am\u20134pm<\/p><p>Friday 8am\u20134pm<br \/>Saturday Closed<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n\n                                                <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\">\n                                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flushThree-collapse7238-3\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse7238-3\"> Koropi <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse7238-3\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion7238\">\n                                <div class=\"accordion-body\">\n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3149.3852190137104!2d23.8631544!3d37.874672999999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a19300043bff63%3A0x1077d557283fd5d4!2zzpEuzpnPg868zrHOrs67zr_PgiDOkS7OlSAtIM6czrXPhM6xz4fOtc65z4HOuc-DzrzOrc69zrE!5e0!3m2!1sen!2sgr!4v1778067494056!5m2!1sen!2sgr\" title=\"Toyota Ismailos | Used Cars\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n                                        <div>\n                                            <p>Toyota &#8211; Ismailos | 88 Koropiou\u2013Varis Avenue, Koropi, Attica 19400, Greece<\/p>\n                                            <div class=\"d-flex gap-3\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                <p>2103006565<\/p>\n                                            <\/div>\n                                        <\/div>\n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/09\/TOYOTA-ISMAILOS-KORWPI-e1789725844750.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                                                                \n                                        <div class=\"qMYqUG_convSearchResultHighlightRoot\">\n<div class=\"\" data-turn-id-container=\"request-WEB:a4edea39-7203-4341-82f4-06ade9e905ca-3\" data-is-intersecting=\"true\">\n<section class=\"text-token-text-primary w-full focus:outline-none has-data-writing-block:pointer-events-none [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto R6Vx5W_threadScrollVars scroll-mb-[calc(var(--scroll-root-safe-area-inset-bottom,0px)+var(--thread-response-height))] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-WEB:a4edea39-7203-4341-82f4-06ade9e905ca-3\" data-turn-id-container=\"request-WEB:a4edea39-7203-4341-82f4-06ade9e905ca-3\" data-testid=\"conversation-turn-6\" data-turn=\"assistant\">\n<div class=\"text-base my-auto mx-auto pb-8 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\">\n<div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" data-conversation-screenshot-content=\"\">\n<div class=\"flex max-w-full flex-col gap-4 grow\">\n<div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1\" dir=\"auto\" tabindex=\"0\" data-message-author-role=\"assistant\" data-message-id=\"4a28d589-2ea3-46af-ae0a-a7dde856a740\" data-turn-start-message=\"true\" data-message-model-slug=\"gpt-5-6-thinking\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden\">\n<div class=\"markdown prose dark:prose-invert wrap-break-word w-full light markdown-new-styling\">\n<p class=\"PDq2pG_selectionAnchorContainer\" data-start=\"0\" data-end=\"33\" data-is-last-node=\"\" data-is-only-node=\"\">Toyota \u0391pproved Used &amp; Commercial Vehicles<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"z-0 flex min-h-[46px] justify-start\"><\/div>\n<div class=\"mt-3 w-full empty:hidden has-[&gt;_:empty]:hidden\">\n<div class=\"text-center\"><\/div>\n<\/div>\n<\/div>\n<div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1\" data-conversation-screenshot-content=\"\">\n<div><\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<div class=\"pointer-events-none -mt-px h-px translate-y-(--scroll-root-safe-area-inset-bottom)\" aria-hidden=\"true\"><\/div>\n\n                                        <div class=\"decoration-line\"><\/div>\n                                        \n                                                                                    <div class=\"opening-hours\">\n                                                <p>10:00 -18:00<br \/><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d234.06389328058873!2d23.870129541280395!3d37.87957073501587!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a191464cd1344f%3A0x430dc5aad63f0763!2zzpEuIM6Zz4POvM6xzq7Ou86_z4IgzpEuzpUuIM6azr_Pgc-Jz4DOrw!5e0!3m2!1sel!2sgr!4v1741857675096!5m2!1sel!2sgr\" title=\"Koropi\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n                                        <div>\n                                            <p>58 Evelpidon Avenue (former Koropiou \u2013 Varis Avenue), 194 00 Koropi<\/p>\n                                            <div class=\"d-flex gap-3\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                <p> 210 60 22 222<\/p>\n                                            <\/div>\n                                        <\/div>\n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos-koropi.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                                                                \n                                        <p>Sales of new Mercedes-Benz and used StarClass<\/p>\n<p>Mercedes-Benz and OMODA &amp; JAECOO Service<\/p>\n<p>Sales of Spare Parts<\/p>\n<p>Bodyshop<\/p>\n\n                                        <div class=\"decoration-line\"><\/div>\n                                        \n                                                                                    <div class=\"opening-hours\">\n                                                <p>Monday 9am-7pm<br \/>Tuesday 9am-7pm<br \/>Wednesday 9am-7pm<br \/>Thursday 9am-7pm<\/p><p>Friday 9am-7pm<br \/>Saturday 9am-3pm<br \/>Sunday Closed<\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n\n                                                <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\">\n                                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flushThree-collapse7238-4\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse7238-4\"> Rhodes <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse7238-4\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion7238\">\n                                <div class=\"accordion-body\">\n                                                                            <div class=\"map-wrapper\">\n                                            <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m17!1m12!1m3!1d3212.580294864005!2d28.194843097869867!3d36.37094380329834!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMzbCsDIyJzE0LjQiTiAyOMKwMTEnNDguMCJF!5e0!3m2!1sen!2sgr!4v1752064979830!5m2!1sen!2sgr\" title=\"Rhodes\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe> \n                                        <\/div>\n                                    \n                                    <div class=\"location-info\">\n                                        <div>\n                                            <p>National Road Rhodes-Lindos, Kilometer 13, Rhodes 851 01<\/p>\n                                            <div class=\"d-flex gap-3\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/phone.svg\" alt=\"phone-icon\" \/>\n                                                <p>2241 200900<\/p>\n                                            <\/div>\n                                        <\/div>\n\n                                                                                    <div class=\"location-img\">\n                                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos-rodos-jeep-fiat.jpg\" alt=\"location-image\" \/>\n                                            <\/div>\n                                                                                \n                                        <p>Sales of new Fiat, Jeep, Fiat Professional &amp; Leapmotor<br \/>\nUsed Car Sales<\/p>\n\n                                        <div class=\"decoration-line\"><\/div>\n                                        \n                                                                                    <div class=\"opening-hours\">\n                                                <p>Monday 9am\u20137pm<br \/>Tuesday 9am\u20137pm<br \/>Wednesday 9am\u20137pm<br \/>Thursday 9am\u20137pm<\/p><p>Friday 9am\u20137pm<br \/>Saturday 9am\u20133pm<br \/>Sunday Closed <\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n\n                                        <\/div>\n            <\/section>\n\n    \n\n\n        <section id=\"form\" class=\"contact-section padding-class\">\n            <div class=\"contact-wrapper\">\n                <h2 class=\"section-heading\">Contact Us<\/h2>\n                <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_25' style='display:none'><div id='gf_25' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_25' id='gform_25'  action='\/en\/wp-json\/wp\/v2\/pages\/157#gf_25' data-formid='25' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_25' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_25_36\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_36'>Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_36' id='input_25_36' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_25_37\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_37'>Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_37' id='input_25_37' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_25_2\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_2'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_2' id='input_25_2' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_25_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_3'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_25_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_25_5\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_5'>I\u2019m interested in<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_25_5' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select a service<\/option><option value='Leasing' >Leasing<\/option><option value='Contact ' >Contact<\/option><option value='Test Drive' >Test Drive<\/option><option value='Service' >Service<\/option><\/select><\/div><\/div><div id=\"field_25_28\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_28'>Company Name<\/label><div class='ginput_container ginput_container_text'><input name='input_28' id='input_25_28' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_25_17\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Enquiry about<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_25_17'>\n\t\t\t<div class='gchoice gchoice_25_17_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='New vehicle'  id='choice_25_17_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_25_17_0' id='label_25_17_0' class='gform-field-label gform-field-label--type-inline'>New vehicle<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_25_17_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Used vehicle'  id='choice_25_17_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_25_17_1' id='label_25_17_1' class='gform-field-label gform-field-label--type-inline'>Used vehicle<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_25_17_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Service'  id='choice_25_17_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_25_17_2' id='label_25_17_2' class='gform-field-label gform-field-label--type-inline'>Service<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_25_17_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Other'  id='choice_25_17_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_25_17_3' id='label_25_17_3' class='gform-field-label gform-field-label--type-inline'>Other<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_25_8\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_8'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_25_8' class='textarea large'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_25_30\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_30'>Brand<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_30' id='input_25_30' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select Brand<\/option><option value='Mercedes Benz' >Mercedes Benz<\/option><option value='Toyota' >Toyota<\/option><option value='Omoda | Jaecoo' >Omoda | Jaecoo<\/option><option value='Fiat' >Fiat<\/option><option value='Jeep' >Jeep<\/option><option value='Smart' >Smart<\/option><\/select><\/div><\/div><div id=\"field_25_38\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_38'>Brand<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_38' id='input_25_38' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select Brand<\/option><option value='Mercedes Benz' >Mercedes Benz<\/option><option value='Toyota' >Toyota<\/option><option value='Omoda | Jaecoo' >Omoda | Jaecoo<\/option><option value='Fiat' >Fiat<\/option><option value='Jeep' >Jeep<\/option><option value='Smart' >Smart<\/option><\/select><\/div><\/div><div id=\"field_25_35\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_35'>Store Service<\/label><div class='ginput_container ginput_container_select'><select name='input_35' id='input_25_35' class='large gfield_select'     aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Store<\/option><option value='MERCEDES BENZ - GLYFADA' >MERCEDES BENZ &#8211; GLYFADA<\/option><option value='MERCEDES BENZ - KOROPI' >MERCEDES BENZ &#8211; KOROPI<\/option><option value='MERCEDES BENZ - AGIOS DIMITRIOS' >MERCEDES BENZ &#8211; AGIOS DIMITRIOS<\/option><option value='OMODA |JAECOO -  AGIOS DIMITRIOS' >OMODA |JAECOO &#8211;  AGIOS DIMITRIOS<\/option><option value='OMODA |JAECOO - \u039a\u039fROPI' >OMODA |JAECOO &#8211; \u039a\u039fROPI<\/option><option value='\u03a4\u039f\u03a5\u039f\u03a4\u0391 - \u0395LLINIKO' >\u03a4\u039f\u03a5\u039f\u03a4\u0391 &#8211; \u0395LLINIKO<\/option><option value='SMART  - GLYFADA' >SMART  &#8211; GLYFADA<\/option><option value='SMART  - KOROPI' >SMART  &#8211; KOROPI<\/option><option value='SMART - \u0391GIOS DIMITRIOS' >SMART  &#8211; AGIOS DIMITRIOS<\/option><option value='FIAT - RODOS ' >FIAT &#8211; RODOS<\/option><option value='JEEP - RODOS ' >JEEP &#8211; RODOS <\/option><option value='BODY REPAIR - \u039aOROPI (MERCEDES BENZ\/SMART\/ OMODA-JAECOO)' >BODY REPAIR &#8211; \u039aOROPI (MERCEDES BENZ\/SMART\/ OMODA-JAECOO)<\/option><\/select><\/div><\/div><div id=\"field_25_40\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_40'>Vehicle Registration Number<\/label><div class='ginput_container ginput_container_text'><input name='input_40' id='input_25_40' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_25_32\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_32'>Model<\/label><div class='ginput_container ginput_container_text'><input name='input_32' id='input_25_32' type='text' value='' class='large'    placeholder='Select a Brand'  aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_25_11\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class=\"gfield_label gform-field-label screen-reader-text gfield_label_before_complex\"><\/legend><div class=\"ginput_container ginput_container_consent\"><input name=\"input_11.1\" id=\"input_25_11_1\" type=\"checkbox\" value=\"1\" aria-invalid=\"false\"><div class=\"checkbox__checkmark\"><\/div> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for=\"input_25_11_1\">I have read the <a href=\"https:\/\/www.ismailos.gr\/en\/privacy-policy\/\">privacy policy<\/a>.<\/label><input type=\"hidden\" name=\"input_11.2\" value='I have read the &lt;a href=\"https:\/\/www.ismailos.gr\/en\/privacy-policy\/\"&gt;privacy policy&lt;\/a&gt;.' class=\"gform_hidden\"><input type=\"hidden\" name=\"input_11.3\" value=\"18\" class=\"gform_hidden\"><\/div><\/fieldset><fieldset id=\"field_25_12\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class=\"gfield_label gform-field-label screen-reader-text gfield_label_before_complex\"><\/legend><div class=\"ginput_container ginput_container_consent\"><input name=\"input_12.1\" id=\"input_25_12_1\" type=\"checkbox\" value=\"1\" aria-invalid=\"false\"><div class=\"checkbox__checkmark\"><\/div> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for=\"input_25_12_1\">I consent to receiving marketing communications.<\/label><input type=\"hidden\" name=\"input_12.2\" value=\"I consent to receiving marketing communications.\" class=\"gform_hidden\"><input type=\"hidden\" name=\"input_12.3\" value=\"18\" class=\"gform_hidden\"><\/div><\/fieldset><div id=\"field_25_41\" class=\"gfield gfield--type-captcha gfield--input-type-captcha field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_25_41'>CAPTCHA<\/label><div id='input_25_41' class='ginput_container ginput_recaptcha' data-sitekey='6LdHpaoqAAAAAHT_j7xaR6cyIxBBa2zQQV1od0TH'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_25' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <input type='hidden' name='gform_ajax' value='form_id=25&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=2a15f7f7243deb7b2629f29b522914cb' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_25' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_25' id='gform_theme_25' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_25' id='gform_style_settings_25' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_25' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='25' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='qMRjeyNkG1JD5w0oPtz0vIXFk\/R8xAIMmXIVVTZQAQ51usVb3HheadPYMHOyaJ\/YpLhkkdQt3fYj+gJg0qfmEfZn17ZYFhGddjCZc+st6B0OfqM=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_25' value='WyJ7XCIxN1wiOltcIjA3ZmRmNjlmNjkwM2ZlOTI0YTlkNWY3ZjFlNWQ1MWJiXCIsXCI2ZjU2OWM5MGE3NzUxMjY0M2Y1NTk3NDNmMWY5ODMwM1wiLFwiMTg2NGNjMGM1ZjY3NDNhMzk4YTY5ZTYyN2ExZTRkYTRcIixcIjQwZDMxMzk2ZGVlZTdlMzcwMTUwMGU0N2E2MjI2NmU3XCJdLFwiMzBcIjpbXCI2NjBjZGMwZTU4NTkwMTVmYWExNWRhZjgzNmUxNjhkNVwiLFwiNDNiYmQ1YjM1NzA0NDM3MzlmYmJiOWQyYzI4OTNjMzlcIixcImE2ZjQzMWU3MjVkNmQyNDEyM2JhN2M1MzBlOTQ4MzFkXCIsXCI4MTBiMTViMTAxZGJjY2RjZGY0YzUzNDg1MDgyN2VlYVwiLFwiYWViN2U5ZWM2ZDAzYmNlMGVhZTQyZjM4NzIxNTcwZTdcIixcImY1ZTYzMThiMThjYzE4MTVmNmI4ZDY2YmQ2NDExMmUzXCJdLFwiMzhcIjpbXCI2NjBjZGMwZTU4NTkwMTVmYWExNWRhZjgzNmUxNjhkNVwiLFwiNDNiYmQ1YjM1NzA0NDM3MzlmYmJiOWQyYzI4OTNjMzlcIixcImE2ZjQzMWU3MjVkNmQyNDEyM2JhN2M1MzBlOTQ4MzFkXCIsXCI4MTBiMTViMTAxZGJjY2RjZGY0YzUzNDg1MDgyN2VlYVwiLFwiYWViN2U5ZWM2ZDAzYmNlMGVhZTQyZjM4NzIxNTcwZTdcIixcImY1ZTYzMThiMThjYzE4MTVmNmI4ZDY2YmQ2NDExMmUzXCJdLFwiMzVcIjpbXCIzOTdmMzEyMmE2MTEwNzNlYTEwNDE2MjhhZTY5OTY0M1wiLFwiZDhhMmMxMDYyMGU2NGVhMmI4NWM3YmJkMzZhYzhhZTJcIixcIjFhY2ZjYWQzYjRlMTczNmEwMDIxZThiN2QxMzNhYzBkXCIsXCI3NzI2OWZmOTMzZWY1ZTdhNzgwM2YzNjE3Y2VjODg1OVwiLFwiODE4YjI1ZDc4ODYwNTYwOWMwOTBjNWM0YzNlYjNmNDVcIixcIjYxYjM4MTJhOTQ5NWVkODE1NjI2ZTdmNWJiMzQwYzM0XCIsXCJiOGQyODk3MGY2NGMxZTFlOGI1YTQzN2QxNDY2OTJmMFwiLFwiZTBiYjM3MWUyNWU2NjE0YzdmOWI2NWM5N2Y1NzNiZWNcIixcIjI4NjVkNjY0NDI0ODcwNmJkMjU3Y2Y3MGM5NjQ2ZmM0XCIsXCJlMzE0MmRjMjU0YTFlYzY2NWRhZWMxNTEwMTBlMGZkOVwiLFwiY2IyYTAxZDg3OTVmNDc3OGZiNTgzYTExNTZlNDExYTdcIixcIjZkYTQyMzE4YzZkMzQ0MjQyYTFkYmM4YmUxOTFhMTgwXCJdLFwiMTEuMVwiOlwiZTRjYTgyMWIyOTAyMzEyNmFjOGVkMzNhNjIyYjgzY2NcIixcIjExLjJcIjpcImIxNTNiNzZlMmJiZmI5MDdlMTgyOWQ1NmIzOGM1OWE1XCIsXCIxMS4zXCI6XCJiZTA2NTRhYmE0MDkwN2ViNzU3ODYxNTk4N2UxOTgxOVwiLFwiMTIuMVwiOlwiZTRjYTgyMWIyOTAyMzEyNmFjOGVkMzNhNjIyYjgzY2NcIixcIjEyLjJcIjpcImQzZDBjN2I2YTljZDBhODczNzdiMTdkNzgzM2JjNDk1XCIsXCIxMi4zXCI6XCJiZTA2NTRhYmE0MDkwN2ViNzU3ODYxNTk4N2UxOTgxOVwifSIsIjU3MWMzY2UzYjRjMjEwNGYxNWNjMDAxNjBkYWNiM2FkIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_25' id='gform_target_page_number_25' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_25' id='gform_source_page_number_25' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_25' id='gform_ajax_frame_25' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 25, 'https:\/\/www.ismailos.gr\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_25').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_25');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_25').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_25').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_25').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_25').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_25').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_25').val();gformInitSpinner( 25, 'https:\/\/www.ismailos.gr\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [25, current_page]);window['gf_submitting_25'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_25').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_25').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [25]);window['gf_submitting_25'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_25').text());}else{jQuery('#gform_25').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"25\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_25\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_25\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_25\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 25, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n            <\/div>\n        <\/section>\n\n    ","protected":false},"excerpt":{"rendered":"<p>DRIVE WITHOUT COMPROMISE Discover premium models and find the vehicle that fits your lifestyle. Authorized Car Dealer. Explore Brand Explore Brand Explore Brand Explore Brand Explore Brand Explore Brand New Vehicles Experience the luxury of owning a new Mercedes-Benz Discover the latest Mercedes-Benz passenger vehicles at A. Ismailos S.A. Models such as the A-Class , [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"skin":[],"class_list":["post-157","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ismailos.gr\/en\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u0391. \u0399\u03c3\u03bc\u03b1\u03ae\u03bb\u03bf\u03c2 \u0391\u0395 -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Authorized Car Dealer in Greece | A. Ismailos S.A.\" \/>\n\t\t<meta property=\"og:description\" content=\"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ismailos.gr\/en\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos_logo.png.webp\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos_logo.png.webp\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-01-16T11:06:14+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-29T07:58:47+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mercedes.ismailos\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Authorized Car Dealer in Greece | A. Ismailos S.A.\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos_logo.png.webp\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#listItem\",\"name\":\"\\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#listItem\",\"position\":2,\"name\":\"\\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#organization\",\"name\":\"\\u0391. \\u0399\\u03c3\\u03bc\\u03b1\\u03ae\\u03bb\\u03bf\\u03c2 \\u0391\\u0395\",\"url\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ismailos.gr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/ismailos_logo.png.webp\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mercedes.ismailos\",\"https:\\\/\\\/www.instagram.com\\\/mbismailos\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC_fM9kku4s5TTOAYQa5n0XQ\",\"https:\\\/\\\/gr.linkedin.com\\\/company\\\/mb-ismailos-s-a\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#webpage\",\"url\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/\",\"name\":\"Authorized Car Dealer in Greece | A. Ismailos S.A.\",\"description\":\"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#breadcrumblist\"},\"datePublished\":\"2025-01-16T11:06:14+00:00\",\"dateModified\":\"2026-07-29T07:58:47+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/\",\"name\":\"\\u0391. \\u0399\\u03c3\\u03bc\\u03b1\\u03ae\\u03bb\\u03bf\\u03c2 \\u0391\\u0395\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ismailos.gr\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Authorized Car Dealer in Greece | A. Ismailos S.A.","description":"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.","canonical_url":"https:\/\/www.ismailos.gr\/en\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.ismailos.gr\/en\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ismailos.gr\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/www.ismailos.gr\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ismailos.gr\/en\/#listItem","name":"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A."}},{"@type":"ListItem","@id":"https:\/\/www.ismailos.gr\/en\/#listItem","position":2,"name":"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ismailos.gr\/en\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.ismailos.gr\/en\/#organization","name":"\u0391. \u0399\u03c3\u03bc\u03b1\u03ae\u03bb\u03bf\u03c2 \u0391\u0395","url":"https:\/\/www.ismailos.gr\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos_logo.png.webp","@id":"https:\/\/www.ismailos.gr\/en\/#organizationLogo"},"image":{"@id":"https:\/\/www.ismailos.gr\/en\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/mercedes.ismailos","https:\/\/www.instagram.com\/mbismailos\/","https:\/\/www.youtube.com\/channel\/UC_fM9kku4s5TTOAYQa5n0XQ","https:\/\/gr.linkedin.com\/company\/mb-ismailos-s-a"]},{"@type":"WebPage","@id":"https:\/\/www.ismailos.gr\/en\/#webpage","url":"https:\/\/www.ismailos.gr\/en\/","name":"Authorized Car Dealer in Greece | A. Ismailos S.A.","description":"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.ismailos.gr\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.ismailos.gr\/en\/#breadcrumblist"},"datePublished":"2025-01-16T11:06:14+00:00","dateModified":"2026-07-29T07:58:47+00:00"},{"@type":"WebSite","@id":"https:\/\/www.ismailos.gr\/en\/#website","url":"https:\/\/www.ismailos.gr\/en\/","name":"\u0391. \u0399\u03c3\u03bc\u03b1\u03ae\u03bb\u03bf\u03c2 \u0391\u0395","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.ismailos.gr\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"\u0391. \u0399\u03c3\u03bc\u03b1\u03ae\u03bb\u03bf\u03c2 \u0391\u0395 -","og:type":"article","og:title":"Authorized Car Dealer in Greece | A. Ismailos S.A.","og:description":"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.","og:url":"https:\/\/www.ismailos.gr\/en\/","og:image":"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos_logo.png.webp","og:image:secure_url":"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos_logo.png.webp","article:published_time":"2025-01-16T11:06:14+00:00","article:modified_time":"2026-07-29T07:58:47+00:00","article:publisher":"https:\/\/www.facebook.com\/mercedes.ismailos","twitter:card":"summary_large_image","twitter:title":"Authorized Car Dealer in Greece | A. Ismailos S.A.","twitter:description":"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.","twitter:image":"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/ismailos_logo.png.webp"},"aioseo_meta_data":{"post_id":"157","title":"Authorized Car Dealer in Greece | A. Ismailos S.A.","description":"Discover new and used cars, leasing, test drives and authorized service for Mercedes-Benz, smart, Toyota, OMODA | JAECOO, Jeep and Fiat in Greece.","keywords":null,"keyphrases":{"focus":{"keyphrase":"car dealer","score":48,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1},"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-08-11 14:41:51","updated":"2026-07-29 08:31:42","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ismailos.gr\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t Authorized Car Dealer in Greece | A. Ismailos S.A.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.ismailos.gr\/en\/"},{"label":"\u00a0Authorized Car Dealer in Greece | A. Ismailos S.A.","link":"https:\/\/www.ismailos.gr\/en\/"}],"_links":{"self":[{"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages\/157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/comments?post=157"}],"version-history":[{"count":131,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages\/157\/revisions"}],"predecessor-version":[{"id":16768,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages\/157\/revisions\/16768"}],"wp:attachment":[{"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/media?parent=157"}],"wp:term":[{"taxonomy":"skin","embeddable":true,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/skin?post=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}