{"id":606,"date":"2026-01-30T20:50:39","date_gmt":"2026-01-30T20:50:39","guid":{"rendered":"https:\/\/clouddemo.nc.co.th\/luciuscl\/?page_id=606"},"modified":"2026-02-04T10:41:02","modified_gmt":"2026-02-04T10:41:02","slug":"review","status":"publish","type":"page","link":"https:\/\/clouddemo.nc.co.th\/luciuscl\/review\/","title":{"rendered":"review"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"606\" class=\"elementor elementor-606\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1481 e-con-full e-flex e-con e-parent\" data-id=\"91b1481\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3123cb elementor-widget elementor-widget-html\" data-id=\"e3123cb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"th\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Lucius Clinic - \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Prompt:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n  <style>\n    \/* --- Shared CSS Variables & Reset --- *\/\n    :root {\n      font-family: 'Prompt', sans-serif;\n      --primary-gold: #c5a059;\n      --primary-gold-dark: #b08d4b;\n      --dark-brown: #3e3225;\n      --light-cream: #f9f7f2;\n      --white: #ffffff;\n      --text-gray: #555555;\n      --h-primary: #1e293b;\n      --h-gold: #c5a059;\n      --h-white: #ffffff;\n      --h-text: #333333;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Prompt', sans-serif;\n      background-color: var(--white);\n      color: var(--text-gray);\n      line-height: 1.6;\n      \/* padding-top: 130px; Header Height *\/\n      \/* Note: We will use JS to load header or assume header is included separately. \n               For now pasting header styles to ensure standalone functionality if needed. *\/\n    }\n\n    a {\n      text-decoration: none;\n    }\n\n    ul {\n      list-style: none;\n    }\n\n    img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 12px;\n    }\n\n    \/* --- Container & Layout --- *\/\n    .section-padding {\n      padding: 60px 0;\n    }\n\n    .container {\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    .text-gold {\n      color: var(--primary-gold);\n    }\n\n    .bg-cream {\n      background-color: var(--light-cream);\n    }\n\n    h1,\n    h2,\n    h3 {\n      color: var(--dark-brown);\n      font-weight: 600;\n      margin-bottom: 20px;\n    }\n\n    \/* --- Review Case Section --- *\/\n    .case-header {\n      margin-bottom: 50px;\n      position: relative;\n    }\n\n    .case-header h2 {\n      font-size: 2.5rem;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    .case-header p {\n      font-size: 1.1rem;\n      color: #888;\n    }\n\n    .case-study {\n      padding: 40px;\n      background: #fff;\n      border-radius: 20px;\n      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);\n      margin-bottom: 60px;\n      border: 1px solid #f0f0f0;\n    }\n\n    .case-title {\n      font-size: 1.8rem;\n      color: var(--primary-gold);\n      margin-bottom: 30px;\n      border-left: 5px solid var(--primary-gold);\n      padding-left: 15px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .case-badge {\n      background: var(--dark-brown);\n      color: #fff;\n      font-size: 0.8rem;\n      padding: 4px 10px;\n      border-radius: 4px;\n      vertical-align: middle;\n      text-transform: uppercase;\n    }\n\n    .case-content {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 30px;\n      align-items: center;\n    }\n\n    @media (max-width: 992px) {\n      .case-content {\n        grid-template-columns: 1fr;\n      }\n\n      .case-study {\n        padding: 15px;\n      }\n\n      .container {\n        padding: 0 10px;\n      }\n    }\n\n    \/* Left: Main Image *\/\n    .case-image img {\n      width: 100%;\n      border-radius: 15px;\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);\n      transition: transform 0.3s;\n    }\n\n    .case-image img:hover {\n      transform: scale(1.02);\n    }\n\n    \/* Right: Single Video *\/\n    .video-wrapper {\n      position: relative;\n      padding-bottom: 177.78%;\n      \/* 9:16 Aspect Ratio *\/\n      height: 0;\n      overflow: hidden;\n      border-radius: 15px;\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n      background: #000;\n    }\n\n    \/* Video Placeholder Styles *\/\n    .video-placeholder {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      cursor: pointer;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #000;\n    }\n\n    .video-placeholder img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      opacity: 0.9;\n      transition: opacity 0.3s;\n    }\n\n    .video-placeholder:hover img {\n      opacity: 0.8;\n    }\n\n    .play-button {\n      position: absolute;\n      width: 70px;\n      height: 70px;\n      background-color: rgba(197, 160, 89, 0.9);\n      \/* Primary Gold *\/\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: white;\n      font-size: 28px;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\n      transition: transform 0.2s, background-color 0.2s;\n      pointer-events: none;\n      \/* Let clicks pass to parent *\/\n      z-index: 2;\n    }\n\n    .play-button::before {\n      \/* Pulse effect ring *\/\n      content: '';\n      position: absolute;\n      top: -5px;\n      left: -5px;\n      right: -5px;\n      bottom: -5px;\n      border-radius: 50%;\n      border: 2px solid rgba(197, 160, 89, 0.6);\n      animation: pulse 2s infinite;\n    }\n\n    @keyframes pulse {\n      0% {\n        transform: scale(1);\n        opacity: 0.8;\n      }\n\n      100% {\n        transform: scale(1.3);\n        opacity: 0;\n      }\n    }\n\n    .video-placeholder:hover .play-button {\n      transform: scale(1.1);\n      background-color: rgba(197, 160, 89, 1);\n    }\n\n    @media (max-width: 992px) {\n      .video-wrapper {\n        margin-left: -15px;\n        margin-right: -15px;\n        width: calc(100% + 30px);\n        border-radius: 0 0 20px 20px;\n        box-shadow: none;\n      }\n    }\n\n    .video-wrapper iframe {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    \/* --- Copied Header Styles (Minimal for standalone view) --- *\/\n    \/* Note: In production, ensure header is included properly *\/\n    #lucius-custom-header {\n      width: 100%;\n      position: fixed;\n      top: 0;\n      z-index: 1000;\n      font-family: 'Prompt';\n    }\n\n    .lucius-top-bar {\n      background: var(--h-primary);\n      color: #fff;\n      padding: 8px 0;\n      font-size: 14px;\n    }\n\n    .lucius-inner {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 5%;\n      display: flex;\n      justify-content: space-between;\n    }\n\n    .lucius-navbar {\n      background: rgba(255, 255, 255, 0.98);\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n      height: 70px;\n      display: flex;\n      align-items: center;\n    }\n\n    .lucius-nav-content {\n      width: 100%;\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 5%;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .lucius-logo {\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--h-primary);\n      text-transform: uppercase;\n    }\n\n    .lucius-logo span {\n      color: var(--h-gold);\n    }\n\n    .lucius-menu {\n      display: flex;\n      gap: 30px;\n      list-style: none;\n    }\n\n    .lucius-menu a {\n      color: var(--h-text);\n      font-weight: 500;\n      font-size: 16px;\n      transition: 0.3s;\n    }\n\n    .lucius-menu a:hover {\n      color: var(--h-gold);\n    }\n\n    .lucius-btn {\n      background: linear-gradient(135deg, var(--h-gold), #b08d4b);\n      color: #fff !important;\n      padding: 10px 25px;\n      border-radius: 50px;\n      font-weight: 500;\n    }\n\n    .lucius-hamburger {\n      display: none;\n      cursor: pointer;\n      font-size: 24px;\n      color: var(--h-primary);\n    }\n\n    \/* Dropdown CSS needed for header *\/\n    .lucius-dropdown {\n      display: none;\n      position: absolute;\n      background: #fff;\n      top: 100%;\n      border-top: 3px solid var(--h-gold);\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      padding: 10px 0;\n      min-width: 250px;\n    }\n\n    .has-dropdown:hover .lucius-dropdown {\n      display: block;\n    }\n\n    .lucius-dropdown li a {\n      display: block;\n      padding: 10px 20px;\n      border-bottom: 1px solid #f5f5f5;\n    }\n\n    \/* Mobile Menu CSS *\/\n    .lucius-mobile-menu {\n      display: none;\n      position: absolute;\n      top: 100%;\n      left: 0;\n      width: 100%;\n      background: #fff;\n      flex-direction: column;\n      padding: 20px 0;\n      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n    }\n\n    .lucius-mobile-menu.active {\n      display: flex;\n    }\n\n    .lucius-mobile-menu a {\n      padding: 15px 25px;\n      border-bottom: 1px solid #eee;\n      color: var(--h-text);\n    }\n\n    @media (max-width: 992px) {\n\n      .lucius-top-bar,\n      .lucius-menu,\n      .lucius-btn-desktop {\n        display: none;\n      }\n\n      .lucius-hamburger {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n      }\n\n      .lucius-nav-content {\n        padding: 0 15px;\n        position: relative;\n        justify-content: flex-end;\n      }\n\n      .lucius-logo {\n        position: absolute;\n        left: 50%;\n        transform: translateX(-50%);\n      }\n\n      .lucius-logo img {\n        height: 40px;\n      }\n    }\n\n    \/* Spacer for fixed header *\/\n    body {\n      padding-top: 130px;\n    }\n\n    @media (max-width: 992px) {\n      body {\n        padding-top: 80px;\n      }\n    }\n\n    \/* Footer Styles *\/\n    .footer-cta-box {\n      background-color: var(--dark-brown);\n      color: white;\n      padding: 60px 20px;\n      text-align: center;\n      margin-top: 50px;\n    }\n\n    .footer-cta-box h3 {\n      color: var(--primary-gold);\n      margin-bottom: 15px;\n    }\n\n    .footer-cta-box p {\n      margin-bottom: 30px;\n      color: #ccc;\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <!-- Header -->\n\n\n  <!-- Main Content -->\n  <section class=\"section-padding bg-cream\">\n    <div class=\"container\">\n\n      <div class=\"case-header text-center\">\n        <h2>Real Customer Reviews<\/h2>\n        <p>\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e23\u0e30\u0e17\u0e31\u0e1a\u0e43\u0e08\u0e08\u0e23\u0e34\u0e07 \u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e44\u0e27\u0e49\u0e27\u0e32\u0e07\u0e43\u0e08 Lucius Clinic<\/p>\n      <\/div>\n\n      <!-- Case 1: Khun Bew - EndoliftX -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e04\u0e38\u0e13\u0e1a\u0e34\u0e27 <span class=\"case-badge\">EndoliftX \u00ae<\/span>\n        <\/div>\n        <div class=\"case-content\">\n          <div class=\"case-image\">\n            <img decoding=\"async\"\n              src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_52.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 EndoliftX \u0e04\u0e38\u0e13\u0e1a\u0e34\u0e27\">\n          <\/div>\n          <div>\n            <div class=\"video-wrapper\">\n              <iframe src=\"https:\/\/drive.google.com\/file\/d\/1lmugb0G7qlcI_GDVRel9Ewo3_ZNR7HCF\/preview\"\n                allow=\"autoplay\"><\/iframe>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 2: EndoliftX General -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 <span class=\"case-badge\">EndoliftX \u00ae<\/span>\n        <\/div>\n        <div class=\"case-content\">\n          <div class=\"case-image\">\n            <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Review_260121_1.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 EndoliftX\">\n          <\/div>\n          <div>\n            <div class=\"video-wrapper\">\n              <iframe src=\"https:\/\/drive.google.com\/file\/d\/15LnswtTpS4FY17-0hfCM-BqD0_CFJ8sw\/preview\"\n                allow=\"autoplay\"><\/iframe>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 3: EndoliftX (Image Only) -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 <span class=\"case-badge\">EndoliftX \u00ae<\/span>\n        <\/div>\n        <div class=\"case-content\" style=\"grid-template-columns: 1fr;\">\n          <div class=\"case-image\" style=\"max-width: 600px; margin: 0 auto;\">\n            <img decoding=\"async\"\n              src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_34.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 EndoliftX\">\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 4: EndoliftX (Image Only) -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 <span class=\"case-badge\">EndoliftX \u00ae<\/span>\n        <\/div>\n        <div class=\"case-content\" style=\"grid-template-columns: 1fr;\">\n          <div class=\"case-image\" style=\"max-width: 600px; margin: 0 auto;\">\n            <img decoding=\"async\"\n              src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_35.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 EndoliftX\">\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 5: Nong Tao - Ulthera Prime -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e19\u0e49\u0e2d\u0e07\u0e40\u0e15\u0e4b\u0e32 <span class=\"case-badge\" style=\"background: var(--primary-gold-dark);\">Ulthera Prime<\/span>\n        <\/div>\n        <div class=\"case-content\">\n          <div class=\"case-image\">\n            <img decoding=\"async\"\n              src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_45-1.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 Ulthera Prime \u0e19\u0e49\u0e2d\u0e07\u0e40\u0e15\u0e4b\u0e32\">\n          <\/div>\n          <div>\n            <div class=\"video-wrapper\">\n              <iframe src=\"https:\/\/drive.google.com\/file\/d\/1MrTEw2gb38b7P_Of9VCdK8IdoQ1lW40R\/preview\"\n                allow=\"autoplay\"><\/iframe>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 6: Ulthera Prime (Image Only) -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 <span class=\"case-badge\" style=\"background: var(--primary-gold-dark);\">Ulthera\n            Prime<\/span>\n        <\/div>\n        <div class=\"case-content\" style=\"grid-template-columns: 1fr;\">\n          <div class=\"case-image\" style=\"max-width: 600px; margin: 0 auto;\">\n            <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Review_260121_2-1.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 Ulthera Prime\">\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 7: Ulthera Prime (Image Only) -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 <span class=\"case-badge\" style=\"background: var(--primary-gold-dark);\">Ulthera\n            Prime<\/span>\n        <\/div>\n        <div class=\"case-content\" style=\"grid-template-columns: 1fr;\">\n          <div class=\"case-image\" style=\"max-width: 600px; margin: 0 auto;\">\n            <img decoding=\"async\"\n              src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_23-1.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 Ulthera Prime\">\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 8: Ulthera Prime (Image Only) -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 <span class=\"case-badge\" style=\"background: var(--primary-gold-dark);\">Ulthera\n            Prime<\/span>\n        <\/div>\n        <div class=\"case-content\" style=\"grid-template-columns: 1fr;\">\n          <div class=\"case-image\" style=\"max-width: 600px; margin: 0 auto;\">\n            <img decoding=\"async\"\n              src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_22-1.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 Ulthera Prime\">\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Case 9: Sunny - Khun Pleng -->\n      <article class=\"case-study\">\n        <div class=\"case-title\">\n          Case: \u0e04\u0e38\u0e13\u0e40\u0e1e\u0e25\u0e07 <span class=\"case-badge\" style=\"background: #e67e22;\">Sunny \u2122<\/span>\n        <\/div>\n        <div class=\"case-content\">\n          <div class=\"case-image\">\n            <img decoding=\"async\"\n              src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_70.jpg\"\n              alt=\"\u0e23\u0e35\u0e27\u0e34\u0e27 Sunny \u0e04\u0e38\u0e13\u0e40\u0e1e\u0e25\u0e07\">\n          <\/div>\n          <div>\n            <div class=\"video-wrapper\">\n              <iframe src=\"https:\/\/drive.google.com\/file\/d\/14HPgzuF7EA7Xipi0NHt7UJyje1dc7Y7N\/preview\"\n                allow=\"autoplay\"><\/iframe>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/section>\n\n  <footer class=\"footer-cta-box\">\n    <div class=\"container\">\n      <h3>LUCIUS CLINIC<\/h3>\n      <p>\u0e2d\u0e22\u0e32\u0e01\u0e2a\u0e27\u0e22\u0e21\u0e31\u0e48\u0e19\u0e43\u0e08\u0e41\u0e1a\u0e1a\u0e40\u0e04\u0e2a\u0e23\u0e35\u0e27\u0e34\u0e27 \u0e17\u0e31\u0e01\u0e2b\u0e32\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e40\u0e25\u0e22\u0e04\u0e48\u0e30<\/p>\n      <a href=\"https:\/\/line.me\/ti\/p\/~YOUR_LINE_ID\" class=\"lucius-btn\" style=\"min-width: 250px; display: inline-block;\">\n        <i class=\"fab fa-line\"><\/i> \u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e42\u0e1b\u0e23\u0e42\u0e21\u0e0a\u0e31\u0e48\u0e19\n      <\/a>\n    <\/div>\n  <\/footer>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', function () {\n      \/\/ Find all case-content that has both image and video\n      const caseContents = document.querySelectorAll('.case-content');\n\n      caseContents.forEach(content => {\n        const caseImage = content.querySelector('.case-image img');\n        const videoWrapper = content.querySelector('.video-wrapper');\n\n        if (caseImage && videoWrapper) {\n          const iframe = videoWrapper.querySelector('iframe');\n          if (iframe) {\n            const videoSrc = iframe.src;\n            const imgSrc = caseImage.src;\n\n            \/\/ Create the placeholder\n            const placeholder = document.createElement('div');\n            placeholder.className = 'video-placeholder';\n            placeholder.innerHTML = `\n              <img decoding=\"async\" src=\"${imgSrc}\" alt=\"Video Preview\">\n              <div class=\"play-button\">\n                <i class=\"fas fa-play\"><\/i>\n              <\/div>\n            `;\n\n            \/\/ Clear wrapper and add placeholder\n            videoWrapper.innerHTML = '';\n            videoWrapper.appendChild(placeholder);\n\n            \/\/ Add click listener\n            placeholder.addEventListener('click', function () {\n              const newIframe = document.createElement('iframe');\n              newIframe.src = videoSrc;\n              newIframe.allow = \"autoplay\";\n              newIframe.setAttribute('allowfullscreen', '');\n\n              videoWrapper.innerHTML = '';\n              videoWrapper.appendChild(newIframe);\n            });\n          }\n        }\n      });\n    });\n    function toggleMobileMenu() {\n      var menu = document.getElementById('mobileMenu');\n      if (menu) menu.classList.toggle('active');\n    }\n\n    function toggleMobileServices() {\n      var servicesList = document.getElementById('mobileServicesList');\n      if (servicesList) {\n        servicesList.style.display = (servicesList.style.display === 'none' || servicesList.style.display === '') ? 'block' : 'none';\n      }\n    }\n  <\/script>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Lucius Clinic &#8211; \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 Real Customer Reviews \u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e23\u0e30\u0e17\u0e31\u0e1a\u0e43\u0e08\u0e08\u0e23\u0e34\u0e07 \u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e44\u0e27\u0e49\u0e27\u0e32\u0e07\u0e43\u0e08 Lucius Clinic Case: \u0e04\u0e38\u0e13\u0e1a\u0e34\u0e27 EndoliftX \u00ae Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 EndoliftX \u00ae Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 EndoliftX \u00ae Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 EndoliftX \u00ae Case: \u0e19\u0e49\u0e2d\u0e07\u0e40\u0e15\u0e4b\u0e32 Ulthera Prime Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 Ulthera Prime Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 Ulthera Prime Case: \u0e23\u0e35\u0e27\u0e34\u0e27\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e23\u0e34\u0e07 Ulthera Prime Case: \u0e04\u0e38\u0e13\u0e40\u0e1e\u0e25\u0e07 Sunny \u2122 LUCIUS CLINIC \u0e2d\u0e22\u0e32\u0e01\u0e2a\u0e27\u0e22\u0e21\u0e31\u0e48\u0e19\u0e43\u0e08\u0e41\u0e1a\u0e1a\u0e40\u0e04\u0e2a\u0e23\u0e35\u0e27\u0e34\u0e27 \u0e17\u0e31\u0e01\u0e2b\u0e32\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e40\u0e25\u0e22\u0e04\u0e48\u0e30 \u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e42\u0e1b\u0e23\u0e42\u0e21\u0e0a\u0e31\u0e48\u0e19<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-606","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/comments?post=606"}],"version-history":[{"count":55,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/606\/revisions"}],"predecessor-version":[{"id":799,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/606\/revisions\/799"}],"wp:attachment":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/media?parent=606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}