{"id":133,"date":"2026-02-21T10:46:13","date_gmt":"2026-02-21T10:46:13","guid":{"rendered":"http:\/\/aristocathotels.ro\/?page_id=133"},"modified":"2026-03-12T12:32:47","modified_gmt":"2026-03-12T12:32:47","slug":"cazare-rasnov","status":"publish","type":"page","link":"https:\/\/aristocathotels.ro\/","title":{"rendered":"Cazare Rasnov"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"133\" class=\"elementor elementor-133\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b465a70 e-flex e-con-boxed e-con e-parent\" data-id=\"b465a70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8efe518 elementor-widget elementor-widget-html\" data-id=\"8efe518\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"five-star-booking-outer\">\n  <div id=\"five-star-booking-wrap\">\n    <div id=\"five-star-booking\"><\/div>\n  <\/div>\n<\/div>\n\n<div id=\"crmgo-chatbot-float\">\n  <iframe\n    src=\"https:\/\/crmgo-259a078b439a.herokuapp.com\/chatbot?identifier=f1ef8773-0a99-4251-803c-27ac06290646\"\n    allow=\"microphone; camera\"\n    loading=\"lazy\">\n  <\/iframe>\n<\/div>\n\n<style>\n  html, body {\n    overflow-x: hidden;\n  }\n\n  #five-star-booking-outer {\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    width: 100vw;\n    box-sizing: border-box;\n    padding: 0;\n  }\n\n  #five-star-booking-wrap {\n    width: 100%;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n\n  #five-star-booking {\n    width: 100%;\n  }\n\n  #5star_iframe {\n    display: block;\n    width: 100% !important;\n    min-height: 500px;\n    border: none;\n    background: transparent;\n  }\n\n  \/* CHATBOT *\/\n  #crmgo-chatbot-float {\n    position: fixed;\n    right: 24px;\n    bottom: 24px;\n    width: 360px;\n    height: 640px;\n    max-height: calc(100vh - 48px);\n    z-index: 999999;\n    background: transparent;\n    overflow: hidden;\n    border-radius: 18px;\n  }\n\n  #crmgo-chatbot-float iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n    display: block;\n    background: transparent;\n    border-radius: 18px;\n  }\n\n  \/* Desktop mai mic *\/\n  @media (max-width: 1400px) {\n    #crmgo-chatbot-float {\n      width: 340px;\n      height: 600px;\n      right: 20px;\n      bottom: 20px;\n    }\n  }\n\n  \/* Laptop \/ tablet *\/\n  @media (max-width: 1024px) {\n    #crmgo-chatbot-float {\n      width: 320px;\n      height: 560px;\n      right: 16px;\n      bottom: 16px;\n    }\n  }\n\n  \/* Mobil *\/\n  @media (max-width: 768px) {\n    #crmgo-chatbot-float {\n      width: calc(100vw - 16px);\n      height: 72vh;\n      max-height: 72vh;\n      right: 8px;\n      bottom: 8px;\n      border-radius: 16px;\n    }\n\n    #crmgo-chatbot-float iframe {\n      border-radius: 16px;\n    }\n  }\n<\/style>\n\n<script>\n(function () {\n  const embedID = \"aristocat-guesthouse\";\n  const langID = \"ro\";\n  const agentieId = \"\";\n  const prima_zi = \"\";\n  const ultima_zi = \"\";\n\n  const mount = document.getElementById(\"five-star-booking\");\n  if (!mount) return;\n  if (mount.dataset.init === \"1\") return;\n  mount.dataset.init = \"1\";\n\n  const tld = \"https:\/\/www.5stardesk.com\";\n  const iframe = document.createElement(\"iframe\");\n  iframe.id = \"5star_iframe\";\n  iframe.scrolling = \"no\";\n  iframe.loading = \"lazy\";\n  iframe.style.border = \"none\";\n  iframe.style.width = \"100%\";\n  iframe.style.minHeight = \"500px\";\n\n  function buildUrl() {\n    const params = new URLSearchParams();\n    params.set(\"noframe\", \"1\");\n    params.set(\"lang\", langID);\n\n    if (agentieId) params.set(\"a\", agentieId);\n    if (prima_zi) params.set(\"prima_zi\", prima_zi);\n    if (ultima_zi) params.set(\"ultima_zi\", ultima_zi);\n\n    const hash = window.location.hash ? window.location.hash.slice(1) : \"\";\n    if (hash) {\n      const parts = hash.split(\"\/\");\n      if (parts.length >= 2 && parts[0] === embedID) {\n        params.set(\"next\", parts.slice(1).join(\"\/\"));\n        window.history.replaceState(\"\", document.title, window.location.pathname + window.location.search);\n      }\n    }\n\n    return `${tld}\/b\/${encodeURIComponent(embedID)}?${params.toString()}`;\n  }\n\n  iframe.src = buildUrl();\n  mount.appendChild(iframe);\n\n  function onMessage(event) {\n    if (event.source !== iframe.contentWindow) return;\n    const data = event.data || {};\n    if (!data.type) return;\n\n    if (data.type === \"resize\") {\n      const h = Number(data.marime);\n      iframe.style.height = (Number.isFinite(h) && h > 0 ? h : 500) + \"px\";\n    }\n\n    if (data.type === \"top\") {\n      const top = mount.getBoundingClientRect().top + window.scrollY;\n      window.scrollTo({ top, behavior: \"smooth\" });\n    }\n  }\n\n  window.addEventListener(\"message\", onMessage);\n\n  window.addEventListener(\"scroll\", function () {\n    try {\n      iframe.contentWindow &&\n        iframe.contentWindow.postMessage(\n          { type: \"scroll\", marime: window.pageYOffset },\n          \"*\"\n        );\n    } catch (e) {}\n  }, { passive: true });\n\n  window.addEventListener(\"resize\", function () {\n    try {\n      iframe.contentWindow &&\n        iframe.contentWindow.postMessage({ type: \"resize\" }, \"*\");\n    } catch (e) {}\n  });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-133","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cazare Rasnov - AristoCat***<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/aristocathotels.ro\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cazare Rasnov - AristoCat***\" \/>\n<meta property=\"og:url\" content=\"http:\/\/aristocathotels.ro\/\" \/>\n<meta property=\"og:site_name\" content=\"AristoCat***\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-12T12:32:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/aristocathotels.ro\/\",\"url\":\"http:\/\/aristocathotels.ro\/\",\"name\":\"Cazare Rasnov - AristoCat***\",\"isPartOf\":{\"@id\":\"http:\/\/aristocathotels.ro\/#website\"},\"datePublished\":\"2026-02-21T10:46:13+00:00\",\"dateModified\":\"2026-03-12T12:32:47+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/aristocathotels.ro\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/aristocathotels.ro\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/aristocathotels.ro\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/aristocathotels.ro\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cazare Rasnov\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/aristocathotels.ro\/#website\",\"url\":\"http:\/\/aristocathotels.ro\/\",\"name\":\"AristoCat***\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/aristocathotels.ro\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cazare Rasnov - AristoCat***","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/aristocathotels.ro\/","og_locale":"en_US","og_type":"article","og_title":"Cazare Rasnov - AristoCat***","og_url":"http:\/\/aristocathotels.ro\/","og_site_name":"AristoCat***","article_modified_time":"2026-03-12T12:32:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/aristocathotels.ro\/","url":"http:\/\/aristocathotels.ro\/","name":"Cazare Rasnov - AristoCat***","isPartOf":{"@id":"http:\/\/aristocathotels.ro\/#website"},"datePublished":"2026-02-21T10:46:13+00:00","dateModified":"2026-03-12T12:32:47+00:00","breadcrumb":{"@id":"http:\/\/aristocathotels.ro\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/aristocathotels.ro\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/aristocathotels.ro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/aristocathotels.ro\/"},{"@type":"ListItem","position":2,"name":"Cazare Rasnov"}]},{"@type":"WebSite","@id":"http:\/\/aristocathotels.ro\/#website","url":"http:\/\/aristocathotels.ro\/","name":"AristoCat***","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/aristocathotels.ro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=\/wp\/v2\/pages\/133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=133"}],"version-history":[{"count":44,"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=\/wp\/v2\/pages\/133\/revisions"}],"predecessor-version":[{"id":190,"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=\/wp\/v2\/pages\/133\/revisions\/190"}],"wp:attachment":[{"href":"https:\/\/aristocathotels.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}