{"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-06-09T08:09:04","modified_gmt":"2026-06-09T08:09:04","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.ismailos.gr\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n.hero-section {\n    width: 100%;\n    min-height: 68vh;\n    max-height: 764px; \/* cap to banner native height *\/\n    height: min(68vh, 764px);\n    display: flex;\n    align-items: flex-end;\n    justify-content: flex-start;\n    padding: 60px 80px;\n    margin: 0;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .hero-box {\n    position: absolute;\n    inset: 0;\n    background:\n      url(\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/05\/HERO-BANNER-1920X-764-9.jpg.webp\")\n      center center \/ cover no-repeat;\n  }\n\n  .hero-box::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(0,0,0,.75) 0%,\n        rgba(0,0,0,.4) 40%,\n        rgba(0,0,0,.2) 100%\n      );\n    z-index: 1;\n  }\n\n  .hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 520px;\n  }\n\n  .hero-title {\n    font-size: 40px;\n    line-height: 1.1;\n    font-weight: 800;\n    color: #fff;\n    margin: 0 0 20px;\n  }\n\n  .hero-sub {\n    font-size: 20px;\n    line-height: 1.5;\n    color: rgba(255,255,255,.9);\n    margin: 0;\n  }\n\n  @media (max-width: 767px) {\n\n    .hero-section {\n      min-height: 55vh;\n      max-height: 520px;\n      height: min(55vh, 520px);\n      padding: 40px 20px;\n      align-items: flex-end;\n    }\n\n    .hero-title {\n      font-size: 32px;\n    }\n\n    .hero-sub {\n      font-size: 16px;\n    }\n\n  }\n<\/style>\n\n<div class=\"hero-section\">\n\n  <div class=\"hero-box\"><\/div>\n\n  <div class=\"hero-content\">\n\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.\n      Authorized Mercedes-Benz Dealer.\n    <\/p>\n\n  <\/div>\n\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n.cars-section {\n  display: flex;\n  justify-content: center;\n  padding: 90px 20px 80px;\n  background: #071318;\n}\n\n.cars-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 320px));\n  gap: 65px 55px;\n  justify-content: center;\n  width: 100%;\n  max-width: 1120px;\n}\n\n.car-card {\n  position: relative;\n  display: block;\n  aspect-ratio: 1 \/ 1;\n  border-radius: 28px;\n  text-align: center;\n  text-decoration: none;\n  overflow: visible;\n  padding-top: 70px;\n  background: #5f645d;\n  border: 1px solid rgba(255,255,255,.08);\n  box-shadow: 0 14px 28px rgba(0,0,0,.22);\n}\n\n@media (hover:hover) {\n\n  .car-card {\n    transition:\n      transform .22s ease,\n      box-shadow .22s ease;\n  }\n\n  .car-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 20px 34px rgba(0,0,0,.28);\n  }\n\n  .car-card:hover .car-image {\n    transform: translateX(-50%) scale(1.025);\n  }\n\n  .car-card:hover .car-cta {\n    bottom: 26px;\n    opacity: 1;\n  }\n\n}\n\n.car-card::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 28px;\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(255,255,255,.10),\n      transparent 38%\n    );\n\n  pointer-events: none;\n  z-index: 1;\n}\n\n.car-logo-wrap {\n  position: relative;\n  z-index: 3;\n  min-height: 116px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 0 18px;\n}\n\n.car-logo {\n  max-width: 84%;\n  height: 90px;\n  object-fit: contain;\n}\n\n.car-image {\n  position: absolute;\n  left: 50%;\n  bottom: -56px;\n  transform: translateX(-50%);\n  width: 110%;\n  height: 63%;\n  object-fit: contain;\n  object-position: center bottom;\n  z-index: 2;\n\n  transition: transform .22s ease;\n}\n\n.car-cta {\n  position: absolute;\n  left: 50%;\n  bottom: 22px;\n  transform: translateX(-50%);\n  z-index: 4;\n\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n\n  color: #fff;\n  opacity: 0;\n\n  pointer-events: none;\n\n  transition:\n    opacity .22s ease,\n    bottom .22s ease;\n}\n\n@media (max-width: 1100px) {\n\n  .cars-grid {\n    grid-template-columns: repeat(2, minmax(0, 320px));\n    gap: 80px 40px;\n  }\n\n}\n\n@media (max-width: 767px) {\n\n  .cars-section {\n    padding: 70px 16px 60px;\n  }\n\n  .cars-grid {\n    grid-template-columns: 1fr;\n    gap: 95px;\n    max-width: 360px;\n  }\n\n  .car-card {\n    width: 100%;\n    max-width: 320px;\n    margin: 0 auto;\n    padding-top: 62px;\n    border-radius: 26px;\n  }\n\n  .car-card::before {\n    border-radius: 26px;\n  }\n\n  .car-logo-wrap {\n    min-height: 100px;\n    padding: 0 14px;\n  }\n\n  .car-logo {\n    max-width: 82%;\n    height: 82px;\n  }\n\n  .car-logo.mercedes { height: 92px; }\n  .car-logo.smart { height: 78px; }\n  .car-logo.toyota { height: 74px; }\n  .car-logo.omoda { height: 70px; }\n  .car-logo.jeep { height: 76px; }\n  .car-logo.fiat { height: 80px; }\n\n  .car-image {\n    width: 108%;\n    height: 62%;\n    bottom: -52px;\n  }\n\n  .car-cta {\n    font-size: 12px;\n  }\n\n}\n<\/style>\n\n<div class=\"cars-section\">\n\n  <div class=\"cars-grid\">\n\n    <!-- Mercedes -->\n    <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/\" class=\"car-card\" aria-label=\"Mercedes-Benz\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/mb.png.webp\" alt=\"Mercedes-Benz\" class=\"car-logo mercedes\" height=\"102\" loading=\"lazy\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-1-e1776160368786.png.webp\" alt=\"Mercedes-Benz vehicle\" class=\"car-image\" width=\"350\" height=\"200\"  loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- smart -->\n    <a href=\"https:\/\/www.ismailos.gr\/smart\/\" class=\"car-card\" aria-label=\"smart\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/jeep-1-e1776163598190.png.webp\" alt=\"smart\" class=\"car-logo smart\" height=\"88\" loading=\"lazy\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-8-e1776777477260.png.webp\" alt=\"smart vehicle\" class=\"car-image\" width=\"350\" height=\"200\"  loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Toyota -->\n    <a href=\"https:\/\/www.ismailos.gr\/toyota\/\" class=\"car-card\" aria-label=\"Toyota\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/31-2-e1776163198553.png.webp\" alt=\"Toyota\" class=\"car-logo toyota\" height=\"82\" loading=\"lazy\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/33-1-e1776162307326.png.webp\" alt=\"Toyota vehicle\" class=\"car-image\" width=\"350\" height=\"200\"  loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Omoda Jaecoo -->\n    <a href=\"https:\/\/www.ismailos.gr\/omoda-jaecoo\/\" class=\"car-card\" aria-label=\"Omoda Jaecoo\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/omodajaecco-e1776161070479.png.webp\" alt=\"Omoda Jaecoo\" class=\"car-logo omoda\"   loading=\"lazy\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/34-1-e1776240472889.png.webp\" alt=\"Omoda Jaecoo vehicle\" class=\"car-image\" width=\"350\" height=\"200\"  loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Jeep -->\n    <a href=\"https:\/\/www.ismailos.gr\/jeep\/\" class=\"car-card\" aria-label=\"Jeep\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-e1776163344458.png.webp\" alt=\"Jeep\" class=\"car-logo jeep\" height=\"88\" loading=\"lazy\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-4-e1776235897760.png.webp\" alt=\"Jeep vehicle\" class=\"car-image\" width=\"350\" height=\"200\"  loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n    <!-- Fiat -->\n    <a href=\"https:\/\/www.ismailos.gr\/fiat\/\" class=\"car-card\" aria-label=\"Fiat\">\n\n      <div class=\"car-logo-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/fiat.png.webp\" alt=\"Fiat\" class=\"car-logo fiat\" height=\"92\" loading=\"lazy\">\n      <\/div>\n\n      <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/ODECEIXE-7-e1776240084829.png.webp\" alt=\"Fiat vehicle\" class=\"car-image\" width=\"350\" height=\"200\"  loading=\"lazy\">\n\n      <span class=\"car-cta\">\n        Explore Brand\n      <\/span>\n\n    <\/a>\n\n  <\/div>\n\n<\/div>\n\n\n\n\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\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n\n\n    <section class=\"row-image-text black-bg padding-class  default black-bg\">\n                <div class=\"row-main-wrapper\">\n                            <div class=\"row-image-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/05\/TEXT-IMAGE-1200-x-718-6.jpg\" alt=\"\" \/>\n                <\/div>\n                        <div class=\"row-text-wrapper\">\n                <h3 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Summer A\/C Service Offer<\/span><\/strong><br \/>\n<strong><span style=\"color: #ffffff;\">\u20ac100 (incl. VAT)<\/span><\/strong><\/h3>\n<p class=\"isSelectedEnd\">Enjoy cleaner air and premium comfort on every drive with the exclusive A\/C Service offer from Mercedes-Benz A. Ismailos S.A. The offer includes an air conditioning system inspection, A\/C cleaning, and disinfection, ensuring improved performance and a more pleasant in-cabin experience for your vehicle.<\/p>\n<p class=\"isSelectedEnd\">\ud83d\udcde Contact our Service Department:<br \/>\n\ud83d\udccd Glyfada \u2013 +30 210 89 86 900<br \/>\n\ud83d\udccd Agios Dimitrios \u2013 +30 210 97 60 595<br \/>\n\ud83d\udccd Koropi \u2013 +30 210 60 22 222<\/p>\n<p>Terms &amp; Conditions: The offer includes only the services listed above. If, during the inspection or cleaning of the air conditioning system, a filter replacement or refrigerant (Freon) refill is found to be necessary, the related labor and materials will incur an additional charge and will only be carried out following prior customer notification and approval.<\/p>\n                    <a class=\"row-text-btn\" href=\"https:\/\/www.mercedes-benz.gr\/services\/book-a-service\/?market=el_gr&#038;oar-dealer-group=-gs0001543,-gs0015234,-gs0001545\"  >Book Service \u039fnline<\/a>\n                            <\/div>\n        <\/div>\n    <\/section>\n    \n    \n\n    <section class=\"row-image-text black-bg padding-class  reversed black-bg\">\n                <div class=\"row-main-wrapper\">\n                            <div class=\"row-image-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2026\/04\/TEXT-IMAGE-1200-x-718-6.jpg\" alt=\"\" \/>\n                <\/div>\n                        <div class=\"row-text-wrapper\">\n                <h5 data-start=\"59\" data-end=\"408\"><\/h5>\n<div class=\"qMYqUG_convSearchResultHighlightRoot\">\n<div class=\"\" data-turn-id-container=\"request-WEB:db4c4728-8038-446a-90dc-aa99f5aa6efd-0\" data-is-intersecting=\"true\">\n<section class=\"text-token-text-primary w-full focus:outline-none has-data-writing-block:pointer-events-none [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto R6Vx5W_threadScrollVars scroll-mb-[calc(var(--scroll-root-safe-area-inset-bottom,0px)+var(--thread-response-height))] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-WEB:db4c4728-8038-446a-90dc-aa99f5aa6efd-0\" data-turn-id-container=\"request-WEB:db4c4728-8038-446a-90dc-aa99f5aa6efd-0\" data-testid=\"conversation-turn-2\" data-scroll-anchor=\"false\" data-turn=\"assistant\">\n<div class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\">\n<div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\">\n<div class=\"flex max-w-full flex-col gap-4 grow\">\n<div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1\" dir=\"auto\" tabindex=\"0\" data-message-author-role=\"assistant\" data-message-id=\"c6af49e9-f630-4380-bf77-c5bd0b34dfd0\" data-turn-start-message=\"true\" data-message-model-slug=\"gpt-5-5\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden\">\n<div class=\"markdown prose dark:prose-invert wrap-break-word w-full light markdown-new-styling\">\n<h2 style=\"text-align: center;\" data-start=\"0\" data-end=\"86\">Mercedes GLA Offer, starting price from \u20ac44,990.<\/h2>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"z-0 flex min-h-[46px] justify-start\"><\/div>\n<div class=\"mt-3 w-full empty:hidden\">\n<div class=\"text-center\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<h5 style=\"text-align: center;\" data-start=\"59\" data-end=\"408\"><em><span class=\"BZ_Pyq_fadeIn\">Discover the available offer and get the Mercedes-Benz GLA now with flexible financing and immediate availability.<\/span><\/em><\/h5>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\" data-start=\"59\" data-end=\"408\">Explore the Mercedes-Benz GLA through the current offer and experience a modern SUV that combines design, comfort, and technology. Ideal for everyday driving as well as weekend getaways, the GLA stands out for its premium feel and practicality. Available immediately from \u20ac44,990 or from \u20ac299\/month.<\/p>\n                    <a class=\"row-text-btn\" href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/gla\/\"  >LEARN MORE<\/a>\n                            <\/div>\n        <\/div>\n    <\/section>\n    \n    \n\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\n\n<style data-wp-block-html=\"css\">\n.services-section {\n  padding: 80px 20px;\n  background: #f3f3f1;\n}\n\n.services-wrap {\n  max-width: 1380px;\n  margin: 0 auto;\n}\n\n.services-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 30px;\n}\n\n.service-card {\n  background: #fff;\n  border-radius: 22px;\n  overflow: hidden;\n  border: 1px solid rgba(0,0,0,.05);\n  box-shadow: 0 8px 20px rgba(0,0,0,.05);\n  display: flex;\n  flex-direction: column;\n}\n\n@media (hover: hover) {\n\n  .service-card {\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n  .service-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 14px 28px rgba(0,0,0,.08);\n  }\n\n  .service-card:hover .service-image img {\n    transform: scale(1.03);\n  }\n\n}\n\n.service-image {\n  aspect-ratio: 16 \/ 10;\n  overflow: hidden;\n  background: #ddd;\n}\n\n.service-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform .25s ease;\n}\n\n.service-content {\n  padding: 28px 26px;\n  display: flex;\n  flex-direction: column;\n  flex: 1;\n}\n\n.service-title,\n.service-subtitle {\n  margin: 0;\n}\n\n.service-title {\n  font-size: 16px;\n  font-weight: 800;\n  letter-spacing: .04em;\n  text-transform: uppercase;\n  color: #b79a6a;\n  margin-bottom: 16px;\n}\n\n.service-subtitle {\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 700;\n  color: #333;\n  margin-bottom: 20px;\n}\n\n.service-text {\n  font-size: 15px;\n  line-height: 1.75;\n  color: #555;\n  margin-bottom: 28px;\n  flex: 1;\n}\n\n.service-text a {\n  color: #b79a6a;\n  font-weight: 700;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(183,154,106,.35);\n  transition: .2s ease;\n}\n\n.service-text a:hover {\n  color: #1d1f23;\n  border-color: #1d1f23;\n}\n\n.service-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 180px;\n  min-height: 50px;\n  padding: 0 24px;\n  border-radius: 12px;\n  background: #1d1f23;\n  color: #fff;\n  text-decoration: none;\n  text-transform: uppercase;\n  letter-spacing: .05em;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.service-button:hover {\n  background: #111317;\n}\n\n@media (max-width: 1100px) {\n\n  .services-grid {\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n\n  .service-card {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n}\n\n@media (max-width: 767px) {\n\n  .services-section {\n    padding: 60px 16px;\n  }\n\n  .service-content {\n    padding: 24px 20px;\n  }\n\n  .service-title {\n    font-size: 15px;\n  }\n\n  .service-subtitle {\n    font-size: 17px;\n  }\n\n  .service-text {\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .service-button {\n    width: 100%;\n  }\n\n}\n<\/style>\n\n<div class=\"services-section\">\n  <div class=\"services-wrap\">\n    <div class=\"services-grid\">\n\n      <!-- New Cars -->\n      <div class=\"service-card\">\n\n        <div class=\"service-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/e_class_ice_ow_multimedia.webp\" alt=\"Mercedes-Benz new vehicles\" loading=\"lazy\">\n        <\/div>\n\n        <div class=\"service-content\">\n\n          <h3 class=\"service-title\">\n            New Vehicles\n          <\/h3>\n\n          <h2 class=\"service-subtitle\">\n            Experience the luxury of owning a new Mercedes-Benz\n          <\/h2>\n\n          <div class=\"service-text\">\n\n            Discover the latest Mercedes-Benz passenger vehicles at A. Ismailos S.A.\n            Models such as the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/prosfores-oximata\/a-class\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              A-Class\n            <\/a>,\n\n            the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/gla\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              GLA\n            <\/a>,\n\n            the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/glb\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              GLB\n            <\/a>\n\n            and the\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/c-class\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              C-Class\n            <\/a>\n\n            are waiting for you to explore and test drive.\n\n            Book your online\n\n            <a href=\"https:\/\/www.ismailos.gr\/test-drive\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              Test Drive\n            <\/a>\n\n            and discover the ideal Mercedes-Benz for you.\n\n          <\/div>\n\n          <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/\" class=\"service-button\">\n            Explore\n          <\/a>\n\n        <\/div>\n      <\/div>\n\n      <!-- Used -->\n      <div class=\"service-card\">\n\n        <div class=\"service-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/certified-hp.jpg\" alt=\"Certified pre-owned Mercedes-Benz\" loading=\"lazy\">\n        <\/div>\n\n        <div class=\"service-content\">\n\n          <h3 class=\"service-title\">\n            Used\n          <\/h3>\n\n          <h2 class=\"service-subtitle\">\n            Find your next Mercedes-Benz with the guarantee of A. Ismailos S.A.\n          <\/h2>\n\n          <div class=\"service-text\">\n\n            Choose a certified pre-owned Mercedes-Benz backed by the quality and reliability of A. Ismailos S.A.\n\n            We offer vehicle trade-in options and flexible financing programs tailored to your needs.\n\n            Whether you are looking for a\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/epivatika\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              passenger\n            <\/a>,\n\n            an\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/ilektrika\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              electric\n            <\/a>\n\n            or a\n\n            <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/epaggelmatika\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n              commercial\n            <\/a>\n\n            vehicle, our range is designed to meet every expectation.\n\n          <\/div>\n\n          <a href=\"https:\/\/www.ismailos.gr\/mercedes-benz\/etoimoparadota-metaxeirismena\/\" class=\"service-button\">\n            Learn More\n          <\/a>\n\n        <\/div>\n      <\/div>\n\n      <!-- Service -->\n      <div class=\"service-card\">\n\n        <div class=\"service-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/04\/untitled_2.webp\" alt=\"Mercedes-Benz Service\" loading=\"lazy\">\n        <\/div>\n\n        <div class=\"service-content\">\n\n          <h3 class=\"service-title\">\n            Service\n          <\/h3>\n\n          <h2 class=\"service-subtitle\">\n            Expertise and premium care for your Mercedes-Benz\n          <\/h2>\n\n          <div class=\"service-text\">\n\n            With over 30 years of experience working with Mercedes-Benz,\n            A. Ismailos S.A. is committed to keeping your vehicle performing at its best.\n\n            Our certified workshops provide exceptional service,\n            advanced technical expertise,\n            and genuine care based on Mercedes-Benz standards and specifications.\n\n          <\/div>\n\n          <a href=\"https:\/\/www.ismailos.gr\/services\/service\/\" class=\"service-button\">\n            Learn More\n          <\/a>\n\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n\n\n<style data-wp-block-html=\"css\">\n.about-section {\n  padding: 60px 20px;\n  background: #0e1114;\n}\n\n.about-wrap {\n  max-width: 1320px;\n  margin: 0 auto;\n}\n\n.about-box {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  background: #181c20;\n  border-radius: 24px;\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,0.06);\n}\n\n.about-image img {\n  width: 100%;\n  height: 100%;\n  min-height: 430px;\n  max-height: 480px;\n  display: block;\n  object-fit: cover;\n}\n\n.about-content {\n  padding: 38px 40px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.about-label {\n  font-size: 14px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #b79a6a;\n  margin-bottom: 12px;\n}\n\n.about-title {\n  font-size: 31px;\n  line-height: 1.25;\n  font-weight: 700;\n  color: #fff;\n  margin: 0 0 16px;\n}\n\n.about-text {\n  font-size: 16px;\n  line-height: 1.7;\n  color: rgba(255,255,255,0.75);\n  margin-bottom: 12px;\n}\n\n.about-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: fit-content;\n  min-height: 48px;\n  padding: 0 26px;\n  margin-top: 8px;\n  border-radius: 12px;\n  background: #fff;\n  color: #111;\n  text-decoration: none;\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n@media (max-width: 991px) {\n\n  .about-box {\n    grid-template-columns: 1fr;\n  }\n\n  .about-image img {\n    min-height: 300px;\n    max-height: 360px;\n  }\n\n}\n\n@media (max-width: 767px) {\n\n  .about-section {\n    padding: 50px 16px;\n  }\n\n  .about-content {\n    padding: 26px 20px;\n  }\n\n  .about-title {\n    font-size: 26px;\n  }\n\n  .about-text {\n    font-size: 15px;\n  }\n\n  .about-button {\n    width: 100%;\n  }\n\n}\n<\/style>\n\n<div class=\"about-section\">\n  <div class=\"about-wrap\">\n\n    <div class=\"about-box\">\n\n      <div class=\"about-image\">\n        <img decoding=\"async\"\n          src=\"https:\/\/www.ismailos.gr\/wp-content\/uploads\/2025\/01\/about-us.jpg\"\n          alt=\"About A. Ismailos S.A.\"\n          loading=\"lazy\"\n        >\n      <\/div>\n\n      <div class=\"about-content\">\n\n        <div class=\"about-label\">\n          About Us\n        <\/div>\n\n        <h2 class=\"about-title\">\n          Building trusting relationships with our customers\n        <\/h2>\n\n        <div class=\"about-text\">\n          A. Ismailos S.A. is a leading force in the automotive industry, with 35 years of collaboration with Mercedes-Benz as an authorized dealer and service provider.\n        <\/div>\n\n        <div class=\"about-text\">\n          Our primary goal is excellent service and building trusted relationships with our customers.\n        <\/div>\n\n        <div class=\"about-text\">\n          We invite you to visit our showrooms in Attica, test drive the Mercedes-Benz and smart models, and learn more about our financing options.\n        <\/div>\n\n        <div class=\"about-text\">\n          We sincerely thank you for the trust you\u2019ve placed in us, and we remain committed to continually improving our customer experience and services.\n        <\/div>\n\n        <a\n          href=\"https:\/\/www.ismailos.gr\/about-us\/\"\n          class=\"about-button\"\n        >\n          Read More\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n            <section class=\"locations-section mb-5 padding-class\">\n                <h2 class=\"section-heading\">Our Locations<\/h2>\n                <div class=\"tabs-wrapper desktop-map\">\n                    <div class=\"tabs-labels\">\n                                                        <input id=\"t6523-1\" type=\"radio\" name=\"location-tab-6523\" checked onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t6523-1\">Glyfada<\/label>\n                                                            <input id=\"t6523-2\" type=\"radio\" name=\"location-tab-6523\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t6523-2\">Agios Dimitrios<\/label>\n                                                            <input id=\"t6523-3\" type=\"radio\" name=\"location-tab-6523\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t6523-3\">Koropi<\/label>\n                                                            <input id=\"t6523-4\" type=\"radio\" name=\"location-tab-6523\"  onclick=\"handleLocationTabs(id,event)\" \/>\n                                <label for=\"t6523-4\">Rhodes<\/label>\n                                                <\/div>\n                                            <div class=\"tabs-content active-tab\" id=\"content-t6523-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-t6523-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-t6523-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-7pm<br \/>Tuesday 9am-7pm<br \/>Wednesday 9am-7pm<br \/>Thursday 9am-7pm<\/p><p>Friday 9am-7pm<br \/>Saturday 9am-3pm<br \/>Sunday Closed<\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                                                <div class=\"tabs-content \" id=\"content-t6523-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=\"accordion6523\">\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-collapse6523-1\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse6523-1\"> Glyfada <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse6523-1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion6523\">\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-collapse6523-2\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse6523-2\"> Agios Dimitrios <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse6523-2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion6523\">\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-collapse6523-3\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse6523-3\"> Koropi <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse6523-3\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion6523\">\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-7pm<br \/>Tuesday 9am-7pm<br \/>Wednesday 9am-7pm<br \/>Thursday 9am-7pm<\/p><p>Friday 9am-7pm<br \/>Saturday 9am-3pm<br \/>Sunday Closed<\/p><p><\/p>                                            <\/div>\n                                                                            <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n\n                                                <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\">\n                                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flushThree-collapse6523-4\" aria-expanded=\"false\" aria-controls=\"flushThree-collapse6523-4\"> Rhodes <\/button>\n                            <\/h2>\n                            <div id=\"flushThree-collapse6523-4\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion6523\">\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_28' style='display:none'><div id='gf_28' 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_28' id='gform_28'  action='\/en\/wp-json\/wp\/v2\/pages\/157#gf_28' data-formid='28' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_28' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_28_36\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_36'>Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_36' id='input_28_36' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_28_37\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_37'>Surname<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_37' id='input_28_37' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_28_2\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_2'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_2' id='input_28_2' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_28_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_3'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_28_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_28_5\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_5'>I\u2019m interested in<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_28_5' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select a service<\/option><option value='Leasing' >Leasing<\/option><option value='Contact' >Contact<\/option><option value='Test Drive' >Test Drive<\/option><option value='Service' >Service<\/option><\/select><\/div><\/div><div id=\"field_28_28\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_28'>Company Name<\/label><div class='ginput_container ginput_container_text'><input name='input_28' id='input_28_28' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_28_17\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_28_17'>\n\t\t\t<div class='gchoice gchoice_28_17_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='New vehicle'  id='choice_28_17_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_28_17_0' id='label_28_17_0' class='gform-field-label gform-field-label--type-inline'>New vehicle<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_28_17_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Used vehicle'  id='choice_28_17_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_28_17_1' id='label_28_17_1' class='gform-field-label gform-field-label--type-inline'>Used vehicle<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_28_17_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Service'  id='choice_28_17_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_28_17_2' id='label_28_17_2' class='gform-field-label gform-field-label--type-inline'>Service<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_28_17_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Other'  id='choice_28_17_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_28_17_3' id='label_28_17_3' class='gform-field-label gform-field-label--type-inline'>Other<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_28_8\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_8'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_28_8' class='textarea large'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_28_30\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_30'>Brand<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_30' id='input_28_30' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select a brand<\/option><option value='Mercedes Benz' >Mercedes Benz<\/option><option value='Toyota' >Toyota<\/option><option value='Omoda | Jaecoo' >Omoda | Jaecoo<\/option><option value='Fiat' >Fiat<\/option><option value='Jeep' >Jeep<\/option><option value='Smart' >Smart<\/option><\/select><\/div><\/div><div id=\"field_28_38\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_38'>Brand<\/label><div class='ginput_container ginput_container_select'><select name='input_38' id='input_28_38' class='large gfield_select'     aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select a brand<\/option><option value='Mercedes Benz' >Mercedes Benz<\/option><option value='Toyota' >Toyota<\/option><option value='Omoda | Jaecoo' >Omoda | Jaecoo<\/option><option value='Fiat' >Fiat<\/option><option value='Jeep' >Jeep<\/option><option value='Smart' >Smart<\/option><\/select><\/div><\/div><div id=\"field_28_35\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_35'>Service Store<\/label><div class='ginput_container ginput_container_select'><select name='input_35' id='input_28_35' class='large gfield_select'     aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Store<\/option><option value='MERCEDES BENZ - \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391' >MERCEDES BENZ &#8211; \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391<\/option><option value='MERCEDES BENZ - \u039a\u039f\u03a1\u03a9\u03a0\u0399' >MERCEDES BENZ &#8211; \u039a\u039f\u03a1\u03a9\u03a0\u0399<\/option><option value='MERCEDES BENZ - \u0391\u0393\u0399\u039f\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3' >MERCEDES BENZ &#8211; \u0391\u0393\u0399\u039f\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3<\/option><option value='OMODA |JAECOO -  \u0391\u0393\u0399\u039f\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3' >OMODA |JAECOO &#8211;  \u0391\u0393\u0399\u039f\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3<\/option><option value='OMODA |JAECOO - \u039a\u039f\u03a1\u03a9\u03a0\u0399' >OMODA |JAECOO &#8211; \u039a\u039f\u03a1\u03a9\u03a0\u0399<\/option><option value='\u03a4\u039f\u03a5\u039f\u03a4\u0391 - \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f' >\u03a4\u039f\u03a5\u039f\u03a4\u0391 &#8211; \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f<\/option><option value='SMART  - \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391' >SMART  &#8211; \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391<\/option><option value='SMART - \u039a\u039f\u03a1\u03a9\u03a0\u0399' >SMART &#8211; \u039a\u039f\u03a1\u03a9\u03a0\u0399<\/option><option value='SMART - \u0391\u0393\u0399\u039f\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3' >SMART &#8211; \u0391\u0393\u0399\u039f\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3<\/option><option value='FIAT - \u03a1\u039f\u0394\u039f\u03a3' >FIAT &#8211; \u03a1\u039f\u0394\u039f\u03a3<\/option><option value='JEEP - \u03a1\u039f\u0394\u039f\u03a3' >JEEP &#8211; \u03a1\u039f\u0394\u039f\u03a3<\/option><option value='\u03a6\u0391\u039d\u039f\u03a0\u039f\u0399\u0395\u0399\u039f - \u039a\u039f\u03a1\u03a9\u03a0\u0399 (MERCEDES BENZ\/SMART\/ OMODA-JAECOO)' >\u03a6\u0391\u039d\u039f\u03a0\u039f\u0399\u0395\u0399\u039f &#8211; \u039a\u039f\u03a1\u03a9\u03a0\u0399 (MERCEDES BENZ\/SMART\/ OMODA-JAECOO)<\/option><\/select><\/div><\/div><div id=\"field_28_40\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_40'>Registration number<\/label><div class='ginput_container ginput_container_text'><input name='input_40' id='input_28_40' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_28_32\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_28_32'>Model<\/label><div class='ginput_container ginput_container_text'><input name='input_32' id='input_28_32' type='text' value='' class='large'    placeholder='Type the model'  aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_28_11\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class=\"gfield_label gform-field-label screen-reader-text gfield_label_before_complex\"><\/legend><div class=\"ginput_container ginput_container_consent\"><input name=\"input_11.1\" id=\"input_28_11_1\" type=\"checkbox\" value=\"1\" aria-invalid=\"false\"><div class=\"checkbox__checkmark\"><\/div> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for=\"input_28_11_1\">I have read the <a href=\"https:\/\/www.ismailos.gr\/en\/privacy-policy\/\">privacy policy<\/a>.<\/label><input type=\"hidden\" name=\"input_11.2\" value='I have read the &lt;a href=\"https:\/\/www.ismailos.gr\/en\/privacy-policy\/\"&gt;privacy policy&lt;\/a&gt;.' class=\"gform_hidden\"><input type=\"hidden\" name=\"input_11.3\" value=\"20\" class=\"gform_hidden\"><\/div><\/fieldset><fieldset id=\"field_28_12\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class=\"gfield_label gform-field-label screen-reader-text gfield_label_before_complex\"><\/legend><div class=\"ginput_container ginput_container_consent\"><input name=\"input_12.1\" id=\"input_28_12_1\" type=\"checkbox\" value=\"1\" aria-invalid=\"false\"><div class=\"checkbox__checkmark\"><\/div> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for=\"input_28_12_1\">I consent to receiving marketing communications.<\/label><input type=\"hidden\" name=\"input_12.2\" value=\"I consent to receiving marketing communications.\" class=\"gform_hidden\"><input type=\"hidden\" name=\"input_12.3\" value=\"20\" class=\"gform_hidden\"><\/div><\/fieldset><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_28' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Send'  \/> <input type='hidden' name='gform_ajax' value='form_id=28&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=181b785e678de6ecc875fa440de124c5' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_28' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_28' id='gform_theme_28' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_28' id='gform_style_settings_28' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_28' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='28' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='qldeGKEr\/pMPqSuxis9BiIfp44+u7czP1Q6VPRwE0A47GhlRNEPXnWCJ\/Kk9vcfYkMpzN\/1iAW9tVCsRBxLY0JtlpCw9w7UzAhCj0vDTLyNkL\/s=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_28' value='WyJ7XCIxN1wiOltcIjA3ZmRmNjlmNjkwM2ZlOTI0YTlkNWY3ZjFlNWQ1MWJiXCIsXCI2ZjU2OWM5MGE3NzUxMjY0M2Y1NTk3NDNmMWY5ODMwM1wiLFwiMTg2NGNjMGM1ZjY3NDNhMzk4YTY5ZTYyN2ExZTRkYTRcIixcIjQwZDMxMzk2ZGVlZTdlMzcwMTUwMGU0N2E2MjI2NmU3XCJdLFwiMzBcIjpbXCI2NjBjZGMwZTU4NTkwMTVmYWExNWRhZjgzNmUxNjhkNVwiLFwiNDNiYmQ1YjM1NzA0NDM3MzlmYmJiOWQyYzI4OTNjMzlcIixcImE2ZjQzMWU3MjVkNmQyNDEyM2JhN2M1MzBlOTQ4MzFkXCIsXCI4MTBiMTViMTAxZGJjY2RjZGY0YzUzNDg1MDgyN2VlYVwiLFwiYWViN2U5ZWM2ZDAzYmNlMGVhZTQyZjM4NzIxNTcwZTdcIixcImY1ZTYzMThiMThjYzE4MTVmNmI4ZDY2YmQ2NDExMmUzXCJdLFwiMzhcIjpbXCI2NjBjZGMwZTU4NTkwMTVmYWExNWRhZjgzNmUxNjhkNVwiLFwiNDNiYmQ1YjM1NzA0NDM3MzlmYmJiOWQyYzI4OTNjMzlcIixcImE2ZjQzMWU3MjVkNmQyNDEyM2JhN2M1MzBlOTQ4MzFkXCIsXCI4MTBiMTViMTAxZGJjY2RjZGY0YzUzNDg1MDgyN2VlYVwiLFwiYWViN2U5ZWM2ZDAzYmNlMGVhZTQyZjM4NzIxNTcwZTdcIixcImY1ZTYzMThiMThjYzE4MTVmNmI4ZDY2YmQ2NDExMmUzXCJdLFwiMzVcIjpbXCIyM2Y2OTlhOWUyNWFhM2Y2M2E0YzEzYzQ5M2RkZTdjZFwiLFwiNmMxYzcwOWVkMGU1YmZkMDQ3NzNkZjU3ODQ5MTM2NjdcIixcImIxMjlmM2ZmZGVjM2Q4MDRhYjUxOTU0N2Q4MzExMTZjXCIsXCI1ZjM5OWI2OTM2YzliM2VjZmY2MWMwN2I5NzRiODdmOFwiLFwiNmQwODFlYmI0NTUzMDFjMGI2ODliNTkwZWRkOGM2ZjdcIixcIjk3NzAyMjc5MmRjYzVkNDU5YTZhMjhmN2M0YzYyMWNhXCIsXCJiOThkYjc0ZTA5OTFhMzI4ZDMxNjE4ODU1YzI2ZTY1ZVwiLFwiNjkwNGY2Y2RjNjZiMzYxODY1ZTQ0ODE3M2M3NjI1MjdcIixcIjVhZGEzMWU1MDYwY2E1YzM1NWI0YzlmY2I3NWRlMTE1XCIsXCJiOWFhZjU5NGU4OTQ4YjkxNTFlNzg0ZTM4YWYzYTVhZVwiLFwiN2IzOTg4M2ZhOWU4MTU0ZmY0N2Q2MDU4NjdhNzdlZTFcIixcIjczM2I0YzA0ZWExNGQ1MmUxOTdkMzI0ZDg2ZWFjNjY1XCJdLFwiMTEuMVwiOlwiZTRjYTgyMWIyOTAyMzEyNmFjOGVkMzNhNjIyYjgzY2NcIixcIjExLjJcIjpcImIxNTNiNzZlMmJiZmI5MDdlMTgyOWQ1NmIzOGM1OWE1XCIsXCIxMS4zXCI6XCJiZWRiMGUxN2ExNGIxOWI3YWM1MWU5YzA2OTI2YTYzNFwiLFwiMTIuMVwiOlwiZTRjYTgyMWIyOTAyMzEyNmFjOGVkMzNhNjIyYjgzY2NcIixcIjEyLjJcIjpcImQzZDBjN2I2YTljZDBhODczNzdiMTdkNzgzM2JjNDk1XCIsXCIxMi4zXCI6XCJiZWRiMGUxN2ExNGIxOWI3YWM1MWU5YzA2OTI2YTYzNFwifSIsImQ2MmJjYjRiN2FjYmE2MTJjOGZkOTk5OTNmMGNiMzBlIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_28' id='gform_target_page_number_28' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_28' id='gform_source_page_number_28' 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_28' id='gform_ajax_frame_28' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 28, 'https:\/\/www.ismailos.gr\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_28').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_28');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_28').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_28').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_28').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_28').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_28').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_28').val();gformInitSpinner( 28, 'https:\/\/www.ismailos.gr\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [28, current_page]);window['gf_submitting_28'] = 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_28').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_28').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [28]);window['gf_submitting_28'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_28').text());}else{jQuery('#gform_28').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"28\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_28\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_28\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_28\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 28, 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 Mercedes-Benz Dealer. Explore Brand Explore Brand Explore Brand Explore Brand Explore Brand Explore Brand New Vehicles Experience the luxury of owning a new Mercedes-Benz Discover the latest Mercedes-Benz passenger vehicles at A. Ismailos S.A. Models such as the A-Class , [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"skin":[],"class_list":["post-157","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"_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":113,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages\/157\/revisions"}],"predecessor-version":[{"id":15484,"href":"https:\/\/www.ismailos.gr\/en\/wp-json\/wp\/v2\/pages\/157\/revisions\/15484"}],"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}]}}