{"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-04-21T13:42:43","modified_gmt":"2026-04-21T13:42:43","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.ismailos.gr\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<style>\n.hero-section {\n  width: 100%;\n  min-height: 68vh;\n  display: flex;\n  align-items: flex-end; \/* \ud83d\udc48 \u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03b6\u03b5\u03b9 \u03ba\u03ac\u03c4\u03c9 *\/\n  justify-content: flex-start; \/* \ud83d\udc48 \u03c0\u03ac\u03b5\u03b9 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac *\/\n  padding: 60px 80px; \/* \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc spacing *\/\n  margin: 0;\n  overflow: hidden;\n  position: relative;\n}\n\n.hero-box {\n  position: absolute;\n  inset: 0;\n}\n\n\/* \ud83c\udfa5 VIDEO *\/\n.hero-video {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n\/* overlay *\/\n.hero-box::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    90deg,\n    rgba(0,0,0,0.75) 0%,\n    rgba(0,0,0,0.4) 40%,\n    rgba(0,0,0,0.2) 100%\n  );\n  z-index: 1;\n}\n\n\/* CONTENT *\/\n.hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 520px;\n}\n\n.hero-title {\n  font-size: 30px;\n  font-weight: 900;\n  color: #fff;\n  margin: 0 0 20px;\n  line-height: 1.1;\n}\n\n.hero-sub {\n  font-size: 20px;\n  color: rgba(255,255,255,0.9);\n  line-height: 1.5;\n  margin: 0;\n}\n\n\/* MOBILE *\/\n@media (max-width: 900px) {\n  .hero-section {\n    min-height: 55vh;\n    padding: 40px 20px;\n    align-items: flex-end;\n  }\n\n  .hero-title {\n    font-size: 40px;\n  }\n\n  .hero-sub {\n    font-size: 16px;\n  }\n}\n<\/style>\n\n<div class=\"hero-section\">\n\n  <div class=\"hero-box\">\n    <video class=\"hero-video\" autoplay muted loop playsinline poster=\"\">\n      <source src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/download-2.mp4\" type=\"video\/mp4\">\n    <\/video>\n  <\/div>\n\n  <div class=\"hero-content\">\n    <h1 class=\"hero-title\">\n      DRIVE WITHOUT COMPROMISE\n    <\/h1>\n\n    <p class=\"hero-sub\">\n      Discover premium models and find the vehicle that fits your lifestyle.\nAuthorized Dealer.\n    <\/p>\n  <\/div>\n\n<\/div>\n\n\n\n\n\n<style>\n.cars-section {\n  display: flex;\n  justify-content: center;\n  padding: 90px 20px 80px;\n  background:\n    radial-gradient(circle at top, rgba(255,255,255,0.05) 0%, transparent 24%),\n    radial-gradient(circle at center, #0f2229 0%, #08161b 48%, #040b0f 100%);\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:\n    linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.03) 16%, transparent 34%),\n    radial-gradient(circle at 50% 35%, #72756f 0%, #636760 48%, #565a54 72%, #4f534d 100%);\n  border: 1px solid rgba(255,255,255,0.08);\n  box-shadow:\n    0 24px 45px rgba(0,0,0,0.30),\n    inset 0 1px 0 rgba(255,255,255,0.10),\n    inset 0 -18px 28px rgba(0,0,0,0.08);\n  transition: transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n.car-card::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 28px;\n  background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, transparent 34%, transparent 100%);\n  pointer-events: none;\n  z-index: 1;\n}\n\n.car-card::after {\n  content: \"\";\n  position: absolute;\n  left: 50%;\n  bottom: -34px;\n  transform: translateX(-50%);\n  width: 80%;\n  height: 38px;\n  background: radial-gradient(circle, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 55%, transparent 80%);\n  filter: blur(12px);\n  z-index: 1;\n  pointer-events: none;\n}\n\n.car-card:hover {\n  transform: translateY(-8px);\n  box-shadow:\n    0 30px 52px rgba(0,0,0,0.36),\n    inset 0 1px 0 rgba(255,255,255,0.12),\n    inset 0 -20px 30px rgba(0,0,0,0.10);\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  height: 95px;\n  max-width: 84%;\n  object-fit: contain;\n  filter: brightness(0) invert(1);\n}\n\n.car-logo.mercedes { height: 105px; }\n.car-logo.smart { height: 90px; }\n.car-logo.toyota { height: 85px; }\n.car-logo.omoda { height: 80px; }\n.car-logo.jeep { height: 90px; }\n.car-logo.fiat { height: 95px; }\n\n.car-image {\n  position: absolute;\n  left: 50%;\n  bottom: -60px;\n  transform: translateX(-50%);\n  width: 115%;\n  height: 65%;\n  object-fit: contain;\n  object-position: center bottom;\n  z-index: 2;\n  transition: transform 0.35s ease;\n}\n\n.car-card:hover .car-image {\n  transform: translateX(-50%) scale(1.03);\n}\n\n.car-cta {\n  position: absolute;\n  left: 50%;\n  bottom: 22px;\n  transform: translateX(-50%);\n  z-index: 4;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0);\n  transition: all 0.3s ease;\n  pointer-events: none;\n}\n\n.car-card:hover .car-cta {\n  bottom: 26px;\n  color: rgba(255,255,255,0.82);\n}\n\n@media (max-width: 1100px) {\n  .cars-grid {\n    grid-template-columns: repeat(2, minmax(0, 320px));\n    gap: 80px 40px;\n  }\n}\n\n@media (max-width: 767px) {\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    height: 82px;\n    max-width: 82%;\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: 112%;\n    height: 62%;\n    bottom: -54px;\n  }\n\n  .car-card::after {\n    width: 78%;\n    height: 34px;\n    bottom: -28px;\n  }\n\n  .car-cta {\n    font-size: 12px;\n  }\n}\n\n@media (max-width: 380px) {\n  .cars-grid {\n    max-width: 100%;\n  }\n\n  .car-card {\n    max-width: 100%;\n  }\n\n  .car-image {\n    width: 108%;\n  }\n}\n<\/style>\n\n<div class=\"cars-section\">\n  <div class=\"cars-grid\">\n\n    <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/\" class=\"car-card\">\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/30-e1776163242831.png\" alt=\"Mercedes\" class=\"car-logo mercedes\">\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-1-e1776160368786.png\" alt=\"Mercedes Car\" class=\"car-image\">\n      <span class=\"car-cta\">Explore Brand<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.ismailos.gr\/smart\/\" class=\"car-card\">\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/jeep-1-e1776163598190.png\" alt=\"Smart\" class=\"car-logo smart\">\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-2-e1776235190197.png\" alt=\"Smart Car\" class=\"car-image\">\n      <span class=\"car-cta\">Explore Brand<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.ismailos.gr\/toyota\/\" class=\"car-card\">\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/31-2-e1776163198553.png\" alt=\"Toyota\" class=\"car-logo toyota\">\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/33-1-e1776162307326.png\" alt=\"Toyota Car\" class=\"car-image\">\n      <span class=\"car-cta\">Explore Brand<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.ismailos.gr\/omoda-jaecoo\/\" class=\"car-card\">\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/omodajaecco-e1776161070479.png\" alt=\"Omoda Jaecoo\" class=\"car-logo omoda\">\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/34-1-e1776240472889.png\" alt=\"Omoda Jaecoo Car\" class=\"car-image\">\n      <span class=\"car-cta\">Explore Brand<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.ismailos.gr\/jeep\/\" class=\"car-card\">\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-e1776163344458.png\" alt=\"Jeep\" class=\"car-logo jeep\">\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-4-e1776235897760.png\" alt=\"Jeep Car\" class=\"car-image\">\n      <span class=\"car-cta\">Explore Brand<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/www.ismailos.gr\/fiat\/\" class=\"car-card\">\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/fiat.png\" alt=\"Fiat\" class=\"car-logo fiat\">\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-7-e1776240084829.png\" alt=\"Fiat Car\" class=\"car-image\">\n      <span class=\"car-cta\">Explore Brand<\/span>\n    <\/a>\n\n  <\/div>\n<\/div>\n\n\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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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\">&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        <section class=\"cars-carousel padding-class\">\n            <div class=\"swiper logoSwiper\">\n                <div class=\"swiper-wrapper\">\n                                                <div class=\"swiper-slide\">\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/smart\/\" target=\"_blank\">                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/11\/Smart-Logo.jpg\" alt=\"Smart logo icon\" \/>\n                                <\/a>                            <\/div>\n                                                    <div class=\"swiper-slide\">\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/fiat\/\" target=\"_blank\">                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/fiat.png\" alt=\"Fiat logo icon\" \/>\n                                <\/a>                            <\/div>\n                                                    <div class=\"swiper-slide\">\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/fiat-professional\/\" target=\"_blank\">                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/03\/fiat-prof.png\" alt=\"Fiat Professional logo icon\" \/>\n                                <\/a>                            <\/div>\n                                                    <div class=\"swiper-slide\">\n                                <a href=\"https:\/\/ismailos.toyota.gr\/\" target=\"_blank\">                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/09\/Toyota-Ismailos-Sticker-white-small-e1759399898841.png\" alt=\"Toyota logo icon\" \/>\n                                <\/a>                            <\/div>\n                                                    <div class=\"swiper-slide\">\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/mercedes-benz\/\" target=\"_blank\">                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/mercedez.png\" alt=\"Mercedes-Benz logo icon\" \/>\n                                <\/a>                            <\/div>\n                                                    <div class=\"swiper-slide\">\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/jeep\/\" target=\"_blank\">                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/jeep.png\" alt=\"Jeep logo icon\" \/>\n                                <\/a>                            <\/div>\n                                                    <div class=\"swiper-slide\">\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/omoda-jaecoo\/\" target=\"_blank\">                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/OJ-Red-vertical-line-logo-black.webp\" alt=\"Omoda | Jaecoo logo icon\" \/>\n                                <\/a>                            <\/div>\n                                        <\/div>\n                <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#carouselExample\" data-bs-slide=\"prev\">\n                    <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"><\/span>\n                    <span class=\"visually-hidden\">Previous<\/span>\n                <\/button>\n                <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#carouselExample\" data-bs-slide=\"next\">\n                    <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"><\/span>\n                    <span class=\"visually-hidden\">Next<\/span>\n                <\/button>\n            <\/div>\n        <\/section>\n\n    \n\n\n    <section class=\"carousel-compact padding-class-md\">\n\n        <h2 class=\"section-heading\">Latest Offers<\/h2>        \n            <div id=\"brandCarousel\" class=\"carousel slide offers\">\n                \n                <div class=\"carousel-inner offers\">\n                    \n                        <div class=\"carousel-item active\">\n                            <div class=\"inner-wrapper\">\n                                                                <div class=\"txt-container\">\n                                    <h3>Certified pre-owned A-Class<\/h3>\n<p>Make the A-Class yours \u2013 choose from our available Certified Pre-Owned models and enjoy:<\/p>\n<ul>\n<li data-start=\"85\" data-end=\"149\">Extended warranty up to 2 years \u2013 coverage up to 24 months<\/li>\n<li data-start=\"85\" data-end=\"149\">Warranty transferable to the next owner in case of private resale<\/li>\n<li data-start=\"85\" data-end=\"149\">12-month mobility warranty (Mobilo)<\/li>\n<li data-start=\"85\" data-end=\"149\">Mileage warranty included<\/li>\n<li data-start=\"85\" data-end=\"149\">Fast and professional repairs at all authorized service centers of A. Ismailos S.A., using only genuine Mercedes-Benz parts<\/li>\n<\/ul>\n                                    <a class=\"carousel-btn\" href=\"#form\" target=\"\">Contact us<\/a>\n                                                                    <\/div>\n                                                                <div class=\"img-container\">\n                                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/mercedes_amg_a_class_w177_exterior_35_radiator_grill_2176x1224_12_2022.webp\" class=\"d-block w-100\" alt=\"\">\n                                <\/div>\n                                                            <\/div>\n                        <\/div>\n\n                                    <\/div>\n\n                <button class=\"carousel-control-prev d-none\" type=\"button\" data-bs-target=\"#brandCarousel\" data-bs-slide=\"prev\">\n                    <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"><\/span>\n                    <span class=\"visually-hidden\">Previous<\/span>\n                <\/button>\n                <button class=\"carousel-control-next d-none\" type=\"button\" data-bs-target=\"#brandCarousel\" data-bs-slide=\"next\">\n                    <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"><\/span>\n                    <span class=\"visually-hidden\">Next<\/span>\n                <\/button>\n            <\/div>\n\n            \n        <\/section>\n    \n\n\n        <section class=\"card-section padding-class\">\n                            <h2 class=\"section-heading\">Our Latest Vehicles For Sale<\/h2>\n            \n            <div class=\"card-main-wrapper slider1\">\n                <div class=\"card\">\n    <div class=\"card-image-wrapper\">\n\n                    <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/Mercedes-Benz-CLE-53-4MATIC-3.0lt-450hp-BLACK-MATT-16-.jpg\"  \/>\n        \n            <div class=\"card-image-text\" style=\"background-color:#053df5;\">\n        <p>Brand new<\/p>\n    <\/div>\n    <\/div>\n\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n                <p>Mercedes-Benz CLE Coup\u00e9<\/p>\n                <p>Mercedes Benz CLE 53 4MATIC+ 3.0lt 450hp<\/p>\n                                    <p> <span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;126.500<\/bdi><\/span><\/span><\/p>\n                \n            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(13084)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox icon\" \/>\n                <p>Automatic<\/p>\n            <\/div>\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type icon\" \/>\n                <p>Gasoline Hybrid<\/p>\n            <\/div>\n                    <\/div>\n\n                    <div class=\"btn-bottom\">\n                                    <a href=\"https:\/\/www.ismailos.gr\/en\/book-a-test-drive\/?vehicle_id=13084&#038;model_name=Mercedes-Benz+CLE+Coup%C3%A9+Mercedes+Benz+CLE+53+4MATIC%2B+3.0lt+450hp+%2F+13083#form\" class=\"light card-btn\">Book a test drive<\/a>\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/mercedes-benz-cle-300-2025-hybrid-3\/\" class=\"dark card-btn\">Discover more<\/a>\n            <\/div>\n        \n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n\n                    <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/IMG_8592.jpeg\"  \/>\n        \n            <div class=\"card-image-text\" style=\"background-color:#053df5;\">\n        <p>Brand new<\/p>\n    <\/div>\n    <\/div>\n\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n                <p>Mercedes-Benz CLE Coup\u00e9<\/p>\n                <p>Mercedes Benz CLE 53 4MATIC+ 3.0lt 450hp<\/p>\n                                    <p> <span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;117.000<\/bdi><\/span><\/span><\/p>\n                \n            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(12974)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox icon\" \/>\n                <p>Automatic<\/p>\n            <\/div>\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type icon\" \/>\n                <p>Gasoline Hybrid<\/p>\n            <\/div>\n                    <\/div>\n\n                    <div class=\"btn-bottom\">\n                                    <a href=\"https:\/\/www.ismailos.gr\/en\/book-a-test-drive\/?vehicle_id=12974&#038;model_name=Mercedes-Benz+CLE+Coup%C3%A9+Mercedes+Benz+CLE+53+4MATIC%2B+3.0lt+450hp+%2F+12973#form\" class=\"light card-btn\">Book a test drive<\/a>\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/mercedes-benz-cle-300-2025-hybrid-2\/\" class=\"dark card-btn\">Discover more<\/a>\n            <\/div>\n        \n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n\n                    <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/Fiat_Panda_2025_URBAN_1.0lt_1.jpg\"  \/>\n        \n            <div class=\"card-image-text\" style=\"background-color:#053df5;\">\n        <p>Brand new<\/p>\n    <\/div>\n    <\/div>\n\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n                <p>Fiat Panda<\/p>\n                <p>Fiat Panda 2025 URBAN 1.0lt 70hp MANUAL<\/p>\n                                    <p> <span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;16.300<\/bdi><\/span><\/span><\/p>\n                \n            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8306)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox icon\" \/>\n                <p>Manual<\/p>\n            <\/div>\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type icon\" \/>\n                <p>Petrol<\/p>\n            <\/div>\n                    <\/div>\n\n                    <div class=\"btn-bottom\">\n                                    <a href=\"https:\/\/www.ismailos.gr\/en\/book-a-test-drive\/?vehicle_id=8306&#038;model_name=Fiat+Panda+Fiat+Panda+2025+URBAN+1.0lt+70hp+MANUAL+%2F+8298#form\" class=\"light card-btn\">Book a test drive<\/a>\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/fiat-panda-2025-urban-1-0lt\/\" class=\"dark card-btn\">Discover more<\/a>\n            <\/div>\n        \n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n\n                    <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/Mercedes_Benz_GLA_35_AMG_2025_4MATIC.jpg\"  \/>\n        \n            <div class=\"card-image-text\" style=\"background-color:#053df5;\">\n        <p>Brand new<\/p>\n    <\/div>\n    <\/div>\n\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n                <p>Mercedes-Benz GLA<\/p>\n                <p>Mercedes-Benz GLA 35 AMG 2025 4MATIC 2.0lt 306hp + 13hp PANORAMA<\/p>\n                                    <p> <span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;73.350<\/bdi><\/span><\/span><\/p>\n                \n            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8291)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox icon\" \/>\n                <p>Automatic<\/p>\n            <\/div>\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type icon\" \/>\n                <p>Petrol<\/p>\n            <\/div>\n                    <\/div>\n\n                    <div class=\"btn-bottom\">\n                                    <a href=\"https:\/\/www.ismailos.gr\/en\/book-a-test-drive\/?vehicle_id=8291&#038;model_name=Mercedes-Benz+GLA+Mercedes-Benz+GLA+35+AMG+2025+4MATIC+2.0lt+306hp+%2B+13hp+PANORAMA+%2F+8286#form\" class=\"light card-btn\">Book a test drive<\/a>\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/mercedes-benz-gla-35-amg-2025-4matic\/\" class=\"dark card-btn\">Discover more<\/a>\n            <\/div>\n        \n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n\n                    <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/Mercedes_Benz_E_220_2025_Diesel_2.0lt.jpg\"  \/>\n        \n            <div class=\"card-image-text\" style=\"background-color:#053df5;\">\n        <p>Brand new<\/p>\n    <\/div>\n    <\/div>\n\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n                <p>Mercedes-Benz E-Class Sedan<\/p>\n                <p>Mercedes-Benz E 220 2025 Diesel 2.0lt 197hp+23hp AMG LINE PANORAMA HYPERSCREEN<\/p>\n                                    <p> <span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;77.900<\/bdi><\/span><\/span><\/p>\n                \n            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8285)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox icon\" \/>\n                <p>Automatic<\/p>\n            <\/div>\n                        <div class=\"car-details\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type icon\" \/>\n                <p>Hybrid Diesel<\/p>\n            <\/div>\n                    <\/div>\n\n                    <div class=\"btn-bottom\">\n                                    <a href=\"https:\/\/www.ismailos.gr\/en\/book-a-test-drive\/?vehicle_id=8285&#038;model_name=Mercedes-Benz+E-Class+Sedan+Mercedes-Benz+E+220+2025+Diesel+2.0lt+197hp%2B23hp+AMG+LINE+PANORAMA+HYPERSCREEN+%2F+8281#form\" class=\"light card-btn\">Book a test drive<\/a>\n                                <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/mercedes-benz-e-220-2025-diesel-2-0lt\/\" class=\"dark card-btn\">Discover more<\/a>\n            <\/div>\n        \n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n        <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/Land_Rover_Range_Rover_Evoque_2022.jpg\" alt=\"Land Rover Range Rover Evoque 2022\" \/>\n\n            <\/div>\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n            <p> <\/p>\n                <p>Land Rover Range Rover Evoque 2022 S 1.5 P300e AWD PHEV<\/p>\n                                    <p><span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;54.500<\/bdi><\/span><\/span><\/p>\n                            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8255)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/calendar.png\" alt=\"\">\n                    <p>2022<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/road.png\" alt=\"\">\n                    <p>35.492 km<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox\" \/>\n                    <p>Automatic<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type\" \/>\n                    <p>Gasoline Hybrid<\/p>\n                <\/div>\n                    <\/div>\n\n        <div class=\"btn-bottom\">\n            <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/land-rover-range-rover-evoque-2022\/\" class=\"dark card-btn\">Discover more<\/a>\n        <\/div>\n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n        <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/BMW_116_2023_Diesel.jpg\" alt=\"BMW 116 2023 Diesel\" \/>\n\n            <\/div>\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n            <p>BMW 116<\/p>\n                <p>BMW 116 2023 Diesel<\/p>\n                                    <p><span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;28.000<\/bdi><\/span><\/span><\/p>\n                            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8241)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/calendar.png\" alt=\"\">\n                    <p>2023<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/road.png\" alt=\"\">\n                    <p>3.661 km<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox\" \/>\n                    <p>Automatic<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type\" \/>\n                    <p>Diesel<\/p>\n                <\/div>\n                    <\/div>\n\n        <div class=\"btn-bottom\">\n            <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/bmw-116-2023-diesel\/\" class=\"dark card-btn\">Discover more<\/a>\n        <\/div>\n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n        <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/Jeep_Compass_2023_Hybrid_Longitude_1.jpg\" alt=\"Jeep Compass 2023 HYBRID LONGITUDE\" \/>\n\n            <\/div>\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n            <p>Jeep Compass<\/p>\n                <p>Jeep Compass HYBRID LONGITUDE 1.5lt 130hp<\/p>\n                                    <p><span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;27.250<\/bdi><\/span><\/span><\/p>\n                            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8224)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/calendar.png\" alt=\"\">\n                    <p>2023<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/road.png\" alt=\"\">\n                    <p>14.525 km<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox\" \/>\n                    <p>Automatic<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type\" \/>\n                    <p>Gasoline Hybrid<\/p>\n                <\/div>\n                    <\/div>\n\n        <div class=\"btn-bottom\">\n            <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/jeep-compass-2023-hybrid-longitude\/\" class=\"dark card-btn\">Discover more<\/a>\n        <\/div>\n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n        <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/Mercedes_Benz_GLB_200_2021.jpg\" alt=\"Mercedes-Benz GLB 200\" \/>\n\n            <\/div>\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n            <p>Mercedes-Benz GLB<\/p>\n                <p>Mercedes-Benz GLB 200 2021 7G-DCT 1.3lt 163hp<\/p>\n                                    <p><span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;28.000<\/bdi><\/span><\/span><\/p>\n                            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8218)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/calendar.png\" alt=\"\">\n                    <p>2021<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/road.png\" alt=\"\">\n                    <p>182.515 km<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox\" \/>\n                    <p>Automatic<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type\" \/>\n                    <p>Petrol<\/p>\n                <\/div>\n                    <\/div>\n\n        <div class=\"btn-bottom\">\n            <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/mercedes-benz-glb-200\/\" class=\"dark card-btn\">Discover more<\/a>\n        <\/div>\n    <\/div>\n<\/div><div class=\"card\">\n    <div class=\"card-image-wrapper\">\n        <img decoding=\"async\" class=\"card-image\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/07\/Mercedes_Benz_CLA_45_AMG_2023_1.jpg\" alt=\"Mercedes-Benz CLA 45 AMG\" \/>\n\n            <\/div>\n    <div class=\"card-text-wrapper\">\n        <div class=\"upper-content-wrapper\">\n            <div>\n            <p>Mercedes-Benz CLA<\/p>\n                <p>Mercedes-Benz CLA 45 AMG S AMG 4MATIC+ 2.0lt 421hp + 13hp FACELIFT &#8217;23<\/p>\n                                    <p><span class=\"card-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;79.000<\/bdi><\/span><\/span><\/p>\n                            <\/div>\n                <span class=\"heart-button\" onclick=\"ism_add_to_wishlist(8199)\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/heart.png\" alt=\"\" class=\"heart-icon\" \/>\n    <\/spanid=>\n        <\/div>\n        <div class=\"car-details-wrapper\">\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/calendar.png\" alt=\"\">\n                    <p>2023<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/road.png\" alt=\"\">\n                    <p>14.532 km<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/type.png\" alt=\"Gearbox\" \/>\n                    <p>Automatic<\/p>\n                <\/div>\n                            <div class=\"car-details\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/gas.png\" alt=\"Fuel Type\" \/>\n                    <p>Petrol<\/p>\n                <\/div>\n                    <\/div>\n\n        <div class=\"btn-bottom\">\n            <a href=\"https:\/\/www.ismailos.gr\/en\/vehicles\/mercedes-benz-cla-45-amg\/\" class=\"dark card-btn\">Discover more<\/a>\n        <\/div>\n    <\/div>\n<\/div>            <\/div>\n\n            <div class=\"button-container\">\n                <button type=\"button\" class=\"prev\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/thin-arrow.png\" alt=\"previous arrow\" \/>\n                <\/button>\n                <button type=\"button\" class=\"next\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/themes\/ismailos\/assets\/thin-arrow.png\" alt=\"next arrow\" \/>\n                <\/button>\n            <\/div>\n\n        <\/section>\n    \n\n\n    <section class=\"services-section padding-class\">\n        <h2 class=\"section-heading\">Our Services<\/h2>            <div class=\"services-wrapper\">\n                                    <div class=\"services-item\">\n\n                        \n                            <div class=\"services-img\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/e_class_ice_ow_multimedia.webp\" alt=\"\">\n                            <\/div>\n\n                        \n                        <div class=\"services-txt-wrapper\">\n                            <h3>New Cars<\/h3>                            <div class=\"services-txt\">\n                                <h5><span style=\"color: #808080;\"><strong>Make your dream come true with a new Mercedes-Benz<\/strong><\/span><\/h5>\n<p>Discover the new passenger cars from Mercedes-Benz at A. Ismailos A.E. Models such as the <strong>A-Class<\/strong>, <strong>GLA<\/strong>, <strong>GLB<\/strong>, and <strong>C-Class<\/strong> are waiting for you to see up close and take for a drive.<\/p>\n<p>Book an online appointment for a Test Drive now and learn about the financing options to own your Mercedes-Benz.<\/p>\n<a class=\"services-btn\" href=\"https:\/\/www.ismailos.gr\/en\/mercedes-benz\/\" target=\"\">Search New Cars<\/a>  \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"services-item\">\n\n                        \n                            <div class=\"services-img\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/certified-hp.jpg\" alt=\"\">\n                            <\/div>\n\n                        \n                        <div class=\"services-txt-wrapper\">\n                            <h3>Used Cars<\/h3>                            <div class=\"services-txt\">\n                                <h5><span style=\"color: #808080;\"><strong>Discover your next Mercedes-Benz with the guarantee of Ismailos S.A.!<\/strong><\/span><\/h5>\n<p>Choose a <strong>used Mercedes-Benz car<\/strong> with the quality guarantee and reliability of Ismailos S.A. We offer trade-in options for your old vehicle, as well as flexible financing plans tailored to your needs. Each vehicle undergoes a thorough <strong>100-point inspection<\/strong>, ensuring your safety. Whether you&#8217;re looking for an SUV, a sedan, or an electric car, our range fully meets your desires.<\/p>\n<a class=\"services-btn\" href=\"https:\/\/www.ismailos.gr\/en\/mercedes-benz\/etoimoparadota-metaxeirismena\/\" target=\"\">Discover more<\/a>  \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"services-item\">\n\n                        \n                            <div class=\"services-img\">\n                                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/untitled_2.webp\" alt=\"\">\n                            <\/div>\n\n                        \n                        <div class=\"services-txt-wrapper\">\n                            <h3>Service<\/h3>                            <div class=\"services-txt\">\n                                <h5><span style=\"color: #808080;\"><strong>Expertise and excellence<\/strong><\/span><\/h5>\n<p>With 35 years of experience working with Mercedes-Benz, A. Ismailos S.A. prioritizes the care of your vehicle and the complete satisfaction of its drivers. Our service centers ensure optimal performance and the preservation of your vehicle&#8217;s value with high-quality services and expertise based on Mercedes-Benz standards. Trust us for your first service experience and <strong>build a relationship of confidence with our skilled technical team at Ismailos S.A.<\/strong><\/p>\n<a class=\"services-btn\" href=\"https:\/\/www.ismailos.gr\/en\/mercedes-benz-service\/\" target=\"\">Discover more<\/a>  \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n            <\/section>\n\n    \n\n    <section class=\"about-us-section padding-left-class \">\n\n                    <div class=\"about-img-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/about-us.jpg\" alt=\"\" \/>\n            <\/div>\n        \n        <div class=\"about-txt-wrapper\">\n            <h3>About Us<\/h3>\n<h5><span style=\"color: #ffcc99;\">Building trusting relationships with our customers<\/span><\/h5>\n<p>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. Our primary goal is excellent service and building trusted relationships with our customers.<\/p>\n<p>We invite you to visit our showrooms in <strong>Attica<\/strong>, test drive the <strong>Mercedes-Benz<\/strong> and <strong>Smart<\/strong> models and learn about our financing options. We sincerely thank you for the trust you&#8217;ve placed in us, and we are committed to continually improving for you.<\/p>\n                <a class=\"about-btn\" href=\"https:\/\/www.ismailos.gr\/en\/about-us\/\"  >Read more<\/a>\n                    <\/div>\n    <\/section>\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=\"t1386-1\" type=\"radio\" name=\"location-tab-1386\" checked onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t1386-1\">Glyfada<\/label>\n                                                            <input id=\"t1386-2\" type=\"radio\" name=\"location-tab-1386\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t1386-2\">Agios Dimitrios<\/label>\n                                                            <input id=\"t1386-3\" type=\"radio\" name=\"location-tab-1386\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t1386-3\">Koropi<\/label>\n                                                            <input id=\"t1386-4\" type=\"radio\" name=\"location-tab-1386\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t1386-4\">Rhodes<\/label>\n                                                <\/div>\n                                            <div class=\"tabs-content active-tab\" id=\"content-t1386-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=\"Homepage\" 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\/2025\/01\/car2.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=\"Homepage\" 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\/2025\/01\/car2.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=\"Homepage\" 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-t1386-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=\"Homepage\" 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-t1386-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!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=\"Homepage\" 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-9pm<br \/>Tuesday 9am-9pm<br \/>Wednesday 9am-9pm<br \/>Thursday 9am-9pm<\/p><p>Friday 9am-9pm<br \/>Saturday 9am-3pm<br \/>Sunday Closed<\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"tabs-content \" id=\"content-t1386-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=\"Homepage\" 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\/location-rhodes.webp\" 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=\"accordion1386\">\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-collapse1386-1\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse1386-1\"> Glyfada <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse1386-1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion1386\">\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\/2025\/01\/car2.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\/2025\/01\/car2.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-collapse1386-2\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse1386-2\"> Agios Dimitrios <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse1386-2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion1386\">\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-collapse1386-3\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse1386-3\"> Koropi <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse1386-3\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion1386\">\n                                <div class=\"accordion-body\">\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-9pm<br \/>Tuesday 9am-9pm<br \/>Wednesday 9am-9pm<br \/>Thursday 9am-9pm<\/p><p>Friday 9am-9pm<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-collapse1386-4\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse1386-4\"> Rhodes <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse1386-4\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion1386\">\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\/location-rhodes.webp\" 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_6' ><div id='gf_6' 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_6' id='gform_6'  action='\/en\/wp-json\/wp\/v2\/pages\/157#gf_6' data-formid='6' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_6_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third 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_6_1'>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_1' id='input_6_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_6_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-third 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_6_4'>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_4' id='input_6_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_6_3\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-third 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_6_3'>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_3' id='input_6_3' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_6_5\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class=\"gfield_label gform-field-label gfield_label_before_complex\">I am interested in:<\/legend><div class=\"ginput_container ginput_container_checkbox\"><div class=\"gfield_checkbox \" id=\"input_6_5\"><div class=\"gchoice gchoice_6_5_1\">\n\t\t\t\t\t\t\t\t<input class=\"gfield-choice-input\" name=\"input_5.1\" type=\"checkbox\" value=\"New Cars\" id=\"choice_6_5_1\"><div class=\"checkbox__checkmark\"><\/div>\n\t\t\t\t\t\t\t\t<label for=\"choice_6_5_1\" id=\"label_6_5_1\" class=\"gform-field-label gform-field-label--type-inline\">New Cars<\/label>\n\t\t\t\t\t\t\t<\/div><div class=\"gchoice gchoice_6_5_2\">\n\t\t\t\t\t\t\t\t<input class=\"gfield-choice-input\" name=\"input_5.2\" type=\"checkbox\" value=\"Used Cars\" id=\"choice_6_5_2\"><div class=\"checkbox__checkmark\"><\/div>\n\t\t\t\t\t\t\t\t<label for=\"choice_6_5_2\" id=\"label_6_5_2\" class=\"gform-field-label gform-field-label--type-inline\">Used Cars<\/label>\n\t\t\t\t\t\t\t<\/div><div class=\"gchoice gchoice_6_5_3\">\n\t\t\t\t\t\t\t\t<input class=\"gfield-choice-input\" name=\"input_5.3\" type=\"checkbox\" value=\"After Sales\" id=\"choice_6_5_3\"><div class=\"checkbox__checkmark\"><\/div>\n\t\t\t\t\t\t\t\t<label for=\"choice_6_5_3\" id=\"label_6_5_3\" class=\"gform-field-label gform-field-label--type-inline\">After Sales<\/label>\n\t\t\t\t\t\t\t<\/div><div class=\"gchoice gchoice_6_5_4\">\n\t\t\t\t\t\t\t\t<input class=\"gfield-choice-input\" name=\"input_5.4\" type=\"checkbox\" value=\"Other\" id=\"choice_6_5_4\"><div class=\"checkbox__checkmark\"><\/div>\n\t\t\t\t\t\t\t\t<label for=\"choice_6_5_4\" id=\"label_6_5_4\" class=\"gform-field-label gform-field-label--type-inline\">Other<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_6_11\" class=\"gfield gfield--type-textarea gfield--input-type-textarea 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_6_11'>Message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_11' id='input_6_11' class='textarea large'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_6_8\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><legend class=\"gfield_label gform-field-label gfield_label_before_complex\">Consent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class=\"ginput_container ginput_container_consent\"><input name=\"input_8.1\" id=\"input_6_8_1\" type=\"checkbox\" value=\"1\" aria-required=\"true\" aria-invalid=\"false\"><div class=\"checkbox__checkmark\"><\/div> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for=\"input_6_8_1\">I have read the <a href=\"https:\/\/www.ismailos.gr\/en\/privacy-policy\/\">privacy policy<\/a>.<span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/label><input type=\"hidden\" name=\"input_8.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_8.3\" value=\"7\" class=\"gform_hidden\"><\/div><\/fieldset><fieldset id=\"field_6_9\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent 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 gfield_label_before_complex\">Consent<\/legend><div class=\"ginput_container ginput_container_consent\"><input name=\"input_9.1\" id=\"input_6_9_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_6_9_1\">I consent to receiving marketing communications.<\/label><input type=\"hidden\" name=\"input_9.2\" value=\"I consent to receiving marketing communications.\" class=\"gform_hidden\"><input type=\"hidden\" name=\"input_9.3\" value=\"7\" class=\"gform_hidden\"><\/div><\/fieldset><div id=\"field_6_10\" class=\"gfield gfield--type-captcha gfield--input-type-captcha field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_10'>CAPTCHA<\/label><div id='input_6_10' 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_6' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <input type='hidden' name='gform_ajax' value='form_id=6&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=d1aefd2cf04635be7bf8733f2ad02a22' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_6' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_6' id='gform_theme_6' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_6' id='gform_style_settings_6' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='pwTjwPwCz\/ff1uF53vu4zqtHNXDcoBHr9SUi98yFXFEoYhZBWJ2+PDHE7g8Ao6fHk5fRl5TiJTg8y27qGC0lSYcIMUbwusAVJFXSiYShSAaLbZM=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_6' value='WyJ7XCI1LjFcIjpcImIzY2RjNWQ3ZDBkODQ4MTQ0Zjc5YjA2YTY0YWFlMzEyXCIsXCI1LjJcIjpcIjU4Yzc5NGYxY2E4OTYwMGQ0ZWJmNmEwYjU3NjZlOTQ1XCIsXCI1LjNcIjpcIjJhOTM4NmRlOWE5OTlmN2M3NTk2YjYyOWUwZjFhMzEzXCIsXCI1LjRcIjpcIjQwZDMxMzk2ZGVlZTdlMzcwMTUwMGU0N2E2MjI2NmU3XCIsXCI4LjFcIjpcImU0Y2E4MjFiMjkwMjMxMjZhYzhlZDMzYTYyMmI4M2NjXCIsXCI4LjJcIjpcImIxNTNiNzZlMmJiZmI5MDdlMTgyOWQ1NmIzOGM1OWE1XCIsXCI4LjNcIjpcImZkMTk3NjAyMzM3NWNmNTgwMThmMzI4MmU5OWE2NGY3XCIsXCI5LjFcIjpcImU0Y2E4MjFiMjkwMjMxMjZhYzhlZDMzYTYyMmI4M2NjXCIsXCI5LjJcIjpcImQzZDBjN2I2YTljZDBhODczNzdiMTdkNzgzM2JjNDk1XCIsXCI5LjNcIjpcImZkMTk3NjAyMzM3NWNmNTgwMThmMzI4MmU5OWE2NGY3XCJ9IiwiZDcyZjczZDgwZWY3ZDA4MTc0NmJjYzRkNTIyMjllYzciXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' 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_6' id='gform_ajax_frame_6' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https:\/\/www.ismailos.gr\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_6').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_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').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){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https:\/\/www.ismailos.gr\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = 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_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"6\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_6\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_6\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_6\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 6, 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 Dealer. Explore Brand Explore Brand Explore Brand Explore Brand Explore Brand Explore Brand<\/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":[],"_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":93,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages\/157\/revisions"}],"predecessor-version":[{"id":13489,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages\/157\/revisions\/13489"}],"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}]}}