{"id":7,"date":"2026-03-17T03:15:02","date_gmt":"2026-03-17T03:15:02","guid":{"rendered":"http:\/\/tlnq.io\/?page_id=7"},"modified":"2026-03-17T03:30:45","modified_gmt":"2026-03-17T03:30:45","slug":"tlnq","status":"publish","type":"page","link":"https:\/\/tlnq.io\/?page_id=7","title":{"rendered":"TLNQ"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>TLNQ | Luxury Event Experiences<\/title>\n  <meta name=\"description\" content=\"TLNQ is an event management and experience design company creating refined, memorable, and premium event experiences.\" \/>\n  <style>\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --bg: #f7f1ea;\n      --bg-2: #efe5d8;\n      --surface: rgba(255,255,255,0.72);\n      --surface-strong: rgba(255,255,255,0.86);\n      --line: rgba(123, 83, 49, 0.12);\n      --text: #2b1d12;\n      --muted: #6e5846;\n      --gold: #b88444;\n      --gold-deep: #92652f;\n      --blush: #f4e7dc;\n      --champagne: #fbf6ef;\n      --shadow: 0 24px 60px rgba(69, 41, 16, 0.10);\n      --radius: 28px;\n      --section-width: min(100%, 980px);\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: Georgia, \"Times New Roman\", serif;\n      background:\n        radial-gradient(circle at top left, rgba(255,255,255,0.75), transparent 25%),\n        radial-gradient(circle at top right, rgba(244,231,220,0.85), transparent 28%),\n        linear-gradient(180deg, var(--bg), var(--bg-2));\n      color: var(--text);\n      line-height: 1.7;\n      overflow-x: hidden;\n    }\n\n    body[dir=\"rtl\"] {\n      font-family: Tahoma, Arial, sans-serif;\n    }\n\n    a { color: inherit; text-decoration: none; }\n\n    .shell {\n      width: 100%;\n      max-width: none;\n      margin: 0;\n      padding: 0;\n    }\n\n    header {\n      position: sticky;\n      top: 0;\n      z-index: 1000;\n      width: 100%;\n      background: rgba(247, 241, 234, 0.82);\n      backdrop-filter: blur(14px);\n      border-bottom: 1px solid var(--line);\n    }\n\n    .nav-wrap {\n      width: var(--section-width);\n      margin: 0 auto;\n      padding: 18px 22px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    .logo {\n      font-size: 2rem;\n      font-weight: 700;\n      letter-spacing: 0.20em;\n      color: var(--gold-deep);\n      white-space: nowrap;\n    }\n\n    .nav-right {\n      display: flex;\n      align-items: center;\n      gap: 22px;\n      flex-wrap: wrap;\n      justify-content: flex-end;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 18px;\n      flex-wrap: wrap;\n      align-items: center;\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    .nav-links a {\n      color: var(--muted);\n      font-size: 0.97rem;\n      transition: 0.2s ease;\n    }\n\n    .nav-links a:hover { color: var(--gold-deep); }\n\n    .lang-toggle {\n      border: 1px solid rgba(184,132,68,0.22);\n      background: linear-gradient(180deg, #fff, #f7efe4);\n      color: var(--gold-deep);\n      padding: 11px 16px;\n      border-radius: 999px;\n      cursor: pointer;\n      font-size: 0.92rem;\n      font-family: Arial, Helvetica, sans-serif;\n      box-shadow: 0 10px 24px rgba(146,101,47,0.06);\n    }\n\n    .hero {\n      width: 100%;\n      padding: 84px 22px 56px;\n    }\n\n    .hero-inner {\n      width: var(--section-width);\n      margin: 0 auto;\n      background: linear-gradient(135deg, rgba(255,255,255,0.74), rgba(251,246,239,0.95));\n      border: 1px solid rgba(184,132,68,0.10);\n      border-radius: 34px;\n      box-shadow: var(--shadow);\n      padding: 68px 56px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero-inner::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(circle at top center, rgba(184,132,68,0.10), transparent 36%);\n      pointer-events: none;\n    }\n\n    .eyebrow {\n      display: inline-block;\n      text-transform: uppercase;\n      letter-spacing: 0.18em;\n      color: var(--gold);\n      font-size: 0.82rem;\n      font-family: Arial, Helvetica, sans-serif;\n      font-weight: 700;\n      margin-bottom: 18px;\n    }\n\n    h1 {\n      font-size: clamp(3rem, 6vw, 5.5rem);\n      line-height: 0.98;\n      letter-spacing: -0.03em;\n      margin-bottom: 20px;\n      color: #22160d;\n    }\n\n    .hero-copy {\n      width: min(100%, 720px);\n      margin: 0 auto;\n      color: var(--muted);\n      font-size: 1.08rem;\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    .hero-copy p + p { margin-top: 14px; }\n\n    main {\n      width: 100%;\n      padding: 0 22px 70px;\n    }\n\n    .section {\n      width: var(--section-width);\n      margin: 0 auto 26px;\n      background: linear-gradient(180deg, var(--surface-strong), var(--surface));\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      padding: 46px 40px;\n    }\n\n    .section-head {\n      max-width: 760px;\n      margin-bottom: 26px;\n    }\n\n    .mini {\n      display: inline-block;\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      font-size: 0.8rem;\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--gold);\n      font-weight: 700;\n      margin-bottom: 10px;\n    }\n\n    h2 {\n      font-size: clamp(2rem, 4vw, 3rem);\n      line-height: 1.06;\n      margin-bottom: 12px;\n      color: #25170e;\n    }\n\n    .section-head p,\n    .single-card p,\n    .contact-box p {\n      color: var(--muted);\n      font-size: 1rem;\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    .single-card {\n      background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.66));\n      border: 1px solid rgba(184,132,68,0.10);\n      border-radius: 24px;\n      padding: 28px 26px;\n    }\n\n    .single-card + .single-card { margin-top: 18px; }\n\n    .single-card h3 {\n      font-size: 1.7rem;\n      line-height: 1.1;\n      margin-bottom: 12px;\n      color: #2a1b10;\n    }\n\n    .single-card ul {\n      margin-top: 12px;\n      padding-left: 20px;\n      color: var(--muted);\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    body[dir=\"rtl\"] .single-card ul {\n      padding-left: 0;\n      padding-right: 20px;\n    }\n\n    .single-card li + li { margin-top: 8px; }\n\n    .metrics {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 14px;\n      margin-top: 18px;\n    }\n\n    .metric {\n      padding: 22px 24px;\n      border-radius: 22px;\n      border: 1px solid rgba(184,132,68,0.12);\n      background: linear-gradient(180deg, #fffdf9, #f9f3ec);\n    }\n\n    .metric strong {\n      display: block;\n      font-size: 1.4rem;\n      color: var(--gold-deep);\n      margin-bottom: 6px;\n    }\n\n    .metric span {\n      color: var(--muted);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.98rem;\n    }\n\n    .process-no {\n      width: 46px;\n      height: 46px;\n      border-radius: 999px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      background: linear-gradient(180deg, #fcf3e8, #f3dfc2);\n      color: var(--gold-deep);\n      border: 1px solid rgba(184,132,68,0.18);\n      margin-bottom: 14px;\n      font-weight: bold;\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    .contact-box {\n      text-align: center;\n      background: linear-gradient(135deg, rgba(255,255,255,0.84), rgba(251,246,239,0.94));\n      border: 1px solid rgba(184,132,68,0.10);\n      border-radius: 26px;\n      padding: 34px 24px;\n    }\n\n    .contact-list {\n      list-style: none;\n      display: inline-grid;\n      gap: 12px;\n      text-align: start;\n      margin-top: 18px;\n    }\n\n    .contact-list li {\n      font-size: 1.02rem;\n      color: var(--text);\n      background: rgba(255,255,255,0.72);\n      border: 1px solid rgba(184,132,68,0.10);\n      padding: 14px 16px;\n      border-radius: 16px;\n      font-family: Arial, Helvetica, sans-serif;\n      min-width: min(100%, 420px);\n    }\n\n    .label {\n      color: var(--gold-deep);\n      font-weight: bold;\n      margin-right: 8px;\n    }\n\n    body[dir=\"rtl\"] .label {\n      margin-right: 0;\n      margin-left: 8px;\n    }\n\n    footer {\n      width: var(--section-width);\n      margin: 0 auto;\n      padding: 8px 0 34px;\n      color: var(--muted);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.92rem;\n      text-align: center;\n    }\n\n    .lang-ar { display: none; }\n    body.rtl-mode .lang-en { display: none; }\n    body.rtl-mode .lang-ar { display: block; }\n\n    @media (max-width: 900px) {\n      .nav-wrap,\n      .hero,\n      main { padding-left: 16px; padding-right: 16px; }\n      .nav-wrap { width: 100%; }\n      .hero-inner,\n      .section { padding: 34px 24px; }\n      h1 { font-size: clamp(2.5rem, 10vw, 4rem); }\n    }\n\n    @media (max-width: 640px) {\n      .nav-wrap {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n\n      .nav-right {\n        width: 100%;\n        justify-content: flex-start;\n      }\n\n      .nav-links {\n        gap: 12px 16px;\n      }\n\n      .hero-inner,\n      .section { padding: 28px 18px; border-radius: 22px; }\n\n      .logo { font-size: 1.6rem; }\n\n      .single-card h3 { font-size: 1.45rem; }\n\n      .contact-list,\n      .contact-list li { width: 100%; min-width: 0; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"shell\">\n    <header>\n      <div class=\"nav-wrap\">\n        <div class=\"logo\">TLNQ<\/div>\n        <div class=\"nav-right\">\n          <nav class=\"nav-links\">\n            <a href=\"#home\" class=\"lang-en\">Home<\/a>\n            <a href=\"#about\" class=\"lang-en\">About<\/a>\n            <a href=\"#services\" class=\"lang-en\">Services<\/a>\n            <a href=\"#experiences\" class=\"lang-en\">Experiences<\/a>\n            <a href=\"#process\" class=\"lang-en\">Process<\/a>\n            <a href=\"#contact\" class=\"lang-en\">Contact<\/a>\n\n            <a href=\"#home\" class=\"lang-ar\">\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629<\/a>\n            <a href=\"#about\" class=\"lang-ar\">\u0645\u0646 \u0646\u062d\u0646<\/a>\n            <a href=\"#services\" class=\"lang-ar\">\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/a>\n            <a href=\"#experiences\" class=\"lang-ar\">\u0627\u0644\u062a\u062c\u0627\u0631\u0628<\/a>\n            <a href=\"#process\" class=\"lang-ar\">\u0622\u0644\u064a\u0629 \u0627\u0644\u0639\u0645\u0644<\/a>\n            <a href=\"#contact\" class=\"lang-ar\">\u0627\u0644\u062a\u0648\u0627\u0635\u0644<\/a>\n          <\/nav>\n          <button class=\"lang-toggle\" onclick=\"toggleLanguage()\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629 \/ English<\/button>\n        <\/div>\n      <\/div>\n    <\/header>\n\n    <section class=\"hero\" id=\"home\">\n      <div class=\"hero-inner\">\n        <div class=\"lang-en\">\n          <span class=\"eyebrow\">Event Management &#038; Experience Design<\/span>\n          <h1>Luxury Events.<br>Beautifully Delivered.<\/h1>\n          <div class=\"hero-copy\">\n            <p>TLNQ is an event management and experience design company creating refined, memorable, and high-touch event experiences.<\/p>\n            <p>We focus on elegance, atmosphere, and flawless coordination to deliver events that feel premium from the first impression to the final moment.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"lang-ar\">\n          <span class=\"eyebrow\">\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0648\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u062a\u062c\u0627\u0631\u0628<\/span>\n          <h1>\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0641\u0627\u062e\u0631\u0629.<br>\u0628\u062a\u0646\u0641\u064a\u0630 \u0623\u0646\u064a\u0642 \u0648\u0645\u062a\u0643\u0627\u0645\u0644.<\/h1>\n          <div class=\"hero-copy\">\n            <p>TLNQ \u0647\u064a \u0634\u0631\u0643\u0629 \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0648\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u062a\u062c\u0627\u0631\u0628\u060c \u062a\u0642\u062f\u0645 \u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0631\u0627\u0642\u064a\u0629 \u0648\u0645\u0645\u064a\u0632\u0629 \u0628\u0644\u0645\u0633\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0639\u0627\u0644\u064a\u0629.<\/p>\n            <p>\u0646\u0631\u0643\u0632 \u0639\u0644\u0649 \u0627\u0644\u0623\u0646\u0627\u0642\u0629 \u0648\u0627\u0644\u0623\u062c\u0648\u0627\u0621 \u0648\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0645\u062a\u0642\u0646 \u0644\u062a\u0642\u062f\u064a\u0645 \u062a\u062c\u0631\u0628\u0629 \u0641\u0627\u062e\u0631\u0629 \u0645\u0646 \u0623\u0648\u0644 \u0627\u0646\u0637\u0628\u0627\u0639 \u062d\u062a\u0649 \u0622\u062e\u0631 \u0644\u062d\u0638\u0629.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <main>\n      <section class=\"section\" id=\"about\">\n        <div class=\"section-head lang-en\">\n          <span class=\"mini\">About TLNQ<\/span>\n          <h2>We create a full event experience, not just an event setup.<\/h2>\n          <p>Every TLNQ project is shaped around mood, guest journey, visual identity, and smooth coordination. Our goal is to make every event feel polished, elevated, and effortless.<\/p>\n        <\/div>\n        <div class=\"section-head lang-ar\">\n          <span class=\"mini\">\u0645\u0646 \u0646\u062d\u0646<\/span>\n          <h2>\u0646\u062d\u0646 \u0646\u0635\u0646\u0639 \u062a\u062c\u0631\u0628\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629\u060c \u0648\u0644\u064a\u0633 \u0645\u062c\u0631\u062f \u062a\u062c\u0647\u064a\u0632 \u0644\u0641\u0639\u0627\u0644\u064a\u0629.<\/h2>\n          <p>\u0643\u0644 \u0645\u0634\u0631\u0648\u0639 \u0641\u064a TLNQ \u064a\u062a\u0645 \u062a\u0635\u0645\u064a\u0645\u0647 \u062d\u0648\u0644 \u0627\u0644\u0623\u062c\u0648\u0627\u0621 \u0648\u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0636\u064a\u0641 \u0648\u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0628\u0635\u0631\u064a\u0629 \u0648\u0627\u0644\u0627\u0646\u0633\u064a\u0627\u0628\u064a\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a\u0629. \u0647\u062f\u0641\u0646\u0627 \u0623\u0646 \u062a\u0628\u062f\u0648 \u0643\u0644 \u0641\u0639\u0627\u0644\u064a\u0629 \u0631\u0627\u0642\u064a\u0629 \u0648\u0633\u0644\u0633\u0629 \u0648\u0645\u062a\u0643\u0627\u0645\u0644\u0629.<\/p>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Our Philosophy<\/h3>\n            <p>Great events should feel intentional and graceful. We believe luxury comes from detail, atmosphere, and the ability to make guests feel welcomed, impressed, and fully engaged.<\/p>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0641\u0644\u0633\u0641\u062a\u0646\u0627<\/h3>\n            <p>\u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0627\u0644\u0645\u0645\u064a\u0632\u0629 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0628\u062f\u0648 \u0645\u0642\u0635\u0648\u062f\u0629 \u0648\u0645\u062f\u0631\u0648\u0633\u0629 \u0648\u0623\u0646\u064a\u0642\u0629. \u0646\u062d\u0646 \u0646\u0624\u0645\u0646 \u0623\u0646 \u0627\u0644\u0641\u062e\u0627\u0645\u0629 \u062a\u0623\u062a\u064a \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0648\u0627\u0644\u0623\u062c\u0648\u0627\u0621 \u0648\u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u062c\u0639\u0644 \u0627\u0644\u0636\u064a\u0648\u0641 \u064a\u0634\u0639\u0631\u0648\u0646 \u0628\u0627\u0644\u062a\u0631\u062d\u064a\u0628 \u0648\u0627\u0644\u0627\u0646\u0628\u0647\u0627\u0631 \u0648\u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0643\u0627\u0645\u0644.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"metrics\">\n          <div class=\"metric\">\n            <strong class=\"lang-en\">Tailored<\/strong>\n            <strong class=\"lang-ar\">\u0645\u062e\u0635\u0635\u0629<\/strong>\n            <span class=\"lang-en\">Designed around each client, audience, and occasion.<\/span>\n            <span class=\"lang-ar\">\u0645\u0635\u0645\u0645\u0629 \u0628\u062d\u0633\u0628 \u0643\u0644 \u0639\u0645\u064a\u0644 \u0648\u062c\u0645\u0647\u0648\u0631 \u0648\u0645\u0646\u0627\u0633\u0628\u0629.<\/span>\n          <\/div>\n          <div class=\"metric\">\n            <strong class=\"lang-en\">Elegant<\/strong>\n            <strong class=\"lang-ar\">\u0623\u0646\u064a\u0642\u0629<\/strong>\n            <span class=\"lang-en\">Built with visual beauty, refined atmosphere, and premium presence.<\/span>\n            <span class=\"lang-ar\">\u0645\u0628\u0646\u064a\u0629 \u0639\u0644\u0649 \u0627\u0644\u062c\u0645\u0627\u0644 \u0627\u0644\u0628\u0635\u0631\u064a \u0648\u0627\u0644\u0623\u062c\u0648\u0627\u0621 \u0627\u0644\u0631\u0627\u0642\u064a\u0629 \u0648\u0627\u0644\u062d\u0636\u0648\u0631 \u0627\u0644\u0641\u0627\u062e\u0631.<\/span>\n          <\/div>\n          <div class=\"metric\">\n            <strong class=\"lang-en\">Seamless<\/strong>\n            <strong class=\"lang-ar\">\u0633\u0644\u0633\u0629<\/strong>\n            <span class=\"lang-en\">Executed with clarity, control, and smooth coordination.<\/span>\n            <span class=\"lang-ar\">\u062a\u064f\u0646\u0641\u0630 \u0628\u0648\u0636\u0648\u062d \u0648\u062a\u062d\u0643\u0645 \u0648\u0627\u0646\u0633\u064a\u0627\u0628\u064a\u0629 \u0639\u0627\u0644\u064a\u0629.<\/span>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"section\" id=\"services\">\n        <div class=\"section-head lang-en\">\n          <span class=\"mini\">Services<\/span>\n          <h2>One luxurious flow, one service block at a time.<\/h2>\n          <p>The layout has been redesigned into a single-column experience so the website feels cleaner, richer, and more premium.<\/p>\n        <\/div>\n        <div class=\"section-head lang-ar\">\n          <span class=\"mini\">\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/span>\n          <h2>\u062a\u062f\u0641\u0642 \u0641\u0627\u062e\u0631 \u0628\u0639\u0645\u0648\u062f \u0648\u0627\u062d\u062f\u060c \u0644\u062e\u062f\u0645\u0629 \u0623\u0648\u0636\u062d \u0648\u0645\u0638\u0647\u0631 \u0623\u0631\u0642\u0649.<\/h2>\n          <p>\u062a\u0645\u062a \u0625\u0639\u0627\u062f\u0629 \u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0635\u0641\u062d\u0629 \u0644\u062a\u0643\u0648\u0646 \u0628\u0639\u0645\u0648\u062f \u0648\u0627\u062d\u062f \u062d\u062a\u0649 \u062a\u0628\u062f\u0648 \u0623\u0646\u0638\u0641 \u0648\u0623\u0643\u062b\u0631 \u0641\u062e\u0627\u0645\u0629 \u0648\u0623\u0646\u0627\u0642\u0629.<\/p>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Event Planning<\/h3>\n            <p>We build the strategic and operational foundation of the event, making sure every detail aligns with the client\u2019s vision and the desired level of experience.<\/p>\n            <ul>\n              <li>Event concept alignment<\/li>\n              <li>Venue and environment direction<\/li>\n              <li>Timeline creation<\/li>\n              <li>Vendor coordination<\/li>\n              <li>Budget organization<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u062a\u062e\u0637\u064a\u0637 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a<\/h3>\n            <p>\u0646\u0636\u0639 \u0627\u0644\u0623\u0633\u0627\u0633 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a \u0648\u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a \u0644\u0644\u0641\u0639\u0627\u0644\u064a\u0629\u060c \u0648\u0646\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0643\u0644 \u062a\u0641\u0635\u064a\u0644\u0629 \u0645\u0646\u0633\u062c\u0645\u0629 \u0645\u0639 \u0631\u0624\u064a\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0648\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628.<\/p>\n            <ul>\n              <li>\u0645\u0648\u0627\u0621\u0645\u0629 \u0641\u0643\u0631\u0629 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0629<\/li>\n              <li>\u062a\u0648\u062c\u064a\u0647 \u0627\u0644\u0645\u0643\u0627\u0646 \u0648\u0627\u0644\u0628\u064a\u0626\u0629<\/li>\n              <li>\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a<\/li>\n              <li>\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646<\/li>\n              <li>\u062a\u0646\u0638\u064a\u0645 \u0627\u0644\u0645\u064a\u0632\u0627\u0646\u064a\u0629<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Experience Design<\/h3>\n            <p>We shape the emotional and visual language of the event, creating an atmosphere that feels elevated, immersive, and beautifully coherent.<\/p>\n            <ul>\n              <li>Theme development<\/li>\n              <li>Atmosphere design<\/li>\n              <li>Brand integration<\/li>\n              <li>Audience experience flow<\/li>\n              <li>Visual refinement<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u062a\u062c\u0631\u0628\u0629<\/h3>\n            <p>\u0646\u0635\u0645\u0645 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0628\u0635\u0631\u064a\u0629 \u0648\u0627\u0644\u0639\u0627\u0637\u0641\u064a\u0629 \u0644\u0644\u0641\u0639\u0627\u0644\u064a\u0629 \u0644\u0646\u062e\u0644\u0642 \u0623\u062c\u0648\u0627\u0621 \u0631\u0627\u0642\u064a\u0629 \u0648\u063a\u0627\u0645\u0631\u0629 \u0648\u0645\u062a\u0646\u0627\u063a\u0645\u0629 \u0628\u0634\u0643\u0644 \u062c\u0645\u064a\u0644.<\/p>\n            <ul>\n              <li>\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u062b\u064a\u0645 \u0648\u0627\u0644\u0641\u0643\u0631\u0629<\/li>\n              <li>\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0623\u062c\u0648\u0627\u0621<\/li>\n              <li>\u062f\u0645\u062c \u0647\u0648\u064a\u0629 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629<\/li>\n              <li>\u0628\u0646\u0627\u0621 \u062a\u062f\u0641\u0642 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u062c\u0645\u0647\u0648\u0631<\/li>\n              <li>\u0635\u0642\u0644 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0628\u0635\u0631\u064a\u0629<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Production Management<\/h3>\n            <p>We oversee the technical and logistical side of the event to ensure every physical and operational element comes together with confidence and polish.<\/p>\n            <ul>\n              <li>Setup and staging direction<\/li>\n              <li>Lighting and audio coordination<\/li>\n              <li>Entertainment support<\/li>\n              <li>Show flow supervision<\/li>\n              <li>Operational oversight<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c<\/h3>\n            <p>\u0646\u0634\u0631\u0641 \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0641\u0646\u064a \u0648\u0627\u0644\u0644\u0648\u062c\u0633\u062a\u064a \u0644\u0644\u0641\u0639\u0627\u0644\u064a\u0629 \u0644\u0636\u0645\u0627\u0646 \u0623\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u064a\u062f\u0627\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u062a\u062c\u062a\u0645\u0639 \u0628\u062b\u0642\u0629 \u0648\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0648\u0623\u0646\u0627\u0642\u0629.<\/p>\n            <ul>\n              <li>\u062a\u0648\u062c\u064a\u0647 \u0627\u0644\u062a\u062c\u0647\u064a\u0632\u0627\u062a \u0648\u0627\u0644\u0645\u0646\u0635\u0627\u062a<\/li>\n              <li>\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u0648\u0627\u0644\u0635\u0648\u062a<\/li>\n              <li>\u062f\u0639\u0645 \u0627\u0644\u0641\u0642\u0631\u0627\u062a \u0627\u0644\u062a\u0631\u0641\u064a\u0647\u064a\u0629<\/li>\n              <li>\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0639\u0644\u0649 \u0633\u064a\u0631 \u0627\u0644\u0639\u0631\u0636<\/li>\n              <li>\u0645\u062a\u0627\u0628\u0639\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u0644<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Event Execution<\/h3>\n            <p>We manage the event day with precision and calm control, ensuring guests experience a seamless, elegant, and memorable occasion.<\/p>\n            <ul>\n              <li>On-site coordination<\/li>\n              <li>Guest movement management<\/li>\n              <li>Supplier supervision<\/li>\n              <li>Schedule control<\/li>\n              <li>Quality assurance<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0629<\/h3>\n            <p>\u0646\u062f\u064a\u0631 \u064a\u0648\u0645 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0629 \u0628\u062f\u0642\u0629 \u0648\u062a\u062d\u0643\u0645 \u0647\u0627\u062f\u0626\u060c \u0644\u0636\u0645\u0627\u0646 \u0623\u0646 \u064a\u0639\u064a\u0634 \u0627\u0644\u0636\u064a\u0648\u0641 \u062a\u062c\u0631\u0628\u0629 \u0633\u0644\u0633\u0629 \u0648\u0623\u0646\u064a\u0642\u0629 \u0648\u0645\u0645\u064a\u0632\u0629.<\/p>\n            <ul>\n              <li>\u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0645\u064a\u062f\u0627\u0646\u064a<\/li>\n              <li>\u0625\u062f\u0627\u0631\u0629 \u062d\u0631\u0643\u0629 \u0627\u0644\u0636\u064a\u0648\u0641<\/li>\n              <li>\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646<\/li>\n              <li>\u0627\u0644\u062a\u062d\u0643\u0645 \u0641\u064a \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a<\/li>\n              <li>\u0636\u0645\u0627\u0646 \u062c\u0648\u062f\u0629 \u0627\u0644\u062a\u0646\u0641\u064a\u0630<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"section\" id=\"experiences\">\n        <div class=\"section-head lang-en\">\n          <span class=\"mini\">Experiences<\/span>\n          <h2>Different event formats, one premium standard.<\/h2>\n          <p>We create tailored event journeys for different audiences and occasions while keeping the same refined TLNQ standard across every format.<\/p>\n        <\/div>\n        <div class=\"section-head lang-ar\">\n          <span class=\"mini\">\u0627\u0644\u062a\u062c\u0627\u0631\u0628<\/span>\n          <h2>\u0623\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641\u0629 \u0645\u0646 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a\u060c \u0628\u0645\u0639\u064a\u0627\u0631 \u0641\u0627\u062e\u0631 \u0648\u0627\u062d\u062f.<\/h2>\n          <p>\u0646\u0635\u0646\u0639 \u062a\u062c\u0627\u0631\u0628 \u0645\u062e\u0635\u0635\u0629 \u0644\u0641\u0626\u0627\u062a \u0648\u0645\u0646\u0627\u0633\u0628\u0627\u062a \u0645\u062e\u062a\u0644\u0641\u0629 \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0646\u0641\u0633 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0631\u0627\u0642\u064a \u0627\u0644\u0630\u064a \u064a\u0645\u064a\u0632 TLNQ \u0641\u064a \u0643\u0644 \u0641\u0639\u0627\u0644\u064a\u0629.<\/p>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Corporate Events<\/h3>\n            <p>Professional events that combine elegance, structure, and strong audience engagement.<\/p>\n            <ul>\n              <li>Conferences<\/li>\n              <li>Summits<\/li>\n              <li>Awards nights<\/li>\n              <li>Executive gatherings<\/li>\n              <li>Networking events<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0627\u0644\u0634\u0631\u0643\u0627\u062a<\/h3>\n            <p>\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u062a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0623\u0646\u0627\u0642\u0629 \u0648\u0627\u0644\u062a\u0646\u0638\u064a\u0645 \u0648\u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0642\u0648\u064a \u0645\u0639 \u0627\u0644\u062d\u0636\u0648\u0631.<\/p>\n            <ul>\n              <li>\u0627\u0644\u0645\u0624\u062a\u0645\u0631\u0627\u062a<\/li>\n              <li>\u0627\u0644\u0642\u0645\u0645 \u0648\u0627\u0644\u0645\u0644\u062a\u0642\u064a\u0627\u062a<\/li>\n              <li>\u062d\u0641\u0644\u0627\u062a \u0627\u0644\u062c\u0648\u0627\u0626\u0632<\/li>\n              <li>\u0627\u0644\u0644\u0642\u0627\u0621\u0627\u062a \u0627\u0644\u062a\u0646\u0641\u064a\u0630\u064a\u0629<\/li>\n              <li>\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Brand Activations<\/h3>\n            <p>Audience-facing experiences that make launches and campaigns feel alive, sophisticated, and memorable.<\/p>\n            <ul>\n              <li>Product launches<\/li>\n              <li>Campaign activations<\/li>\n              <li>Public brand experiences<\/li>\n              <li>Promotional showcases<\/li>\n              <li>Interactive engagement moments<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u062a\u062c\u0627\u0631\u0628 \u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629<\/h3>\n            <p>\u062a\u062c\u0627\u0631\u0628 \u0645\u0648\u0627\u062c\u0647\u0629 \u0644\u0644\u062c\u0645\u0647\u0648\u0631 \u062a\u062c\u0639\u0644 \u0627\u0644\u0625\u0637\u0644\u0627\u0642\u0627\u062a \u0648\u0627\u0644\u062d\u0645\u0644\u0627\u062a \u0646\u0627\u0628\u0636\u0629 \u0628\u0627\u0644\u062d\u064a\u0627\u0629 \u0648\u0631\u0627\u0642\u064a\u0629 \u0648\u0644\u0627 \u062a\u064f\u0646\u0633\u0649.<\/p>\n            <ul>\n              <li>\u0625\u0637\u0644\u0627\u0642 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a<\/li>\n              <li>\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u062d\u0645\u0644\u0627\u062a<\/li>\n              <li>\u062a\u062c\u0627\u0631\u0628 \u062c\u0645\u0627\u0647\u064a\u0631\u064a\u0629 \u0644\u0644\u0639\u0644\u0627\u0645\u0629<\/li>\n              <li>\u0639\u0631\u0648\u0636 \u062a\u0631\u0648\u064a\u062c\u064a\u0629<\/li>\n              <li>\u0644\u062d\u0638\u0627\u062a \u062a\u0641\u0627\u0639\u0644\u064a\u0629 \u0645\u0639 \u0627\u0644\u062c\u0645\u0647\u0648\u0631<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Private Celebrations<\/h3>\n            <p>Warm and luxurious occasions designed around beauty, intimacy, and unforgettable memories.<\/p>\n            <ul>\n              <li>Weddings<\/li>\n              <li>Private parties<\/li>\n              <li>VIP celebrations<\/li>\n              <li>Family occasions<\/li>\n              <li>Special milestones<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0644\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629<\/h3>\n            <p>\u0645\u0646\u0627\u0633\u0628\u0627\u062a \u062f\u0627\u0641\u0626\u0629 \u0648\u0641\u0627\u062e\u0631\u0629 \u0645\u0635\u0645\u0645\u0629 \u062d\u0648\u0644 \u0627\u0644\u062c\u0645\u0627\u0644 \u0648\u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629 \u0648\u0627\u0644\u0630\u0643\u0631\u064a\u0627\u062a \u0627\u0644\u062a\u064a \u0644\u0627 \u062a\u064f\u0646\u0633\u0649.<\/p>\n            <ul>\n              <li>\u062d\u0641\u0644\u0627\u062a \u0627\u0644\u0632\u0641\u0627\u0641<\/li>\n              <li>\u0627\u0644\u062d\u0641\u0644\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629<\/li>\n              <li>\u0627\u062d\u062a\u0641\u0627\u0644\u0627\u062a \u0643\u0628\u0627\u0631 \u0627\u0644\u0634\u062e\u0635\u064a\u0627\u062a<\/li>\n              <li>\u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0627\u062a \u0627\u0644\u0639\u0627\u0626\u0644\u064a\u0629<\/li>\n              <li>\u0627\u0644\u0644\u062d\u0638\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"lang-en\">\n            <h3>Large-Scale Productions<\/h3>\n            <p>High-capacity productions delivered with creative direction, calm structure, and operational control.<\/p>\n            <ul>\n              <li>Festivals<\/li>\n              <li>Concerts<\/li>\n              <li>Exhibitions<\/li>\n              <li>Community events<\/li>\n              <li>Cultural productions<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0627\u0644\u0625\u0646\u062a\u0627\u062c\u0627\u062a \u0627\u0644\u0643\u0628\u064a\u0631\u0629<\/h3>\n            <p>\u0625\u0646\u062a\u0627\u062c\u0627\u062a \u0648\u0627\u0633\u0639\u0629 \u0627\u0644\u0646\u0637\u0627\u0642 \u062a\u064f\u0642\u062f\u0645 \u0628\u062a\u0648\u062c\u064a\u0647 \u0625\u0628\u062f\u0627\u0639\u064a \u0648\u0647\u064a\u0643\u0644 \u0645\u0646\u0638\u0645 \u0648\u062a\u062d\u0643\u0645 \u062a\u0634\u063a\u064a\u0644\u064a \u0643\u0627\u0645\u0644.<\/p>\n            <ul>\n              <li>\u0627\u0644\u0645\u0647\u0631\u062c\u0627\u0646\u0627\u062a<\/li>\n              <li>\u0627\u0644\u062d\u0641\u0644\u0627\u062a \u0627\u0644\u0645\u0648\u0633\u064a\u0642\u064a\u0629<\/li>\n              <li>\u0627\u0644\u0645\u0639\u0627\u0631\u0636<\/li>\n              <li>\u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u064a\u0629<\/li>\n              <li>\u0627\u0644\u0625\u0646\u062a\u0627\u062c\u0627\u062a \u0627\u0644\u062b\u0642\u0627\u0641\u064a\u0629<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"section\" id=\"process\">\n        <div class=\"section-head lang-en\">\n          <span class=\"mini\">Process<\/span>\n          <h2>A smoother, more elegant journey from idea to event day.<\/h2>\n          <p>The process is now designed vertically so each stage has room to breathe and the whole page feels more luxurious.<\/p>\n        <\/div>\n        <div class=\"section-head lang-ar\">\n          <span class=\"mini\">\u0622\u0644\u064a\u0629 \u0627\u0644\u0639\u0645\u0644<\/span>\n          <h2>\u0631\u062d\u0644\u0629 \u0623\u0643\u062b\u0631 \u0633\u0644\u0627\u0633\u0629 \u0648\u0623\u0646\u0627\u0642\u0629 \u0645\u0646 \u0627\u0644\u0641\u0643\u0631\u0629 \u0625\u0644\u0649 \u064a\u0648\u0645 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0629.<\/h2>\n          <p>\u062a\u0645 \u062a\u0635\u0645\u064a\u0645 \u062e\u0637\u0648\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0628\u0634\u0643\u0644 \u0639\u0645\u0648\u062f\u064a \u062d\u062a\u0649 \u062a\u0623\u062e\u0630 \u0643\u0644 \u0645\u0631\u062d\u0644\u0629 \u0645\u0633\u0627\u062d\u062a\u0647\u0627 \u0648\u062a\u0628\u062f\u0648 \u0627\u0644\u0635\u0641\u062d\u0629 \u0643\u0644\u0647\u0627 \u0623\u0643\u062b\u0631 \u0641\u062e\u0627\u0645\u0629.<\/p>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"process-no\">01<\/div>\n          <div class=\"lang-en\">\n            <h3>Discovery<\/h3>\n            <p>We understand the purpose, audience, desired mood, and the level of experience the client wants to create.<\/p>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0627\u0644\u0627\u0633\u062a\u0643\u0634\u0627\u0641<\/h3>\n            <p>\u0646\u0641\u0647\u0645 \u0627\u0644\u0647\u062f\u0641 \u0648\u0627\u0644\u062c\u0645\u0647\u0648\u0631 \u0648\u0627\u0644\u0623\u062c\u0648\u0627\u0621 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0648\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0630\u064a \u064a\u0631\u064a\u062f \u0627\u0644\u0639\u0645\u064a\u0644 \u062a\u0642\u062f\u064a\u0645\u0647.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"process-no\">02<\/div>\n          <div class=\"lang-en\">\n            <h3>Concept Development<\/h3>\n            <p>We shape the creative direction, event atmosphere, and visual language that define the experience.<\/p>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0641\u0647\u0648\u0645<\/h3>\n            <p>\u0646\u0631\u0633\u0645 \u0627\u0644\u062a\u0648\u062c\u0647 \u0627\u0644\u0625\u0628\u062f\u0627\u0639\u064a \u0648\u0627\u0644\u0623\u062c\u0648\u0627\u0621 \u0627\u0644\u0639\u0627\u0645\u0629 \u0648\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0628\u0635\u0631\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u062d\u062f\u062f \u0627\u0644\u062a\u062c\u0631\u0628\u0629.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"process-no\">03<\/div>\n          <div class=\"lang-en\">\n            <h3>Planning &#038; Coordination<\/h3>\n            <p>We organize the suppliers, schedule, logistics, and production requirements with detail and control.<\/p>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0627\u0644\u062a\u062e\u0637\u064a\u0637 \u0648\u0627\u0644\u062a\u0646\u0633\u064a\u0642<\/h3>\n            <p>\u0646\u0631\u062a\u0628 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646 \u0648\u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u0645\u0646\u064a \u0648\u0627\u0644\u0644\u0648\u062c\u0633\u062a\u064a\u0627\u062a \u0648\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0628\u062f\u0642\u0629 \u0648\u062a\u062d\u0643\u0645.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"single-card\">\n          <div class=\"process-no\">04<\/div>\n          <div class=\"lang-en\">\n            <h3>Execution<\/h3>\n            <p>We manage the live event with precision, calm leadership, and a strong focus on guest experience.<\/p>\n          <\/div>\n          <div class=\"lang-ar\">\n            <h3>\u0627\u0644\u062a\u0646\u0641\u064a\u0630<\/h3>\n            <p>\u0646\u062f\u064a\u0631 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0629 \u0645\u064a\u062f\u0627\u0646\u064a\u064b\u0627 \u0628\u062f\u0642\u0629 \u0648\u0647\u062f\u0648\u0621 \u0648\u062a\u0631\u0643\u064a\u0632 \u0639\u0627\u0644\u064d \u0639\u0644\u0649 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0636\u064a\u0648\u0641.<\/p>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"section\" id=\"contact\">\n        <div class=\"contact-box\">\n          <div class=\"lang-en\">\n            <span class=\"mini\">Contact<\/span>\n            <h2>Contact TLNQ<\/h2>\n            <p>For event inquiries and business communication, please use the details below.<\/p>\n          <\/div>\n          <div class=\"lang-ar\">\n            <span class=\"mini\">\u0627\u0644\u062a\u0648\u0627\u0635\u0644<\/span>\n            <h2>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 TLNQ<\/h2>\n            <p>\u0644\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0648\u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u060c \u064a\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629.<\/p>\n          <\/div>\n\n          <ul class=\"contact-list\">\n            <li>\n              <span class=\"label lang-en\">Phone:<\/span>\n              <span class=\"label lang-ar\">\u0627\u0644\u0647\u0627\u062a\u0641:<\/span>\n              +966 59 766 7847\n            <\/li>\n            <li>\n              <span class=\"label lang-en\">Email:<\/span>\n              <span class=\"label lang-ar\">\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:<\/span>\n              support@tlnq.io\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/section>\n    <\/main>\n\n    <footer>\n      <div class=\"lang-en\">\u00a9 2026 TLNQ. All rights reserved. | Event Management &#038; Experience Design<\/div>\n      <div class=\"lang-ar\">\u00a9 2026 TLNQ. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629. | \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0648\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u062a\u062c\u0627\u0631\u0628<\/div>\n    <\/footer>\n  <\/div>\n\n  <script>\n    function toggleLanguage() {\n      const body = document.body;\n      const html = document.documentElement;\n      const isArabic = body.classList.toggle('rtl-mode');\n\n      if (isArabic) {\n        body.setAttribute('dir', 'rtl');\n        html.setAttribute('lang', 'ar');\n        html.setAttribute('dir', 'rtl');\n      } else {\n        body.setAttribute('dir', 'ltr');\n        html.setAttribute('lang', 'en');\n        html.setAttribute('dir', 'ltr');\n      }\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>TLNQ | Luxury Event Experiences TLNQ Home About Services Experiences Process Contact \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0645\u0646 \u0646\u062d\u0646 \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0622\u0644\u064a\u0629 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \/ English Event Management &#038; Experience Design Luxury Events.Beautifully Delivered. TLNQ is an event management and experience design company creating refined, memorable, and high-touch event experiences. We focus on elegance, atmosphere, and flawless coordination [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tlnq.io\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tlnq.io\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tlnq.io\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tlnq.io\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tlnq.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":3,"href":"https:\/\/tlnq.io\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":14,"href":"https:\/\/tlnq.io\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/14"}],"wp:attachment":[{"href":"https:\/\/tlnq.io\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}