{"id":2283,"date":"2026-04-29T16:05:21","date_gmt":"2026-04-29T16:05:21","guid":{"rendered":"https:\/\/cfmoto.ge\/?page_id=2283"},"modified":"2026-04-30T08:25:55","modified_gmt":"2026-04-30T08:25:55","slug":"thank-you","status":"publish","type":"page","link":"https:\/\/cfmoto.ge\/en\/thank-you\/","title":{"rendered":"Thank you"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"ka\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\" \/><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/><br \/>\n<title>\u10db\u10d0\u10d3\u10da\u10dd\u10d1\u10d0 \u2014 CFMOTO Georgia<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+Georgian:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --text:        #ffffff;\n    --text-muted:  rgba(255,255,255,0.65);\n    --bar-bg:      rgba(8,8,10,0.78);\n    --line:        rgba(255,255,255,0.12);\n    --btn-bg:      #0a0a0a;\n    --btn-bg-hover:#1a1a1a;\n    --bg-image:    url('https:\/\/cfmoto.ge\/wp-content\/uploads\/2026\/01\/pc1.jpg');\n  }\n  *{ box-sizing:border-box; margin:0; padding:0; }\n  html,body{ height:100%; }\n  body{\n    font-family: 'Noto Sans Georgian', system-ui, -apple-system, sans-serif;\n    color: var(--text);\n    background: #000;\n    min-height: 100vh;\n    overflow-x: hidden;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n  .ty-page{\n    position: relative;\n    min-height: 100vh;\n    min-height: 100dvh;\n    display: flex;\n    flex-direction: column;\n    isolation: isolate;\n    \/* Break out of any parent container constraints *\/\n    width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    overflow: hidden;\n  }\n  .ty-bg{\n    position: absolute; inset: 0;\n    background-image: var(--bg-image);\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    z-index: -2;\n    animation: kenburns 28s ease-in-out infinite alternate;\n    will-change: transform;\n  }\n  .ty-overlay{\n    position: absolute; inset: 0;\n    background:\n      linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0.05) 70%, rgba(0,0,0,0) 100%),\n      linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);\n    z-index: -1;\n  }\n  \/* ---------- LOGO ---------- *\/\n  .ty-logo{\n    position: absolute;\n    top: 32px; left: 48px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    z-index: 3;\n    text-decoration: none;\n    opacity: 0;\n    animation: fade-in 0.9s ease-out 0.1s forwards;\n  }\n  .ty-logo-text{\n    display: flex;\n    flex-direction: column;\n    line-height: 1;\n  }\n  .ty-logo-text strong{\n    font-size: 20px;\n    font-weight: 800;\n    letter-spacing: 0.22em;\n    color: #fff;\n  }\n  .ty-logo-text small{\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.28em;\n    color: rgba(255,255,255,0.7);\n    margin-top: 6px;\n    text-transform: uppercase;\n  }\n  \/* ---------- HERO ---------- *\/\n  .ty-hero{\n    flex: 1;\n    display: flex;\n    align-items: center;\n    padding: 120px 48px 140px;\n    position: relative;\n    z-index: 2;\n  }\n  .ty-content{ max-width: 720px; width: 100%; }\n  .ty-title{\n    font-weight: 700;\n    font-size: clamp(36px, 5.6vw, 68px);\n    line-height: 1.08;\n    letter-spacing: -0.015em;\n    margin-bottom: 18px;\n    color: #fff;\n    text-shadow: 0 2px 30px rgba(0,0,0,0.35);\n    opacity: 0;\n    animation: rise-in 1s cubic-bezier(.2,.7,.2,1) 0.35s forwards;\n  }\n  .ty-subtitle{\n    font-size: clamp(15px, 1.4vw, 18px);\n    font-weight: 400;\n    line-height: 1.55;\n    color: rgba(255,255,255,0.92);\n    max-width: 560px;\n    margin-bottom: 36px;\n    text-shadow: 0 1px 20px rgba(0,0,0,0.35);\n    opacity: 0;\n    animation: rise-in 1s cubic-bezier(.2,.7,.2,1) 0.55s forwards;\n  }\n  .ty-cta{\n    display: inline-flex;\n    align-items: center;\n    gap: 14px;\n    padding: 14px 28px 14px 14px;\n    background: var(--btn-bg);\n    color: #fff;\n    text-decoration: none;\n    border-radius: 999px;\n    font-size: 15px;\n    font-weight: 500;\n    transition: all 0.3s cubic-bezier(.2,.7,.2,1);\n    box-shadow: 0 12px 40px -12px rgba(0,0,0,0.6);\n    opacity: 0;\n    animation: rise-in 0.9s cubic-bezier(.2,.7,.2,1) 0.75s forwards;\n  }\n  .ty-cta:hover{\n    background: var(--btn-bg-hover);\n    transform: translateY(-2px);\n    box-shadow: 0 18px 50px -10px rgba(0,0,0,0.7);\n  }\n  .ty-cta-icon{\n    width: 30px; height: 30px;\n    background: #fff;\n    border-radius: 50%;\n    display: grid; place-items: center;\n    color: var(--btn-bg);\n    flex-shrink: 0;\n  }\n  .ty-cta-icon svg{ width: 14px; height: 14px; }\n  \/* ---------- FOOTER ---------- *\/\n  .ty-footer{\n    position: relative;\n    z-index: 2;\n    background: var(--bar-bg);\n    backdrop-filter: blur(20px) saturate(140%);\n    -webkit-backdrop-filter: blur(20px) saturate(140%);\n    border-top: 1px solid var(--line);\n    padding: 28px 48px;\n    opacity: 0;\n    animation: rise-in 1s ease-out 0.95s forwards;\n  }\n  .ty-footer-inner{\n    display: grid;\n    grid-template-columns: 1fr 1.4fr 1.4fr auto;\n    gap: 40px;\n    align-items: center;\n    width: 100%;\n  }\n  .ty-col-label{\n    display: block;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 8px;\n  }\n  .ty-col-value{\n    display: block;\n    font-size: 15px;\n    font-weight: 500;\n    color: #fff;\n    text-decoration: none;\n    line-height: 1.4;\n    transition: color 0.2s ease;\n  }\n  a.ty-col-value:hover{ color: rgba(255,255,255,0.7); }\n  .ty-socials{\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .ty-socials a{\n    width: 38px; height: 38px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    border: 1px solid var(--line);\n    background: rgba(255,255,255,0.04);\n    color: #fff;\n    text-decoration: none;\n    transition: all 0.25s ease;\n  }\n  .ty-socials a:hover{\n    background: #fff;\n    color: #0a0a0a;\n    border-color: #fff;\n    transform: translateY(-2px);\n  }\n  .ty-socials svg{ width: 16px; height: 16px; }\n  \/* ---------- ANIMATIONS ---------- *\/\n  @keyframes rise-in{\n    from{ opacity:0; transform: translateY(20px); }\n    to{   opacity:1; transform: translateY(0); }\n  }\n  @keyframes fade-in{\n    from{ opacity:0; }\n    to{   opacity:1; }\n  }\n  @keyframes kenburns{\n    from{ transform: scale(1.04); }\n    to{   transform: scale(1.12); }\n  }\n  @media (prefers-reduced-motion: reduce){\n    *,*::before,*::after{\n      animation-duration: 0.01ms !important;\n      animation-iteration-count: 1 !important;\n      transition-duration: 0.01ms !important;\n    }\n    .ty-bg{ animation: none; }\n  }\n  \/* ---------- RESPONSIVE ---------- *\/\n  @media (max-width: 1024px){\n    .ty-hero{ padding: 110px 40px 120px; }\n    .ty-footer{ padding: 24px 40px; }\n    .ty-footer-inner{\n      grid-template-columns: 1fr 1fr;\n      gap: 28px 32px;\n    }\n    .ty-logo{ top: 28px; left: 40px; }\n  }\n  @media (max-width: 640px){\n    .ty-hero{ padding: 100px 24px 60px; }\n    .ty-footer{ padding: 24px; }\n    .ty-footer-inner{\n      grid-template-columns: 1fr;\n      gap: 22px;\n    }\n    .ty-logo{ top: 22px; left: 24px; }\n    .ty-logo-text strong{ font-size: 17px; }\n    .ty-logo-text small{ font-size: 8px; }\n    .ty-overlay{\n      background:\n        linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 100%),\n        linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);\n    }\n    .ty-title{ font-size: clamp(32px, 8.5vw, 44px); }\n    .ty-cta{ padding: 12px 22px 12px 12px; font-size: 14px; }\n    .ty-cta-icon{ width: 26px; height: 26px; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><br \/>\n<main><br \/>\n  <a href=\"https:\/\/cfmoto.ge\/en\/\" aria-label=\"CFMOTO Georgia \u2014 \u10db\u10d7\u10d0\u10d5\u10d0\u10e0\u10d8\"><br \/>\n      <strong>CFMOTO<\/strong><br \/>\n      <small>Official Dealer \u00b7 Georgia<\/small><br \/>\n  <\/a><\/p>\n<section>\n<h1>\u10db\u10d0\u10d3\u10da\u10dd\u10d1\u10d0 \u10d3\u10d0\u10d8\u10dc\u10e2\u10d4\u10e0\u10d4\u10e1\u10d4\u10d1\u10d8\u10e1\u10d7\u10d5\u10d8\u10e1<\/h1>\n<p>\u10e9\u10d5\u10d4\u10dc\u10d8 \u10dd\u10de\u10d4\u10e0\u10d0\u10e2\u10dd\u10e0\u10d8 \u10db\u10d0\u10da\u10d4 \u10d3\u10d0\u10d2\u10d8\u10d9\u10d0\u10d5\u10e8\u10d8\u10e0\u10d3\u10d4\u10d1\u10d0\u10d7<\/p>\n<p>      <a href=\"https:\/\/www.facebook.com\/transportergeo\" target=\"_blank\" rel=\"noopener noreferrer\"><br \/>\n          <svg viewbox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M13.5 21v-7.5h2.5l.5-3.5h-3v-2c0-1 .3-1.7 1.7-1.7H17V3.1c-.3 0-1.4-.1-2.6-.1-2.6 0-4.4 1.6-4.4 4.5V10H7v3.5h3V21h3.5z\"\/>\n          <\/svg><br \/>\n        \u10d7\u10d5\u10d0\u10da\u10d8 \u10d0\u10d3\u10d4\u10d5\u10dc\u10d4 \u10e1\u10d8\u10d0\u10ee\u10da\u10d4\u10d4\u10d1\u10e1<br \/>\n      <\/a><br \/>\n  <\/section>\n<footer>\n        Phone number<br \/>\n        <a href=\"tel:+995595371177\">+995 595 37 11 77<\/a><br \/>\n        \u10d4\u10da.\u10e4\u10dd\u10e1\u10e2\u10d0<br \/>\n        <a href=\"mailto:info@tr.ge\">info@tr.ge<\/a><br \/>\n        \u10db\u10d8\u10e1\u10d0\u10db\u10d0\u10e0\u10d7\u10d8<br \/>\n        \u10d0\u10d9\u10d0\u10d9\u10d8 \u10d1\u10d4\u10da\u10d8\u10d0\u10e8\u10d5\u10d8\u10da\u10d8\u10e1 \u10e5. 70, \u10d7\u10d1\u10d8\u10da\u10d8\u10e1\u10d8<br \/>\n        \u10e1\u10dd\u10ea\u10d8\u10d0\u10da\u10e3\u10e0\u10d8 \u10e5\u10e1\u10d4\u10da\u10d4\u10d1\u10d8<br \/>\n          <a href=\"https:\/\/www.facebook.com\/transportergeo\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Facebook\"><br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M13.5 21v-7.5h2.5l.5-3.5h-3v-2c0-1 .3-1.7 1.7-1.7H17V3.1c-.3 0-1.4-.1-2.6-.1-2.6 0-4.4 1.6-4.4 4.5V10H7v3.5h3V21h3.5z\"\/><\/svg><br \/>\n          <\/a><br \/>\n          <a href=\"https:\/\/www.instagram.com\/transportergeorgia\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\"><br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"5\" ry=\"5\"\/>\n              <path d=\"M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37z\"\/>\n              <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\" stroke-linecap=\"round\"\/>\n            <\/svg><br \/>\n          <\/a><br \/>\n          <a href=\"https:\/\/www.tiktok.com\/@transporter_georgia\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"TikTok\"><br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-5.2 1.74 2.89 2.89 0 012.31-4.64 2.93 2.93 0 01.88.13V9.4a6.84 6.84 0 00-1-.05A6.33 6.33 0 005.8 20.1a6.34 6.34 0 0010.86-4.43V8.83a8.16 8.16 0 004.77 1.52V6.9a4.85 4.85 0 01-1.84-.21z\"\/><\/svg><br \/>\n          <\/a><br \/>\n          <a href=\"https:\/\/www.youtube.com\/@transporter157\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"YouTube\"><br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M23 7.4s-.2-1.5-.9-2.2c-.8-.9-1.8-.9-2.2-1C16.7 4 12 4 12 4s-4.7 0-7.9.2c-.4.1-1.4.1-2.2 1-.7.7-.9 2.2-.9 2.2S.8 9.2.8 11v1.7c0 1.8.2 3.6.2 3.6s.2 1.5.9 2.2c.8.9 2 .9 2.5 1 1.8.2 7.6.2 7.6.2s4.7 0 7.9-.2c.4-.1 1.4-.1 2.2-1 .7-.7.9-2.2.9-2.2s.2-1.8.2-3.6V11c0-1.8-.2-3.6-.2-3.6zM9.7 14.6V8.4l6.1 3.1-6.1 3.1z\"\/><\/svg><br \/>\n          <\/a><br \/>\n  <\/footer>\n<p><\/main><br \/>\n<\/body><br \/>\n<\/html><\/p>","protected":false},"excerpt":{"rendered":"<p>\u10db\u10d0\u10d3\u10da\u10dd\u10d1\u10d0 \u2014 CFMOTO Georgia CFMOTO Official Dealer \u00b7 Georgia \u10db\u10d0\u10d3\u10da\u10dd\u10d1\u10d0 \u10d3\u10d0\u10d8\u10dc\u10e2\u10d4\u10e0\u10d4\u10e1\u10d4\u10d1\u10d8\u10e1\u10d7\u10d5\u10d8\u10e1 \u10e9\u10d5\u10d4\u10dc\u10d8 \u10dd\u10de\u10d4\u10e0\u10d0\u10e2\u10dd\u10e0\u10d8 \u10db\u10d0\u10da\u10d4 \u10d3\u10d0\u10d2\u10d8\u10d9\u10d0\u10d5\u10e8\u10d8\u10e0\u10d3\u10d4\u10d1\u10d0\u10d7 \u10d7\u10d5\u10d0\u10da\u10d8 \u10d0\u10d3\u10d4\u10d5\u10dc\u10d4 \u10e1\u10d8\u10d0\u10ee\u10da\u10d4\u10d4\u10d1\u10e1 \u10e2\u10d4\u10da\u10d4\u10e4\u10dd\u10dc\u10d8 +995 595 37 11 77 \u10d4\u10da.\u10e4\u10dd\u10e1\u10e2\u10d0 info@tr.ge \u10db\u10d8\u10e1\u10d0\u10db\u10d0\u10e0\u10d7\u10d8 \u10d0\u10d9\u10d0\u10d9\u10d8 \u10d1\u10d4\u10da\u10d8\u10d0\u10e8\u10d5\u10d8\u10da\u10d8\u10e1 \u10e5. 70, \u10d7\u10d1\u10d8\u10da\u10d8\u10e1\u10d8 \u10e1\u10dd\u10ea\u10d8\u10d0\u10da\u10e3\u10e0\u10d8 \u10e5\u10e1\u10d4\u10da\u10d4\u10d1\u10d8<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2283","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/pages\/2283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/comments?post=2283"}],"version-history":[{"count":4,"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/pages\/2283\/revisions"}],"predecessor-version":[{"id":2304,"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/pages\/2283\/revisions\/2304"}],"wp:attachment":[{"href":"https:\/\/cfmoto.ge\/en\/wp-json\/wp\/v2\/media?parent=2283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}